После обновления прошивки на коммутаторе, появилась проблема с работой через snmp.
Код:
snmpwalk -c private -v2c <IP>
SNMPv2-SMI::mib-2 = No more variables left in this MIB View (It is past the end of the MIB tree)
Код:
snmpwalk -v 2c -c private <IP> IF-MIB::ifHCInOctets.1
IF-MIB::ifHCInOctets.1 = No more variables left in this MIB View (It is past the end of the MIB tree)
Код:
snmpget -v 2c -c private <IP> IF-MIB::ifHCInOctets.1
IF-MIB::ifHCInOctets.1 = No Such Object available on this agent at this OID
Код:
DGS-3610(config)#show version
System description : DGS-3610-26G Gigabit Ethernet Switch
System start time : 2011-04-06 10:53:42
System uptime : 1:8:48:14
System hardware version : A1.03
System software version : v10.4(3) Release(105475)
System BOOT version : 10.4(3) Release(105475)
System CTRL version : 10.3 Release(70398)
Device information:
Device-1
Hardware version : A1.03
Software version : v10.4(3) Release(105475)
BOOT version : 10.4(3) Release(105475)
CTRL version : 10.3 Release(70398)
Device-2
Hardware version : A1.03
Software version : v10.4(3) Release(105475)
BOOT version : 10.4(3) Release(105475)
CTRL version : 10.3 Release(70398)
DGS-3610(config)#
Код:
DGS-3610(config)#show snmp group
groupname: private
securityModel: v1
securityLevel:noAuthNoPriv
readview: default
writeview: default
notifyview:
groupname: private
securityModel: v2c
securityLevel:noAuthNoPriv
readview: default
writeview: default
notifyview:
DGS-3610(config)#
Код:
DGS-3610(config)#show snmp view
default(include) 1
DGS-3610(config)#
Как ето побороть? Спасибо за помощь.