cancel
Showing results for 
Search instead for 
Did you mean: 

On a 2300 series switch, how are the interface "vlan participation exclude" and "vlan participation include" statements negated or removed?

On a 2300 series switch, how are the interface "vlan participation exclude" and "vlan participation include" statements negated or removed?

bruce_stahlin
Contributor III

We've pushed configs, changing interfaces from phone ports to access and 802.1q trunk ports, yet certain statements remain. Here is an example after going from phone to access:

voice vlan X

voice vlan dscp 46

classofservice trust untrusted

description 'VLAN X'

switchport mode access

switchport access vlan X

vlan pvid XX

vlan participation exclude 1

vlan participation include XX,YY

vlan tagging XX

poe detection 4ptdot3af+legacy

 

We've been able to remove the following with prepending "no" statements:

no voice vlan

no voice vlan dscp

no vlan pvid XX

no vlan tagging

 

We've not found a way to remove:

vlan participation exclude 1

vlan participation include XX,YY

 

Any suggestions?

 

6 REPLIES 6

bruce_stahlin
Contributor III

Thanks Sam,

When I attempt a "no vlan" command under an interface config, the only arguments provided are:

acceptframe       Configure how to handle tagged/untagged frames received.

ingressfilter      Enable/Disable application of Ingress Filtering Rules.

pvid           Configure the VLAN ID for a specific port.

tagging         Configure tagging for a specific VLAN port.

 

... "participation" is not a valid command.

 

Best,

BJ

 

samantha_lynn
Esteemed Contributor III

Have you tried "no vlan participation exclude" ? That should end all of the subsequent VLAN participation configuration commands as well.

GTM-P2G8KFN