Delete SNMP Target

Contents


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

Steps

  1. Navigate to the Snmp managed object, for example:

    >dn ManagedElement=NODE06ST,SystemFunctions=1,SysM=1,Snmp=1

  2. 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_v3

    In this example, the SNMP target SnmpTargetV3=OSS_v3 is to be deleted.

  3. Enter Config mode:

    (Snmp=1)>configure

  4. Delete the SNMP target, for example:

    (config-Snmp=1)>no SnmpTargetV3=OSS_v3

  5. Commit the change:

    (config-Snmp=1)>commit

  6. Verify that the SNMP target is deleted:

    (Snmp=1)>show -v

    Snmp=1
       operationalState=ENABLED
       agentAddress
          host="0.0.0.0"
          port=161

    The SNMP target has been deleted.