Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Vlan and Trunking Issue with Catalyst 3500XL

Status
Not open for further replies.
Feb 2, 2004
2
US
basicly what happens is only one vlan will come up at a time. The config as it stands Vlan 209 is up and 210 is shut, if you do a no shut on 210 it will not come up unless you shut vlan 209 then it will come up and vlan 1 is down. I have tried everything I removed all the vlans out of the databased and then readded them. Cleared all interfaces and vlans and readded. I am trying to trunk all all Here is my config:


interface GigabitEthernet0/2
bandwidth 1000
duplex full
no negotiation auto
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1,209,210,1002-1005
switchport mode trunk
no fair-queue
!
interface VLAN1
no ip address
no ip directed-broadcast
no ip route-cache
shutdown
!
interface VLAN209
ip address 172.25.209.2 255.255.255.0
no ip directed-broadcast
no ip route-cache
!
interface VLAN210
no ip directed-broadcast
no ip route-cache
shutdown
!

Please Help!!!
Chip
 
Your switch is a layer2 switch, not layer3. Only layer3 switches can have more than one layer3 interface.

Your switch will operate fine only having one vlan up, the other vlans will still function properly. You will only be able to manage the switch on the up interface.

Also, routing between the vlans will have to be performed on a layer3 switch or a router.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top