
Cedar 880AG Enterprise Dual-Radio AP/Bridge
config ip route
Syntax:
config ip route {add | del} {
net <net address>
netmask <netmask address>
[gw <ip address>]
if < if name>
}
Description:
add:
Add a route entry in the routing table.
del:
Delete a route entry in the routing table.
net:
The network address of the specified route will apply.
netmask:
The network mask address of the specified route will apply.
gw:
The gateway IP address of the specified route will apply.
if:
The interface of the specified route will apply.
Example:
Cedar#
config ip route add net 10.60.0.0 netmask 255.255.0.0 if lan
Cedar#
config ip route add net 0.0.0.0 netmask 0.0.0.0 gw
67.100.23.68 if lan
Cedar#
config ip route del net 10.60.0.0 netmask 255.255.0.0
11.4 Security Commands
11.4.1 show
auth
Syntax:
show auth profile { all | <profile name> }
Description:
all:
Display all authentication profiles.
<profile name>: Display detailed authentication profile.
Example:
Cedar#
show auth profile all
Cedar#
show auth profile EAP
82