cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
564
Views
0
Helpful
5
Replies

Static Route

tmsundar81
Level 1
Level 1

Can someone explain the following command

ip route <network> <subnetmask> 0.0.0.0

5 Replies 5

Collin Clark
VIP Alumni
VIP Alumni

It's the same as sending the route to null0. This is common in BGP when you need a route in the routing table that you have not learned via IGP.

Hope that helps.

Thanks, could you plz send me the ref link....

I don't have one, but I'll see if I can find one.

lrian
Level 1
Level 1

Is this something you saw in real life or a study guide?

ip route 0.0.0.0

sends the traffic for the specified net towards the default gateway.