Hi William, Any topology or physical connectivity diagram that you may attach with the email? For example, If you are trying to ping from R1 to R2 on vlan567 point-to-point interface using a switch in between the you just need physical connectivity like below and logical interfaces fa0/0.567 on R1 & R2 and vlan567 on SW's interfaces connecting to R1 & R2 then you don't need SVI on SW at all (SW will work as only L2 node). And, ping should work between R1 & R2. If you create SVI on the SW then it would be L2+L3 mode, so I am not sure whether sub-interfaces of R1 & R2 would still be poin-to-point interfaces or not.
R1 (fa0/0.567)---------SW(L2 vlan567, no L3 logical interface)---------R2 (fa0/0.567) Point-to-Point Interfaces on R1 & R2 scenario R1 (fa0/0.567)---------SW(L2 vlan567, L3 logical interface vlan.567)--------R2 (fa0/0.567) Vlan 567 Broadcast Domain (not a point-to-point connection between R1 & R2 in this scenario OR you may have point-to-point connection between either R1's fa0/0.567 & SW's vlan.567 or SW's vlan.567 & R2's fa0/0.567) That is all I could understand. Maybe that would help you in resolving your issue. Regards, Atif Saleem On Sat, Jun 1, 2013 at 1:33 AM, <[email protected]> wrote: > Send CCIE_RS mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://onlinestudylist.com/mailman/listinfo/ccie_rs > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of CCIE_RS digest..." > > > Today's Topics: > > 1. IPv6 Stateless autoconfig on Cat3560 ([email protected]) > 2. Re: STP issues (Saleh Batouq) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 31 May 2013 15:24:52 -0500 > From: [email protected] > To: <[email protected]> > Subject: [OSL | CCIE_RS] IPv6 Stateless autoconfig on Cat3560 > Message-ID: <[email protected]> > Content-Type: text/plain; charset=UTF-8; format=flowed > > Hi, > > I'm trying to get a handle on the Modified EUI-64 (IPv6 stateless > autoconfig) > > Switch#sh int fa0/3 > FastEthernet0/3 is down, line protocol is down (notconnect) > Hardware is Fast Ethernet, address is 001b.2ba2.9584 (bia > 001b.2ba2.9584) > > Following the rules: > 1.Inverse the 7th most bit: 00 = 00000010 = 021B.2BA2.9584 > 2.Add FF FE to the middle: 021B.2BFF.FEA2.9584 > 3.Add FE80 to the beginning: FF80:021B:2BFF:FEA2:9584 > > Switch#conf t > Enter configuration commands, one per line. End with CNTL/Z. > Switch(config)#int fa0/3 > Switch(config-if)#no switch > Switch(config-if)#ipv6 add auto > Switch(config-if)#do sh ipv6 int br > Vlan1 [up/down] > unassigned > FastEthernet0/1 [up/up] > FE80::21B:2BFF:FEA2:95C2 > FastEthernet0/2 [down/down] > FE80::1 > FastEthernet0/3 [down/down] > FE80::21B:2BFF:FEA2:95C3 > FastEthernet0/4 [down/down] > unassigned > FastEthernet0/5 [down/down] > unassigned > FastEthernet0/6 [down/down] > unassigned > FastEthernet0/7 [down/down] > unassigned > FastEthernet0/8 [down/down] > unassigned > GigabitEthernet0/1 [down/down] > unassigned > > Switch(config-if)#do sh int fa0/3 > FastEthernet0/3 is down, line protocol is down (notconnect) > Hardware is Fast Ethernet, address is 001b.2ba2.95c3 (bia > 001b.2ba2.95c3) > > > I don't have time to read all the documentation right now on why it's > doing this to the end of the address. Does anyone know off the top of > their head why the address would change from 84 to c3 (at the end of the > address)? > > Thanks in advance > > > ------------------------------ > > Message: 2 > Date: Sat, 1 Jun 2013 00:33:24 +0400 > From: Saleh Batouq <[email protected]> > To: freda williams <[email protected]> > Cc: CCIE_RS OnlineStudyList <[email protected]> > Subject: Re: [OSL | CCIE_RS] STP issues > Message-ID: > < > caezok330nna0fgmr4qv3zxtdjovttnupswsecpsewh+fvwo...@mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1 > > your configurations look fine. Make sure the SVI's are up/up on switches. > > BR > Sal > > > > On Tue, May 28, 2013 at 12:00 PM, freda williams <[email protected] > >wrote: > > > Good day All, > > > > Am a just starting my journey towards my CCIE. Am a bloody newbie, I will > > appreciate your help with the following issues. > > > > Am of the mind that I have skipped a process/overlooking a requirement. > > > > Am runing GNS and have checke that the features run on the NM-16ESW > > platform that I have but am still not able to do the tasks required in > the > > IPEXPERT Vol 1 Lab 1. > > > > Issue 1: > > The hosts namely R1 to BB1 (VLAN 100 switches 1 & 2) and R5 to R6 & R7 > > (VLAN 567 switches 1 & 2( Vlan 2567 switches 3 & 4) are not reachable > > (I cannot ping or traceroute to them). The Vlans are connected across > > switches. > > > > Issue 2: > > After the creation of SVI's on Cats 1,2,3 & 4 they (SVI's)are up but not > > reachable from any point in the various subnets. > > > > I have attached the configurations of the affected systems below. > > > > Thanks in anticipation of your kind assistance. > > > > William Alfreds > > > > > > > > > > ................................ > > > > > > Cat1 > > > > Connected to Dynamips VM "Cat1" (ID 13, type c3725) - Console port > > Press ENTER to get the prompt. > > > > Cat1(config-if)#do sh run > > Building configuration... > > > > Current configuration : 4392 bytes > > ! > > version 12.4 > > service timestamps debug datetime msec > > service timestamps log datetime msec > > service password-encryption > > ! > > hostname Cat1 > > ! > > boot-start-marker > > boot-end-marker > > ! > > ! > > no aaa new-model > > memory-size iomem 5 > > ip cef > > ! > > ! > > ! > > ! > > no ip domain lookup > > ! > > multilink bundle-name authenticated > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > archive > > log config > > hidekeys > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > interface Port-channel2 > > switchport mode trunk > > ! > > interface Port-channel3 > > switchport mode trunk > > ! > > interface Port-channel4 > > switchport mode trunk > > ! > > interface FastEthernet0/0 > > no ip address > > shutdown > > duplex auto > > speed auto > > ! > > interface FastEthernet0/1 > > no ip address > > shutdown > > duplex auto > > speed auto > > ! > > interface FastEthernet1/0 > > switchport access vlan 12 > > duplex full > > speed 100 > > ! > > interface FastEthernet1/1 > > switchport access vlan 12 > > duplex full > > speed 100 > > ! > > interface FastEthernet1/2 > > switchport access vlan 12 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet1/3 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet1/4 > > switchport access vlan 40 > > duplex full > > speed 100 > > ! > > interface FastEthernet1/5 > > switchport access vlan 567 > > duplex full > > speed 100 > > ! > > interface FastEthernet1/6 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet1/7 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet1/8 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet1/9 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet1/10 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet1/11 > > switchport access vlan 100 > > duplex full > > speed 100 > > ! > > interface FastEthernet1/12 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet1/13 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet1/14 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet1/15 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet2/0 > > switchport mode trunk > > duplex full > > speed 100 > > channel-group 2 mode on > > ! > > interface FastEthernet2/1 > > switchport mode trunk > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet2/2 > > switchport mode trunk > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet2/3 > > switchport mode trunk > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet2/4 > > switchport mode trunk > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet2/5 > > switchport mode trunk > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet2/6 > > switchport mode trunk > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet2/7 > > switchport mode trunk > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet2/8 > > switchport mode trunk > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet2/9 > > switchport mode trunk > > duplex full > > speed 100 > > channel-group 4 mode on > > ! > > interface FastEthernet2/10 > > switchport mode trunk > > duplex full > > speed 100 > > channel-group 4 mode on > > ! > > interface FastEthernet2/11 > > switchport mode trunk > > duplex full > > speed 100 > > channel-group 3 mode on > > ! > > interface FastEthernet2/12 > > switchport mode trunk > > duplex full > > speed 100 > > channel-group 3 mode on > > ! > > interface FastEthernet2/13 > > switchport mode trunk > > duplex full > > speed 100 > > channel-group 2 mode on > > ! > > interface FastEthernet2/14 > > switchport mode trunk > > duplex full > > speed 100 > > channel-group 2 mode on > > ! > > interface FastEthernet2/15 > > switchport mode trunk > > shutdown > > duplex full > > speed 100 > > ! > > interface Vlan1 > > no ip address > > ! > > interface Vlan12 > > ip address 150.100.12.11 255.255.255.0 > > ! > > interface Vlan40 > > ip address 150.100.40.11 255.255.255.0 > > ! > > interface Vlan100 > > ip address 100.100.100.11 255.255.255.0 > > ! > > interface Vlan200 > > ip address 100.100.200.11 255.255.255.0 > > ! > > interface Vlan300 > > ip address 100.100.250.11 255.255.255.0 > > ! > > interface Vlan567 > > ip address 150.100.220.11 255.255.255.240 > > ! > > ip forward-protocol nd > > ! > > ! > > no ip http server > > no ip http secure-server > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > control-plane > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > banner motd ^C UNAUTHORISED ACCESS IS STRICTLY FORBIDDEN ^C > > alias exec myip sh ip int br | exc unass > > alias exec siib sh ip int br > > alias exec sir sh ip route > > alias exec fm sh frame map > > alias exec fp sh frame pvc > > alias exec cdp sh cdp nei > > alias exec sit sh int tr > > alias exec sip sh ip protocol > > alias exec vtp sh vtp stat > > alias exec vls sh vlan-sw > > ! > > line con 0 > > exec-timeout 0 0 > > privilege level 15 > > password 7 060F1F24545E0C0B11 > > logging synchronous > > login > > history size 30 > > line aux 0 > > line vty 0 4 > > exec-timeout 0 0 > > privilege level 15 > > password 7 020F145E13160A3358 > > logging synchronous > > login > > history size 30 > > ! > > ! > > end > > > > Cat1(config-if)# > > > > ................................ > > > > > > Cat2 > > > > > > Connected to Dynamips VM "Cat2" (ID 14, type c3725) - Console port > > Press ENTER to get the prompt. > > > > Cat2#do sh run > > ^ > > % Invalid input detected at '^' marker. > > > > Cat2#sh run > > Building configuration... > > > > Current configuration : 4473 bytes > > ! > > version 12.4 > > service timestamps debug datetime msec > > service timestamps log datetime msec > > service password-encryption > > ! > > hostname Cat2 > > ! > > boot-start-marker > > boot-end-marker > > ! > > ! > > no aaa new-model > > memory-size iomem 5 > > ip cef > > ! > > ! > > ! > > ! > > no ip domain lookup > > ! > > multilink bundle-name authenticated > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > archive > > log config > > hidekeys > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > interface Port-channel1 > > switchport mode trunk > > ! > > interface Port-channel4 > > switchport mode trunk > > ! > > interface Port-channel3 > > switchport mode trunk > > ! > > interface FastEthernet0/0 > > no ip address > > shutdown > > duplex auto > > speed auto > > ! > > interface FastEthernet0/1 > > no ip address > > shutdown > > duplex auto > > speed auto > > ! > > interface FastEthernet1/0 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet1/1 > > switchport access vlan 100 > > duplex full > > speed 100 > > ! > > interface FastEthernet1/2 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet1/3 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet1/4 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet1/5 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet1/6 > > switchport access vlan 567 > > duplex full > > speed 100 > > ! > > interface FastEthernet1/7 > > switchport access vlan 567 > > duplex full > > speed 100 > > ! > > interface FastEthernet1/8 > > switchport access vlan 200 > > duplex full > > speed 100 > > ! > > interface FastEthernet1/9 > > switchport access vlan 300 > > duplex full > > speed 100 > > ! > > interface FastEthernet1/10 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet1/11 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet1/12 > > switchport access vlan 200 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet1/13 > > switchport access vlan 300 > > duplex full > > speed 100 > > ! > > interface FastEthernet1/14 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet1/15 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet2/0 > > switchport mode trunk > > duplex full > > speed 100 > > channel-group 1 mode on > > ! > > interface FastEthernet2/1 > > switchport mode trunk > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet2/2 > > switchport mode trunk > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet2/3 > > switchport mode trunk > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet2/4 > > switchport mode trunk > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet2/5 > > switchport mode trunk > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet2/6 > > switchport mode trunk > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet2/7 > > switchport mode trunk > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet2/8 > > switchport mode trunk > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet2/9 > > switchport mode trunk > > duplex full > > speed 100 > > channel-group 3 mode on > > ! > > interface FastEthernet2/10 > > switchport mode trunk > > duplex full > > speed 100 > > channel-group 3 mode on > > ! > > interface FastEthernet2/11 > > switchport mode trunk > > duplex full > > speed 100 > > channel-group 4 mode on > > ! > > interface FastEthernet2/12 > > switchport mode trunk > > duplex full > > speed 100 > > channel-group 4 mode on > > ! > > interface FastEthernet2/13 > > switchport mode trunk > > duplex full > > speed 100 > > channel-group 1 mode on > > ! > > interface FastEthernet2/14 > > switchport mode trunk > > duplex full > > speed 100 > > channel-group 1 mode on > > ! > > interface FastEthernet2/15 > > switchport mode trunk > > shutdown > > duplex full > > speed 100 > > ! > > interface Vlan1 > > no ip address > > ! > > interface Vlan12 > > ip address 150.100.12.12 255.255.255.0 > > ! > > interface Vlan40 > > ip address 150.100.40.12 255.255.255.0 > > ! > > interface Vlan100 > > ip address 100.100.100.12 255.255.255.0 > > ! > > interface Vlan200 > > ip address 100.100.200.12 255.255.255.0 > > ! > > interface Vlan300 > > ip address 100.100.250.12 255.255.255.0 > > ! > > interface Vlan567 > > ip address 150.100.220.12 255.255.255.240 > > ! > > ip forward-protocol nd > > ! > > ! > > no ip http server > > no ip http secure-server > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > control-plane > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > banner motd ^C UNAUTHORISED ACCESS IS STRICTLY FORBIDDEN ^C > > alias exec myip sh ip int br | exc unass > > alias exec siib sh ip int br > > alias exec sir sh ip route > > alias exec fm sh frame map > > alias exec fp sh frame pvc > > alias exec cdp sh cdp nei > > alias exec sit sh int tr > > alias exec sip sh ip protocol > > alias exec vtp sh vtp stat > > alias exec vls sh vlan-sw > > ! > > line con 0 > > exec-timeout 0 0 > > privilege level 15 > > password 7 000D03031C4B0E141B > > logging synchronous > > login > > history size 30 > > line aux 0 > > exec-timeout 0 0 > > privilege level 15 > > logging synchronous > > line vty 0 4 > > exec-timeout 0 0 > > privilege level 15 > > password 7 011A1601431B031D35 > > logging synchronous > > login > > history size 30 > > ! > > ! > > end > > > > Cat2# > > .................................. > > > > Cat3 > > > > Connected to Dynamips VM "Cat3" (ID 6, type c3725) - Console port > > Press ENTER to get the prompt. > > > > Cat3(config-if)#do sh run > > Building configuration... > > > > Current configuration : 4001 bytes > > ! > > version 12.4 > > service timestamps debug datetime msec > > service timestamps log datetime msec > > service password-encryption > > ! > > hostname Cat3 > > ! > > boot-start-marker > > boot-end-marker > > ! > > ! > > no aaa new-model > > memory-size iomem 5 > > ip cef > > ! > > ! > > ! > > ! > > no ip domain lookup > > ! > > multilink bundle-name authenticated > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > vtp domain ipexpert > > vtp mode transparent > > archive > > log config > > hidekeys > > ! > > ! > > ! > > ! > > vlan 12 > > name VLANB > > ! > > vlan 40 > > name VLANC > > ! > > vlan 100 > > name VLANA > > ! > > vlan 200 > > name VLANE > > ! > > vlan 240 > > ! > > vlan 300 > > name VLANF > > ! > > vlan 567 > > name VLAND > > ! > > vlan 2200,2300,2567 > > ! > > ! > > ! > > ! > > ! > > interface Port-channel4 > > switchport mode trunk > > ! > > interface Port-channel1 > > switchport mode trunk > > ! > > interface Port-channel2 > > switchport mode trunk > > ! > > interface FastEthernet0/0 > > no ip address > > shutdown > > duplex auto > > speed auto > > ! > > interface FastEthernet0/1 > > no ip address > > shutdown > > duplex auto > > speed auto > > ! > > interface FastEthernet1/0 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet1/1 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet1/2 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet1/3 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet1/4 > > switchport access vlan 240 > > duplex full > > speed 100 > > ! > > interface FastEthernet1/5 > > switchport access vlan 2567 > > duplex full > > speed 100 > > ! > > interface FastEthernet1/6 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet1/7 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet1/8 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet1/9 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet1/10 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet1/11 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet1/12 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet1/13 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet1/14 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet1/15 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet2/0 > > ! > > interface FastEthernet2/1 > > ! > > interface FastEthernet2/2 > > ! > > interface FastEthernet2/3 > > ! > > interface FastEthernet2/4 > > ! > > interface FastEthernet2/5 > > ! > > interface FastEthernet2/6 > > ! > > interface FastEthernet2/7 > > ! > > interface FastEthernet2/8 > > ! > > interface FastEthernet2/9 > > switchport mode trunk > > duplex full > > speed 100 > > channel-group 2 mode on > > ! > > interface FastEthernet2/10 > > switchport mode trunk > > duplex full > > speed 100 > > channel-group 2 mode on > > ! > > interface FastEthernet2/11 > > switchport mode trunk > > duplex full > > speed 100 > > channel-group 1 mode on > > ! > > interface FastEthernet2/12 > > switchport mode trunk > > duplex full > > speed 100 > > channel-group 1 mode on > > ! > > interface FastEthernet2/13 > > switchport mode trunk > > duplex full > > speed 100 > > channel-group 4 mode on > > ! > > interface FastEthernet2/14 > > switchport mode trunk > > duplex full > > speed 100 > > channel-group 4 mode on > > ! > > interface FastEthernet2/15 > > ! > > interface Vlan1 > > no ip address > > ! > > interface Vlan12 > > ip address 150.100.12.13 255.255.255.0 > > ! > > interface Vlan40 > > ip address 150.100.40.13 255.255.255.0 > > ! > > interface Vlan100 > > ip address 100.100.100.13 255.255.255.0 > > ! > > interface Vlan200 > > ip address 100.100.200.13 255.255.255.0 > > ! > > interface Vlan300 > > ip address 100.100.250.13 255.255.255.0 > > ! > > interface Vlan567 > > ip address 150.100.220.13 255.255.255.240 > > ! > > ip forward-protocol nd > > ! > > ! > > no ip http server > > no ip http secure-server > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > control-plane > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > banner motd ^C UNAUTHORISED ACCESS IS STRICTLY FORBIDDEN ^C > > alias exec myip sh ip int br | exc unass > > alias exec siib sh ip int br > > alias exec sir sh ip route > > alias exec fm sh frame map > > alias exec fp sh frame pvc > > alias exec cdp sh cdp nei > > alias exec sit sh int tr > > alias exec sip sh ip protocol > > alias exec vtp sh vtp stat > > alias exec vls sh vlan-sw > > ! > > line con 0 > > exec-timeout 0 0 > > privilege level 15 > > password 7 011A1601431B031D35 > > logging synchronous > > login > > history size 30 > > line aux 0 > > exec-timeout 0 0 > > privilege level 15 > > logging synchronous > > line vty 0 4 > > exec-timeout 0 0 > > privilege level 15 > > password 7 060F1F24545E0C0B11 > > logging synchronous > > login > > history size 30 > > ! > > ! > > end > > > > Cat3(config-if)# > > > > .................................... > > > > Cat4 > > > > Connected to Dynamips VM "Cat4" (ID 7, type c3725) - Console port > > Press ENTER to get the prompt. > > > > Cat4(config-if)# > > Cat4(config-if)# > > Cat4(config-if)#do sh run > > Building configuration... > > > > Current configuration : 4040 bytes > > ! > > version 12.4 > > service timestamps debug datetime msec > > service timestamps log datetime msec > > service password-encryption > > ! > > hostname Cat4 > > ! > > boot-start-marker > > boot-end-marker > > ! > > ! > > no aaa new-model > > memory-size iomem 5 > > ip cef > > ! > > ! > > ! > > ! > > no ip domain lookup > > ! > > multilink bundle-name authenticated > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > vtp domain ipexpert > > vtp mode transparent > > archive > > log config > > hidekeys > > ! > > ! > > ! > > ! > > vlan 12 > > name VLANB > > ! > > vlan 40 > > name VLANC > > ! > > vlan 100 > > name VLANA > > ! > > vlan 200 > > name VLANE > > ! > > vlan 240 > > ! > > vlan 300 > > name VLANF > > ! > > vlan 567 > > name VLAND > > ! > > vlan 2200,2300,2567 > > ! > > ! > > ! > > ! > > ! > > interface Port-channel3 > > switchport mode trunk > > ! > > interface Port-channel2 > > switchport mode trunk > > ! > > interface Port-channel1 > > switchport mode trunk > > ! > > interface FastEthernet0/0 > > no ip address > > shutdown > > duplex auto > > speed auto > > ! > > interface FastEthernet0/1 > > no ip address > > shutdown > > duplex auto > > speed auto > > ! > > interface FastEthernet1/0 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet1/1 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet1/2 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet1/3 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet1/4 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet1/5 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet1/6 > > switchport access vlan 2567 > > duplex full > > speed 100 > > ! > > interface FastEthernet1/7 > > switchport access vlan 2567 > > duplex full > > speed 100 > > ! > > interface FastEthernet1/8 > > switchport access vlan 2200 > > duplex full > > speed 100 > > ! > > interface FastEthernet1/9 > > switchport access vlan 2300 > > duplex full > > speed 100 > > ! > > interface FastEthernet1/10 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet1/11 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet1/12 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet1/13 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet1/14 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet1/15 > > shutdown > > duplex full > > speed 100 > > ! > > interface FastEthernet2/0 > > ! > > interface FastEthernet2/1 > > ! > > interface FastEthernet2/2 > > ! > > interface FastEthernet2/3 > > ! > > interface FastEthernet2/4 > > ! > > interface FastEthernet2/5 > > ! > > interface FastEthernet2/6 > > ! > > interface FastEthernet2/7 > > ! > > interface FastEthernet2/8 > > ! > > interface FastEthernet2/9 > > switchport mode trunk > > duplex full > > speed 100 > > channel-group 1 mode on > > ! > > interface FastEthernet2/10 > > switchport mode trunk > > duplex full > > speed 100 > > channel-group 1 mode on > > ! > > interface FastEthernet2/11 > > switchport mode trunk > > duplex full > > speed 100 > > channel-group 2 mode on > > ! > > interface FastEthernet2/12 > > switchport mode trunk > > duplex full > > speed 100 > > channel-group 2 mode on > > ! > > interface FastEthernet2/13 > > switchport mode trunk > > duplex full > > speed 100 > > channel-group 3 mode on > > ! > > interface FastEthernet2/14 > > switchport mode trunk > > duplex full > > speed 100 > > channel-group 3 mode on > > ! > > interface FastEthernet2/15 > > ! > > interface Vlan1 > > no ip address > > ! > > interface Vlan12 > > ip address 150.100.12.14 255.255.255.0 > > ! > > interface Vlan40 > > ip address 150.100.40.14 255.255.255.0 > > ! > > interface Vlan100 > > ip address 100.100.100.14 255.255.255.0 > > ! > > interface Vlan200 > > ip address 100.100.200.14 255.255.255.0 > > ! > > interface Vlan300 > > ip address 100.100.250.14 255.255.255.0 > > ! > > interface Vlan567 > > ip address 150.100.220.14 255.255.255.240 > > ! > > ip forward-protocol nd > > ! > > ! > > no ip http server > > no ip http secure-server > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > control-plane > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > banner motd ^C UNAUTHORISED ACCESS IS STRICTLY FORBIDDEN ^C > > alias exec myip sh ip int br | exc unass > > alias exec siib sh ip int br > > alias exec sir sh ip route > > alias exec fm sh frame map > > alias exec fp sh frame pvc > > alias exec cdp sh cdp nei > > alias exec sit sh int tr > > alias exec sip sh ip protocol > > alias exec vtp sh vtp stat > > alias exec vls sh vlan-sw > > ! > > line con 0 > > exec-timeout 0 0 > > privilege level 15 > > password 7 09455E0C011512001F > > logging synchronous > > login > > history size 30 > > line aux 0 > > exec-timeout 0 0 > > privilege level 15 > > logging synchronous > > line vty 0 4 > > exec-timeout 0 0 > > privilege level 15 > > password 7 08285C4B1109000506 > > logging synchronous > > login > > history size 30 > > ! > > ! > > end > > > > Cat4(config-if)# > > > > > > ................................... > > > > BB1 > > > > Connected to Dynamips VM "BB1" (ID 10, type c2600) - Console port > > Press ENTER to get the prompt. > > > > BB1(config-if)#do sh run > > Building configuration... > > > > Current configuration : 998 bytes > > ! > > version 12.4 > > service timestamps debug datetime msec > > service timestamps log datetime msec > > no service password-encryption > > ! > > hostname BB1 > > ! > > boot-start-marker > > boot-end-marker > > ! > > ! > > no aaa new-model > > memory-size iomem 15 > > ip cef > > ! > > ! > > ! > > ! > > no ip domain lookup > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > interface Ethernet0/0 > > bandwidth 100000 > > ip address 100.100.100.100 255.255.255.0 > > full-duplex > > ! > > ip forward-protocol nd > > ! > > ip http server > > no ip http secure-server > > ! > > ! > > control-plane > > ! > > banner motd ^C UNAUTHORISED ACCESS IS STRICTLY FORBIDDEN ^C > > alias exec myip sh ip int br | exc unass > > alias exec siib sh ip int br > > alias exec sir sh ip route > > alias exec fm sh frame map > > alias exec fp sh frame pvc > > alias exec cdp sh cdp nei > > alias exec sit sh int tr > > alias exec sip sh ip protocol > > alias exec vtp sh vtp stat > > alias exec vls sh vlan-sw > > ! > > line con 0 > > exec-timeout 0 0 > > privilege level 15 > > password ipexpert > > login > > history size 30 > > line aux 0 > > line vty 0 4 > > exec-timeout 0 0 > > privilege level 15 > > password ipexpert > > login > > history size 30 > > ! > > ! > > end > > > > BB1(config-if)# > > > > > > ..................................... > > > > R1 > > > > Connected to Dynamips VM "R1" (ID 4, type c3725) - Console port > > Press ENTER to get the prompt. > > > > R1(config-if)#do sh run > > Building configuration... > > > > Current configuration : 1471 bytes > > ! > > version 12.4 > > service timestamps debug datetime msec > > service timestamps log datetime msec > > service password-encryption > > ! > > hostname R1 > > ! > > boot-start-marker > > boot-end-marker > > ! > > ! > > no aaa new-model > > memory-size iomem 5 > > ip cef > > ! > > ! > > ! > > ! > > no ip domain lookup > > ! > > multilink bundle-name authenticated > > ! > > ! > > vtp interface lo0 only > > vtp domain server > > vtp mode transparent > > archive > > log config > > hidekeys > > ! > > ! > > ! > > > > interface Loopback0 > > ip address 200.0.0.1 255.255.255.255 > > ! > > interface FastEthernet0/0 > > ip address 150.100.12.1 255.255.255.0 > > speed 100 > > full-duplex > > ! > > interface FastEthernet0/1 > > ip address 100.100.100.1 255.255.255.0 > > speed 100 > > full-duplex > > ! > > ip forward-protocol nd > > ! > > ! > > no ip http server > > no ip http secure-server > > ! > > ! > > control-plane > > ! > > ! > > banner motd ^C UNAUTHORISED ACCESS IS STRICTLY FORBIDDEN ^C > > alias exec myip sh ip int br | exc unass > > alias exec siib sh ip int br > > alias exec sir sh ip route > > alias exec fm sh frame map > > alias exec fp sh frame pvc > > alias exec cdp sh cdp nei > > alias exec sit sh int tr > > alias exec sip sh ip protocol > > alias exec vtp sh vtp stat > > alias exec vls sh vlan-sw > > ! > > line con 0 > > exec-timeout 0 0 > > privilege level 15 > > password 7 1047191C1D07171918 > > logging synchronous > > login > > history size 30 > > line aux 0 > > exec-timeout 0 0 > > privilege level 15 > > logging synchronous > > line vty 0 4 > > exec-timeout 0 0 > > privilege level 15 > > password 7 060F1F24545E0C0B11 > > logging synchronous > > login > > history size 30 > > ! > > ! > > end > > > > R1(config-if)# > > > > > > > > .................................... > > > > > > R5 > > > > > > Connected to Dynamips VM "R5" (ID 1, type c3725) - Console port > > Press ENTER to get the prompt. > > > > R5(config-if)#do sh run > > Building configuration... > > > > Current configuration : 1914 bytes > > ! > > version 12.4 > > service timestamps debug datetime msec > > service timestamps log datetime msec > > service password-encryption > > ! > > hostname R5 > > ! > > boot-start-marker > > boot-end-marker > > ! > > ! > > no aaa new-model > > memory-size iomem 5 > > ip cef > > ! > > ! > > ! > > ! > > no ip domain lookup > > ! > > multilink bundle-name authenticated > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > archive > > log config > > hidekeys > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > interface Loopback0 > > ip address 200.0.0.5 255.255.255.255 > > ! > > interface FastEthernet0/0 > > ip address 150.100.220.5 255.255.255.240 > > speed 100 > > full-duplex > > ! > > interface Serial0/0 > > no ip address > > shutdown > > clock rate 2000000 > > ! > > interface FastEthernet0/1 > > ip address 150.100.221.5 255.255.255.0 > > speed 100 > > full-duplex > > ! > > interface Serial0/1 > > ip address 150.100.100.5 255.255.255.0 > > encapsulation frame-relay > > clock rate 64000 > > no arp frame-relay > > frame-relay map ip 150.100.100.6 506 broadcast > > frame-relay map ip 150.100.100.2 502 broadcast > > frame-relay map ip 150.100.100.5 502 > > no frame-relay inverse-arp > > ! > > interface Serial0/2 > > ip address 150.100.25.5 255.255.255.0 > > clock rate 64000 > > ! > > interface Serial0/3 > > no ip address > > shutdown > > clock rate 2000000 > > ! > > ip forward-protocol nd > > ! > > ! > > no ip http server > > no ip http secure-server > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > control-plane > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > banner motd ^C UNAUTHORISED ACCESS IS STRICTLY FORBIDDEN ^C > > alias exec myip sh ip int br | exc unass > > alias exec siib sh ip int br > > alias exec sir sh ip route > > alias exec fm sh frame map > > alias exec fp sh frame pvc > > alias exec cdp sh cdp nei > > alias exec sit sh int tr > > alias exec sip sh ip protocol > > alias exec vtp sh vtp stat > > alias exec vls sh vlan-sw > > ! > > line con 0 > > exec-timeout 0 0 > > privilege level 15 > > password 7 151B1B091C3A2E363C > > logging synchronous > > login > > history size 30 > > line aux 0 > > exec-timeout 0 0 > > privilege level 15 > > logging synchronous > > line vty 0 4 > > exec-timeout 0 0 > > privilege level 15 > > password 7 011A1601431B031D35 > > logging synchronous > > login > > history size 30 > > ! > > ! > > end > > > > R5(config-if)# > > > > > > ....................................... > > > > > > R6 > > > > > > Connected to Dynamips VM "R6" (ID 2, type c3725) - Console port > > Press ENTER to get the prompt. > > > > R6(config-if)#do sh run > > Building configuration... > > > > Current configuration : 2214 bytes > > ! > > version 12.4 > > service timestamps debug datetime msec > > service timestamps log datetime msec > > service password-encryption > > ! > > hostname R6 > > ! > > boot-start-marker > > boot-end-marker > > ! > > ! > > no aaa new-model > > memory-size iomem 5 > > ip cef > > ! > > ! > > ! > > ! > > no ip domain lookup > > ! > > multilink bundle-name authenticated > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > archive > > log config > > hidekeys > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > interface Loopback0 > > ip address 200.0.0.6 255.255.255.255 > > ! > > interface MFR1 > > ip address 150.100.69.6 255.255.255.0 > > shutdown > > frame-relay interface-dlci 609 > > ! > > interface FastEthernet0/0 > > ip address 150.100.220.6 255.255.255.240 > > speed 100 > > full-duplex > > ! > > interface Serial0/0 > > no ip address > > shutdown > > clock rate 2000000 > > ! > > interface FastEthernet0/1 > > ip address 150.100.221.6 255.255.255.0 > > speed 100 > > full-duplex > > ! > > interface Serial0/1 > > ip address 150.100.100.6 255.255.255.0 > > encapsulation frame-relay > > clock rate 64000 > > no arp frame-relay > > frame-relay map ip 150.100.100.5 605 broadcast > > frame-relay map ip 150.100.100.2 602 broadcast > > frame-relay map ip 150.100.100.6 602 > > no frame-relay inverse-arp > > ! > > interface Serial2/0 > > ip address 150.100.69.6 255.255.255.0 > > serial restart-delay 0 > > clock rate 64000 > > ! > > interface Serial2/1 > > ip address 150.100.96.6 255.255.255.0 > > serial restart-delay 0 > > clock rate 64000 > > ! > > interface Serial2/2 > > no ip address > > shutdown > > serial restart-delay 0 > > ! > > interface Serial2/3 > > no ip address > > shutdown > > serial restart-delay 0 > > ! > > ip forward-protocol nd > > ! > > ! > > no ip http server > > no ip http secure-server > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > control-plane > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > banner motd ^C UNAUTHORISED ACCESS IS STRICTLY FORBIDDEN ^C > > alias exec myip sh ip int br | exc unass > > alias exec siib sh ip int br > > alias exec sir sh ip route > > alias exec fm sh frame map > > alias exec fp sh frame pvc > > alias exec cdp sh cdp nei > > alias exec sit sh int tr > > alias exec sip sh ip protocol > > alias exec vtp sh vtp stat > > alias exec vls sh vlan-sw > > ! > > line con 0 > > exec-timeout 0 0 > > privilege level 15 > > password 7 0502160A395C4B1B0D > > logging synchronous > > login > > history size 30 > > line aux 0 > > exec-timeout 0 0 > > privilege level 15 > > logging synchronous > > line vty 0 4 > > exec-timeout 0 0 > > privilege level 15 > > password 7 011A1601431B031D35 > > logging synchronous > > login > > history size 30 > > ! > > ! > > end > > > > R6(config-if)# > > > > > > > > > > ................................. > > > > > > R7 > > > > Connected to Dynamips VM "R7" (ID 3, type c3725) - Console port > > Press ENTER to get the prompt. > > > > R7(config-if)# > > R7(config-if)# > > R7(config-if)#do sh run > > Building configuration... > > > > Current configuration : 1888 bytes > > ! > > version 12.4 > > service timestamps debug datetime msec > > service timestamps log datetime msec > > service password-encryption > > ! > > hostname R7 > > ! > > boot-start-marker > > boot-end-marker > > ! > > ! > > no aaa new-model > > memory-size iomem 5 > > ip cef > > ! > > ! > > ! > > ! > > no ip domain lookup > > ! > > multilink bundle-name authenticated > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > archive > > --More-- > > *Mar 1 00:33:47.727: %LINEPROTO-5-UPDOWN: Line protocol on Interface > > Serial0/0, changed state to down > > log config > > hidekeys > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > interface Loopback0 > > ip address 200.0.0.7 255.255.255.255 > > ! > > interface MFR1 > > ip address 150.100.69.6 255.255.255.0 > > shutdown > > frame-relay interface-dlci 609 > > ! > > interface FastEthernet0/0 > > ip address 150.100.220.7 255.255.255.240 > > speed 100 > > full-duplex > > ! > > interface Serial0/0 > > ip address 150.100.78.7 255.255.255.0 > > clock rate 64000 > > ! > > interface FastEthernet0/1 > > ip address 150.100.221.7 255.255.255.0 > > speed 100 > > full-duplex > > ! > > interface Serial0/1 > > ip address 150.100.100.6 255.255.255.0 > > encapsulation frame-relay > > shutdown > > clock rate 64000 > > no arp frame-relay > > frame-relay map ip 150.100.100.6 602 > > frame-relay map ip 150.100.100.2 602 broadcast > > frame-relay map ip 150.100.100.5 605 broadcast > > no frame-relay inverse-arp > > ! > > ip forward-protocol nd > > ! > > ! > > no ip http server > > no ip http secure-server > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > control-plane > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > ! > > banner motd ^CC UNAUTHORISED ACCESS IS STRICTLY FORBIDDEN ^C > > alias exec myip sh ip int br | exc unass > > alias exec siib sh ip int br > > alias exec sir sh ip route > > alias exec fm sh frame map > > alias exec fp sh frame pvc > > alias exec cdp sh cdp nei > > alias exec sit sh int tr > > alias exec sip sh ip protocol > > alias exec vtp sh vtp stat > > alias exec vls sh vlan-sw > > ! > > line con 0 > > exec-timeout 0 0 > > privilege level 15 > > password 7 0706314956191C1703 > > logging synchronous > > login > > history size 30 > > line aux 0 > > exec-timeout 0 0 > > privilege level 15 > > logging synchronous > > line vty 0 4 > > exec-timeout 0 0 > > privilege level 15 > > password 7 130C0717131C01383F > > logging synchronous > > login > > history size 30 > > ! > > ! > > end > > > > R7(config-if)# > > > > ...................................... > > _______________________________________________ > > For more information regarding industry leading CCIE Lab training, please > > visit www.ipexpert.com > > > > Are you a CCNP or CCIE and looking for a job? Check out > > www.PlatinumPlacement.com > > > > http://onlinestudylist.com/mailman/listinfo/ccie_rs > > > > > End of CCIE_RS Digest, Vol 88, Issue 30 > *************************************** > -- Atif _______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com Are you a CCNP or CCIE and looking for a job? Check out www.PlatinumPlacement.com http://onlinestudylist.com/mailman/listinfo/ccie_rs
