How to invoke sh ip bgp reg id-number without a router

SupermanInNY

Verified User
Joined
Sep 28, 2004
Messages
419
Hi All,

Does anyone know how I can invoke:

sh ip bgp reg id-number

without having a Cisco router?
I want to whitelist a local provider, but don't know what is the IP classes that he uses. Invoking this command (while knowing his id-number) will reveal all the classes that he uses (without the need to 'call him to ask him').

any pointers on how to run this in Linux CentOS 4.6/5.x?

Thanks,

-Alon.
 
You can't easily do that; Cisco's language isn't implemented in CentOS.

If you know what program you can install into linux and use to enter a registered id number and get back the list of IP classes, you can create a script yourself to enter the information into ip-tables.

Jeff
 
Back
Top