この部分の広告を募集しています。 詳しくはこちら

2013年8月アーカイブの最新記事

RIPタイマの設定

(所属カテゴリー:IPルーティング | シスコ---投稿日時:2013年8月30日)

ネットワーク構成

rip_neighbor01.png

図 RIPネイバー ネットワーク構成

設定概要

各ルータのRIPに関連する設定は次のとおりです。

R1

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
key chain RIP
 key 1
   key-string cisco
!
interface Loopback0
 ip address 192.168.1.1 255.255.255.255
!
interface Serial0/0
 ip address 192.168.123.1 255.255.255.0
 ip rip authentication mode md5
 ip rip authentication key-chain RIP
 encapsulation frame-relay
 serial restart-delay 0
 frame-relay map ip 192.168.123.2 120
 frame-relay map ip 192.168.123.3 130
 no frame-relay inverse-arp
!
router rip
 version 2
 network 192.168.1.0
 network 192.168.123.0
 neighbor 192.168.123.3
 neighbor 192.168.123.2
 no auto-summary
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

R2

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
key chain RIP
 key 1
   key-string cisco
!
interface Loopback0
 ip address 192.168.2.2 255.255.255.255
!
interface Serial0/0
 ip address 192.168.123.2 255.255.255.0
 ip rip authentication mode md5
 ip rip authentication key-chain RIP
 encapsulation frame-relay
 serial restart-delay 0
 frame-relay map ip 192.168.123.1 210
 frame-relay map ip 192.168.123.3 210
 no frame-relay inverse-arp
!
router rip
 version 2
 network 192.168.2.0
 network 192.168.123.0
 neighbor 192.168.123.1
 no auto-summary
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

R3

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
key chain RIP
 key 1
   key-string cisco
!
interface Loopback0
 ip address 192.168.3.3 255.255.255.255
!
interface Serial0/0
 ip address 192.168.123.3 255.255.255.0
 ip rip authentication mode md5
 ip rip authentication key-chain RIP
 encapsulation frame-relay
 serial restart-delay 0
 frame-relay map ip 192.168.123.1 310
 frame-relay map ip 192.168.123.2 310
 no frame-relay inverse-arp
!
router rip
 version 2
 network 192.168.3.0
 network 192.168.123.0
 neighbor 192.168.123.1
 no auto-summary
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

GNS3プロジェクトダウンロード

問題

ネットワークに障害が発生した場合、該当するルートを20秒以内にルーティングテーブルから削除できるようにしたいと考えています。どのような設定を行えばよいですか。

RIPタイマの設定の続きを読む
Google
Web n-study.com

各コンテンツの最新記事

有料コンテンツライブラリ(ITエンジニア教育資料)

ネットワーク技術雑誌レビュー

ベンダ資格受験記

オススメ!ネットワーク技術雑誌・書籍

MindMapでおべんきょ

結果を出せるコーチング

Geneのつぶやき

The Power of Words

スポンサードリンク

スポンサードリンク