ā04-24-2019 03:24 PM
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?
ā04-24-2019 08:10 PM
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
ā04-24-2019 07:13 PM
Have you tried "no vlan participation exclude" ? That should end all of the subsequent VLAN participation configuration commands as well.