Enterasys Networks XSR CLI Router User Manual


 
DHCP Commands
XSR CLI Reference Guide 15-87
debug ip dhcp server
ThiscommandenablesDHCPserverdebugging.Thiscommandshouldbeusedfor
troubleshootingpurposesonly.
Syntax
debug ip dhcp server {events | packets | linkages}
Syntax of the “no” Form
UsenoformofthiscommandtodisableDHCPserverdebugging:
no debug ip DHCP server {events | packets}
Default
Disabled
Mode
PrivilegedEXEC:XSR#
Example
ThefollowingexampleenablesDHCPservereventsdebugging:
XSR#debug ip DHCP server events
default-router
ThiscommandspecifiesthedefaultrouterlistforaDHCPclient.Dependingontheclient
configurationinheritance,thecommandshouldbeusedfromthepropermode.Ifitisspecified
frommultiplemodes,anoverridemechanismchoosestheinnermostconfigvalue,withhostas
innermost,thenclientclassandpoolas
themostgeneral.
Syntax
default-router address [address2...address8]
Syntax of the “no” Form
Usethenoformofthiscommandtoremovethedefaultrouterlist:
no default-router
events Reports server events, such as address assignments and database updates.
packets Decodes DHCP receptions and transmissions.
linkages Displays database linkage data such as parent-child relationships in a radix tree.
address IP address of a default router. One IP address is required.
address2
...address8
Specifies up to eight addresses in the command line listed in order of preference
(default router address has the highest priority, then router address 2, etc.).