Pages

Friday, September 26, 2014

Creating group of VLANs and assign ports to it

Creating Vlans should not be a problem. Try this:
interface group vlan 120-125, vlan 130-135

Once you created the VLANs, you can use the following command to tag a port to all VLANs you want:
int range vlan 1-4000

tag <port#>

No comments:

Post a Comment