R3303-HP HSR6800 Routers Layer 3 - IP Services Command Reference

Table Of Contents
33
average-ip-use threshold-value: Enables the DHCP server to send trap messages to the network
management server when the average IP address utilization of an address pool within 5 minutes reaches
the threshold specified by the threshold-value argument. The threshold is a percentage value in the range
of 1 to 100.
max-ip-use threshold-value: Enables the DHCP server to send trap messages to the network management
server when the maximum IP address utilization of an address pool within 5 minutes reaches the
threshold specified by the threshold-value argument. The threshold is a percentage value in the range of
1 to 100.
Examples
# Enable the DHCP server to send trap messages to the network management server when the ratio of
successfully allocated IP addresses to received DHCP requests within 5 minutes exceeds 50%.
<Sysname> system-view
[Sysname] dhcp server threshold allocated-ip 50
# Enable the DHCP server to send trap messages to the network management server when the average
IP address utilization of an address pool within 5 minutes exceeds 80%.
<Sysname> system-view
[Sysname] dhcp server threshold average-ip-use 80
# Enable the DHCP server to send trap messages to the network management server when the maximum
IP address utilization of an address pool within 5 minutes exceeds 80%.
<Sysname> system-view
[Sysname] dhcp server threshold max-ip-use 80
dhcp update arp (for DHCP server)
Use dhcp update arp to configure the DHCP server to support authorized ARP.
Use undo dhcp update arp to restore the default.
Syntax
dhcp update arp
undo dhcp update arp
Default
The DHCP server does not support authorized ARP.
Views
Interface view
Default command level
2: System level
Examples
# Configure GigabitEthernet 3/1/1 of the current DHCP server to support authorized ARP.
<Sysname> system-view
[Sysname] interface gigabitethernet 3/1/1
[Sysname-GigabitEthernet3/1/1] dhcp update arp