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


Usage

<configuration>
    <snmp>
        <v3>
            <usm>
                <remote-engine>
                    <user>
                        <authentication-sha>
                            <authentication-password>authentication-password
                                    </authentication-password>
                            <authentication-key>authentication-key</authentication-key>
                        </authentication-sha>
                    </user>
                </remote-engine>
            </usm>
        </v3>
    </snmp>
</configuration>

Description

Configure SHA authentication.

Contents

<authentication-key>—Encrypted key used for user authentication.

<authentication-password>—User's authentication password.


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