mac

Commands for DHCP option 60 and option 43
341
Chapter 29 Commands for DHCP
option 60 and option 43
29.1 option 43 ascii LINE
Command: option 43 ascii LINE
no option 43
Function: Configure option 43 character string with ascii format in ip dhcp pool mode.
The no command deletes the configured option 43.
Parameter: LINE: The configured option 43 character string with ascii format, its length
range between 1 and 255.
Default: No option 43 character string is configured.
Command Mode: ip dhcp pool mode
Usage Guide: None.
Example: Configure option 43 with ascii format to be "AP 1000".
router(config)#ip dhcp pool a
router (dhcp-a-config)#option 43 ascii AP 1000
29.2 option 43 hex WORD
Command: option 43 hex WORD
no option 43
Function: Configure option 43 character string with hex format in ip dhcp pool mode.
The no command deletes the configured option 43.
Parameter: WORD: The configured option 43 character string with hex format, such as
a1241b.
Default: No option 43 is configured.
Command Mode: ip dhcp pool mode
Usage Guide: None.
Example: Configure option 43 with hex format to be "41502031303030".
router(config)#ip dhcp pool a
router (dhcp-a-config)#option 43 hex 41502031303030