DES-3500 Layer 2 Fast Ethernet Switch CLI Reference Manual
165
DES-3526:admin# config dhcp_relay option_60
state enable
Command: config dhcp_relay option_60 state
enable
Success
DES-3526:admin#
config dhcp_relay option_60 add
Purpose
Used to add an entry for dhcp_relay option_60.
Syntax
configure dhcp_relay option_60 add string <desc 64> relay <ipaddr>
[exact_match|partial_match]
Description
This command configures the option 60 relay rules. Note that different
strings can be specified with the same relay server, and the same string
can be specified with multiple relay servers. The system will relay the
packet to all the matching servers.
Parameters
exact_match - The option 60 string in the packet must full match with the
specified string.
partial_match - The option 60 string in the packet only need partial match
with the specified string.
string - The specified string.
ipaddress - Specify a relay server IP address.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To configure a DHCP realy option 60 :
DES-3526:admin# config dhcp_relay option_60
add match string “abc” relay 10.90.90.1
Command: config dhcp_relay option_60 add match
string “abc” relay 10.90.90.1
Success
DES-3526:admin#