Debug ip dhcp server, Default-router – Enterasys Networks X-Pedition XSR CLI User Manual

Page 597

Advertising
background image

DHCP Commands

XSR CLI Reference Guide 15-87

debug ip dhcp server

This command enables DHCP server debugging. This command should be used for 
troubleshooting purposes only.

Syntax

debug ip dhcp server {events | packets | linkages}

Syntax of the “no” Form

Use no form of this command to disable DHCP server debugging:

no debug ip DHCP server {events | packets}

Default

Disabled

Mode

Privileged EXEC: 

XSR#

Example

The following example enables DHCP server events debugging:

XSR#debug ip DHCP server events

default-router

This command specifies the default router list for a DHCP client. Depending on the client 
configuration inheritance, the command should be used from the proper mode. If it is specified 
from multiple modes, an override mechanism chooses the innermost config value, with host as 
innermost, then client‐class and pool as the most general.

Syntax

default-router address [address2...address8]

Syntax of the “no” Form

Use the no form of this command to remove the default router list:

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.).

Advertising