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


Usage

<configuration>
    <routing-instances>
        <instance>
            <protocols>
                <ospf>
                    <area>
                        <interface>
                            <authentication>
                                <md5>
                                    <name>name</name> <!-- identifier -->
                                    <key>key</key> <!-- mandatory -->
                                    <start-time>start-time</start-time>
                                </md5>
                            </authentication>
                        </interface>
                    </area>
                </ospf>
            </protocols>
        </instance>
    </routing-instances>
</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]