廣告

2025 年 10 月
 12345
6789101112
13141516171819
20212223242526
2728293031  

彙整

HP2510G 網管型 Switch 開啟 Jumbo 巨大封包模式

HP2510G 網管型 Switch 開啟 Jumbo 巨大封包模式

web管理介面沒有看到可以設定的地方,顧使用 command模式連入設定。

以VALN為單位:

telnet 10.10.10.247

輸入 帳號 密碼 登入

按 TAB 兩次可顯示所有指令

進入設定模式:
HP2510G-0# configure
HP2510G-0(config)#

看VLAN的狀況:
HP2510G-0(config)# show vlans
======================================
Status and Counters – VLAN Information

  Maximum VLANs to support : 8
  Primary VLAN : DEFAULT_VLAN
  Management VLAN :

  VLAN ID Name                 Status       Voice Jumbo
  ——- ——————– ———— —– —–
  1       DEFAULT_VLAN         Port-based   No    No
======================================

開啟 VLAN 1 的Jumbo功能
HP2510G-0(config)# vlan 1 jumbo
HP2510G-0(config)# show vlans

Status and Counters – VLAN Information

  Maximum VLANs to support : 8
  Primary VLAN : DEFAULT_VLAN
  Management VLAN :

  VLAN ID Name                 Status       Voice Jumbo
  ——- ——————– ———— —– —–
  1       DEFAULT_VLAN         Port-based   No    Yes

可以看到VLAN JUMBO功能已開啟

讀者也會看的其它文章:

    Comments are closed.