User`s manual
>set port [enable | disable] <port_number> enables or disables one or more ports by port number
Example: >set port enable 12
Example: >set port disable 1,4-8,15
>set port duplex <port_number> [full | half] sets full duplex mode for specific ports
Example: >set port duplex 12 full
>set port flowcontrol <port_number> [on | off] sets the port's flow control on or off
Example: >set port flowcontrol 4 off
>set port gvrp-status <port_number> [enable | disable]
enables or disables GVRP for one or more ports
Example: >set port gvrp-status 4 enable
>set port ingress-filtering <port_number> [true | false]
specifies whether the port will accept or discard frames classified as belonging to a VLAN of
which the ingress port is not a member
true is accept
false is discard
Example: >set port ingress-filtering 4 false
>set port name <port_number> <port_name> gives a text name to a port
Example: >set port name 7 sales
>set port negotiation <port_number> [enable | disable]
enables or disables autonegotiation on one or more ports
Example: >set port negotiation 5 disable
>set port pvid <port_number> <vid>
a low-level command required by the IEEE standard that assigns a VID to a port-based VLAN.
>set vlan name is the preferred command to set a VID and all VLAN parameters
Example: >set port pvid 4 3
>set port speed <port_number> <10 | 100 | 1000 | auto>
sets the transmission speed of one or more ports
<10> is 10Mbps on 10/100 ports
<100> is 100Mbps on 10/100 ports
<1000> is 1000Mbps for gigabit ports only
<auto> sets the speed automatically to the connection speed. For 10/100 ports only.
Example: >set port speed 7 10
>set port tagging <port_list> <tagged | untagged>
sets a port to add or not add tags to packets before forwarding
Example: >set port tagging 4 tagged
>set qos defaultpriority <port_list> <priority>
changes the priority tag in incoming priority-tagged packets
<port_list> one or more or a range of ports
<priority> is a value from 0-7 that sets the priority for all incoming traffic on the specified port or
ports. 0 is the lowest, 7 is the highest
Example: >set qos defaultpriority 1, 4-8 7
>set qos egressqueuesize <port_list> <class_list> <percentage>
57