User`s manual
Example: >router ospf
Example: >no router ospf
>set dhcp [off]
sets whether the switch gets its IP address from a DHCP server. If it does, the IP address is
used for the switch's default port-based VLAN only
Example: >set dhcp
>set garp timer [leaveall | leave | join] <port_number> <timer_value>
sets the timers for the GARP protocol. Same as >set gvrp timer.
Example: >set garp timer join 4 10
<port_number> is the number of the port
[leaveall] a message issued when all ports no longer belong to the VLAN and the VLAN
should be deleted
[leave] a message issued when a single port no longer belongs to the VLAN
[join] a message issued when a new port has been added to the VLAN
<timer_value> is in milliseconds
>set gvrp [enable | disable] enables or disables the GVRP protocol on the switch
Example: >set gvrp enable
>set gvrp timer [leaveall | leave | join] <port_number> <timer_value>
sets the time interval that the switch uses before issuing updates to other devices. Same as
>set garp timer. See that description above.
Example: >set gvrp timer join 4 10
>set interface <vid> <ip_address> [/mask] creates a routing interface
<vid> is the VLAN ID
<ip_address> [/mask] is the IP address and subnet mask for the VLAN. If no mask is specified,
these default masks are assigned:
Class
Range <ip_address> Default Mask
A 0.0.0.0 - 127.255.255.255
/8 (255.0.0.0)
B
128.0.0.0 - 191.255.255.255 /16 (255.255.0.0
C 192.0.0.0 - 223.255.255.255
/24 (255.255.255.0)
D 224.0.0.0 - 239.255.255.255
no mask
E 240.0.0.0 - 247.255.255.255
no mask
Example: >set interface 6 192.168.211.2
>set ip route <ip_address> <gateway> </mask> metric <metric_value>
adds static entries to the routing table
<ip_address> is the destination's IP address
</mask> is the number of significant bits
<gateway> is the destination's gateway address
<metric_value> is the cost assigned to this route
Example: >set ip route 192.168.211.0/24 192.168.2.2 metric 5
>set password creates the system password; enter up to 16 characters
Example: >set password
Enter Password: diablo
>set port acceptable-types <port_number> <admit-all | admit-tagged>
specifies whether the port can admit all frames or only VLAN-tagged frames
<admit-all> for all frames
<admit-tagged> for only VLAN-tagged frames
Example: >set port acceptable-types 4 admit-all
56