User`s manual

Example: >area 0.0.0.4 range 192.168.98.0/16
>[no] area authentication <area_id> adds or removes an OSPF area's password protection
Example: >area authentication 0.0.0.1
>arp [-a | -d | -s] [ ip_address ] [mac_addr ] [vid] [ port_number]
displays and manipulates ARP cache entries
[-a
] adds a host IP address and associates it with the MAC address, a VLAN ID and a port
number. The MAC address is given as 6 hexadecimal bytes separated by colons. The entry is
permanent.
[-d]
deletes the host specified by ip_address
[-s] sets the entry as static
[ip_address] is an IP address (a.b.c.d)
[mac_addr] is a MAC or hardware address (aa:bb:cc:dd:ee:ff). If both IP and MAC addresses
are entered, only entries for that host are displayed.
[vid] is a VLAN identifier associated with a port-based VLAN
[port_number] specifies a port number
Example: >arp -a 192.168.3.16 00:3c:24:81:99:01 3 14
>bye
exits the Command Line and returns to the Console
Example: >bye
>clear interface <ip_address> deletes a routing interface identified by specific IP address
Example: >clear interface 192.168.3.16
>clear ip route <all | ip_address> deletes route table entries
<all> erases all routes
<ip_address> deletes a specific route
Example: >clear ip route all
Example: >clear ip route 192.168.3.2
>clear port statistics <port_number> resets all port statistics counters to zero for a single port
Example: >clear port statistics 10
>clear snmp community <community_name> deletes a community name
Example: >clear snmp community support
>clear snmp trap <ip_address> removes the SNMP trap for a specific address
<ip_address> is the IP address of the SNMP management station
Example: >clear snmp trap 192.168.3.8
>clear timezone erases the current timezone setting, same as >set timezone 0
Example: >clear timezone
>clear vlan [<vid> | name< vlan_name>] deletes a VLAN by its VID or VLAN name
Example: >clear vlan 3
Example: >clear vlan name Engineering
>cls
clears the screen
Example: >cls
>dl <ip_address> <filename> downloads files to upgrade firmware
<ip_address> is the IP address of the TFTP server
<filename> is the name of the new file
Example: >dl 192.168.4.5 r1_50_11.bin
>fs
saves current program to flash
Example: >fs
>help
lists all commands on screen
Example: >help
53