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


Usage

<configuration>
    <snmp>
        <v3>
            <snmp-community>
                <name>name</name> <!-- identifier -->
                <community-name>community-name</community-name>
                <security-name>security-name</security-name> <!-- mandatory -->
                <context>context</context>
                <tag>tag</tag>
            </snmp-community>
        </v3>
    </snmp>
</configuration>

Description

SNMP community and view-based access control model configuration.

Contents

<community-name>—SNMPv1/v2c community name (default is same as community-index).

<context>—Context used when performing access control.

<name>—Unique index value in this community table entry.

<security-name>—Security name used when performing access control.

<tag>—Tag identifier for set of targets allowed to use this community string.


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