Create SNMPv1 Target

Contents

1Introduction
1.1Prerequisites

2

Procedure

1   Introduction

This document describes how to create an SNMPv1 target. An SNMPv1 target is created to forward Simple Network Management Protocol (SNMP) notifications to a management system over the SNMPv1 protocol.

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 create an SNMPv1 target:

  1. Navigate to the Snmp Managed Object (MO), for example:

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

  2. Enter Config mode:

    (Snmp=1)>configure

  3. Create an SNMPv1 target, for example:

    (config-Snmp=1)>SnmpTargetV1=OSS_v1

  4. For the SnmpTargetV1 MO, set attributes community and address, for example:

    (config-SnmpTargetV1=OSS_v1)>community=public

    (config-SnmpTargetV1=OSS_v1)>address=192.0.2.10

  5. Commit the settings:

    (config-SnmpTargetV1=OSS_v1)>commit

  6. Verify the settings:

    (SnmpTargetV1=OSS_v1)>show -v

    The following is an example output:

    SnmpTargetV1=OSS_v1
       address="192.0.2.10"
       administrativeState=UNLOCKED <default>
       community="public"
       isMibWritable=true <default>
       operationalState= [] <empty>
       port=162 <default>
       snmpTargetV1Id=OSS_v1


Copyright

© Ericsson AB 2016. All rights reserved. No part of this document may be reproduced in any form without the written permission of the copyright owner.

Disclaimer

The contents of this document are subject to revision without notice due to continued progress in methodology, design and manufacturing. Ericsson shall have no liability for any error or damage of any kind resulting from the use of this document.

Trademark List
All trademarks mentioned herein are the property of their respective owners. These are shown in the document Trademark Information.

    Create SNMPv1 Target