NEXPEED NBG440 User’s Manual
NexComm Systems, Inc. 59 PAGE
Configuring PVID (for ingress port)
A port is assigned a default Port VLANid (pvid) and the 802.1p priority. Based on
values you define, the tags (pvid and priority) are inserted in an untagged frame header
before it is forwarded.
To assign PVID and a priority, use the following command.
COMMAND
(conf)# qvlan pvid <vid> <priority> <ifname> [<ifname> ...]
Parameters
<vid> - A VLANid , Valid parameter range is from 2 to 4094.
<priority> - A priority, The value is an integer between 0 and 7.
<ifname> - Interface name
* local is an internal interface to handle its own IP address.
Usage Examples:
(conf)# qvlan pvid 100 3 s0
VLAN translation
You can translate one VLANid to another VLANid, which transfers all traffic received
in one VLANid to the other VLANid. Also you can reconfigure the 802.1p priority filed
that is placed in the 802.1Q tag.
To create a VLAN translation mapping, use the following command.
COMMAND
(conf)# qvlan map <ingress vid> <vid> <priority> <ifname>
[<ifname> ...]
Parameters
<ingress vid> - A VLANid of received tagged frame
<vid> - A VLANid , Valid parameter range is from 2 to 4094.
<priority> - A priority, The value is an integer between 0 and 7.
<ifname> - Interface name
* local is an internal interface to handle its own IP address.
Usage Examples:
(conf)# qvlan map 100 1010 2 s0
To delete a VLAN translation mapping, use the following command.
COMMAND
(conf)# qvlan unmap <ingress vid> <ifname> [<ifname> ...]