class Snmp

ManagedElement
+-SystemFunctions
+-SysM
+-Snmp
+-SnmpTargetV1 [0..]
+-SnmpTargetV2C [0..]
+-SnmpTargetV3 [0..]
+-SnmpTargetV3Dtls [0..]
+-SnmpViewV1 [0..]
+-SnmpViewV2C [0..]
+-SnmpViewV3 [0..]

Configuration of the SNMP protocol, for example IP addresses and ports.

This MO is created by the system.

References to:
ManagedObject;
Attributes
BasicAdmState
administrativeState = UNLOCKED
The administrative state for the SNMP protocol.
If LOCKED, no SNMP Traps are generated, for example, alarm, alerts or heartbeats. Also, all access to the SNMP protocol is disabled.
HostAndPort[0..]
agentAddress
Listen addresses for the SNMP agent.
Attribute defines ports and IP addresses the agent listens to for incoming SNMP requests that use UDP protocol. Typical configurations use one port with IP address 0.0.0.0 and port 161, which means that the standard SNMP port is used on all interfaces.
HostAndPort[0..]
agentAddressDtls
Listen addresses for SNMP agent that uses DTLS.
Attribute defines ports and IP addresses the agent listens to for incoming SNMP requests that use DTLS transport protocol. The typical configuration uses one port with IP address 0.0.0.0 and port 10161. This means that the standard port for SNMP over DTLS is used on all interfaces.
boolean
enableSourceCheckForV1V2C = false
Enables source IP check on the agent for community based Snmp V1 and Snmp V2C protocol access.
If false, agent may accept SNMP GET, SET messages from any IP address.
If true, agent only accepts SNMP GET, SET messages from configured target IP subnet.
ManagedObject[0..1]
nodeCredential
Node credential used for SNMP notifications with Transport Security Model.
Specifies the DN of a NodeCredential MO in Certificate Management. If Transport Security Model, DTLS, is not used, the attribute value can be empty.
OperState
noNotification
readOnly
operationalState
The operational status of the SNMP functionality.
If DISABLED, there is some problem that degrades the SNMP functionality.
uint16
port = 161
Port number used by agent to listen for incoming SNMP requests over OamAccessPoint interface.
Note that OamAccessPoint interface is configured in System Management.
The agent uses the value only if agentAddress attribute is not configured in this MO.
uint16
portDtls = 10161
Port number used by agent to listen for SNMP with DTLS requests over OamAccessPoint interface.
Note that OamAccessPoint interface is configured in System Management.
The agent uses the value only if agentAddressDtls attribute is not configured in this MO.
string
key
mandatory
noNotification
restricted
snmpId
Holds the name used when identifying the MO.
ManagedObject[0..1]
trustCategory
The trust category used for authentication of DTLS protocol users.
Specifies the DN of a TrustCategory MO in Certificate Management.
If the DTLS protocol is not used, the attribute value can be empty.

  class Snmp