1 Introduction
This document describes how to delete a Simple Network Management Protocol (SNMP) target. An SNMP target can be deleted when it is no longer needed to send SNMP notifications to a given management system. This could be, for example, as a result of replanning.
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 delete is known and according to the network IP plan.
- An Ericsson Command-Line Interface (ECLI) session in Exec mode is in progress.
2 Procedure
To delete an SNMP target:
- Navigate to the Snmp managed object, for example:
>dn ManagedElement=NODE06ST,SystemFunctions=1,SysM=1,Snmp=1
- To find the SNMP target to be deleted, show the existing
SNMP targets:
(Snmp=1)>show -v
The following is an example output:
Snmp=1 operationalState=ENABLED agentAddress host="0.0.0.0" port=161 SnmpTargetV3=OSS_v3In this example, the SNMP target SnmpTargetV3=OSS_v3 is to be deleted.
- Enter Config mode:
(Snmp=1)>configure
- Delete the SNMP target, for example:
(config-Snmp=1)>no SnmpTargetV3=OSS_v3
- Commit the change:
(config-Snmp=1)>commit
- Verify that the SNMP target is deleted:
(Snmp=1)>show -v
Snmp=1 operationalState=ENABLED agentAddress host="0.0.0.0" port=161The SNMP target has been deleted.

Contents