Scripting

Cisco Commands

to add a route:
config t
ip route ipaddress subnetmask destination
to remove a route:
config t
no ip route ipaddress subnetmask destination
to null route an IP address:
config t
ip route ipaddress subnetmask null0\\