Hello guys,
I am trying to see what is the speed of one interface of my VSX. when I try to see for command in console I have a result of 0.
Example.
Firts I search the OID of my name interface. I run snmpwalk -v 2c -c public_14 10.10.10.1 ifName
IF-MIB::ifName.30 = STRING: lo14
IF-MIB::ifName.35 = STRING: wrp898
IF-MIB::ifName.43 = STRING: wrp897
IF-MIB::ifName.47 = STRING: wrp896
IF-MIB::ifName.65 = STRING: eth1-04.202
IF-MIB::ifName.70 = STRING: eth1-04.307
IF-MIB::ifName.87 = STRING: eth1-04.230
and Then I try search the value of speed of each interface. I run snmpwalk -v 2c -c public_14 10.10.10.1 ifSpeed
IF-MIB::ifSpeed.30 = Gauge32: 10000000
IF-MIB::ifSpeed.35 = Gauge32: 0
IF-MIB::ifSpeed.43 = Gauge32: 0
IF-MIB::ifSpeed.47 = Gauge32: 0
IF-MIB::ifSpeed.65 = Gauge32: 4294967295
IF-MIB::ifSpeed.70 = Gauge32: 4294967295
IF-MIB::ifSpeed.87 = Gauge32: 4294967295
I want to know what is the speed of one interface warp in enviroment VSX. Any idea or advice?