I need to get an OID eth1 mikrotik
For example i make:
1.)
snmpwalk -v1 -cMYCOMMUNITY (IP-MIKROTIK)
i want ifName
IF-MIB::ifName.1 = STRING: ether12
IF-MIB::ifName.2 = STRING: ether13
IF-MIB::ifName.3 = STRING: ether11
IF-MIB::ifName.4 = STRING: ether06
IF-MIB::ifName.5 = STRING: ether07
IF-MIB::ifName.6 = STRING: ether08
IF-MIB::ifName.7 = STRING: ether09
IF-MIB::ifName.8 = STRING: ether10
IF-MIB::ifName.9 = STRING: ether01
IF-MIB::ifName.10 = STRING: ether02
IF-MIB::ifName.11 = STRING: ether03
IF-MIB::ifName.12 = STRING: ether04
IF-MIB::ifName.13 = STRING: ether05
Now i am want
ifInOctets.9 and ifOutOctets.9
2.)
snmpwalk -v1 -cMYCOMMUNITY (IP-MIKROTIK) ifInOctets.9 -On
say:
.1.3.6.1.2.1.2.2.1.10.9 = Counter32: 2369128073
.1.3.6.1.2.1.2.2.1.10.9 is the oid mikrotik? that is wrong?
Best Wishes
For example i make:
1.)
snmpwalk -v1 -cMYCOMMUNITY (IP-MIKROTIK)
i want ifName
IF-MIB::ifName.1 = STRING: ether12
IF-MIB::ifName.2 = STRING: ether13
IF-MIB::ifName.3 = STRING: ether11
IF-MIB::ifName.4 = STRING: ether06
IF-MIB::ifName.5 = STRING: ether07
IF-MIB::ifName.6 = STRING: ether08
IF-MIB::ifName.7 = STRING: ether09
IF-MIB::ifName.8 = STRING: ether10
IF-MIB::ifName.9 = STRING: ether01
IF-MIB::ifName.10 = STRING: ether02
IF-MIB::ifName.11 = STRING: ether03
IF-MIB::ifName.12 = STRING: ether04
IF-MIB::ifName.13 = STRING: ether05
Now i am want
ifInOctets.9 and ifOutOctets.9
2.)
snmpwalk -v1 -cMYCOMMUNITY (IP-MIKROTIK) ifInOctets.9 -On
say:
.1.3.6.1.2.1.2.2.1.10.9 = Counter32: 2369128073
.1.3.6.1.2.1.2.2.1.10.9 is the oid mikrotik? that is wrong?
Best Wishes
Comment