beautypg.com

Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual

Page 448

background image

VLAN Commands

Software Reference for x310 Series Switches

17.20

AlliedWare Plus

TM

Operating System - Version 5.4.4C

C613-50046-01 REV A

Examples

To create the isolated VLANs 2, 3 and 4 and then enable port1.0.2 in trunk mode as a
promiscuous port for these VLANs with the group ID of 3, use the following commands:

Note that you must remove the secondary port or ports enabled as trunk ports that are
associated with the promiscuous port before removing the promiscuous port.

Related Commands

switchport mode private-vlan trunk secondary
switchport mode trunk
switchport trunk allowed vlan
switchport trunk native vlan
show vlan private-vlan

awplus#

configure terminal

awplus(config)#

vlan database

awplus(config-vlan)#

vlan 2-4

awplus(config-vlan)#

private-vlan 2 isolated

awplus(config-vlan)#

private-vlan 3 isolated

awplus(config-vlan)#

private-vlan 4 isolated

awplus(config-vlan)#

exit

awplus(config)#

interface port1.0.2

awplus(config-if)#

switchport mode trunk

awplus(config-if)#

switchport trunk allowed vlan add 2-4

awplus(config-if)#

switchport mode private-vlan trunk
promiscuous group 3

awplus#

configure terminal

awplus(config)#

interface port1.0.2

awplus(config-if)#

no switchport mode private-vlan trunk
promiscuous