(1)根據企業(yè)對于網絡安全性的要求不同,采取不同的管理策略 一般靜態(tài)路由是用來那些對于網絡安全要求比較高或者網絡主機數比較過、有多個子網的情況下,才會使用。
不同的企業(yè)有不同的網絡安全需求,所以對于靜態(tài)路由表的需求也不同。若企業(yè)的規(guī)模很小,只有幾十臺電腦,沒有不同子網的劃分或者企業(yè)對于網絡安全的要求不是很高,此時采用靜態(tài)路由配置的話,根本沒有實際的作用。
所以不是什么技術都是適合企業(yè)的,要根據企業(yè)自身的情況,作出合理的選擇。 (2)盡量用交換機來代替路由器 若企業(yè)在網絡部署中采用靜態(tài)路由控制網絡訪問的話,則網絡部署好之后,最好不要再采用其他的路由器來擴展網絡應用,而最好利用交換機來代替路由器。
最好能夠保障企業(yè)網絡內部路由器數量與布局的穩(wěn)定,可以減少路由器配置的工作量。
1。
盡量用交換機來代替路由器。若企業(yè)在網絡部署中采用靜態(tài)路由控制網絡訪問的話,則網絡部署好之后,最好不要再采用其他的路由器來擴展網絡應用,而最好利用交換機來代替路由器。
也就是說,最好能夠保障企業(yè)網絡內部路由器數量與布局的穩(wěn)定,如此的話,可以減少靜態(tài)路由配置的工作量。 2。
在靜態(tài)路由配置的話,一般是保存在running-config文件中。而這個文件是臨時文件,當路由器重新啟動的時候,該文件中的信息就會消失。
所以,當靜態(tài)路由配置完成并測試沒有問題的話,就需要利用COPY命令把靜態(tài)路由表信息保存到startup-config中。 并且,最好能夠在異地進行備份。
如此的話,當路由器出現故障時,不需要在后備路由器是進行額外的設置,就可以馬上使用了。 3。
根據企業(yè)對于網絡安全性的要求不同,采取不同的管理策略。不同的企業(yè)有不同的網絡安全需求,所以,對于靜態(tài)路由表的需求也不同。
若企業(yè)的規(guī)模很小,只有幾十臺電腦,沒有不同子網的劃分;或者企業(yè)對于網絡安全的要求不是很高,此時,采用靜態(tài)路由配置的話,那是自找苦吃,根本沒有實際的作用。一般靜態(tài)路由是用來那些對于網絡安全要求比較高或者網絡主機數比較過、有多個子網的情況下,才會使用。
所以,不是什么技術都是適合企業(yè)的,要根據企業(yè)自身的情況,作出合理的選擇。
主機1 TCP/IP配置:IP地址為10。
0。0。
1 /8 主機2 TCP/IP配置:IP地址為60。0。
0。1 /8 Router 1配置信息: router>enable思科視頻下載 router#config terminal router(config)#interface f 0/0 router(config-if)#ip address 10。
0。0。
2 255。0。
0。0 router(config-if)#no shutdown router(config-if)#exit router(config)#interface f 0/1 router(config-if)#ip address 20。
0。0。
1 255。0。
0。0 router(config-if)#no shutdown router(config-if)#exit router(config)#interface s 1/0 router(config-if)#ip address 30。
0。0。
1 255。0。
0。0 router(config-if)#no shutdown router(config-if)#exit router(config)#ip route 40。
0。0。
0 255。0。
0。0 20。
0。0。
2 注:目標網段+子網掩碼+下一跳地址 router(config)#ip route 50。0。
0。0 255。
0。0。
0 30。0。
0。2 注:目標網段+子網掩碼+下一跳地址 router(config)#end router#write Router 2配置信息: router>enable router#config terminal router(config)#interface f 0/0 router(config-if)#ip address 20。
0。0。
2 255。0。
0。0 router(config-if)#no shutdown router(config-if)#exit router(config)#interface f 0/1 router(config-if)#ip address 40。
0。0。
1 255。0。
0。0 router(config-if)#no shutdown router(config-if)#exit router(config)#ip route 10。
0。0。
0 255。0。
0。0 20。
0。0。
1 router(config)#ip route 60。0。
0。0 255。
0。0。
0 40。0。
0。2 router(config)#end router#write Router 3配置信息:ccie認證 router>enable router#config terminal router(config)#interface f 0/0 router(config-if)#ip address 30。
0。0。
2 255。0。
0。0 router(config-if)#no shutdown router(config-if)#exit router(config)#interface f 0/1 router(config-if)#ip address 50。
0。0。
1 255。0。
0。0 router(config-if)#no shutdown router(config-if)#exit router(config)#ip route 10。
0。0。
0 255。0。
0。0 30。
0。0。
1 router(config)#ip route 60。0。
0。0 255。
0。0。
0 50。0。
0。2 router(config)#end router#write Router 4配置信息: router>enable router#config terminal router(config)#interface f 0/0 router(config-if)#ip address 40。
0。0。
2 255。0。
0。0 router(config-if)#no shutdown router(config-if)#exit router(config)#interface f 0/1 router(config-if)#ip address 50。
0。0。
2 255。0。
0。0 router(config-if)#no shutdown router(config-if)#exit router(config)#interface s 1/0 router(config-if)#ip address 60。
0。0。
2 255。0。
0。0 router(config-if)#no shutdown router(config-if)#exit router(config)#ip route 20。
0。0。
0 255。0。
0。0 40。
0。0。
1 router(config)#ip route 30。0。
0。0 255。
0。0。
0 50。0。
0。1 router(config)#end router#write。
打開WIFI后選擇連接的WIFI接入點。
輸入密碼以后,就可以看到這“顯示高級選項”。點擊高級選項中就會有ip設置,將其中的DHCP改為--靜態(tài),然后就會出現以下的幾種設置: IP地址:填寫手機的ip地址,不能與其他的設備重復。
Android 5.0靜態(tài)路由設置方法 需要注意什么 網關:路由默認192.168.1.1 網絡前綴長度:不用理會 域名1:WIFI接入點所使用的IP地址,可以參考路由上的設置。 域名2:同上 設置的這靜態(tài)路由并不會太過于麻煩,不知道手機ip地址的用戶們可以看看wifi設置的信息,有需要的用戶們可以參照上面的設置方法。
聲明:本網站尊重并保護知識產權,根據《信息網絡傳播權保護條例》,如果我們轉載的作品侵犯了您的權利,請在一個月內通知我們,我們會及時刪除。
蜀ICP備2020033479號-4 Copyright ? 2016 學習鳥. 頁面生成時間:2.735秒