mac

Commands for DHCP option 60 and option 43
343
a1241b.
Default: No option 60 is configured.
Command Mode: ip dhcp pool mode
Usage Guide: None.
Example: Configure option 60 with hex format to be "41502031303030".
router(config)#ip dhcp pool a
router(dhcp-a-config)#option 60 hex 41502031303030
29.6 option 60 ip A.B.C.D
Command: option 60 ip A.B.C.D
no option 60
Function: Configure option 60 character string with IP format in ip dhcp pool mode. The
no command deletes the configured option 60.
Parameter: A.B.C.D: The configured option 60 with IP format, such as 192.168.1.1.
Default: No option 60 is configured.
Command Mode: ip dhcp pool mode
Usage Guide: Using this command to configure option 60, such as "192.168.1.1", option
60 of packets matched with the configured option 60 is "C0A80101".
Example: Configure option 60 with IP format to be "192.168.1.1".
router(config)#ip dhcp pool a
router (dhcp-a-config)#option 60 ip 192.168.1.1