Delete Node Credential

Contents

1Introduction
1.1Prerequisites

2

Procedure

1   Introduction

This document describes how to delete a node credential.

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 a node credential:

  1. Navigate to the CertM MO, for example:

    >dn ManagedElement=NODE06ST,SystemFunctions=1,SecM=1,CertM=1

  2. Enter Config mode:

    (CertM=1)>configure

  3. List the node credentials:

    (config-CertM=1)>show

    The following is an example output:

    CertM=1
    [...]
       NodeCredential=1
       NodeCredential=2
       NodeCredential=3
    [...]
    
  4. Delete the node credential, for example:

    (config-CertM=1)>no NodeCredential=1

  5. Commit the change:

    (config-CertM=1)>commit

    All resources belonging to the NodeCredential MO are deleted.

  6. Verify the deletion by checking the NodeCredential MO instances:

    (CertM=1)>show

    The following is an example output:

    CertM=1
    [...]
       NodeCredential=2
       NodeCredential=3
    [...]