預設路由配置命令
❶ 華為默認路由配置命令有哪些
【電腦進入路由器】:1、電腦ip、dns設置自動獲取。2、打開瀏覽器,在地址回欄輸入192.168.1.1(一般路由器地址是這個答或者查看路由器背面的登錄信息)進路由-輸入用戶名,密碼 ,(默認一般是admin)【設置路由器撥號】:1、在【設置向導】里,選擇【PPPoE撥號】(有些是ADSL撥號)這一項,按提示步驟輸入上網的用戶名和密碼(網路服務商提供的),保存。2、在【網路參數】--【WAN設置】里,選【正常模式】,在【連接】的三個選項,選擇【PPPoE撥號】這一項。下面就是選擇【自動連接】,保存,退出。
❷ 路由器配置,常用命令有哪些請舉例,謝謝(H3C)
網上有太多的了。不列舉了。找專業的書籍看一下就可以了。
H3C路由器常用基本配置命令
[Quidway]sysname router_name 命名路由器(或交換機)
[Quidway]delete 刪除Flash ROM中的配置
[Quidway]save 將配置寫入Flash ROM
[Quidway]interface serial 0 進入介面配置模式
[Quidway]quit 退出介面模式到系統視圖
[Quidway]shutdown/undo shutdown 關閉/重啟介面
[Quidway]ip address ip_address subnet_mask 為介面配置IP地址和子網掩碼
[Quidway]display version 顯示VRP版本號
[Quidway]display current-configuration 顯示系統運行配置信息
[Quidway]display interfaces 顯示介面配置信息
[Quidway]display ip routing 顯示路由表
[Quidway]ping ip_address 測試網路連通性
[Quidway]tracert ip_address 測試數據包從主機到目的地所經過的網關
[Quidway]debug all 打開所有調試信息
[Quidway]undo debug all 關閉所有調試信息
[Quidway]info-center enable 開啟調試信息輸出功能
[Quidway]info-center console bugging 將調試信息輸出到PC
[Quidway]info-center monitor bugging 將調試信息輸出到Telnet終端或啞終端
換機配置命令舉例(大括弧{}中的選項為單選項,斜體字部分為參數值
[Quidway]super password password 修改特權模式口令
[Quidway]sysname switch_name 命名交換機(或路
[Quidway]interface ethernet 0/1 進入介面視圖
[Quidway]quit 退出系統視圖
[Quidway-Ethernet0/1]plex {half|full|auto} 配置介面雙工工
[Quidway-Ethernet0/1]speed {10|100|auto} 配置介面速率
[Quidway-Ethernet0/1]flow-control 開啟流控制
[Quidway-Ethernet0/1]mdi {across|normal|auto} 配置MDI/MDIX
[Quidway-Ethernet0/1]shutdown/undo shutdown 關閉/重啟埠
VLAN基本配置命令(以Quidway S3026為例) [Quidway]vlan 3 創建並進入VLAN配置模式,預設時系將
所有埠加入VLAN 1,這個埠既不能被創建也不能被刪除。
[Quidway]undo vlan 3 刪除一個VLAN
[Quidway-vlan3]port ethernet 0/1 to ethernet 0/4 給VLAN增加/刪除乙太網介面
[Quidway-Ethernet0/2]port access vlan 3 將本介面加入到指定VLAN id [Quidway-Ethernet0/2]port link-type {access|trunk|hybrid} 設置埠工作方式,access(預設)不支持802.1q幀的傳送,而trunk 支持(用於Switch間互連),hybrid和trunk的區別在於 trunk
只允許預設VLAN的報文發送時不打標簽,而hybrid允許多個VLAN報文發送時不打標簽。
埠聚合配置命令
[Quidway]link-aggregation ethernet 0/7 to ethernet 0/10 {ingress|both} 配置埠聚合
Port_num1為埠聚合組的起始埠號,Port_num2為終止埠號
ingress為介面入負荷分擔方式,both為介面出負荷分擔方式。
STP基本配置命令
[Quidway]stp {enable|disable} 開啟/關閉 STP 功能,默認關閉,開啟後所有埠都參與STP 計算
[Quidway-Ethernet0/3]stp disable 關閉指定介面上的STP功能,如某些網路不存在環路可以關閉STP。
PPP配置命令
[Quidway-Serial0]link-protocol ppp 封裝PPP協議
[Quidway-Serial0]ppp authentication-mode {pap|chap} 設置驗證類型
[Quidway]local-user username password {simple|cipher} password 配置用戶列表
- PAP驗證配置:
主驗證方
[Quidway]local-user username password {simple|cipher} password 配置用戶列表
[Quidway-Serial0]ppp authentication-mode pap
被驗證方
[Quidway-Serial0]ppp pap local-user username password {simple|cipher} password
- CHAP驗證配置:
主驗證方
[Quidway]local-user username password {simple|cipher} password 配置被驗證方用戶列表
[Quidway-Serial0]ppp chap host hostname 配置本地名稱
[Quidway-Serial0]ppp authentication-mode chap
被驗證方
[Quidway]local-user username password {simple|cipher} password 配置主驗證方用戶列表
[Quidway-Serial0]ppp chap user username 配置本地名稱
MP配置命令
[Quidway-Serial0]ppp mp 封裝MP協議
[Quidway]ppp mp user username bind virtual-template number 建立用戶與虛擬模板的對應關系
[Quidway]interface virtual-template number 配置虛擬介面模板
[Quidway]ppp mp max-bind number 設置虛擬模板最大綁定數(1-100)
幀中繼配置命令
[Quidway-Serial0]link-protocol fr {mfr|ietf|nonstandard} 封裝幀中繼協議:IETF、Cisco兼容
[Quidway-Serial0]fr interface-type {dte|dce|nni} 配置幀中繼介面類型,NNI為幀中繼交換機之間的介面。若配為DCE或NNI,則須先使能fr switching。
[Quidway-Serial0]fr lmi type {q933a|ansi|cisco-compatible} 配置LMI協議類型
[Quidway-Serial0]fr dlci dlci_number 配置一條本地虛電路號
[Quidway-Serial0]fr map {ip|ipx} protocol-address dlci dlci_number 建立本地DLCI到對端協議地址的映射
[Quidway-Serial0]fr inarp [ip|ipx] [dlci_number] 配置Inverse ARP動態映射
[Quidway]interface type number.subinterface_number 創建並進入子介面配置模式
RIP協議配置命令
[Quidway]display rip 顯示RIP配置信息
[Quidway]rip 啟動並進入RIP配置模式
[Quidway-rip]network {network_number|all} 在指定網路上使能RIP
[Quidway-rip]peer ip_address 配置報文的定點傳送
[Quidway-Ethernet0]rip version {1|2 [bcast|mcast]} 指定RIP版本及傳送方式
[Quidway-Serial0]rip work 指定介面工作狀態(同rip input,rip output)
[Quidway-rip]auto-summary 配置RIP-2路由聚合
[Quidway-Serial0]rip authentication simple password 配置RIP-2明文認證密碼
[Quidway-Serial0]rip authentication md5 key-string string 配置RIP-2 MD5密文認證密碼串
[Quidway-Serial0]rip authentication md5 type {nonstandard-compatible|usual} 指定MD5類型
[Quidway]debugging rip packet 打開RIP調試開關
[Quidway]info-center console 將調試信息輸出到PC
靜態路由配置命令
[Quidway]ip route ip_address subnet_mask {interface_name|gateway_address} [preference preference_value] [reject|black_bone]
[命令說明] reject:任何去往該目的地的報文均被丟棄,通知源主機不可達。
black_bone:任何去往該目的地的報文均被丟棄,不通知源主機。
當只有下一跳的介面是PPP或HDLC介面才能寫interface_name,如Serial0,否則只能寫gateway_address(下一跳地址)。
[命令舉例] [Quidway]ip route 129.1.0.0 16 10.0.0.2
[Quidway]ip route 129.1.0.0 255.255.0.0 10.0.0.2
[Quidway]ip route 129.1.0.0 16 Serial2
[Quidway]ip route 0.0.0.0 0.0.0.0 10.0.0.2 配置預設路由。
OSPF配置命令
[Quidway]router id ip_address 配置Router ID
[Quidway]ospf enable 啟用OSPF協議
[Quidway-Serial0]ospf enable area area_id 配置當前介面所屬的OSPF區
❸ 路由配置命令
只有CISCO路由器的命令
路由器顯示命令:
router#show run ;顯示配置信息
router#show interface ;顯示介面信息
router#show ip route ;顯示路由信息
router#show cdp nei ;顯示鄰居信息
router#reload ;重新起動
路由器口令設置:
router>enable ;進入特權模式
router#config terminal ;進入全局配置模式
router(config)#hostname ;設置交換機的主機名
router(config)#enable secret xxx ;設置特權加密口令
router(config)#enable password xxb ;設置特權非密口令
router(config)#line console 0 ;進入控制台口
router(config-line)#line vty 0 4 ;進入虛擬終端
router(config-line)#login ;要求口令驗證
router(config-line)#password xx ;設置登錄口令xx
router(config)#(Ctrl+z) ; 返回特權模式
router#exit ;返回命令
路由器配置:
router(config)#int s0/0 ;進入Serail介面
router(config-if)#no shutdown ;激活當前介面
router(config-if)#clock rate 64000 ;設置同步時鍾
router(config-if)#ip address ;設置IP地址
router(config-if)#ip address second ;設置第二個IP
router(config-if)#int f0/0.1 ;進入子介面
router(config-subif.1)#ip address ;設置子介面IP
router(config-subif.1)#encapsulation dot1q ;綁定vlan中繼協議
router(config)#config-register 0x2142 ;跳過配置文件
router(config)#config-register 0x2102 ;正常使用配置文件
router#reload ;重新引導
路由器文件操作:
router# running-config startup-config ;保存配置
router# running-config tftp ;保存配置到tftp
router# startup-config tftp ;開機配置存到tftp
router# tftp flash: ;下傳文件到flash
router# tftp startup-config;下載配置文件
ROM狀態:
Ctrl+Break ;進入ROM監控狀態
rommon>confreg 0x2142 ;跳過配置文件
rommon>confreg 0x2102 ;恢復配置文件
rommon>reset ;重新引導
rommon> xmodem: flash: ;從console傳輸文件
rommon>IP_ADDRESS=10.65.1.2 ;設置路由器IP
rommon>IP_SUBNET_MASK=255.255.0.0 ;設置路由器掩碼
rommon>TFTP_SERVER=10.65.1.1 ;指定TFTP伺服器IP
rommon>TFTP_FILE=c2600.bin ;指定下載的文件
rommon>tftpdnld ;從tftp下載
rommon>dir flash: ;查看快閃記憶體內容
rommon>boot ;引導IOS
靜態路由:
ip route ;命令格式
router(config)#ip route 2.0.0.0 255.0.0.0 1.1.1.2 ;靜態路由舉例
router(config)#ip route 0.0.0.0 0.0.0.0 1.1.1.2 ;默認路由舉例
動態路由:
router(config)#ip routing ;啟動路由轉發
router(config)#router rip ;啟動RIP路由協議。
router(config-router)#network ;設置發布路由
router(config-router)#negihbor ;點對點幀中繼用。
幀中繼命令:
router(config)#frame-relay switching ;使能幀中繼交換
router(config-s0)#encapsulation frame-relay ;使能幀中繼
router(config-s0)#fram-relay lmi-type cisco ;設置管理類型
router(config-s0)#frame-relay intf-type DCE ;設置為DCE
router(config-s0)#frame-relay dlci 16 ;
router(config-s0)#frame-relay local-dlci 20 ;設置虛電路號
router(config-s0)#frame-relay interface-dlci 16 ;
router(config)#log-adjacency-changes ;記錄鄰接變化
router(config)#int s0/0.1 point-to-point ;設置子介面點對點
router#show frame. pvc ;顯示永久虛電路
router#show frame. map ;顯示映射
基本訪問控制列表:
router(config)#access-list permit|deny
router(config)#interface ;default:deny any
router(config-if)#ip access-group in|out ;default:out
例1:
router(config)#access-list 4 permit 10.8.1.1
router(config)#access-list 4 deny 10.8.1.0 0.0.0.255
router(config)#access-list 4 permit 10.8.0.0 0.0.255.255
router(config)#access-list 4 deny 10.0.0.0 0.255.255.255
router(config)#access-list 4 permit any
router(config)#int f0/0
router(config-if)#ip access-group 4 in
擴展訪問控制列表:
access-list permit|deny icmp <DESTINATIONIP
wild>[type]
access-list permit|deny tcp <DESTINATIONIP
wild>[port]
例3:
router(config)#access-list 101 deny icmp any 10.64.0.2 0.0.0.0 echo
router(config)#access-list 101 permit ip any any
router(config)#int s0/0
router(config-if)#ip access-group 101 in
例3:
router(config)#access-list 102 deny tcp any 10.65.0.2 0.0.0.0 eq 80
router(config)#access-list 102 permit ip any any
router(config)#interface s0/1
router(config-if)#ip access-group 102 out
刪除訪問控制例表:
router(config)#no access-list 102
router(config-if)#no ip access-group 101 in
路由器的nat配置
Router(config-if)#ip nat inside ;當前介面指定為內部介面
Router(config-if)#ip nat outside ;當前介面指定為外部介面
Router(config)#ip nat inside source static [p] <私有IP><公網IP> [port]
Router(config)#ip nat inside source static 10.65.1.2 60.1.1.1
Router(config)#ip nat inside source static tcp 10.65.1.3 80 60.1.1.1 80
Router(config)#ip nat pool p1 60.1.1.1 60.1.1.20 255.255.255.0
Router(config)#ip nat inside source list 1 pool p1
Router(config)#ip nat inside destination list 2 pool p2
Router(config)#ip nat inside source list 2 interface s0/0 overload
Router(config)#ip nat pool p2 10.65.1.2 10.65.1.4 255.255.255.0 type rotary
Router#show ip nat translation
rotary 參數是輪流的意思,地址池中的IP輪流與NAT分配的地址匹配。
overload參數用於PAT 將內部IP映射到一個公網IP不同的埠上。
外部網關協議配置:
routerA(config)#router bgp 100
routerA(config-router)#network 19.0.0.0
routerA(config-router)#neighbor 8.1.1.2 remote-as 200
配置PPP驗證:
RouterA(config)#username password
RouterA(config)#int s0
RouterA(config-if)#ppp authentication {chap|pap}
3.PIX防火牆命令
Pix525(config)#nameif ethernet0 outside security0 ;命名介面和級別
Pix525(config)#interface ethernet0 auto ;設置介面方式
Pix525(config)#interface ethernet1 100full ;設置介面方式
Pix525(config)#interface ethernet1 100full shutdown
Pix525(config)#ip address inside 192.168.0.1 255.255.255.0
Pix525(config)#ip address outside 133.0.0.1 255.255.255.252
Pix525(config)#global (if_name) natid ip-ip ;定義公網IP區間
Pix525(config)#global (outside) 1 7.0.0.1-7.0.0.15 ;例句
Pix525(config)#global (outside) 1 133.0.0.1 ;例句
Pix525(config)#no global (outside) 1 133.0.0.1 ;去掉設置
Pix525(config)#nat (if_name) nat_id local_ip [netmark]
Pix525(config)#nat (inside) 1 0 0
內網所有主機(0代表0.0.0.0)可以訪問global 1指定的外網。
Pix525(config)#nat (inside) 1 172.16.5.0 255.255.0.0
內網172.16.5.0/16網段的主機可以訪問global 1指定的外網。
Pix525(config)#route if_name 0 0 gateway_ip [metric] ;命令格式
Pix525(config)#route outside 0 0 133.0.0.1 1 ;例句
Pix525(config)#route inside 10.1.0.0 255.255.0.0 10.8.0.1 1 ;例句
Pix525(config)#static (inside, outside) 133.0.0.1 192.168.0.8
表示內部ip地址192.168.0.8,訪問外部時被翻譯成133.0.0.1全局地址。
Pix525(config)#static (dmz, outside) 133.0.0.1 172.16.0.8
中間區域ip地址172.16.0.8,訪問外部時被翻譯成133.0.0.1全局地址
❹ ospf里的預設路由的作用是什麼
OSPF的預設路由就是將預設的路由重分布進OSPF進程域內,感染到其他的鄰居也學到這個預設路由。
比如所有OSPF域通過這個ASBR去往外部網路,外部網路前綴成千上萬,難道一個一個重分布進來讓其他路由器獲得外部網路的前綴?當然不是,只需在ASBR上加一條默認路由,其實質就是一條靜態 ip route 0.0.0.0 0.0.0.0 x.x.x.x 或者 ip default-network x.x.x.x。
不過注意OSPF比較特殊,2個區別:
1.default-information originate [metric cost] [metric-type type]
只有本地路由表中存在默認路由,該命令才能廣播預設路由到OSPF域內。(要先有默認路由,才觸發向ospf域內通告)
2.default-information originate always [metric cost] [metric-typetype]
即使本地路由表中不存在默認路由,該命令也會廣播預設路由。(always參數總是觸發向OSPF域內通告預設路由,如果外部路由不可達的情況下,可能會出現路由黑洞。)
當OSPF廣播一條預設路由時,正在廣播預設路由的路由器將成為一個ASBR。
❺ 請問這個拓撲圖怎樣配置預設路由
你好,我以思科路由器為例告訴你怎麼配置路由,你需要配置一條默認路由和一條內靜態路由容,靜態路由是去往內網的所有網段,命令是:IP route 內網網段 掩碼 下一跳或出介面 ,你內網有多少個網段就需要配置多少條靜態,默認只需要一條就OK , ip route 0.0.0.0 0.0.0.0 ISP網關 希望能幫到你
❻ 預設路由的配置方法有哪些
1、命令一般是這樣的:
ip route 0.0.0.0 0.0.0.0 192.168.1.1
2、192.168.1.1通常是路由器的IP,也是就網關的IP。
0.0.0.0 0.0.0.0表示所有網段。
3、命令的意思是如果路由表裡沒有別的,范圍更小的路由項符合的話,就把數據包丟到192.168.1.1去處理吧。
❼ 什麼是預設路由
預設路由 Default route
路由表(routing table)中的一條記錄,指明信息包(packet)的目的地不在路由表中時的路由,是一種特殊的靜態路由,簡單地說,就是在沒有找到匹配的路由時使用的路由。在路由表中,預設路由以目的網路為0.0.0.0、子網掩碼為0.0.0.0的形式出現。如果數據包的目的地址不能與任何路由相匹配,那麼系統將使用預設路由轉發該數據包。
在WEB管理界面—>快速向導中配置完上網接入線路(主線路),或者在WEB管理界面—>基本配置—>ISP配置中配置了主線路和備份線路後,HiPER會自動生成主線路(備份線路)的預設路由,可在WEB管理界面—>系統狀態—>路由和埠信息—>路由表信息列表查看到對應路由信息,即目標地址為「0.0.0.0/0」的靜態路由。
如果主線路(備份線路)為靜態IP或動態IP上網方式時。
RIP中的預設路由(殿後網關)
RIP自動通告預設路由給其他運行RIP的路由器。配置了預設路由的RIP路由器顯示為,如:
Gateway of last resort is 192.168.1.82 to network 0.0.0.0
S* 0.0.0.0/0 [1/0] via 192.168.1.82
接受該預設路由的其他RIP路由器顯示,如:
Gateway of last resort is 192.168.1.17 to network 0.0.0.0
R* 0.0.0.0/0 [120/1] via 192.168.1.17, 00:00:02, Ethernet0
ospf中各個區域生成預設路由的方法
a).正常區域預設不產生預設路由
正常區域產生預設路由並向其他正常區域發送預設路由的方法:
第一步:(可選)
global
ip default-network net_address(直接連接的網段號) 或
ip route 0.0.0.0 0.0.0.0 via_ip_address
註:當另一個路由協議和本地ASBR相連,並通告了一條預設路由進來,這時就不需要配置第一步了。用第二步的命令就會自動把該預設路由通告給區域內部。如:BGP—OSPF中,EBGP通告了一條預設路由B* 0.0.0.0/0 [20/0] via 10.1.1.2 進來。
第二步:
router ospf process
default-information originate [always] [metric value] [metric-type value] [route-map name]
註:always參數可以防止路由翻動(Flag),因為每次翻動都會發送一條LSA5。Always參數適合只有一條鏈路與外界相連,也就是說這時只有一個ASBR通告了一條預設路由進來。
第三步:
global
ip classless
這時該路由器預設產生一條0.0.0.0/0 的O*E2預設路由,並通告給區域內其他路由器,使該路由器變成一台ASBR。這在連接了Internet的ASBR上很有用。
route-map參數過濾哪些網段可以產生預設路由,並被通告進來。
b).stubby和total stubby區域
到這兩種區域的ABR預設會產生一條0.0.0.0/0的O*IA匯總路由,並通告給這兩種區域內的其他路由器,所以不需有其他命令。
c).NSSA區域
一個預設路由將不會自動被Flooded進入NSSA區域。
第一步:
global
ip default-network net_address 或
ip route 0.0.0.0 0.0.0.0 via_ip_address
第二步:
router ospf process
area area-id nssa default-information-originate [no-redistribution]
default-information originate always
第三步:
global
ip classless
這時該路由器預設產生一條O*N2 0.0.0.0/0 via w.x.y.z的預設路由,並通告給該nssa區域內其他路由器。
No-redistribution命令,當路由器是一個NSSA ABR,而且我們想讓「redistribute」命令只將路由引入到標准區域,而不引入到NSSA區域時,使用該參數。(該ABR連接了多個區域嗎?)
Ospf的區域間路由匯總(summary)
要在連續的子網上進行路由匯總
ABR對進入的路由匯總後再通告給ospf中的BackBone Area0內的路由器。
router ospf process
area id range x.y.z.w mask
ABSR對進入的外部路由匯總後再通告給ospf中的其他路由器。
router ospf process
summary-address x.y.z.w mask
IGRP和EIGRP中通告預設路由
這兩種協議不能識別0.0.0.0的IP地址,需用命令
(global) ip default-network net_address(直接連接的外部網段號)把路由表中當前可用的實際網路指定為要使用的預設默認路由。
使用該命令的路由器的路由表中顯示一條帶「*」的candidate default(候選默認)路由,如:
Gateway of last resort is not set
* 10.0.0.0/8 is subnetted, 1 subnets
該路由器會把這條默認路由通告給其他運行IGRP或EIGRP的路由器,如:
Gateway of last resort is 172.16.3.1 to network 10.0.0.0
I* 10.0.0.0/8 [100/8639] via 172.16.3.1, 00:00:17, Ethernet0
在EIGRP中,在埠做0.0.0.0的SUMMARY也可以產生DEFAULT或者重分布預設路由也可以
BGP中的預設路由
(router) neighbor ip-address default-originate
但經過試驗2500系列不支持,一旦使用路由器會自動重啟。
接受該路由的EBGP路由器顯示為:
B* 0.0.0.0/0 [20/0] via 192.168.1.226, 00:47:03
路由再發布中的預設路由
當有一台以上的邊界路由器時,並且邊界路由器運行了多種路由協議,雙向再發布可能產生路由迴路,以及龐大的外部路由表。可在對外的方向使用路由再發布,在另一個對內的方向使用預設路由的單向路由再發布解決。(其他方法有:路由過濾器、通告比內部路由更高的路由度量值)
例如:同時包含classful和classless路由協議時。該邊界路由器可以不把它所知道的外部全部子網路由條目再發布進classful網路內部,而只需配置一條預設路由為內部classful網路指向外部的classless網路,並可與被動介面結合使用。如:
(global) ip route 0.0.0.0 0.0.0.0 null0 如果有到外部的未知網路時,丟掉該包,並返回一條ICMP消息。
或(global) ip default-network net_address把路由表中當前可用的實際網路指定為要使用的預設默認路由。
❽ 配置默認路由
ip route 〔網路號〕〔子網掩碼] [下一跳IP地址或是出站介面〕。
你說的那條下ip route是配置默認路由的命令。第一個0.0.0.0是IP網路,表示所有網路,後面的這個0.0.0.0是子網掩碼,表示所有IP位都可以為0或是1,它和前面的IP地址來共用表示所有IP地址。
後面的200.18.8.,,這個應該還有一個數字,表示一個IP,指所有網路都通過這個IP來連接,比如說你要連接到202.102.111.111,它會通過200.18.8.*這個IP來連接。
❾ 華為路由器默認路由配置命令
路由器恢復默認路由配置命令的方式:
可以在路由器的側邊有一鍵修復按鈕,按動之後就可完成。
也可以用手機或電腦登錄路由器的網址進入,在設置信息當中將數據全部配置完成恢復。
❿ 用命令怎麼找出預設路由 急求!!!!!
首先打開cmd命令提示符
輸入"route print"命令
結果如下
數據包計劃程序微型埠
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 202.120.113.254 202.120.113.25 20
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
202.120.113.0 255.255.255.0 202.120.113.25 202.120.113.25 20
202.120.113.25 255.255.255.255 127.0.0.1 127.0.0.1 20
202.120.113.255 255.255.255.255 202.120.113.25 202.120.113.25 20
224.0.0.0 240.0.0.0 202.120.113.25 202.120.113.25 20
255.255.255.255 255.255.255.255 202.120.113.25 202.120.113.25 1
Default Gateway: 202.120.113.254
===========================================================================
Persistent Routes:
None
第一條0.0.0.0 0.0.0.0 202.120.113.254 202.120.113.25 20
預設路由:意思就是說,當一個數據包的目的網段不在你的路由記錄中,那麼,你的路由器該把那個數據包發送到哪裡!預設路由的網關是由你的連接上的default gateway決定的
該路由記錄的意思是:當我接收到一個數據包的目的網段不在我的路由記錄中,我會將該數據包通過202.120.113.這個介面發送到202.120.113.254這個地址,這個地址是下一個路由器的一個介面,這樣這個數據包就可以交付給下一個路由器處理,與我無關。該路由記錄的線路質量 20
都是上大的吧