[rbak-nsp] bitrate inSE600 in particular vlan

Voigt, Thomas Thomas.Voigt at netkom.de
Fri Jun 22 09:37:49 EDT 2018


Hi Roman,

you wrote:

> Please, anybody gets from SE600 bitrate in particular VLAN?

Just do a snmpwalk through the ifDescr of all the interfaces on this node. You will find some ifDescr with your port name and then “pvc” after that. Like this example for vlan 103:

IF-MIB::ifDescr.134217930 = STRING: port ethernet 3/1 dot1q pvc 103 1/2/202

Then you use the given ifIndex (in this example: 134217930) to query for ifHCOutOctets or ifHCInOctets:

IF-MIB::ifHCOutOctets.134217930 = Counter64:  308494764447
IF-MIB::ifHCInOctets.134217930 = Counter64:  118461185925

--
Kind regards

Thomas Voigt


More information about the redback-nsp mailing list