Target environment
- Switch-M24eG (PN28240K)
What is management VLAN?
The management VLAN is the VLAN that responds to remote access such as Ping and Telnet.
By default VLAN 1 is the management VLAN.
How to configure the management VLAN
The management VLAN is set in interface configuration mode.
Execute the following command to set the target VLAN to the management VLAN.
(config-if)# management
hostname(config)# interface vlan<vlan-id>
hostname(config-if)# management
Execute the following command to remove the target VLAN from the management VLAN.
(config-if)# no management
hostname(config)# interface vlan<vlan-id>
hostname(config-if)# no management
Management VLAN status check command
You can check the status of the management VLAN with the following command.
# show vlan all
hostname# show vlan all
NOTE -- 'U' : Untagged port member
'T' : Tagged port member
'-' : Not a port member
VLAN-ID|Status |Name
Port No. |1234|5678|9012|3456|7890|1234
------- ---------- ---- ---- ---- ---- ---- ----
1 |static |VLAN1
|management|
|---- ---- UUUU UUUU UUUU UUUU
10 |static |VLAN10
|UUUU ---- ---- ---- ---- --TT
20 |static |VLAN20
|---- UUUU ---- ---- ---- --TT
From the command output above, we can see that VLAN1 is the management VLAN and VLAN10 and VLAN20 are not.
References
Switch-M24eG(PN28240K)|レイヤ2スイッチングハブ|スイッチングハブ(HUB)|パナソニックEWネットワークス株式会社|Panasonic
パナソニックEWネットワークス株式会社の「Switch-M24eG」は、10/100/1000Mbps24ポート+ SFP2スロット(10/100/1000Tと排他利用)ギガスイッチイングハブです。
Comments