The command "ip route <nn.nn.nn.nn> <255.255.255.0> Null0 254" means that you have a floating Null route that if there is NO other route to the subnet nn.nn.nn.nn/24 then it will just throw anything destined to those addresses away. (Null0 is a logical interface that anything that goes there is thrown away.) The command "no ip http server" turns off the internal web server in the IOS. (This is usually a good thing to do, do to security issues.)
HOWEVER, It could not be a tag for controlling redistribution via route maps without the required paramater "tag" being entered. The finished command for your original route, along with the addition of a tag of 254 if you wanted to do this would look like this:
"ip route <nn.nn.nn.nn> <255.255.255.0> Null0 tag 254 254"
For your reference:
0055-WRTR-05(config)#ip route 192.168.0.0 255.255.255.0 Null0
0055-WRTR-05(config)#ip route 192.168.0.0 255.255.255.0 Null0 ?
<1-255> Distance metric for this route
A.B.C.D Forwarding router's address
name Specify name of the next hop
permanent permanent route
tag Set tag for this route
<cr>
0055-WRTR-05(config)#ip route 192.168.0.0 255.255.255.0 Null0 tag 254 ?
<1-255> Distance metric for this route
name Specify name of the next hop
permanent permanent route
<cr>
0055-WRTR-05(config)#ip route 192.168.0.0 255.255.255.0 Null0 tag 254 254
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.