1 Description
This instruction describes how to disable a Simple Network Management Protocol (SNMP) target. An SNMP target can be disabled during maintenance operations. In such situations, it is not always suitable to forward alarms to the management system since the managed element is unstable and already given specific attention.
2 Procedure
2.1 Disable SNMP Target
Prerequisites
- No documents are required.
- No tools are required.
- The following conditions must apply:
Steps
- Navigate to the Snmp managed object, for example:
>dn ManagedElement=NODE06ST,SystemFunctions=1,SysM=1,Snmp=1
- Navigate to the SNMP target to be disabled, for example:
(Snmp=1)>SnmpTargetV2C=OSS_v2C
- View the attribute settings of the SNMP target:
(SnmpTargetV2C=OSS_v2C)>show -v
The following is an example output:
SnmpTargetV2C=OSS_v2C address="192.0.2.10" administrativeState=UNLOCKED <default> [...] operationalState=ENABLED <read-only>
- Note:
- To disable the SNMP target, attribute administrativeState must be set to LOCKED. Attribute operationalState is then automatically set to DISABLED. The same is true for disabling SNMPv1 and SNMPv3 targets.
- Enter Config mode:
(SnmpTargetV2C=OSS_v2C)>configure
- Disable the SNMP target:
(config-SnmpTargetV2C=OSS_v2C)>administrativeState=LOCKED
- Commit the setting:
(config-SnmpTargetV2C=OSS_v2C)>commit
- Verify that the SNMP target is disabled:
(SnmpTargetV2C=OSS_v2C)>show -v
The following is an example output:
SnmpTargetV2C=OSS_v2C address="192.0.2.10" administrativeState=LOCKED <default> [...] operationalState=DISABLED <read-only>
The SNMP target is disabled.

Contents