Avaya P130 Switch User Manual


 
Chapter 6 Avaya P130 CLI
88 Avaya P130 User’s Guide
Set trunk Command
Use the set trunk command to configure the tagging mode.
The syntax for this command is:
set trunk <mod_num>/<port_num> {off|dot1q}
Example:
P130-1# set trunk 1/19 dot1q
Dot1Q VLAN tagging set on port 1/19.
P130-1# set trunk 1/19 off
No VLAN tagging set on port 1/19.
Clear vlan Command
Use the clear vlan command to delete an existing VLAN and return ports from
this VLAN to the default VLAN #1. When you clear a VLAN, all ports assigned to
that VLAN are assigned to the default VLAN #1.
The syntax for this command is:
clear vlan [VLAN_num]
Example:
This example shows how you can delete an existing VLAN (VLAN 4) from a
management domain:
P130-1# clear vlan 4
This command will assign all ports on VLAN 4 to their default
in the entire management domain
<mod_num> Module number
<port_num> Number of the port on the module
off Forces the port to become a non-tagging port. The port is in the
clear (tagging) mode: it will never send frames as tagged, but it
will correctly interpret received tagged frames.
dot1q Forces the port to become a 802.1Q tagging port. The port is in
the tagging mode: it will send frames as tagged and will
correctly interpret received untagged frames.
VLAN_num Number of the VLAN (range is 1 to 4079).