If you want to make a static route you should enter into bcc, then into config mode entering the "config" command, then you should enter this:
static-route 192.168.0.0/24/200.44.32.4 cost 2
where (in this example):
192.168.0.0/24 its the destination network address with a subnet mask of 24 bits (255.255.255.0)
/200.44.32.4 cost 2 its the next hop address and the cost of this route, if you does not put the cost i think it works with the default static route cost of 1.
Please note, i can't remember if you have to enter into the interface cofiguration mode or into the ip mode to declare the static, you should try it in the config mode (box), if it does not works, you could enter into ip just typing IP or into the interfaces doing the following:
ethernet 1/1 where the first "1"is the ARN slot and the following "1" its the port number.
Thanks for the help, but I've run into an additional problem.
When I type the config command, I get an error:
Ê: unknown command
run: Error at line 8 in file 1:config
config: unknown command
nix the last message, I was not in bcc mode when I executed the command.
My next issue is that when I enter the cammand as you suggested:
ip# static-route 192.168.0.0/24/200.44.32.4
I get the response:
static-route/192.168.0.0/255.255.0.0/200.44.32.4#
when I do a sh ip route command, the route I just added is not there. Is this some sort of pre-save command function?
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.