About this Resource

The SNMP Management Addresses Table resource configures SNMP host systems and their associated community strings to communicate with the SBC, and controls whether it will send the traps to each host.

REST API Methods for this Resource

Resource Schema

Configuration

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
sCommTypeNoNoEnum1Possible values:
  • 0 - snmpCommNone
  • 1 - snmpReadOnly
  • 2 - snmpreadWrite
SNMP community type. Only 'snmpReadOnly' is supported.
snmpCommunityYesNostringnone128 - Max Length SNMP community used for communicating with the manager.
snmpMgrAddrYesNostringnone256 - Max Length SNMP manager address(IP address or FQDN)
snmpTrapEnableYesNoint1Possible values:
  • 0 - Minimum
  • 1 - Maximum
Indicates if this manager accepts the traps. Default set to enabled(1), but can be disabled(0).
snmpVersionYesNoEnum0Possible values:
  • 0 - snmpV2
  • 1 - snmpV3
SNMP version to use for this SNMP manager.
usmUsernameYesNostringnone32 - Max Length USM username for SNMP v3 Manager.
authProtocolYesNoEnum2Possible values:
  • 0 - authNone
  • 1 - authMD5
  • 2 - authSHA1
Authorization Protocol for this SNMP manager.
EncryptedAuthPassphraseYesNostringnone128 - Max Length Authorization passphrase for this SNMP manager.
privProtocolYesNoEnum1Possible values:
  • 0 - privNone
  • 1 - privAES128
Privacy Protocol for this SNMP manager.
EncryptedPrivPassphraseYesNostringnone128 - Max Length Privacy passphrase for this SNMP manager.