port-tpid-modify
This command is used to modify the TPID value used for the outer VLANs on a QinQ port.
Syntax port-tpid-modify
port port-list |
A port or a list of physical ports. |
outer-tpid none|dot1q|q-in-q|q-in-q-old |
Specifies the port outer TPID value. |
Defaults None
Access CLI
History
Version 7.0.1 |
Command introduced. |
Usage Use this command to modify the outer VLAN's TPID value for a port or list of ports. Possible TPID values are: dot1q (0x8100), q-in-q (0x88A8), q-in-q-old (0x9100), none (default).
Information Starting from NetVisor release 7.0.1, it is possible to configure BD ports in 802.1Q mode and in 802.1ad/QinQ mode on the same switch. When outer-tpid is configured as none (default), double tagged packets use the standard 802.1ad encapsulation with the outer TPID equal to 0x88A8 (and the inner TPID equal to 0x8100).
Examples To modify the outer VLANs TPID value, use the following syntax:
CLI (network-admin@switch) > port-tpid-modify ports 123,121 outer-tpid q-in-q-old