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


Usage

<configuration>
    <logical-systems>
        <protocols>
            <ospf3>
                <realm>
                    <area>
                        <peer-interface>
                            <authentication>
                                <md5>
                                    <name>name</name> <!-- identifier -->
                                    <key>key</key> <!-- mandatory -->
                                    <start-time>start-time</start-time>
                                </md5>
                            </authentication>
                        </peer-interface>
                    </area>
                </realm>
            </ospf3>
        </protocols>
    </logical-systems>
</configuration>

Description

MD5 authentication key.

Contents

<key>—MD5 authentication key value.

<name>—Key ID for MD5 authentication.

<start-time>—Start time for key transmission (YYYY-MM-DD.HH:MM).


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