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


Usage

<configuration>
    <snmp>
        <v3>
            <usm>...</usm>
            <vacm>...</vacm>
            <target-address>...</target-address>
            <target-parameters>...</target-parameters>
            <notify>...</notify>
            <notify-filter>...</notify-filter>
            <snmp-community>...</snmp-community>
        </v3>
    </snmp>
</configuration>

Description

SNMPv3 configuration information.

Contents

<notify>—Used to select management targets for notifications as well as the type of notifications.

<notify-filter>—Filters to apply to SNMP notifications.

<snmp-community>—SNMP community and view-based access control model configuration.

<target-address>—Identifies notification targets as well as allowed management stations.

<target-parameters>—Parameters and filter name used when sending notifications.

<usm>—User-based security model (USM) information.

<vacm>—View-based access control model (VACM) information.


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