[c-nsp] VLAN's

Ueli Heuer papierkuebel at gmail.com
Thu Jun 16 17:03:13 EDT 2005


Hi Kevin,

your problem is the native vlan:
 
> 12008

> interface GigabitEthernet3/1.1
>  description GigEthernet to 3550
>  encapsulation dot1Q 1

either  add
 encapsulation doi1Q 1 native

>  ip address 10.10.1.1 255.255.255.252
>  no ip directed-broadcast
>  no cdp enable


or you do _one_ of those two possibilities:

> 3550

vlan dot1q tag native 

> interface GigabitEthernet0/1
>  switchport trunk encapsulation dot1q
>  switchport mode trunk
or 
  switchport trunk native vlan <anyting else then 1>
 

Ueli



More information about the cisco-nsp mailing list