CCNA--LAB-1:配置靜態路由

 CCNA--LAB-1:配置靜態路由


 
 
基於以上拓撲:R1-----R2網段:12.1.1.0/24 , R2-----R3網段:23.1.1.0/24
 
靜態路由:是指由網絡管理員手工配置的路由信息。當網絡的拓撲結構或鏈路的狀態發生變化時,網絡管理員須要手工去修改路由表中相關的靜態路由信息。靜態路由信息在缺省狀況下是私有的,不會傳遞給其餘的路由器。固然,網管員也能夠經過對路由器進行設置使之成爲共享的。靜態路由通常適用於比較簡單的網絡環境,在這樣的環境中,網絡管理員易於清楚地瞭解網絡的拓撲構,便於設置正確的路由信息。
 
 
R1:
R1#en
R1(config)#conf t
R1(config)#hostname R1
R1(config)#no ip domain lookup
R1(config-line)#line console 0
R1(config-line)#exec-t 0 0
R1(config-line)#logg syn
R1(config-line)#exit
R1(config)#int f0/0
R1(config-if)#ip add 12.1.1.1 255.255.255.0
R1(config-if)#no sh
R1(config)#ip route 0.0.0.0 0.0.0.0 12.1.1.2
R1(config)#end

R2:
R2#en
R2(config)#conf t
R2(config)#hostname R2
R2(config)#no ip domain lookup
R2(config-line)#line console 0
R2(config-line)#exec-t 0 0
R2(config-line)#logg syn
R2(config-line)#exit
R2(config)#int f0/0
R2(config-if)#ip add 12.1.1.2 255.255.255.0
R2(config)#int f0/1
R2(config-if)#ip add 23.1.1.1 255.255.255.0
R2(config-if)#no sh
R2(config)#end

R3:R3#enR3(config)#conf tR3(config)#hostname R3R3(config)#no ip domain lookupR3(config-line)#line console 0R3(config-line)#exec-t 0 0R3(config-line)#logg synR3(config-line)#exitR3(config)#int f0/1R3(config)#ip add 23.1.1.2 255.255.255.0R3(config)#no shR3(config)#ip route 0.0.0.0 0.0.0.0 23.1.1.1R3(config)#end
相關文章
相關標籤/搜索