AT-9000 Switch Command Line User’s Guide
339
DEFAULT-ROUTER
Syntax
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 add a default router to the DHCP pool. You can use
this command multiple times to create a list of default routers on the
client’s subnet.
Example
This example adds a default router with IP address 192.168.1.2 to the pool
P1.
awplus# configure terminal
awplus(config)# ip dhcp pool P1
awplus(dhcp-config)# default-router 192.168.1.2