Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can we have a unimplemented SNMP OID in a table

Status
Not open for further replies.

aravind0212

Programmer
Feb 2, 2015
1
0
0
US
Hello,

In SNMP, lets take interface table as example(ifTable), assume we have implemented all the attributes except ifAdminStatus(assume that we do not want to support it) where the possible values are 1, 2 and 3.

For not supported ifAdminStatus, any given query to (1.3.6.1.2.1.2.2.1.7) should give us any result or error message "No Such Object available on this agent at this OID error"?

If we implement it to return some value, displaying "0" for ifAdminStatus is allowed?

Thanks,
Aravind


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top