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