cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3683
Views
0
Helpful
1
Replies

What is the OID for Router's Interface IP address for SNMP monitoring?

rameuniver
Level 1
Level 1

I am monitoring a cisco router, i need to monitor IP Address of the interfaces on a cisco router.

1 Accepted Solution

Accepted Solutions

Marko Leopold
Level 1
Level 1

Hello Ramesh!

Use the command snmpwalk (Xnix or Windows) with the MIBs you need for the router. Command should look like this:

snmpwalk -c -v IP-Address interface

Within the output there should be the IP-Address of the interfaces.

Cheers,

Marko

View solution in original post

1 Reply 1

Marko Leopold
Level 1
Level 1

Hello Ramesh!

Use the command snmpwalk (Xnix or Windows) with the MIBs you need for the router. Command should look like this:

snmpwalk -c -v IP-Address interface

Within the output there should be the IP-Address of the interfaces.

Cheers,

Marko