Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Static route setup without SiteManager. How?!!! 1

Status
Not open for further replies.

Yustas

Technical User
Nov 13, 2002
6
0
0
US
I do have a couple of Access Nodes. Do not have sitemanager.
Foud how to setup the default route. Looking for info on how to set up static route other than default with command line interface.
Thanx!
 
Hi
If you don't have BCC on the routers you will have to use TI. It's not as hard as it sounds. I don't have a bay router infront of me now but this should help you on your way:

On a lab router do
>clearlog
to clear the logs.
Then add a static route with site manager on the router.
Do a
>log -eMIB to see which mib entries where created.
use the list, get and set commands to create the mib entries manually on the routers you don't have site manager access to.

I think the command was someting like:
set wfIpStaticRouteEntry.0.0.0.0.0.0.0.0 10.0.0.1
To set a static default route.
list wfIp* will list all mib entries starting with wfIp
list WfIpStaticRouteEntry will list the sub keys to that mib entry.
get wfIpStaticRouteEntry.1.* will list the values given to that key.

Now it's friday I'm out of here for beers... :)
 
Hi, katamann! :)
Sorry for silence...

Thank you very much for advise!!!!!
 
Your software version should be at least 13.00 .
the BCC on older version doesnt work so well .
 
Tried your advice and got the following error:
bcc> set wfipStaticRoutEntry 192.168.90.1 172.21.7.240
wrong # args: should be "set varName ?newValue?"

Any suggestions?
BTW I have Site Mangler I just wanted to see if I could do it from command line.
 
Looks like you have a space where there should be a '.' after the word entry.
 
How about editting an interface's IP address using conmmand line MIB values? Anyone which command would be?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top