This post is more than 5 years old
2 Posts
0
191276
February 15th, 2012 06:00
Command to remove "switchport general allowed vlan" from Interface
Guys I am new to configuring this switch. I would need to know how to remove "switchport general allowed vlan" from the interface configuration. We were testing something and I had initially configured this port as general with the allowed vlan command. Later we configured the port to trunk. The GUI shows only trunk configuration on the port, the CLI however shows trunk and the "switchport general allowed vlan" configured.
I tried the no switchport general allowed vlan command but seems like this command does not exist. How can I get rid of this command?
Regards
0 events found
No Events found!


skehoe
6 Posts
0
March 27th, 2012 08:00
Enter the following command to remove the general allowed statement from the interface config.
Switchport general allowed vlan remove 115,209
sandy2810
2 Posts
0
February 15th, 2012 22:00
interface Te1/0/13
switchport mode trunk
switchport general allowed vlan add 115,209
switchport trunk native vlan 115
switchport trunk allowed vlan except xxxxxxxx
exit
As you can see above, the mode says its trunk. I would however need to get rid of that general allowed vlan config. I shall try setting the port to no switchport and then enter only the trunk configuration again.
Thanks