Re: FR Switch problem

From: JAZ <azeemu_at_gmail.com>
Date: Fri, 16 Oct 2009 07:22:13 -0400

I think Tunnel is ok ., no need for NNI .. I am doing something wrong
.. I dont know

On Fri, Oct 16, 2009 at 12:43 AM, Nag <nagendra.cisco_at_gmail.com> wrote:
> Jaz,
>
> Hav not tried this. But technically the interface between FRSW should be
> NNI. Can you try that?.
>
> Regards,
> Nagendra
>
> -----Original Message-----
> From: nobody_at_groupstudy.com [mailto:nobody_at_groupstudy.com] On Behalf Of JAZ
> Sent: Thursday, October 15, 2009 9:05 PM
> To: Cisco certification
> Subject: FR Switch problem
>
> Guys ,
> Need ur help ... I am trying to configure FR switch.
> I am using IE methord
> (http://www.internetworkexpert.com/resources/compound.frame-relay.htm)
> to join 2 router to make 1 FR sw.
>
> But, always PVC STATUS = INACTIVE
>
> Here is the connectivity
>
> R1-----FRSW ---FRSW1 ----R7
>
> But, if tried to connect R1 to R2 (on single FR sw ... works fine)
> ..... looks like soem tunnel issue ... but I am unable to find .....
>
> Can anyone help me please..................
>
> Thanks
> Jaz
>
>
>
> FRSW:
> ============================================================================
> ===================
> FRSW#sh ver
> Cisco Internetwork Operating System Software
> IOS (tm) 2500 Software (C2500-IS-L), Version 12.3(10), RELEASE SOFTWARE
> (fc3)
> Copyright (c) 1986-2004 by cisco Systems, Inc.
> Compiled Tue 17-Aug-04 03:58 by kellythw
> Image text-base: 0x03094A1C, data-base: 0x00001000
>
> ROM: System Bootstrap, Version 11.0(10c), SOFTWARE
> BOOTLDR: 3000 Bootstrap Software (IGS-BOOT-R), Version 11.0(10c),
> RELEASE SOFTWARE (fc1)
>
> FRSW uptime is 1 hour, 14 minutes
> System returned to ROM by reload
> System image file is "flash:/c2500-is-l.123-10.bin"
>
> cisco 2520 (68030) processor (revision M) with 14336K/2048K bytes of memory.
> Processor board ID 10351051, with hardware revision 00000003
> Bridging software.
> X.25 software, Version 3.0.0.
> Basic Rate ISDN software, Version 1.1.
> 1 Ethernet/IEEE 802.3 interface(s)
> 2 Serial network interface(s)
> 2 Low-speed serial(sync/async) network interface(s)
> 1 ISDN Basic Rate interface(s)
> 32K bytes of non-volatile configuration memory.
> 16384K bytes of processor board System flash (Read ONLY)
>
> Configuration register is 0x2102
>
>
> FRSW#sh run
> Building configuration...
>
> Current configuration : 2324 bytes
> !
> version 12.3
> service timestamps debug datetime msec
> service timestamps log datetime msec
> no service password-encryption
> !
> hostname FRSW
> !
> boot-start-marker
> boot-end-marker
> !
> !
> no aaa new-model
> ip subnet-zero
> !
> frame-relay switching
> !
> !
> !
> interface Tunnel0
> no ip address
> tunnel source Async4
> tunnel destination 12.0.0.2
> !
> interface Ethernet0
> no ip address
> shutdown
> !
> interface Serial0
> description To R1
> no ip address
> encapsulation frame-relay
> no ip route-cache
> clockrate 64000
> no fair-queue
> frame-relay intf-type dce
> frame-relay route 102 interface Serial1 201
> frame-relay route 106 interface Serial2 601
> frame-relay route 107 interface Tunnel0 701
> frame-relay route 108 interface Tunnel0 801
> frame-relay route 109 interface Tunnel0 901
> frame-relay route 116 interface Serial3 611
> !
> interface Serial1
> description To R2
> no ip address
> encapsulation frame-relay
> no ip route-cache
> shutdown
> clockrate 64000
> frame-relay intf-type dce
> frame-relay route 201 interface Serial0 102
> frame-relay route 206 interface Serial2 602
> frame-relay route 207 interface Tunnel0 702
> frame-relay route 208 interface Tunnel0 802
> frame-relay route 209 interface Tunnel0 902
> frame-relay route 226 interface Serial3 622
> !
> interface Serial2
> description Connected to R6-S0
> no ip address
> encapsulation frame-relay
> no ip route-cache
> shutdown
> clockrate 64000
> frame-relay intf-type dce
> frame-relay route 601 interface Serial0 106
> frame-relay route 602 interface Serial1 206
> frame-relay route 607 interface Tunnel0 706
> frame-relay route 608 interface Tunnel0 806
> frame-relay route 609 interface Tunnel0 906
> !
> interface Serial3
> description Connected to Rack1R6-s1
> no ip address
> encapsulation frame-relay
> no ip route-cache
> shutdown
> clockrate 64000
> frame-relay intf-type dce
> frame-relay route 611 interface Serial0 116
> frame-relay route 622 interface Serial1 226
> frame-relay route 667 interface Tunnel0 766
> frame-relay route 668 interface Tunnel0 866
> frame-relay route 669 interface Tunnel0 966
> !
> interface BRI0
> no ip address
> shutdown
> !
> interface Async4
> ip address 12.0.0.1 255.0.0.0
> async dynamic routing
> async mode dedicated
> !
> ip http server
> ip classless
> !
> !
> !
> !
> line con 0
> exec-timeout 0 0
> line aux 0
> modem InOut
> transport input all
> speed 38400
> flowcontrol hardware
> line vty 0 4
> login
> !
> end
> FRSW#sh ip int brief
> Interface IP-Address OK? Method Status
> Protocol
> Async4 12.0.0.1 YES manual up
> up
> BRI0 unassigned YES unset administratively
> down down
> BRI0:1 unassigned YES unset administratively
> down down
> BRI0:2 unassigned YES unset administratively
> down down
> Ethernet0 unassigned YES unset administratively
> down down
> Serial0 unassigned YES manual up
> up
> Serial1 unassigned YES manual administratively
> down down
> Serial2 unassigned YES manual administratively
> down down
> Serial3 unassigned YES manual administratively
> down down
> Tunnel0 unassigned YES unset up
> up
>
> FRSW#ping 12.0.0.2
>
> Type escape sequence to abort.
> Sending 5, 100-byte ICMP Echos to 12.0.0.2, timeout is 2 seconds:
> !!!!!
> Success rate is 100 percent (5/5), round-trip min/avg/max = 72/72/72 ms
>
> ============================================================================
> ==========================
>
> FRSW1:
>
> ============================================================================
> ==========================
>
> FRSW1'#sh ver
> Cisco Internetwork Operating System Software
> IOS (tm) 2500 Software (C2500-IS-L), Version 12.2(26c), RELEASE SOFTWARE
> (fc1)
> Copyright (c) 1986-2007 by cisco Systems, Inc.
> Compiled Mon 30-Jul-07 17:24 by ccai
> Image text-base: 0x03065AE8, data-base: 0x00001000
>
> ROM: System Bootstrap, Version 11.0(10c), SOFTWARE
> BOOTLDR: 3000 Bootstrap Software (IGS-BOOT-R), Version 11.0(10c),
> RELEASE SOFTWARE (fc1)
>
> FRSW1' uptime is 1 hour, 19 minutes
> System returned to ROM by reload
> System image file is "flash:/c2500-is-l.122-26c.bin"
>
> cisco 2520 (68030) processor (revision N) with 14336K/2048K bytes of memory.
> Processor board ID 17194821, with hardware revision 00000003
> Bridging software.
> X.25 software, Version 3.0.0.
> Basic Rate ISDN software, Version 1.1.
> 1 Ethernet/IEEE 802.3 interface(s)
> 2 Serial network interface(s)
> 2 Low-speed serial(sync/async) network interface(s)
> 1 ISDN Basic Rate interface(s)
> 32K bytes of non-volatile configuration memory.
> 16384K bytes of processor board System flash (Read ONLY)
>
> Configuration register is 0x2102
>
> FRSW1'#sh r
> 01:18:24: %SYS-5-CONFIG_I: Configured from console by consoleun
> Building configuration...
>
> Current configuration : 1900 bytes
> !
> version 12.2
> service timestamps debug uptime
> service timestamps log uptime
> no service password-encryption
> !
> hostname FRSW1'
> !
> !
> ip subnet-zero
> !
> frame-relay switching
> !
> !
> !
> interface Tunnel0
> no ip address
> tunnel source Async4
> tunnel destination 12.0.0.1
> !
> interface Ethernet0
> no ip address
> shutdown
> !
> interface Serial0
> description To R7
> no ip address
> encapsulation frame-relay
> no fair-queue
> clockrate 64000
> frame-relay intf-type dce
> frame-relay route 701 interface Tunnel0 107
> frame-relay route 702 interface Tunnel0 207
> frame-relay route 706 interface Tunnel0 607
> frame-relay route 708 interface Serial1 807
> frame-relay route 709 interface Serial2 907
> frame-relay route 766 interface Tunnel0 667
> !
> interface Serial1
> description To R8
> no ip address
> encapsulation frame-relay
> shutdown
> clockrate 64000
> frame-relay intf-type dce
> frame-relay route 801 interface Tunnel0 108
> frame-relay route 802 interface Tunnel0 208
> frame-relay route 806 interface Tunnel0 608
> frame-relay route 807 interface Serial0 708
> frame-relay route 809 interface Serial2 908
> frame-relay route 866 interface Tunnel0 668
> !
> interface Serial2
> description To R4
> no ip address
> encapsulation frame-relay
> shutdown
> clockrate 64000
> frame-relay intf-type dce
> frame-relay route 901 interface Tunnel0 109
> frame-relay route 902 interface Tunnel0 209
> frame-relay route 906 interface Tunnel0 609
> frame-relay route 907 interface Serial0 709
> frame-relay route 908 interface Serial1 809
> frame-relay route 966 interface Tunnel0 669
> !
> interface Serial3
> no ip address
> shutdown
> !
> interface BRI0
> no ip address
> encapsulation hdlc
> shutdown
> !
> interface Async4
> ip address 12.0.0.2 255.0.0.0
> encapsulation slip
> async dynamic routing
> async mode dedicated
> !
> ip classless
> ip http server
> !
> !
> line con 0
> line aux 0
> modem InOut
> transport input all
> speed 38400
> flowcontrol hardware
> line vty 0 4
> login
> !
> end
>
> FRSW1'#sh ip int brief
> Interface IP-Address OK? Method Status
> Protocol
> Async4 12.0.0.2 YES manual up
> up
> BRI0 unassigned YES unset administratively
> down down
> BRI0:1 unassigned YES unset administratively
> down down
> BRI0:2 unassigned YES unset administratively
> down down
> Ethernet0 unassigned YES unset administratively
> down down
> Serial0 unassigned YES manual up
> up
> Serial1 unassigned YES manual administratively
> down down
> Serial2 unassigned YES manual administratively
> down down
> Serial3 unassigned YES unset administratively
> down down
> Tunnel0 unassigned YES unset up
> up
> FRSW1'#ping 12.0.0.1
>
> Type escape sequence to abort.
> Sending 5, 100-byte ICMP Echos to 12.0.0.1, timeout is 2 seconds:
> !!!!!
> Success rate is 100 percent (5/5), round-trip min/avg/max = 72/73/80 ms
>
> ============================================================================
> =========================
> R1:
> R1#sh run
> *Mar 1 19:41:06.843: %SYS-5-CONFIG_I: Configured from console by console
> Building configuration...
>
> Current configuration : 643 bytes
> !
> version 12.4
> service timestamps debug datetime msec
> service timestamps log datetime msec
> no service password-encryption
> !
> hostname R1
> !
> boot-start-marker
> boot-end-marker
> !
> !
> no aaa new-model
> !
> !
> ip cef
> !
> !
> !
> !
> !
> !
> !
> !
> !
> !
> !
> !
> !
> !
> !
> !
> !
> !
> !
> !
> !
> !
> !
> interface Ethernet0/0
> no ip address
> shutdown
> half-duplex
> !
> interface Serial0/0
> ip address 172.1.17.1 255.255.255.0
> encapsulation frame-relay
> frame-relay map ip 172.1.17.7 107 broadcast
> !
> interface Ethernet0/1
> no ip address
> shutdown
> half-duplex
> !
> ip http server
> no ip http secure-server
> !
> !
> !
> !
> !
> !
> control-plane
> !
> !
> !
> !
> !
> !
> !
> !
> !
> !
> line con 0
> line aux 0
> line vty 0 4
> login
> !
> !
> end
>
> R1#sh fram map
> Serial0/0 (up): ip 172.1.17.7 dlci 107(0x6B,0x18B0), static,
> broadcast,
> CISCO, status defined, inactive
> R1#sh fram pvc
>
> PVC Statistics for interface Serial0/0 (Frame Relay DTE)
>
> Active Inactive Deleted Static
> Local 0 1 0 0
> Switched 0 0 0 0
> Unused 0 5 0 0
>
> DLCI = 102, DLCI USAGE = UNUSED, PVC STATUS = INACTIVE, INTERFACE =
> Serial0/0
>
> input pkts 0 output pkts 0 in bytes 0
> out bytes 0 dropped pkts 0 in pkts dropped 0
> out pkts dropped 0 out bytes dropped 0
> in FECN pkts 0 in BECN pkts 0 out FECN pkts 0
> out BECN pkts 0 in DE pkts 0 out DE pkts 0
> out bcast pkts 0 out bcast bytes 0
> 5 minute input rate 0 bits/sec, 0 packets/sec
> 5 minute output rate 0 bits/sec, 0 packets/sec
> pvc create time 00:13:54, last time pvc status changed 00:13:34
>
> DLCI = 106, DLCI USAGE = UNUSED, PVC STATUS = INACTIVE, INTERFACE =
> Serial0/0
>
> input pkts 0 output pkts 0 in bytes 0
> out bytes 0 dropped pkts 0 in pkts dropped 0
> out pkts dropped 0 out bytes dropped 0
> in FECN pkts 0 in BECN pkts 0 out FECN pkts 0
> out BECN pkts 0 in DE pkts 0 out DE pkts 0
> out bcast pkts 0 out bcast bytes 0
> 5 minute input rate 0 bits/sec, 0 packets/sec
> 5 minute output rate 0 bits/sec, 0 packets/sec
> pvc create time 00:13:56, last time pvc status changed 00:13:36
>
> DLCI = 107, DLCI USAGE = LOCAL, PVC STATUS = INACTIVE, INTERFACE = Serial0/0
>
> input pkts 0 output pkts 0 in bytes 0
> out bytes 0 dropped pkts 0 in pkts dropped 0
> out pkts dropped 0 out bytes dropped 0
> in FECN pkts 0 in BECN pkts 0 out FECN pkts 0
> out BECN pkts 0 in DE pkts 0 out DE pkts 0
> out bcast pkts 0 out bcast bytes 0
> 5 minute input rate 0 bits/sec, 0 packets/sec
> 5 minute output rate 0 bits/sec, 0 packets/sec
> pvc create time 00:47:44, last time pvc status changed 00:47:40
>
> DLCI = 108, DLCI USAGE = UNUSED, PVC STATUS = INACTIVE, INTERFACE =
> Serial0/0
>
> input pkts 0 output pkts 0 in bytes 0
> out bytes 0 dropped pkts 0 in pkts dropped 0
> out pkts dropped 0 out bytes dropped 0
> in FECN pkts 0 in BECN pkts 0 out FECN pkts 0
> out BECN pkts 0 in DE pkts 0 out DE pkts 0
> out bcast pkts 0 out bcast bytes 0
> 5 minute input rate 0 bits/sec, 0 packets/sec
> 5 minute output rate 0 bits/sec, 0 packets/sec
> pvc create time 00:14:02, last time pvc status changed 00:13:42
>
> DLCI = 109, DLCI USAGE = UNUSED, PVC STATUS = INACTIVE, INTERFACE =
> Serial0/0
>
> input pkts 0 output pkts 0 in bytes 0
> out bytes 0 dropped pkts 0 in pkts dropped 0
> out pkts dropped 0 out bytes dropped 0
> in FECN pkts 0 in BECN pkts 0 out FECN pkts 0
> out BECN pkts 0 in DE pkts 0 out DE pkts 0
> out bcast pkts 0 out bcast bytes 0
> 5 minute input rate 0 bits/sec, 0 packets/sec
> 5 minute output rate 0 bits/sec, 0 packets/sec
> pvc create time 00:14:03, last time pvc status changed 00:13:43
>
> DLCI = 116, DLCI USAGE = UNUSED, PVC STATUS = INACTIVE, INTERFACE =
> Serial0/0
>
> input pkts 0 output pkts 0 in bytes 0
> out bytes 0 dropped pkts 0 in pkts dropped 0
> out pkts dropped 0 out bytes dropped 0
> in FECN pkts 0 in BECN pkts 0 out FECN pkts 0
> out BECN pkts 0 in DE pkts 0 out DE pkts 0
> out bcast pkts 0 out bcast bytes 0
> 5 minute input rate 0 bits/sec, 0 packets/sec
> 5 minute output rate 0 bits/sec, 0 packets/sec
> pvc create time 00:14:07, last time pvc status changed 00:13:47
> R1#sh fram lmi
>
> LMI Statistics for interface Serial0/0 (Frame Relay DTE) LMI TYPE = CISCO
> Invalid Unnumbered info 0 Invalid Prot Disc 0
> Invalid dummy Call Ref 0 Invalid Msg Type 0
> Invalid Status Message 0 Invalid Lock Shift 0
> Invalid Information ID 0 Invalid Report IE Len 0
> Invalid Report Request 0 Invalid Keep IE Len 0
> Num Status Enq. Sent 504 Num Status msgs Rcvd 489
> Num Update Status Rcvd 0 Num Status Timeouts 15
> Last Full Status Req 00:00:54 Last Full Status Rcvd 00:00:54
> R1#sh ip int b
> Interface IP-Address OK? Method Status
> Protocol
> Ethernet0/0 unassigned YES NVRAM administratively
> down down
> Serial0/0 172.1.17.1 YES NVRAM up
> up
> Ethernet0/1 unassigned YES NVRAM administratively
> down down
>
> ============================================================================
> =======================
> R7:
> R7#sh run
> Building configuration...
>
> Current configuration : 784 bytes
> !
> version 12.4
> service timestamps debug datetime msec
> service timestamps log datetime msec
> no service password-encryption
> !
> hostname R7
> !
> boot-start-marker
> boot-end-marker
> !
> !
> no aaa new-model
> !
> !
> ip cef
> !
> !
> !
> !
> !
> !
> !
> !
> !
> !
> !
> !
> !
> !
> !
> !
> !
> !
> !
> !
> !
> !
> !
> interface Serial0/0
> ip address 172.1.17.7 255.255.255.0
> encapsulation frame-relay
> frame-relay map ip 172.1.17.1 701 broadcast
> !
> interface Serial0/1
> no ip address
> shutdown
> !
> interface Serial0/2
> no ip address
> shutdown
> !
> interface Serial0/3
> no ip address
> shutdown
> !
> interface Ethernet1/0
> no ip address
> shutdown
> half-duplex
> !
> interface Ethernet1/1
> no ip address
> shutdown
> half-duplex
> !
> ip http server
> no ip http secure-server
> !
> !
> !
> !
> !
> !
> control-plane
> !
> !
> !
> !
> !
> !
> !
> !
> !
> !
> line con 0
> line aux 0
> line vty 0 4
> login
> !
> !
> end
>
> R7#sh fram map
> Serial0/0 (up): ip 172.1.17.1 dlci 701(0x2BD,0xACD0), static,
> broadcast,
> CISCO, status defined, inactive
> R7#sh fram pvc
>
> PVC Statistics for interface Serial0/0 (Frame Relay DTE)
>
> Active Inactive Deleted Static
> Local 0 2 0 0
> Switched 0 0 0 0
> Unused 0 3 0 0
>
> DLCI = 701, DLCI USAGE = LOCAL, PVC STATUS = INACTIVE, INTERFACE = Serial0/0
>
> input pkts 0 output pkts 0 in bytes 0
> out bytes 0 dropped pkts 0 in pkts dropped 0
> out pkts dropped 0 out bytes dropped 0
> in FECN pkts 0 in BECN pkts 0 out FECN pkts 0
> out BECN pkts 0 in DE pkts 0 out DE pkts 0
> out bcast pkts 0 out bcast bytes 0
> 5 minute input rate 0 bits/sec, 0 packets/sec
> 5 minute output rate 0 bits/sec, 0 packets/sec
> pvc create time 01:36:36, last time pvc status changed 00:46:55
>
> DLCI = 706, DLCI USAGE = UNUSED, PVC STATUS = INACTIVE, INTERFACE =
> Serial0/0
>
> input pkts 0 output pkts 0 in bytes 0
> out bytes 0 dropped pkts 0 in pkts dropped 0
> out pkts dropped 0 out bytes dropped 0
> in FECN pkts 0 in BECN pkts 0 out FECN pkts 0
> out BECN pkts 0 in DE pkts 0 out DE pkts 0
> out bcast pkts 0 out bcast bytes 0
> 5 minute input rate 0 bits/sec, 0 packets/sec
> 5 minute output rate 0 bits/sec, 0 packets/sec
> pvc create time 01:36:33, last time pvc status changed 01:02:59
>
> DLCI = 708, DLCI USAGE = LOCAL, PVC STATUS = INACTIVE, INTERFACE = Serial0/0
>
> input pkts 1 output pkts 1 in bytes 34
> out bytes 34 dropped pkts 0 in pkts dropped 0
> out pkts dropped 0 out bytes dropped 0
> in FECN pkts 0 in BECN pkts 0 out FECN pkts 0
> out BECN pkts 0 in DE pkts 0 out DE pkts 0
> out bcast pkts 1 out bcast bytes 34
> 5 minute input rate 0 bits/sec, 0 packets/sec
> 5 minute output rate 0 bits/sec, 0 packets/sec
> pvc create time 01:36:35, last time pvc status changed 01:03:01
>
> DLCI = 709, DLCI USAGE = UNUSED, PVC STATUS = INACTIVE, INTERFACE =
> Serial0/0
>
> input pkts 0 output pkts 0 in bytes 0
> out bytes 0 dropped pkts 0 in pkts dropped 0
> out pkts dropped 0 out bytes dropped 0
> in FECN pkts 0 in BECN pkts 0 out FECN pkts 0
> out BECN pkts 0 in DE pkts 0 out DE pkts 0
> out bcast pkts 0 out bcast bytes 0
> 5 minute input rate 0 bits/sec, 0 packets/sec
> 5 minute output rate 0 bits/sec, 0 packets/sec
> pvc create time 01:36:36, last time pvc status changed 01:03:02
>
> DLCI = 766, DLCI USAGE = UNUSED, PVC STATUS = INACTIVE, INTERFACE =
> Serial0/0
>
> input pkts 0 output pkts 0 in bytes 0
> out bytes 0 dropped pkts 0 in pkts dropped 0
> out pkts dropped 0 out bytes dropped 0
> in FECN pkts 0 in BECN pkts 0 out FECN pkts 0
> out BECN pkts 0 in DE pkts 0 out DE pkts 0
> out bcast pkts 0 out bcast bytes 0
> 5 minute input rate 0 bits/sec, 0 packets/sec
> 5 minute output rate 0 bits/sec, 0 packets/sec
> pvc create time 01:01:56, last time pvc status changed 01:01:56
> R7#sh fram lmi
>
> LMI Statistics for interface Serial0/0 (Frame Relay DTE) LMI TYPE = CISCO
> Invalid Unnumbered info 0 Invalid Prot Disc 0
> Invalid dummy Call Ref 0 Invalid Msg Type 0
> Invalid Status Message 0 Invalid Lock Shift 0
> Invalid Information ID 0 Invalid Report IE Len 0
> Invalid Report Request 0 Invalid Keep IE Len 0
> Num Status Enq. Sent 521 Num Status msgs Rcvd 433
> Num Update Status Rcvd 0 Num Status Timeouts 89
> Last Full Status Req 00:00:11 Last Full Status Rcvd 00:00:11
> R7#sh ip int b
> Interface IP-Address OK? Method Status
> Protocol
> Serial0/0 172.1.17.7 YES NVRAM up
> up
> Serial0/1 unassigned YES NVRAM administratively
> down down
> Serial0/2 unassigned YES NVRAM administratively
> down down
> Serial0/3 unassigned YES NVRAM administratively
> down down
> Ethernet1/0 unassigned YES NVRAM administratively
> down down
> Ethernet1/1 unassigned YES NVRAM administratively
> down down
> R7#
>
>
> Blogs and organic groups at http://www.ccie.net
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
>
>
>
>
>
>
>
> No virus found in this incoming message.
> Checked by AVG - www.avg.com
> Version: 8.5.421 / Virus Database: 270.14.17/2436 - Release Date: 10/14/09
> 18:32:00

Blogs and organic groups at http://www.ccie.net
Received on Fri Oct 16 2009 - 07:22:13 ART

This archive was generated by hypermail 2.2.0 : Sun Nov 01 2009 - 07:51:00 ART