1 Description
This instruction 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.
2 Procedure
2.1 Delete 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
- 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