[c-nsp] Untagged native VLAN...

John Kougoulos koug at intracom.gr
Tue Nov 23 12:01:06 EST 2010


Hello,

On Tue, 23 Nov 2010, Elmar K. Bins wrote:
> I am trying to set up a test port - for an IP phone actually - with
> the office WS VLAN (402) native untagged, and the Voice VLAN (498)
> tagged on this 3560-48 (12.2(25)SEE4).
>
> My config looks like this:
>
> #sh run int f0/44
> interface FastEthernet0/44
> description ekb Testport
> switchport access vlan 402
> switchport trunk encapsulation dot1q
> switchport trunk native vlan 402
> switchport trunk allowed vlan 498
> switchport mode trunk
> load-interval 30
> end
>

why don't you use:

switchport mode access
switchport access vlan 402
switchport voice vlan 498


Your setup doesn't work probably because you haven't allowed the native 
vlan too.
You should have:
switchport trunk allowed vlan 402,498

Best Regars,
John


More information about the cisco-nsp mailing list