Hi Mike,

> I have a Cisco 7200VXR with a NPE-G1 that I'm polling for OSPF External
> LSA counts, but it returns zero.
> snmpget -On -v2c -c <COMMUNITY> <HOST> .1.3.6.1.2.1.14.1.9.0
> http://www.oidview.com/mibs/0/OSPF-MIB.html

1.3.6.1.2.1.14.1.9.0 does not exist.
1.3.6.1.2.1.14.1.9 is ospfOriginateNewLSAs, which is not what you want [1].
1.3.6.1.2.1.14.1.6 is ospfExternLSACount, which is probably what you want [2].

So I would guess the get command would have to look like this (trailing six 
instead of nine-point-zero):
snmpget -On -v2c -c <COMMUNITY> <HOST> .1.3.6.1.2.1.14.1.6


Lukas

[1] 
http://snmp.cloudapps.cisco.com/Support/SNMP/do/BrowseOID.do?local=en&translate=Translate&objectInput=1.3.6.1.2.1.14.1.9#oidContent
[2] 
http://snmp.cloudapps.cisco.com/Support/SNMP/do/BrowseOID.do?local=en&translate=Translate&objectInput=1.3.6.1.2.1.14.1.6#oidContent
_______________________________________________
cisco-nsp mailing list  cisco-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/

Reply via email to