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

SNMPGET Error

jtornea
Community Member

Hi,

whenever i issue snmpget command on my snmp management terminal i got this error:

[root@monitor root]# snmpget 10.13.x.x community 1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.40.6

Error in packet

Reason: (noSuchName) There is no such variable name in this MIB.

Failed object: system.sysUpTime.6.1.4.1.9.9.147.1.2.2.2.1.5.40.6

i have a pix 535 with 5.3(1) software version.

i need to get snmp value of the number of connections for my mrtg monitoring. Anybody who has any idea what is wrong, please help.

thanks,

jonathan

1 Reply 1

escobarf
Community Member

Hi Jonathan, I think that your problem is similar of a my past problem.

I used snmpwalk command to solve this.

If you have a mib file should specify in the command line with -m operator.

If you don't have a mib file can download of cisco.

SNMPWALK -m MIBS_DIR/MIBS_FILE 10.13.x.x COMMUNITY 1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.40.6

Fernando