You use the DHCP relay option 60 feature to specify the action performed on DHCP client traffic. The DHCP relay uses the option 60 string in the client traffic to determine what action to take with the incoming traffic.
The following procedure describes a sample procedure that creates three actions for incoming DHCP client traffic, depending on the traffic’s option 60 string.
host1(config)#run show dhcp vendor-option
Codes:
* - the configured vendor-string is an exact-match
default - all DHCP client packets not matching a configured vendor-string
implied - the DHCP application is configured but has not been enabled
with the vendor-option command
drop - the DHCP application responsible for the action has not been
configured yet therefore all packets for this application
will be dropped
Total 3 entries.
Vendor-option Action
-------------------------------- ----------------------------------------
abcd relay to 192.168.15.2 (rx: 0)
default(*) local-server (rx: 0, no-match: 0)
myword(*) relay to 192.168.7.7 (rx: 0)