NEXPEED NBG440 User’s Manual
NexComm Systems, Inc. 70 PAGE
disable: sets as the access port
<port> - Port name
Usage Examples:
(conf)# ethsw trunk enable lan
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)# ethsw pvid <vid> <priority> <port> [<port> ...]
Parameters
<vid> - A VLANid , Valid parameter range is from 2 to 4094.
<priority> - A priority, The value is an integer between 0 and 7.
<port> - Port name
Usage Examples:
(conf)# ethsw pvid 10 1 p1
Traffic Control
Rate limit is a method of traffic control. The port classifies traffic into high-priority and
low-priority traffic. High-priority traffic has higher priority than low-priority traffic.
You can rate limit the high-priority and low-priority traffic. The rate limit can be
individually configured to each port in the switch.
By default, unlimit option is configured to all ports.
COMMAND
(conf)# ethsw qos high|low {unlimit|<kbps>} <port> [<port> ...]
Parameters
high: High priority, Priority 0~3
low: Low priority, Priority 4~7
unlimit: unlimit option
<kbps> - Rate in bits per second
<port> - Port name