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


Usage

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