09-09-2021 11:28 AM
Hello community,
I'm working on Cisco PfR and I've encountered some problems when using SNMP for getting the PfR values.
The router IOS is Cisco IOS XE Software, Version 16.06.05
PfR MIB OID is 1.3.6.1.4.1.9.9.772
when I try to execute :
snmpwalk -v 2c -c testpfr 10.86.30.16 1.3.6.1.4.1.9.9.772
I get :
SNMPv2-SMI::enterprises.9.9.772 = No Such Object available on this agent at this OID
I execute command "sh snmp mib" and confirmed ciscoPfrMIB is present on the router.
And I also include ciscoPfrMIB into community view, like below
WK_DC#show snmp view
pfr iso - included nonvolatile active
pfr internet - included nonvolatile active
pfr ciscoPfrMIB - included nonvolatile active
Are there any particular settings I must do in order to access the values of PfR MIB?
Best regards,
Ken
09-09-2021 03:50 PM
Hello,
can you access any of the children OIDs ?
snmpwalk -v 2c -c testpfr 10.86.30.16 1.3.6.1.4.1.9.9.772.0
snmpwalk -v 2c -c testpfr 10.86.30.16 1.3.6.1.4.1.9.9.772.1
snmpwalk -v 2c -c testpfr 10.86.30.16 1.3.6.1.4.1.9.9.772.2
?
09-09-2021 04:17 PM
Thank you for your reply.
No, return the same error.
snmpwalk -v 2c -c testpfr 10.86.30.16 1.3.6.1.4.1.9.9.772.0
NMPv2-SMI::enterprises.9.9.772.0 = No Such Object available on this agent at this OID
snmpwalk -v 2c -c testpfr 10.86.30.16 1.3.6.1.4.1.9.9.772.1
SNMPv2-SMI::enterprises.9.9.772.1 = No Such Object available on this agent at this OID
snmpwalk -v 2c -c testpfr 10.86.30.16 1.3.6.1.4.1.9.9.772.2
SNMPv2-SMI::enterprises.9.9.772.2 = No Such Object available on this agent at this OID
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide