Dear all,
When I try to use snmpwalk to a Cisco 7507 router, I got the following error
# snmpwalk -On -v1 -c public 10.1.254.1 > 7507.snmp.v1
Error in packet.
Reason: (tooBig) Response message would have been too large.
# snmpwalk -On -v2c -c public 10.1.254.1 > 7507.snmp.v2c
Error in packet.
Reason: (tooBig) Response message would have been too large.
# ls -l
total 4168
-rw-r--r-- 1 root root 495833 Jul 22 09:46 7507.snmp.v1
-rw-r--r-- 1 root root 495965 Jul 22 09:47 7507.snmp.v2c
Any advice? Thanks.
When I try to use snmpwalk to a Cisco 7507 router, I got the following error
# snmpwalk -On -v1 -c public 10.1.254.1 > 7507.snmp.v1
Error in packet.
Reason: (tooBig) Response message would have been too large.
# snmpwalk -On -v2c -c public 10.1.254.1 > 7507.snmp.v2c
Error in packet.
Reason: (tooBig) Response message would have been too large.
# ls -l
total 4168
-rw-r--r-- 1 root root 495833 Jul 22 09:46 7507.snmp.v1
-rw-r--r-- 1 root root 495965 Jul 22 09:47 7507.snmp.v2c
Any advice? Thanks.
Comment