AT-9000 Switch Command Line User’s Guide
347
NO DEFAULT-ROUTER
Syntax
no default-router [<ip-address>]
Parameters
ip-address
IPv4 address of the default router, in dotted decimal notation.
Mode
DHCP Configuration
Description
Use this command to remove either the specified default router, or all
default routers, from the DHCP pool.
Example
This example removes a default router with IP address 192.168.1.2 from
the pool P1.
awplus# configure terminal
awplus(config)# ip dhcp pool P1
awplus(dhcp-config)# no default-router 192.168.1.2
This example removes all default routers from the pool P1.
awplus# configure terminal
awplus(config)# ip dhcp pool P1
awplus(dhcp-config)# no default-router