Hey Eric,
Is it possible to view the config of the device returning the N/A value? If it is employing cutdown it will be present in the config.
Knowing the IOS version would be helpful as well. There may already be information regarding your issue in the release notes.
Use of SNMP views
Access to MIB tables or objects can be optimized with the use of appropriate SNMP view configurations. This is useful when an OSS makes frequent retrieval of very large tables and there is no direct control on it. To achieve this, an SNMP view has to be configured by excluding respective MIB sub-trees and attaching this view to the SNMP community name or group name being used. This approach can also be applied in cases where certain MIB implementations being polled have to be prevented (for example, very slow response or impacting the performance of other MIBs). The following shows a view configuration and associated community configuration which prevents IP-FORWARDMIB (ipCidrRouteTable) and IP-MIB (ipNetToMediaTable) being polled. SNMP query made with community string "mycom" will not access these two tables.
•
snmp-server view cutdown 1.3.6.1.2.1.4.22 excluded
•
snmp-server view cutdown 1.3.6.1.2.1.4.24.4 excluded
•
snmp-server community mycom view cutdown
Cut down views can also be created by excluding everything and including only what is required by OSSs.