Cisco Systems ME3400G2CSA Switch User Manual


 
18-8
Cisco ME 3400 Ethernet Access Switch Software Configuration Guide
78-17058-01
Chapter 18 Configuring DHCP Features and IP Source Guard
Configuring DHCP Features
Before configuring the DHCP snooping information option on your switch, be sure to configure the
device that is acting as the DHCP server. For example, you must specify the IP addresses that the
DHCP server can assign or exclude, or you must configure DHCP options for these devices.
Before configuring the DHCP relay agent on your switch, make sure to configure the device that is
acting as the DHCP server. For example, you must specify the IP addresses that the DHCP server
can assign or exclude, configure DHCP options for devices, or set up the DHCP database agent.
If the DHCP relay agent is enabled but DHCP snooping is disabled, the DHCP option-82 data
insertion feature is not supported.
If a switch port is connected to a DHCP server, configure a port as trusted by entering the ip dhcp
snooping trust interface configuration command.
If a switch port is connected to a DHCP client, configure a port as untrusted by entering the no ip
dhcp snooping trust interface configuration command.
IFollow these guidelines when configuring the DHCP snooping binding database:
Because both NVRAM and the flash memory have limited storage capacity, we recommend that
you store the binding file on a TFTP server.
You must create an empty file at the configured URL on network-based URLs (such as TFTP
and FTP) before the switch can initially write bindings to the binding file at that URL for the
first time.
To ensure that the lease time in the database is accurate, we recommend that NTP is enabled and
configured. For more information, see the “Configuring NTP” section on page 5-4.
If NTP is configured, the switch writes binding changes to the binding file only when the switch
system clock is synchronized with NTP.
Do not enter the ip dhcp snooping information option allowed-untrusted command on an
aggregation switch to which an untrusted device is connected. If you enter this command, an
untrusted device might spoof the option-82 information.
Configuring the DHCP Relay Agent
Beginning in privileged EXEC mode, follow these steps to enable the DHCP relay agent on the switch:
To disable the DHCP relay agent, use the no service dhcp global configuration command.
See the “Configuring DHCP” section of the “IP Addressing and Services” section of the Cisco IOS IP
Configuration Guide, Release 12.2 for these procedures:
Checking (validating) the relay agent information
Configuring the relay agent forwarding policy
Command Purpose
Step 1
configure terminal Enter global configuration mode.
Step 2
service dhcp Enable the DHCP relay agent on your switch. By default, this feature is
enabled.
Step 3
end Return to privileged EXEC mode.
Step 4
show running-config Verify your entries.
Step 5
copy running-config startup-config (Optional) Save your entries in the configuration file.