實(shí)驗(yàn)13 ospf協(xié)議
-
資源ID:40757421
資源大?。?span id="d0ixbxd" class="font-tahoma">32KB
全文頁數(shù):2頁
- 資源格式: DOC
下載積分:15積分
快捷下載

會(huì)員登錄下載
微信登錄下載
微信掃一掃登錄
友情提示
2、PDF文件下載后,可能會(huì)被瀏覽器默認(rèn)打開,此種情況可以點(diǎn)擊瀏覽器菜單,保存網(wǎng)頁到桌面,就可以正常下載了。
3、本站不支持迅雷下載,請(qǐng)使用電腦自帶的IE瀏覽器,或者360瀏覽器、谷歌瀏覽器下載即可。
4、本站資源下載后的文檔和圖紙-無水印,預(yù)覽文檔經(jīng)過壓縮,下載后原文更清晰。
5、試題試卷類文檔,如果標(biāo)題沒有明確說明有答案則都視為沒有答案,請(qǐng)知曉。
|
實(shí)驗(yàn)13 ospf協(xié)議
實(shí)驗(yàn)13 ospf協(xié)議
一.實(shí)驗(yàn)拓?fù)鋱D
二.實(shí)驗(yàn)?zāi)康?
1、起用ospf協(xié)議,進(jìn)程號(hào)100 2、啟用認(rèn)證 md5
3、用r2做DR,r3做BDR 4、設(shè)r1的cost值為50
r2:
en
config t
int e0
ip add 1.1.1.2 255.255.255.0
no shut
int loop 1
ip add 2.2.2.2 255.255.255.0
exit
r3:
en
config t
int e0
ip add 1.1.1.3 255.255.255.0
int loop 1
ip add 3.3.3.3 255.255.255.0
exit
三.實(shí)驗(yàn)命令
r1:
en
config t
int e0
ip add 1.1.1.1 255.255.255.0
no shut
int loop 1
ip add 4.4.4.4 255.255.255.0
exit
啟用ospf協(xié)議:
r1:
config t
router ospf 100
net 1.1.1.1 0.0.0.0 area 0
net 4.4.4.0 0.0.0.255 area0
exit
r2:
config t
router ospf 100
net 1.1.1.2 0.0.0.0 area 0
net 2.2.2.0 0.0.0.255 area 0
exit
r3:
config t
router ospf 100
net 1.1.1.3 0.0.0.0 area 0
net 3.3.3.3 0.0.0.255 area 0
exit
啟用md5認(rèn)證
r1:config t
router ospf 100
area 0 authentication message-digest
int e0
ip ospf message-digest-key 1 md5 cisco
r2:config t
router ospf 100
area 0 authentication message-digest
int e0
ip ospf message-digest-key 1 md5 cisco
r3:config t
router ospf 100
area 0 authentication message-digest
int e0
ip ospf message-digest-key 1 md5 cisco
設(shè)置r2為DR,設(shè)置r3為BDR
r2 ;
config t
int e0
ip ospf priority 100
exit
r3:
config t
int e0
ip ospf priority 50
設(shè)置r1的cost值為50
r1:
config t
int e0
ip ospf cost 50
exit
第 2 頁 共 2 頁