User manual
Appendix A
71
A.4.3.9 show ip route
Syntax:
show ip route
Description:
Display routing table related information.
Example:
show ip route
A.4.3.10 config ip
Syntax:
config ip {dhcp … | dns … | nat … | rip … | route …}
Description:
dhcp: Configure DHCP server related operations.
dns: Configure DNS related operations.
nat: Configure NAT related operations.
rip: Configure RIP related operations.
route: Configure routing table related operations.
Example:
See 'config ip dhcp’, 'config ip dns’, 'config ip nat’, 'config ip rip’, and 'config ip route’ sections for details.
A.4.3.11 config ip dhcp
Syntax:
config ip dhcp <on | off>
Description:
Turn on or off DHCP server global switch.
Example:
config ip dhcp on
config ip dhcp off
A.4.3.12 config ip dhcp pool
Syntax:
Config ip dhcp pool <pool id> {<on | off> |
[net <net address>]
[netmask <netmask address>]
[range_start <ip address>]
[range_end <ip address>]
[dns <ip address>]
[wins <ip address>]
[gateway <ip address>]
[lease_time <time in seconds>]}
(continued on next page)