To activate or deactivate the supported SNMP OID registration models, use the following Rhino management console commands.
The output of the snmpstatus command shows the currently enabled OID registration models. For example: SNMP Status ============ ... Agent details: ... Enabled OID registration behaviours: legacy-oids, static-oids Here both the legacy OID model and the static OID model are active. |
enableoidregistrationbehaviour
Command |
enableoidregistrationbehaviour <legacy-oids|static-oids> Description Enable support for the specified OID registration behaviour |
---|---|
Example |
To enable the static OID registration model, use the following command: [Rhino@localhost (#1)] enableoidregistrationbehaviour static-oids |
disableoidregistrationbehaviour
Command |
disableoidregistrationbehaviour <legacy-oids|static-oids> Description Disable support for the specified OID registration behaviour |
---|---|
Example |
To disable the legacy OID registration model, use the following command: [Rhino@localhost (#1)] disableoidregistrationbehaviour legacy-oids |