C613-50057-01 REV A
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
699
AlliedWare Plus™ Operating System - Version 5.4.5-0.x
R
OUTING
C
OMMANDS
IP
ROUTE
To remove the destination 192.168.3.0 with the mask 255.255.255.0 as a static
route available through the device at “10.10.0.2” with the default administrative
distance, use the commands:
awplus#
configure terminal
awplus(config)#
no ip route 192.168.3.0 255.255.255.0 10.10.0.2
To specify a null or blackhole route 192.168.4.0/24, so packets forwarded to this
route are dropped, use the commands:
awplus#
configure terminal
awplus(config)#
ip route 192.168.4.0/24 null
To add the destination 192.168.3.0 with the mask 255.255.255.0 as a static route
available through the device at “10.10.0.2” with an administrative distance of 128,
use the commands:
awplus#
configure terminal
awplus(config)#
ip route 192.168.3.0 255.255.255.0 10.10.0.2
128
Related
Commands
show ip route
show ip route database