Chipster110
MIS
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
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