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.
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.
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.