[c-nsp] snmp monitoring me3600 mpls pseudowire bytes xmit/rcv

Peter Rathlev peter at rathlev.dk
Thu Jan 16 16:01:14 EST 2014


On Wed, 2014-01-15 at 11:34 -0600, Aaron wrote:
> I need to monitor (graph) via snmp, bytes in bytes out of an mpls pw on a
> me3600... I think I've found the snmp oid that corresponds to the received
> bytes on that pw, but I'm unable to find the snmp oid that is for the sent
> bytes.  Does anyone know what that would be or how could I find out what it
> is?
...
> [root at noc-kvm-host ~]# snmpget -c snmpcommunity -v 2c 2.4.6.8 SNMPv2-SMI::transmission.166.2.1.5.1.5.4.0.0.1.39
> SNMPv2-SMI::transmission.166.2.1.5.1.5.4.0.0.1.39 = Counter64: 3741234101

$ snmptranslate -m ALL -Ob SNMPv2-SMI::transmission.166.2.1.5.1.5.4.0.0.1.39
MPLS-LSR-STD-MIB::mplsInSegmentPerfHCOctets.4.0.0.1.39

$ snmptranslate -On MPLS-LSR-STD-MIB::mplsOutSegmentPerfHCOctets
.1.3.6.1.2.1.10.166.2.1.8.1.5

So if you don't have the MPLS-LSR-STD-MIB loaded you could probably use
SNMPv2-SMI::transmission.166.2.1.8.1.5 for the output.

Can't test it right now, but give it a try.

-- 
Peter




More information about the cisco-nsp mailing list