1 Introduction
This document 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.
1.1 Prerequisites
This section describes the prerequisites, which must be fulfilled before using the procedure.
1.1.1 Conditions
The following conditions must apply:
- The SNMP target to disable is known and its operational state is ENABLED.
- An Ericsson Command-Line Interface (ECLI) session in Exec mode is in progress.
2 Procedure
To disable an SNMP target:
- 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