Re: 問題ID: 12713
arashi1977
居住地: 広島
投稿数: 1715
引用:
まだ学習していない設問かもしれませんが、問題ID:12709, 13130の解説を確認してみてください。R2,R3の「show frame-relay map」の出力にある「dlci 300」と「dlci 400」が何を意味しているかがわかればわかりますよ
私の手元で環境作って動作確認してみましたので、合わせて見てみてください。
設定例
動作検証結果
「R1を中心としたハブ&スポーク型ネットワーク」との表記がありますが、
フレームリレーのマップを見る限り、
R2とR3はお互いをStaticで認識しているように見えます。
まだ学習していない設問かもしれませんが、問題ID:12709, 13130の解説を確認してみてください。R2,R3の「show frame-relay map」の出力にある「dlci 300」と「dlci 400」が何を意味しているかがわかればわかりますよ
私の手元で環境作って動作確認してみましたので、合わせて見てみてください。
設定例
R1:
interface Serial0/0
ip address 192.168.4.4 255.255.255.248
encapsulation frame-relay
R2:
interface Serial0/0
ip address 192.168.4.5 255.255.255.248
encapsulation frame-relay
frame-relay map ip 192.168.4.6 300 CISCO
R3:
interface Serial0/0
ip address 192.168.4.6 255.255.255.248
encapsulation frame-relay
frame-relay map ip 192.168.4.5 400 CISCO
動作検証結果
R2#show frame-relay map
Serial0/0 (up): ip 192.168.4.4 dlci 300(0x12C,0x48C0), dynamic,
broadcast,, status defined, active
Serial0/0 (up): ip 192.168.4.6 dlci 300(0x12C,0x48C0), static,
CISCO, status defined, active
R2#traceroute 192.168.4.6
Type escape sequence to abort.
Tracing the route to 192.168.4.6
1 192.168.4.4 8 msec 4 msec 0 msec
2 192.168.4.6 4 msec 0 msec 0 msec
R3#show frame-relay map
Serial0/0 (up): ip 192.168.4.4 dlci 400(0x190,0x6400), dynamic,
broadcast,, status defined, active
Serial0/0 (up): ip 192.168.4.5 dlci 400(0x190,0x6400), static,
CISCO, status defined, active
R3#traceroute 192.168.4.5
Type escape sequence to abort.
Tracing the route to 192.168.4.5
1 192.168.4.4 0 msec 0 msec 0 msec
2 192.168.4.5 4 msec 0 msec 4 msec
投稿ツリー
-
問題ID: 12713
(datemegane, 2015-9-30 11:26)
- Re: 問題ID: 12713 (arashi1977, 2015-9-30 11:42)
- Re: 問題ID: 12713 (antares01, 2015-9-30 11:45)
-
Re: 問題ID: 12713
(datemegane, 2015-9-30 14:16)
- Re: 問題ID: 12713 (arashi1977, 2015-9-30 14:25)
- Re: 問題ID: 12713 (datemegane, 2015-9-30 14:39)