Enterasys Networks 2H253 Network Card User Manual


 
Built-in Commands
11-8 Network Tools Screens
cdp
Description: Enables, disables or displays the status of the CDP Discovery Protocol.
Syntax: cdp [enable/disable/status]
Options: enable — Enables CDP discovery protocol on the device.
disable — Disables CDP discovery prototol on the device.
status — Displays the status of the CDP discovery protocol.
Examples:
-> cdp status
CDP is Enabled
-> cdp disable
-> cdp status
CDP is Disabled
defroute
Description: Displays, sets, or deletes the default IP route to a managed device through the
specified interface.
Syntax: defroute
defroute [interface number] [IP address]
defroute delete [interface number] [IP address]
Options: interface number — Specifies the default IP route interface number.
IP address — Specifies the default IP route IP address.
Examples:
-> defroute
# Default route is 147.152.42.32 on interface 2
-> defroute 2 147.152.42.32
# Default route is 147.152.42.32 on interface 2
-> defroute delete
# Default route is not currently set.