Configure the SNMP Community

  1. Access the snmp-community configuration element.
    ORACLE# configure terminal
    ORACLE(configure)# system
    ORACLE(system)# snmp-community
    ORACLE(snmp-community)# 
  2. Type community-name to specify the SNMP community name of an active community where this Oracle® Enterprise Session Border Controller can send or receive SNMP information.
  3. access-mode—Set the access level for all network management servers (NMSs) defined within this SNMP community. The access level determines the permissions that other NMS hosts can wield over this Oracle® Enterprise Session Border Controller. The default is read-only. The valid values are:
    • read-only—allows GET requests.

    • read-write—unsupported.

  4. ip-addresses—Specify a valid IPv4 or IPv6 address within this SNMP community that corresponds to one or more NMS that monitors or configures this E-SBC. If you are specifying more than one IP address, separate each IP address with a space and enclose with parenthesis.
    ORACLE#(snmp-community)ip-addresses (10.1.1.1 10.2.2.2)
  5. Type done to save your configuration.