廣告

2024 年 4 月
1234567
891011121314
15161718192021
22232425262728
2930  

彙整

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.