Cat3550: strange problem

From: emad (emad@zakq8.com)
Date: Sun Aug 24 2003 - 14:24:14 GMT-3


Folks,
I have a very simple design I configured it many times before but now
suddenly it is not working ,
I have two 3550 switches and I'm just trying to have them working as one
contain only vlan 2 (as edge switch) and the other one have another vlan
(vlan 3) but acting as Layer3 which routes between the two vlans , u
will find below the configurations of the two switches and as a test I
tried to ping from the down switch to the up switch vlan 3 interface but
no ping at all which lead to If I connected two PCs to these two
different vlans , I can't ping too

!
interface FastEthernet0/1
 switchport trunk encapsulation isl
 switchport trunk native vlan 2
 switchport mode trunk
!
interface FastEthernet0/15
 switchport access vlan 3
 switchport mode dynamic desirable
!
interface Vlan1
 no ip address
 shutdown
!
interface Vlan2
 ip address 20.1.1.1 255.255.255.0

interface Vlan3
 ip address 30.1.1.1 255.255.255.0
!
ip default-gateway 20.1.1.1
ip classless
ip http server
!
!
UP-SW#sh ip in br
Interface IP-Address OK? Method Status
Protocol
Vlan1 unassigned YES NVRAM administratively
down down
Vlan2 20.1.1.1 YES NVRAM up
up
Vlan3 30.1.1.1 YES NVRAM up
up
FastEthernet0/1 unassigned YES unset up
up
FastEthernet0/15 unassigned YES unset up
up

--------------------------------------------------------------

!
hostname Down-Back
!
!

interface FastEthernet0/1
 switchport trunk encapsulation isl
 switchport trunk native vlan 2
 switchport mode trunk
!
!
interface FastEthernet0/9
 switchport access vlan 2
 switchport mode dynamic desirable
!
!
interface Vlan2
 ip address 20.1.1.2 255.255.255.0
!
ip default-gateway 20.1.1.1
ip classless
ip http server
!
!

Down-Back#sh ip in br
Interface IP-Address OK? Method Status
Protocol
Vlan2 20.1.1.2 YES manual up
up
FastEthernet0/1 unassigned YES unset up
up
FastEthernet0/9 unassigned YES unset up
up

Regards



This archive was generated by hypermail 2.1.4 : Tue Sep 02 2003 - 18:54:05 GMT-3