110
EES4710BD 10 Slots L2/L3/L4 Chassis Switch
Switch(Config)#interface vlan 1
Switch(Config-If-Vlan1)#ip bootp-client enable
Switch (Config-If-Vlan1)#exit
Switch (Config)#
Related command: ip address, ip dhcp-client enable

5.3.2.3 ip dhcp-client enable

Command: ip dhcp-client enable
no ip dhcp-client enable
Function: Enables the switch to be a DHCP client and obtain IP address and gateway address
through DHCP negotiation; the “no ip dhcp -client enable” command disables the DHCP client
function and releases the IP address obtained in DHCP. Note: To obtain IP address via DHCP, a
DHCP server is required in the network.
Default: the DHCP client function is disabled by default.
Command mode: VLAN Interface Mode
Usage Guide: Obtaining IP address by DHCP, Manual configuration and BootP are mutually
exclusive, enabling any 2 methods for obtaining an IP address is not allowed.
Example: Getting an IP address through DHCP.
Switch (Config)#interface vlan 1
Switch (Config-If-Vlan1)#ip dhcp-client enable
Switch (Config-If-Vlan1)#exit
Switch (Config)#
Related command: ip address, ip bootp-client enable
5.4 Configuring SNMP

5.4.1 Introduction to SNMP

SNMP (Simple Network Management Protocol) is a standard inter-network management
protocol widely used in computer network management. SNMP is an evolving protocol. SNMP
v1[RFC1157] is the first version of SNMP. SNMP v1 has been adapted by vast numbers of
manufacturers for its simplicity and easy implementation. With enhancements into both functions
and security, SNMP developed to its second version, SNMP v2. As it is still based on SNMP v1, we
will focus on SNMP v1. In this manual, if not otherwise specified, SNMP refers to v1.