cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1006
Views
0
Helpful
2
Replies

snmpwalk cmd in lms version 4.0

secureIT
Level 4
Level 4

Hi Team,

How to do an snmpwalk to an interface of a cisco7600 router with ip addr. 172.16.1.1 , snmp ro string = cisco. I want to see if interface utilization Rx and Tx values are coming from this router to LMS server properly., becaus im not getting any Rx/Tx values in the HUM interface utilization report from this interface., values are coming as 0. The interface is a gigabit and when i do show interface gig1/1, i can see no packet drops and input/output rate is increasing in router.

please share me the excat snmp walk command and how to analyse it ???

2 Replies 2

secureIT
Level 4
Level 4

I hv gone thru several threads,

pls confirm if this is correct for IfinOctects or i would say Rx utilization...? Should we use public or any configured string in lms.

NMSROOT/Objects/jt/bin>snmpwalk -v 2c -c cisco 172.16.1.1..1.3.6.1.2.1.2.2.1.10 (with dot and no space, btwn ip & mib)

OR

NMSROOT/Objects/jt/bin>snmpwalk -v 2c -c cisco 172.16.1.1 1.3.6.1.2.1.2.2.1.10 (with space btwn ip & mib)

For Tx / ifoutOctects mib would be .1.3.6.1.2.1.2.2.1.16
Please correct me...

Referrence :-

http://www.cisco.com/en/US/tech/tk648/tk362/technologies_tech_note09186a008009496e.shtml
https://supportforums.cisco.com/thread/2162734

http://tools.cisco.com/Support/SNMP/do/BrowseMIB.do?local=en&step=2&mibName=A100-R1-MIB#contents

http://tools.cisco.com/Support/SNMP/do/BrowseOID.do?local=en&translate=Translate&objectInput=ifInOctets#oidContent

What if we are not getting any snmp requests from the Router interface ?? how can we troubleshoot ??? should we try again adding in common services or how is it ?? Or should the interfaces be shutdowned or clear the statistics in interfaces ??

regards

Rajesh

Windows server:
> /CSCOpx/objects/jt/bin/snmpwalk -v2c -c   .1.3.6.1.2.1.2.2.1.16

.1.3.6.1.2.1.2.2.1.16
ifOutOctets OBJECT-TYPE
     -- FROM     IF-MIB
     SYNTAX          Counter
     MAX-ACCESS     read-only
     STATUS          Current
     DESCRIPTION    "The total number of octets transmitted out of the
               interface, including framing characters.

               Discontinuities in the value of this counter can occur
               at re-initialization of the management system, and at
               other times as indicated by the value of
               ifCounterDiscontinuityTime."