[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <snmp>
        <v3>
            <target-address>
                <name>name</name> <!-- identifier -->
                <address>address</address> <!-- mandatory -->
                <port>port</port>
                <timeout>seconds</timeout>
                <retry-count>retry-count</retry-count>
                <tag-list>tag-list</tag-list>
                <address-mask>address-mask</address-mask>
                <routing-instance>routing-instance</routing-instance>
                <logical-system>logical-system</logical-system>
                <target-parameters>target-parameters</target-parameters> <!-- mandatory -->
            </target-address>
        </v3>
    </snmp>
</configuration>

Description

Identifies notification targets as well as allowed management stations.

Contents

<address>—SNMP target address.

<address-mask>—Mask range of addresses for community string access control.

<logical-system>—Logical-system name for trap destination.

<name>—SNMP target address name.

<port>—SNMP target port number.

<retry-count>—Maximum retry count for confirmed SNMP notifications.

<routing-instance>—Routing instance for trap destination.

<tag-list>—SNMP tag list used to select target addresses.

<target-parameters>—SNMPv3 target parameter name in the target parameters table.

<timeout>—Acknowledgment timeout for confirmed SNMP notifications.


[Contents] [Prev] [Next] [Index] [Report an Error]