cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
7700
Views
0
Helpful
1
Replies

SG300-52 VLAN Access Port

sutton.matthew
Level 1
Level 1

I am having an issue with setting a port in access mode and assigning it to a vlan.

I have a 300 series switch in layer 3 mode that is handling intervlan routing.

I also have a cisco 2651xm WAN router that handles the routing for the voice vlan.

Everything works as expected in this state.

What I am wanting to do is to set up an access port for vlan 2 on the sg300.

When I do this the host connected to the port does not see any taffic for vlan2.

It sees no traffic at all.  What am I missing?

Here is the interface part of the config.

Port 48 is the access port that is not working, interface is up and up but no traffic.

Port 51 is the uplink to the voip access switches

Port 52 is the 2651xm doing the 802.1q routing for vlan 2

vlan2=voip vlan

vlan150=management vlan

sg300-52#sh vlan tag 2

Vlan       Name                   Ports                Type     Authorization
---- ----------------- --------------------------- ------------ -------------
2         Voice                gi48,gi51-52      permanent     Required

interface gigabitethernet48

switchport mode access

switchport access vlan 2

exit

interface gigabitethernet51

switchport trunk allowed vlan add 2,150

exit

interface gigabitethernet52

switchport trunk allowed vlan add 2

exit

Any suggestions?

1 Reply 1

sutton.matthew
Level 1
Level 1

Right after I posted I figured it out.  Had nothing to do with the port config.

voice vlan state disabled

was in the config

set it to

voice vlan state oui-enabled

I thought this had to do with how dynamic voice vlan worked not the actual vlan.

Strange that with the voice vlan disabled the switch will trunk the voice vlan.

I can also set an IP to the voice vlan interface on the switch and ping it.

But I cannot set a port in access mode on that voice vlan and pass it traffic with voice vlan disabled.