Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > How to access router security information programmatically

Reply
Thread Tools

How to access router security information programmatically

 
 
Pankaj Ankam
Guest
Posts: n/a
 
      11-26-2004
Hi All,
I am a newbie to network devices. I need to develop a product based on
Routers. For this product I need to display the security information
of the router like access lists set on different interfaces, etc. I
also need to know which services are enabled, disabled, etc.

Is there some thing by which I can access this information
programmatically?

Thanks for your help
 
Reply With Quote
 
 
 
 
Walter Roberson
Guest
Posts: n/a
 
      11-26-2004
In article < >,
Pankaj Ankam <> wrote:
:I am a newbie to network devices. I need to develop a product based on
:Routers. For this product I need to display the security information
f the router like access lists set on different interfaces, etc. I
:also need to know which services are enabled, disabled, etc.

:Is there some thing by which I can access this information
rogrammatically?

You may have to get into 'expect' scripts and a lot of specialized
code that could break with a new software release.

The general method for getting information from routers and
similar devices is by using SNMP (Simple Network Monitoring
Protocol.) Each bit of information that can be retrieved or set
in SNMP is allocated a numeric chain of integers that together
form an "OID" (Object Identifier). There are common standardized
groupings of OIDs to meet various purposes; each such grouping is
called a 'MIB' (Management Information Base). You can find out
more about which MIBs that Cisco supports by looking at

http://www.cisco.com/go/mib

I think you will find that the contents of ACLs are seldom accessible
through MIBs.
--
Oh, yeah, an African swallow maybe, but not a European swallow.
That's my point.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help getting profile information programmatically sawilla Python 1 12-31-2009 07:37 PM
IT Security news and information site for Security Professionals netleets Cisco 3 08-08-2008 07:35 PM
Information technology is incomplete without information security alannis.albert@googlemail.com Computer Support 0 04-14-2008 06:42 AM
Accessing deployment information programmatically diego.manilla@gmail.com Java 1 09-04-2006 05:12 PM
How to access router security information using SNMP pankaj.ankam@bindview.com Cisco 6 12-03-2004 07:07 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57