aravind0212
Programmer
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
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