User's Manual

Table Of Contents
Command Guide
-194-
4.2.73.5 default-router
Command:
default-router <A.B.C.D>
default-router Default routers
<A.B.C.D> Router's IP address
Default:
None
Usage Guide:
To configure Default Gateway of DHCP Server
Example:
To configure Default Gateway (192.168.0.1) of DHCP Server for pool planetbestswitch
Switch# configure terminal
Switch (config)# ip dhcp pool planetbestswitch
Switch (config-dhcp-pool)# default-router 192.168.0.1
4.2.73.6 dns-server
Command:
dns-server <A.B.C.D>
dns-server DNS servers
<A.B.C.D> Server's IP address
Default:
None
Usage Guide:
To configure DNS Server of DHCP Server
Example:
To configure DNS Server (168.95.1.1, 8.8.8.8) of DHCP Server for pool planetbestswitch
Switch# configure terminal
Switch (config)# ip dhcp pool planetbestswitch
Switch (config-dhcp-pool)# dns-server 168.95.1.1 8.8.8.8