Configure SNMP System and Agent Parameters
Use this task to configure Oracle® Enterprise Session Border Controller system-level Management Information Base (MIB) contact, system name and location information regardless of the SNMP version you are using.
-
Access the
system-config configuration element.
ORACLE# configure terminal ORACLE(configure)# system ORACLE(system)# system-config ORACLE(system-config)#
-
Type
select to begin editing the
system-config object.
ORACLE(system-config)# select ORACLE(system-config)#
-
mib-system-contact—Specifies contact information that is used within
E-SBC MIB transactions. This value is a textual identification and usually contains information about the company system contact person.
-
mib-system-name—Specifies the identity of this
E-SBC that is presented within MIB transactions, which is the FQDN of the node.
-
mib-system-location—Specifies the physical location of the
E-SBC that is reported within MIB transactions. This parameter is reported when an SNMP GET is issued by the NMS for the MIB-II sysLocation variable. This parameter has no direct relation to the location field in the system configuration element.
-
Type the
snmp-agent-mode element to select the operating mode of the SNMP agent.
- v1v2—The SNMP agent supports SNMPv2.
- v3—(Default) The SNMP agent supports SNMPv3.
- secure-trap—The SNMP agent supports the Secure Trap mode to keep existing SNMPv1v2 behavior and allow SNMPv3 encrypted traps to be sent only to their associated external SNMP managers.
Once the SNMP agent mode is selected, the SNMP agent that you selected is enabled. -
snmp-engine-id-suffix—Uniquely identifies the SNMP Engine by specifying a unique suffix for the SNMPEngineID. This attribute is optional.
ORACLE(system-config)# snmp-engine-id-suffix Group1Unit3
-
The
snmp-enabled element is enabled by default. If you need to disable SNMP on the system enter the disabled value.
ORACLE(system-config)# [enabled | disabled]
- Type done to save your configuration.