Delete SNMP Target

Contents

1Introduction
1.1Prerequisites

2

Procedure

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:

2   Procedure

To delete an SNMP target:

  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.