Static Route

Static Routing
IP route towards network can be reached by sending packets to a next-hop router address or local router egress interface.

(config)#ip route x.x.x.x(local host or network) x.x.x.x( mask) x.x.x.x( destication ) or Interface X

Static Routing with Primary and Backup route

Static route as a default AD of 1 so by creating the same route and adding a AD of X ( higher then 1 ) your creating a backup route .

(config)#ip route x.x.x.x(local host or network) x.x.x.x( mask) x.x.x.x( destication ) or Interface X    X ( Administrative Distance )

Leave a Comment