
Cedar 880AG Enterprise Dual-Radio AP/Bridge
[dns <ip address>]
[wins <ip address>]
[gw <ip address>]
[lease_time <time in seconds>]
}
}
Description:
net:
The network address of the specified DHCP pool.
netmask:
The network mask address of the specified DHCP
range_start :
Starting IP address used for pool range control
range_end:
Ending IP address used for pool range control
dns:
Domain Name Server IP address
wins:
Windows Internet Name Server IP address
gw:
Gateway IP address.
lease_time:
Valid time period for assigned IP from DHCP server
Example:
Cedar#
config ip dhcp on
Cedar#
config ip dhcp pool 0 off
Cedar#
config ip dhcp pool 0 net 10.60.0.0 netmask 255.255.0.0 gw
10.60.1.1
Cedar#
config ip dhcp pool on
config ip dns
Syntax:
config ip dns {
primary < ip address> |
secondary <ip address>
}
Description:
Configure the IP address of the primary and secondary DNS servers.
Example:
Cedar#
config ip dns primary 206.13.28.12
Cedar#
config ip dns secondary 206.13.29.12
81