在运行 IOS-XR 的 ASR9K 上,此 iBGP 连接的实际 TCP MSS 是什么?

网络工程 思科 tcp BGP 故障排除 cisco-ios-xr
2022-02-12 03:32:55

我在 Cisco ASR9K 和 Cisco 7600 路由器之间建立了这个 iBGP 会话。

在 ASR9K 设备上,“show tcp detail pcb all”显示此特定 iBGP 连接的“MSS 1240, peer MSS 9152, min MSS 1240, max MSS 1240”。

ASR9K 用于该连接的实际 TCP MSS 值是多少?是1240还是9152?

请参阅下面的更多输出。

ASR9K#show tcp detail pcb all
(...snip...)
Datagrams (in bytes): MSS 1240, peer MSS 9152, min MSS 1240, max MSS 1240

7600#show ip bgp neighbors X.X.X.X | i Dat
Datagrams (max data segment is 1240 bytes):

7600#show tcp
(...snip...)
Datagrams (max data segment is 1240 bytes):
1个回答

我找到了这个问题的答案:

> I would like to know how I must interpret the "show tcp detail pcb" and specifically the following line (IOS XR device): 
> 
> Datagrams (in bytes): MSS 1460, peer MSS 1460, min MSS 1946, max MSS 1946 
> 
> Is the IOS XR device using MSS 1460 or MSS 1946. 

Its using 1460. 

http://www.gossamer-threads.com/lists/cisco/nsp/186322#186322

因此,根据我的输出(MSS 1240,对等 MSS 9152,最小 MSS 1240,最大 MSS 1240),ASR9K 将其传出 TCP 段限制为“MSS 1240”。