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


Usage

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