So now what are you trying to reach that your pings are failing??? Sent from my iPhone
On Dec 17, 2012, at 18:21, waheed Ahmed <[email protected]> wrote: > Thanks Oshin, > > Switch#show ip route > Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP > D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area > N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 > E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP > i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter > area > * - candidate default, U - per-user static route, o - ODR > P - periodic downloaded static route > > Gateway of last resort is not set > > C 192.168.2.0/24 is directly connected, Vlan2 > C 192.168.3.0/24 is directly connected, Vlan3 > C 192.168.4.0/24 is directly connected, Vlan4 > C 192.168.10.0/24 is directly connected, Vlan10 > > > Switch#show ip interface brief > Interface IP-Address OK? Method Status > Protocol > > FastEthernet0/1 unassigned YES NVRAM down down > > FastEthernet0/2 unassigned YES NVRAM up up > > FastEthernet0/3 unassigned YES NVRAM up up > > FastEthernet0/4 unassigned YES NVRAM up up > > FastEthernet0/10 unassigned YES NVRAM up up > > FastEthernet0/20 unassigned YES NVRAM up up > > FastEthernet0/21 unassigned YES NVRAM down down > > FastEthernet0/22 unassigned YES NVRAM down down > > FastEthernet0/23 unassigned YES NVRAM up up > > FastEthernet0/24 unassigned YES NVRAM down down > > GigabitEthernet0/1 unassigned YES NVRAM down down > > GigabitEthernet0/2 unassigned YES NVRAM down down > > Vlan1 unassigned YES NVRAM up up > > Vlan2 192.168.2.2 YES manual up up > > Vlan3 192.168.3.2 YES manual up up > > Vlan4 192.168.4.2 YES manual up up > > Vlan10 192.168.10.2 YES manual up up > Switch# > > > > > > > > With Regards > Waheed Ahmed > +971-55-7720310 > > From: Oshin Sanjo <[email protected]> > To: waheed Ahmed <[email protected]> > Cc: "[email protected]" <[email protected]> > Sent: Monday, December 17, 2012 9:02 PM > Subject: Re: [OSL | CCIE_RS] Fw: VLAN routing on MLS > > What i mean is. > > Input the command "sh ip route". I want to see the output. > > Also, what are the status of the vlan interfaces?? That is vlan 2,3,4 and 10. > You can do a "sh ip int bri" > > We can work through together. > > Sent from my iPhone > > On Dec 17, 2012, at 17:47, waheed Ahmed <[email protected]> wrote: > > > IP routing is enabled on both MLS and trunk links shown working on both > > sides. > > > > > > > > Switch#show interfaces trunk > > Port Mode Encapsulation Status Native vlan > > Fa0/23 on 802.1q > > trunking 1 > > > > Port Vlans allowed on trunk > > Fa0/23 1-1005 > > > > Port Vlans allowed and active in management domain > > Fa0/23 1,2,3,4,10 > > > > Port Vlans in spanning tree forwarding state and not pruned > > Fa0/23 none > > Switch# > > > > > > Switch# show spanning-tree summary > > Switch is in pvst mode > > Root bridge for: default Accounts Sales Managemetn HR > > Extended system ID is enabled > > Portfast > > Default is disabled > > PortFast BPDU Guard Default is disabled > > Portfast BPDU Filter Default is disabled > > Loopguard Default is disabled > > EtherChannel misconfig guard is disabled > > UplinkFast is disabled > > BackboneFast is disabled > > Configured Pathcost method used is short > > > > Name Blocking Listening Learning Forwarding STP Active > > ---------------------- -------- --------- -------- ---------- > > ---------- > > VLAN0001 0 0 0 2 2 > > VLAN0002 0 0 0 1 1 > > VLAN0003 0 0 > > 0 1 1 > > VLAN0004 0 0 0 1 1 > > VLAN0010 0 0 0 1 1 > > > > ---------------------- -------- --------- -------- ---------- ---------- > > 5 > > vlans 0 0 0 6 6 > > > > > > With Regards > > Waheed Ahmed > > +971-55-7720310 > > > > > > ________________________________ > > From: ankit thakrar <[email protected]> > > To: waheed Ahmed <[email protected]> > > Cc: "[email protected]" <[email protected]> > > Sent: Monday, December 17, 2012 8:19 PM > > Subject: Re: [OSL | CCIE_RS] VLAN routing on MLS > > > > > > Dear Ahmed, > > > > Have you enable ip routing on both the switches to have layer 3 routing > > working. > > > > > > Regards, > > Ankit > > > > > > On Mon, Dec 17, 2012 at 9:18 PM, waheed Ahmed <[email protected]> > > wrote: > > > > > >> > >> Dear Team , > >> > >> > >> I am facing problem that i want to configure routing between two 3560 > >> Switches as given topology . But it is not working still and configuration > >> of Switches are mentioned below . Waiting for some corrections in my > >> configuration . > >> > >> > >> Switch#show running-config > >> Building configuration... > >> > >> Current configuration : 1436 bytes > >> ! > >> version 12.2 > >> no service timestamps log datetime msec > >> no service timestamps debug datetime msec > >> no service password-encryption > >> ! > >> hostname Switch1 > >> ! > >> ip routing > >> ! > >> spanning-tree mode pvst > >> ! > >> interface FastEthernet0/1 > >> ! > >> interface FastEthernet0/2 > >> switchport access vlan 2 > >> ! > >> interface FastEthernet0/3 > >> switchport access vlan 3 > >> ! > >> interface FastEthernet0/4 > >> switchport access vlan 4 > >> ! > >> interface FastEthernet0/9 > >> ! > >> interface FastEthernet0/10 > >> switchport access vlan 10 > >> ! > >> interface FastEthernet0/23 > >> switchport trunk encapsulation dot1q > >> ! > >> interface GigabitEthernet0/2 > >> ! > >> interface Vlan1 > >> no ip address > >> shutdown > >> ! > >> interface Vlan2 > >> ip address 192.168.2.3 255.255.255.0 > >> ! > >> interface Vlan3 > >> ip address 192.168.3.3 255.255.255.0 > >> ! > >> interface Vlan4 > >> ip address 192.168.4.3 255.255.255.0 > >> ! > >> interface Vlan10 > >> ip address 192.168.10.3 255.255.255.0 > >> ! > >> ip classless > >> ! > >> ! > >> ! > >> line con 0 > >> line vty 0 4 > >> login > >> ! > >> ! > >> ! > >> end > >> > >> > >> Switch# > >> > >> > >> =================================== > >> > >> Switch#show run > >> Building configuration... > >> > >> ! > >> hostname Switch0 > >> ! > >> > >> ip routing > >> ! > >> spanning-tree mode pvst > >> ! > >> ! > >> interface FastEthernet0/1 > >> ! > >> interface FastEthernet0/2 > >> switchport access vlan 2 > >> ! > >> interface FastEthernet0/3 > >> switchport access vlan 3 > >> ! > >> interface FastEthernet0/4 > >> switchport access vlan 4 > >> ! > >> ! > >> interface FastEthernet0/10 > >> switchport access vlan 10 > >> ! > >> > >> interface FastEthernet0/20 > >> switchport access vlan 10 > >> ! > >> interface FastEthernet0/21 > >> ! > >> interface FastEthernet0/22 > >> ! > >> interface FastEthernet0/23 > >> switchport trunk encapsulation dot1q > >> ! > >> interface FastEthernet0/24 > >> ! > >> interface GigabitEthernet0/1 > >> ! > >> interface GigabitEthernet0/2 > >> ! > >> interface Vlan1 > >> no ip address > >> shutdown > >> ! > >> interface Vlan2 > >> ip address 192.168.2.2 255.255.255.0 > >> ! > >> interface Vlan3 > >> ip address 192.168.3.2 255.255.255.0 > >> ! > >> interface Vlan4 > >> ip address 192.168.4.2 255.255.255.0 > >> ! > >> interface Vlan10 > >> ip address 192.168.10.2 255.255.255.0 > >> ! > >> ip classless > >> ! > >> line con 0 > >> line vty 0 4 > >> login > >> ! > >> end > >> > >> > >> > >> > >> With Regards > >> Waheed Ahmed > >> _______________________________________________ > >> 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 > >> > > _______________________________________________ > > 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 > > _______________________________________________ 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
