C613-50170-01 Rev B
Command Reference for x510 Series
876
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
R
OUTING
C
OMMANDS
IP
ROUTE
Examples
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 the default administrative
distance, use the commands:
awplus#
configure terminal
awplus(config)#
ip route 192.168.3.0 255.255.255.0 10.10.0.2
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