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

[華為]路由器IP性能配置命令

clear ip counters
清除IP統(tǒng)計(jì)信息 。
clear ip counters
【命令模式】
特權(quán)用戶模式
【使用指南】
在某些非凡情況下 , 需要清除IP統(tǒng)計(jì)信息 , 重新進(jìn)行統(tǒng)計(jì) 。
【舉例】
清除IP統(tǒng)計(jì)信息 。
Quidway#clear ip counters
【相關(guān)命令】
show ip interface , show ip traffic
4.5.2 ifquelen ip
配置IP接收隊(duì)列長(zhǎng)度 。
ifquelen ip queue-length
【參數(shù)說(shuō)明】
queue-length為接口隊(duì)列長(zhǎng)度 。
【命令模式】
全局配置模式
【使用指南】
配置IP接收隊(duì)列長(zhǎng)度 , 會(huì)影響系統(tǒng)運(yùn)行效率 , 最好在技術(shù)支持人員的指導(dǎo)下進(jìn)行 。
【舉例】
配置IP的接收隊(duì)列為70 。
Quidway(config)#ifquelen ip 70
【相關(guān)命令】
show ip interface
4.5.3 ifquelen arp
配置ARP接收隊(duì)列長(zhǎng)度 。
ifquelen arp queue-length
【參數(shù)說(shuō)明】
queue-length為接口隊(duì)列長(zhǎng)度 。
【命令模式】
全局配置模式
【使用指南】
配置ARP接收隊(duì)列長(zhǎng)度 , 可能會(huì)影響到以太網(wǎng)口運(yùn)行效率 , 最好在技術(shù)支持人員的指導(dǎo)下配置 。
【舉例】
配置ARP的接收隊(duì)列長(zhǎng)度為70 。
Quidway(config)#ifquelen arp 70
【相關(guān)命令】
show ip interface
4.5.4 ip tcp header-compression
答應(yīng)或禁止接口上TC 文頭壓縮 。
[ no ] ip tcp header-compression
【缺省情況】
接口上缺省為禁止TCP報(bào)文頭壓縮 。
【命令模式】
接口配置模式
【使用指南】
在低速?gòu)V域網(wǎng)線路上運(yùn)行PPP協(xié)議時(shí) , 由于TCP報(bào)文頭占全部傳輸數(shù)據(jù)的很大比例 , 這時(shí)可以對(duì)TCP報(bào)文頭壓縮以提高數(shù)據(jù)傳輸效率 。
【舉例】
在PPP接口Serial0上答應(yīng)TCP報(bào)文頭壓縮 。
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最近使用過(guò)的路由 , 幫助用戶進(jìn)行故障診斷 。
【舉例】
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
上面顯示信息表示最近剛使用過(guò)的路由是到達(dá)129.102.100.141的路由 。該路由是一條直接路由 , 輸出接口為Ethernet0 。
【相關(guān)命令】
ip route
4.5.6 show ip interface
顯示IP接口信息 。
show ip interface [ interface-type interface-number ]
【參數(shù)說(shuō)明】
interface-type為接口類型 。
interface-number為接口編號(hào) 。
【缺省情況】
假如不指定接口 , 則缺省顯示全部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 編號(hào)為2;處于NBMA模式 , 支持組播;該接口封裝的鏈路層協(xié)議是X.25協(xié)議 , 最大傳輸單元是1500字節(jié) , 傳輸速率為64000bps 。再以下的信息主要反映了該接口報(bào)文的收發(fā)情況 , 比如說(shuō)接收和發(fā)送隊(duì)列的最大長(zhǎng)度、當(dāng)前隊(duì)列中報(bào)文數(shù)和由于隊(duì)列滿而丟棄報(bào)文數(shù) , 接收和發(fā)送的報(bào)文數(shù) , 接收和發(fā)送的組播報(bào)文數(shù) , 不能識(shí)別的報(bào)文數(shù)等等 。

推薦閱讀