Specify SNMPv3 View Access to a MIB

  1. Access the system configuration element.
    ORACLE# configure terminal
    ORACLE(configure)# system
    ORACLE(system)#
  2. Type snmp-view-entry and press Enter. The system prompt changes to let you know that you can begin configuring individual parameters used to include or exclude view access.
    ORACLE(system)# snmp-view-entry
    ORACLE(snmp-view-entry)#
  3. name Specify the SNMPv3 view name.
    Valid value:
    • <SNMP-view-name-string>—that is 1 to 24 characters.
  4. included-list— Use this parameter to include view access to a MIB OID subtree or multiple OID subtrees for this SNMPv3 view name.
    Valid value:
    • <OID(s)>—Object Identifier number separated by a dot (.), in which each subsequent number is a sub-identifier. You can enter multiple OIDs by separating them with a space. Each subtree OID starts with the prefix 1.3.6.1. For example, 1.3.6.1.4.
  5. Repeat the previous step if you need to include or exclude additional views.
  6. excluded-list—Use this parameter to exclude view access to a MIB OID node for this SNMPv3 view name.
    Valid value:
    • <OID(s)>— Object Identifier number separated by a dot (.), in which each subsequent number is a sub-identifier. You can enter multiple OIDs by separating them with a space. Each subtree OID starts with the prefix 1.3.6.1. For example, 1.3.6.1.4.
  7. Type done to save your configuration.

Note:

Repeat the previous steps if you need to add more SNMPv3 views.