Specifications
CLI Reference
Altitude 4700 Series Access Point Product Reference Guide
452
AP4700>admin(network.router)>delete
Deletes user-defined routes. 
Syntax
Example 
admin(network.router)>list
----------------------------------------------------------------------------
index destination  netmask  gateway  interface  metric
----------------------------------------------------------------------------
1  192.168.2.0  255.255.255.0  192.168.0.1  lan1  1
2  192.168.1.0  255.255.255.0  0.0.0.0  lan2  0
3  192.168.0.0  255.255.255.0  0.0.0.0  lan2  0
admin(network.router)>delete 2
admin(network.router)>list
------------------------------------------------------------------
index destination netmask gateway interface metric
------------------------------------------------------------------
1  192.168.2.0  255.255.255.0  0.0.0.0  lan1  0
2  192.168.0.0  255.255.255.0  0.0.0.0  lan1  0
admin(network.router)> 
For information on configuring the Router options available to the access point using the applet (GUI), 
see “Configuring Router Settings” on page 186. 
delete <idx> Deletes the user-defined route <idx> (1-20) from list.
all  Deletes all user-defined routes.










