
Cedar 880AG Enterprise Dual-Radio AP/Bridge
Description:
dhcp:
Display DHCP summary.
dhcp table:
Display client IP addresses assignment.
dhcp pool:
Display specific DHCP pool.
dns:
Display primary and secondary DNS.
route:
Display routing table.
Example:
Cedar#
show ip dhcp
Cedar#
show ip dhcp table
Cedar#
show ip dhcp pool 0
Cedar#
show ip dns
Cedar#
show ip route
11.3.6 config
ip
Syntax:
config ip {dhcp … | dns … | route …}
Description:
dhcp:
Configure DHCP server related operations.
dns:
Configure DNS related operations.
route:
Configure routing table related operations.
Example:
See ‘config ip dhcp’, ‘config ip dns’ and ‘config ip route’ sections for details.
config ip dhcp
Syntax:
Config ip dhcp {
<on | off> |
pool <pool id> {
<on
|
off>
|
[net <net address>]
[netmask <netmask address>]
[range_start <ip address>]
[range_end <ip address>]
80