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

路由器IP性能配置命令

【路由器IP性能配置命令】 1. clear ip counters
清除IP統(tǒng)計信息 。
clear ip counters
【命令模式】
特權(quán)用戶模式
【使用指南】
在某些非凡情況下 , 需要清除IP統(tǒng)計信息 , 重新進行統(tǒng)計 。
【舉例】
清除IP統(tǒng)計信息 。
Quidway#clear ip counters
【相關(guān)命令】
show ip interface , show ip traffic
2. ifquelen ip
配置IP接收隊列長度 。
ifquelen ip queue-length
【參數(shù)說明】
queue-length為接口隊列長度 。
【命令模式】
全局配置模式
【使用指南】
配置IP接收隊列長度 , 會影響系統(tǒng)運行效率 , 最好在技術(shù)支持人員的指導(dǎo)下進行 。
【舉例】
配置IP的接收隊列為70 。
Quidway(config)#ifquelen ip 70
【相關(guān)命令】
show ip interface
3. ifquelen arp
配置ARP接收隊列長度 。
ifquelen arp queue-length
【參數(shù)說明】
queue-length為接口隊列長度 。
【命令模式】
全局配置模式
【使用指南】
配置ARP接收隊列長度 , 可能會影響到以太網(wǎng)口運行效率 , 最好在技術(shù)支持人員的指導(dǎo)下配置 。
【舉例】
配置ARP的接收隊列長度為70 。
Quidway(config)#ifquelen arp 70
【相關(guān)命令】
show ip interface
4. ip tcp header-compression
答應(yīng)或禁止接口上TC 文頭壓縮 。
[ no ] ip tcp header-compression
【缺省情況】
接口上缺省為禁止TCP報文頭壓縮 。
【命令模式】
接口配置模式
【使用指南】
在低速廣域網(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
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
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ā)送隊列的最大長度、當(dāng)前隊列中報文數(shù)和由于隊列滿而丟棄報文數(shù) , 接收和發(fā)送的報文數(shù) , 接收和發(fā)送的組播報文數(shù) , 不能識別的報文數(shù)等等 。

推薦閱讀