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


Usage

<configuration>
    <snmp>
        <v3>
            <vacm>
                <access>
                    <group>
                        <default-context-prefix>
                            <security-model>
                                <security-level>
                                    <name>name</name> <!-- identifier -->
                                    <context-match>context-match-choice</context-match>
                                    <read-view>read-view</read-view>
                                    <write-view>write-view</write-view>
                                    <notify-view>notify-view</notify-view>
                                </security-level>
                            </security-model>
                        </default-context-prefix>
                    </group>
                </access>
            </vacm>
        </v3>
    </snmp>
</configuration>

Description

Security level access configuration.

Contents

<context-match>—Type of match to perform on context-prefix.

<name>—SNMPv3 VACM security level.

<notify-view>—View used to notifications.

<read-view>—View used for read access.

<write-view>—View used for write access.


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