日本免费全黄少妇一区二区三区-高清无码一区二区三区四区-欧美中文字幕日韩在线观看-国产福利诱惑在线网站-国产中文字幕一区在线-亚洲欧美精品日韩一区-久久国产精品国产精品国产-国产精久久久久久一区二区三区-欧美亚洲国产精品久久久久

華為路由器靜態(tài)路由配置命令( 三 )


【使用指南】
在低速廣域網(wǎng)線路上運行PPP協(xié)議時,由于TCP報文頭占全部傳輸數(shù)據(jù)的很大比例,這時可以對TCP報文頭壓縮以提高數(shù)據(jù)傳輸效率 。
【舉例】
在PPP接口Serial0上答應(yīng)TCP報文頭壓縮 。
Quidway(config-if-Serial0)#ip tcp header-compression
【相關(guān)命令】
encapsulation ppp
4.5.5 show ip cache
顯示IP路由緩沖 。
show ip cache
【命令模式】
特權(quán)用戶模式
【使用指南】
顯示IP最近使用過的路由,幫助用戶進行故障診斷 。
【舉例】
Quidway#show ip cache
Route to destination 129.102.100.141:
Destination NetMask Type Interface GateWay
129.102.100.141 255.255.255.255 direct Ethernet0
上面顯示信息表示最近剛使用過的路由是到達129.102.100.141的路由 。該路由是一條直接路由,輸出接口為Ethernet0 。
【相關(guān)命令】
ip route
4.5.6 show ip interface
顯示IP接口信息 。
show ip interface [ interface-type interface-number ]
【參數(shù)說明】
interface-type為接口類型 。
interface-number為接口編號 。
【缺省情況】
假如不指定接口,則缺省顯示全部IP接口信息 。
【命令模式】
特權(quán)用戶模式
【使用指南】
該命令輸出接口上全部與IP有關(guān)的信息,有助于故障診斷 。
【舉例】
Quidway#show ip interface serial 0
Interface is Serial0, Index is 2
ifFlags=8004 $#@60;NBMA,MULTICAST$#@62;
protocol is x25 dte ietf, MTU is 1500, speed is 64000 bps
input queue is 0/75/0 (current/max/drops)
output queue is 0/75/0 (current/max/drops)
0 packets input, 0 bytes, 0 multicasts
0 input packets dropped, 0 no protocols, 0 input errors
0 packets output, 0 bytes, 0 multicasts, 0 output errors
上面顯示信息表示接口Serial0 編號為2;處于NBMA模式,支持組播;該接口封裝的鏈路層協(xié)議是X.25協(xié)議,最大傳輸單元是1500字節(jié),傳輸速率為64000bps 。再以下的信息主要反映了該接口報文的收發(fā)情況,比如說接收和發(fā)送隊列的最大長度、當前隊列中報文數(shù)和由于隊列滿而丟棄報文數(shù),接收和發(fā)送的報文數(shù),接收和發(fā)送的組播報文數(shù),不能識別的報文數(shù)等等 。
【相關(guān)命令】
show interface
4.5.7 show ip traffic
顯示IP流量統(tǒng)計信息 。
show ip traffic
【命令模式】
特權(quán)用戶模式
【使用指南】
該命令顯示IP收發(fā)和拆包、組包的統(tǒng)計信息,有助于故障診斷 。
【舉例】
Quidway#show ip traffic
IP statistics:
Rcvd: 1370 total, 1349 local destination
0 format errors, 0 checksum errors
0 unknown protocol, 0 bad options
Frags: 0 fragment rcvd, 0 fragment dropped
0 reassembled, 0 timeouts
0 fragmented, 0 couldnt fragment, 0 fragment sent
Sent: 359 generated, 0 forwarded, 0 raw ip packets
0 dropped, 0 no route, 0 Compress fails
ICMP statistics:
Rcvd: 0 format errors, 0 checksum errors
0 redirects, 0 unreachable, 14 echo, 0 echo reply
0 mask requests, 0 mask replies, 0 quench
0 parameter, 0 timestamp, 0 info request
Sent: 0 redirects, 0 unreachable, 0 echo, 14 echo reply
0 mask requests, 0 mask replies, 0 quench
0 parameter problem, 0 timestamp, 0 info reply
以上顯示信息包括:
IP 統(tǒng)計信息:
接收:接收到1664 個報文,其中1638 個報文送給上層協(xié)議,沒有報文格式錯,沒有報文校驗錯,沒有未知協(xié)議報文,沒有報文選項錯 。
分片:沒有收到分片,沒有丟棄分片,重裝成功的分片數(shù)為0,超時分片為數(shù)為0;分組成功的報文數(shù)為0,不能被分組的報文數(shù)為0,被創(chuàng)建發(fā)送分片數(shù)為0 。

推薦閱讀