1. 程式人生 > >動態路由相關練習

動態路由相關練習

rip 動態路由

動態路由

技術分享

R1

enbale

configure terminal

router rip

version 2

no auto-summary

network 192.168.1.0

network 12.1.1.1 #路由器會自動生成默認掩碼的IP地址段 即12.0.0.0

end

show ip route

R2

router rip

verison 2

no auto-summary

network 12.0.0.0

network 23.0.0.0

end

show ip route

R3

router rip

version 2

no auto-summary

network 23.0.0.0

network 192.168.2.0

end

show ip route


本文出自 “45545613” 博客,謝絕轉載!

動態路由相關練習