OSPF HELLO Dead インターバル
では設定してみましょう
OSPFネイバー同士で、HelloインターバルとDeadインターバルは一致していないとリンクダウンします。
練習用 ダウンロードして設定してみましょう
構文 (config)# interface interface-id
(config-if)# ip ospf hello-interval seconds
構文 (config)# interface interface-id
(config-if)# ip ospf dead-interval seconds
OSPFの認証
①エリア認証の有効化
(config)# router ospf process-id
(config-router)# area area-id authentication [ message-digest ]
②認証パスワードの設定( 平文認証 )
(config-if)# ip ospf authentication-key password
③認証パスワードの設定( MD5認証 )
(config-if)# ip ospf message-digest-key key-id md5 password
RT1
RT2
RT3
次のページ ★38OSPFV6の設定