hi guys
i download CISCO-REMOTE-ACCESS-MONITOR-MIB.my in zabbix server with wget and copy this MIB to this location :
/usr/share/snmp/mibs
and i change snmp.conf
and now when i use snmpwalk -v 2c -c CommunityString HostIP
result for IF-MIB is correct and i use them to create item and tehy works.
for example this is true output :
IF-MIB::ifHCOutOctets.14 = Counter64: 0
IF-MIB::ifHCOutOctets.15 = Counter64: 4096746
IF-MIB::ifHCOutOctets.16 = Counter64: 3937161129
IF-MIB::ifHCOutOctets.17 = Counter64: 5205009863
IF-MIB::ifHCOutUcastPkts.2 = Counter64: 24465067
IF-MIB::ifHCOutUcastPkts.3 = Counter64: 17525
IF-MIB::ifHCOutUcastPkts.4 = Counter64: 0
BUT
snmpwalk result for CISCO-REMOTE-ACCESS-MONITOR-MIB is incorrect
Cannot adopt OID in CISCO-REMOTE-ACCESS-MONITOR-MIB: crasSessionInDropPkts ::= { crasSessionEntry 33 }
and ...
how i can have a true result to creat an item ?!
my device is : ASA 5505
thank you
i download CISCO-REMOTE-ACCESS-MONITOR-MIB.my in zabbix server with wget and copy this MIB to this location :
/usr/share/snmp/mibs
and i change snmp.conf
and now when i use snmpwalk -v 2c -c CommunityString HostIP
result for IF-MIB is correct and i use them to create item and tehy works.
for example this is true output :
IF-MIB::ifHCOutOctets.14 = Counter64: 0
IF-MIB::ifHCOutOctets.15 = Counter64: 4096746
IF-MIB::ifHCOutOctets.16 = Counter64: 3937161129
IF-MIB::ifHCOutOctets.17 = Counter64: 5205009863
IF-MIB::ifHCOutUcastPkts.2 = Counter64: 24465067
IF-MIB::ifHCOutUcastPkts.3 = Counter64: 17525
IF-MIB::ifHCOutUcastPkts.4 = Counter64: 0
BUT
snmpwalk result for CISCO-REMOTE-ACCESS-MONITOR-MIB is incorrect
Cannot adopt OID in CISCO-REMOTE-ACCESS-MONITOR-MIB: crasSessionInDropPkts ::= { crasSessionEntry 33 }
and ...
how i can have a true result to creat an item ?!
my device is : ASA 5505
thank you
Comment