> Hi, What is the OID for fetching Interface description and Interface > traffic rate (statistics) from juniper MX 80 (v11.4).
Standard MIBs can be used for this, e.g. ifMIB (1.3.6.1.2.1.31): IF-MIB::ifDescr.506 = STRING: ge-0/0/0 IF-MIB::ifInOctets.506 = Counter32: 2000996546 IF-MIB::ifInUcastPkts.506 = Counter32: 1963421180 IF-MIB::ifOutOctets.506 = Counter32: 3730029687 IF-MIB::ifOutUcastPkts.506 = Counter32: 327255310 You may also need to use the corresponding 64 bit counters. Steinar Haug, Nethelp consulting, [email protected] _______________________________________________ juniper-nsp mailing list [email protected] https://puck.nether.net/mailman/listinfo/juniper-nsp

