是否可以仅在 CISCO WS-C2960X-24PS-L 的某些接口上启用巨型帧

网络工程 转变 顺式催化剂 mtu 思科-2960
2022-02-21 19:07:43

我们想在 CISCO WS-C2960X-24PS-L 交换机上启用 9K 巨型帧,但是我在文档中发现了这一行,这让我感到困惑和担忧,因为除了全局设置之外,它还涉及重置和重新加载交换机。

交换机不支持基于每个接口的 MTU

是否有可能为某些接口设置它而不必重新启动交换机或影响其他端口的 MTU?除非绝对必要,否则无法承受停机时间。我们将其视为对 Oracle RAC 专用互连端口通信的改进。我们不想接触这些交换机上的许多其他服务器。

该段的其余部分:

When you use this command to change the system MTU or jumbo MTU size, you must reset the switch before
the new configuration takes effect. The system MTU setting is saved in the switch environmental variable in
NVRAM and becomes effective when the switch reloads. The MTU settings you enter with the system mtu
and system mtu jumbo commands are not saved in the switch IOS configuration file, even if you enter the
copy running-config startup-config privileged EXEC command. Therefore, if you use TFTP to configure
a new switch by using a backup configuration file and want the system MTU to be other than the default, you
must explicitly configure the system mtu and system mtu jumbo settings on the new switch and then reload
the switch.
Gigabit Ethernet ports operating at 1000 Mb/s are not affected by the system mtucommand, and 10/100-Mb/s
ports are not affected by thesystem mtu jumbo command.
2个回答

不,不可能更改单个接口的MTU ,也不可能在不重新加载交换机平台 的情况下更改MTU 。

您提供的文档明确确认了此声明并描述了原因。

MTU配置寄存器环境变量是全局变量。这意味着它会影响整个交换机。在加载交换机配置之前,交换机会在交换机引导过程中 加载其环境变量。

很抱歉带来坏消息,但据我所知,2960 平台不支持为每个端口设置单独的 MTU。您唯一的选择是重新启动全局设置 MTU 的交换机。

其他平台确实支持这种行为,但不支持 2960 系列。