| 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.
|
ComSnmp_Snmp_engineId[0..1] |
-
engineId
-
Unique identifier of the SNMP agent. Only applicable when using SNMPv3.
To be configured when auto discovery of the SNMP Engine ID is not supported or it is desired to use an identifier that is not automatically calculated and remains unchanged across re-initializations. Where SNMP stack can not support setting the Engine ID, the applied value is ignored, keeping the current empty value.
Specification: RFC3411, RFC5343
|
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.
|