Cisco 2851
System image file is "flash:c2800nm-adventerprisek9-mz.124-4.T1.bin"
C2851(config)#ip tcp
async-mobility Configure async-mobility
chunk-size TCP chunk size
ecn Enable Explicit Congestion Notification
intercept Enable TCP intercepting
mss TCP initial maximum segment size
path-mtu-discovery Enable path-MTU discovery on new TCP connections
queuemax Maximum queue of outgoing TCP packets
selective-ack Enable TCP selective-ACK
synwait-time Set time to wait on new TCP connections
timestamp Enable TCP timestamp option
window-size TCP window size
由於我的CF卡只有64MB 所以我上不了 adv版本 ,2800也沒有15.2 的版本
System image file is "flash:c2800nm-advsecurityk9-mz.151-4.M8.bin"
C2851(config)#ip tcp ?
RST-count Configure RST throttle count
async-mobility Configure async-mobility
chunk-size TCP chunk size
ecn Enable Explicit Congestion Notification
mss TCP initial maximum segment size
path-mtu-discovery Enable path-MTU discovery on new TCP connections
queuemax Maximum queue of outgoing TCP packets
selective-ack Enable TCP selective-ACK
synwait-time Set time to wait on new TCP connections
timestamp Enable TCP timestamp option
window-size TCP window size
C2851(config-if)#ip tcp adjust-mss ?
<500-1460> Maximum segment size in bytes
C2851(config-if)#ip tcp adjust-mss
C2851(config-if)#int gigabitEthernet 0/1
C2851(config-if)#ip?
ip iphc-profile
2851 沒有 IPv6....也沒你說那指令
這台從我賣給客戶到現在都沒上線用過...... @_@
※ 引述《zaknafein (zak)》之銘言:
: 因為用戶對外連線有經過 GRE Tunnle
: 所以 IPv6 封包中的 TCP MSS 不得多於 1500 - 24 - 40 - 20 = 1416 bytes
: 如果是 IPv4,我可以透過在 Router 上下指令 ip tcp adjust-mss xxxx
: 來修改兩端在 3-way handshake 協商的 mss value
: 可是針對 IPv6 我卻沒辦法打 ipv6 tcp adjust-mss xxxx !
: 網路上找的的一兩篇文章說,cisco IOS 在 15.2(4)M 後有支援這指令
: http://blog.ipspace.net/2013/01/mtu-issues-and-tcp-mss-clamping-in.html
: 可是我的 Cisco 2911 換到 c2900-universalk9-mz.SPA.152-4.M6a 還是不行
: 因為懷疑跟 Software License 可能也有關係,
: 所以我有嘗試下載 Cisco Demo and Evaluation License 進行測試
: 但 Data, Security, UC 都用了,一樣下不了指令 ....
: 唉~
: 不知道有沒有人在玩這塊?或是各位先進有其他解決辦法?