User Manual

51
Example:
Command> show dhcp server
DHCP server status: Disabled
IP address range: 192.168.1.2 to 192.168.1.254
Network mask: 255.255.255.0
Lease time: 10 minutes
Primary DNS IP address: 129.1.1.1
Secondary DNS IP address: 129.1.2.2
Add DHCP static <ip> <mac>
Description: This command adds or modifies a static DHCP assignment entry. If an entry is
added, the corresponding IP address will be assigned when a DHCP client with the specified
MAC address issues the DHCP request
.
Example:
Command> add dhcp static 192.168.1.134 00-40-05-35-db-4f
/* Please note that the format of the MAC address uses embedded dashes. */
IP Address MAC Address
-------------------------------------
192.168.1.134 00-40-05-35-DB-4F
Delete DHCP static <ip>
Description: This command deletes an entry in the static DHCP assignment table with the
specified ip address.
Example:
Command> delete dhcp static 192.168.1.134
static entry for 192.168.1.134 is deleted.
Show DHCP static
Description: This command displays the static DHCP Assignment Table.
Example:
Command> show dhcp static
IP Address MAC Address
-------------------------------------
192.168.1.134 00-40-05-35-DB-4F
192.168.1.135 00-12-34-56-78-90
SNMP
A remote SNMP management console can access a set of MIBs supported in the system. MIB
information is retrieved/configured from/to the system’s SNMP Agent to/from the SNMP
Management station via SNMP Gets/Sets commands. Traps are unsolicited status messages sent
from the system’s SNMP agent to report management events asynchronously. Trap Managers must