バージョン10.16から、CX6300シリーズでVSX機能がサポートされました。
それ以前のバージョンではVSFのみがサポートされており、CX6300シリーズはVSFとVSXの両方に対応する機種になります。
注意:VSXはCX6300FおよびCX6300Mでサポートされますが、CX6300Lではサポートされません。
【動作確認構成】
【VSX機能の有効化】
初期設定では、VSF機能が有効化されています。VSX機能を有効化するには、プロファイルの変更が必要です。
VSFとVSXを同時に有効化することはできず、いずれか一方のみを選択する必要があります。
[プロファイルの確認方法]
6300# show profiles available
Available Profiles
-------------------
Basic VSF module supported
(Default)
VSX VSX module supported
6300#
[プロファイルの変更]
プロファイルの変更時、スイッチは自動で再起動され、設定情報が初期化されます。
6300(config)# profile
basic VSF module supported (Default)
vsx VSX module supported
6300(config)#
6300(config)# profile vsx
The config will be cleared, and the switch will be rebooted with the configured profile
Continue (y/n)? y
6300(config)#
6300(config)#
Sep 1 06:10:35 hpe-mgmtmd[9354]: RebootLibPh1: Reboot reason: Reboot requested by user
【コマンドについて】
プロファイルが basic の場合はVSFの設定が可能ですが、VSXの設定はできません。
一方、プロファイルが vsx の場合はVSXの設定が可能ですが、VSFの設定はできません。
[プロファイルがbasicの時]
6300(config)# vsx
% There is no matched command.
6300(config)# vsx
[プロファイルがvsxの時]
6300(config)# vsf
% There is no matched command.
6300(config)# vsf
【VSXの設定】
VSXに関する設定は、他のCXシリーズと同様です。プロファイルの変更を除き、CX6300F/CX6300Mに固有の設定コマンドはありません。
[CX6300-1]
!
vrf ka
!
interface lag 480
no shutdown
no routing
vlan trunk native 1 tag
vlan trunk allowed all
lacp mode active
!
interface 1/1/25
no shutdown
routing
vrf attach ka
ip address 192.168.1.1/24
!
interface 1/1/28
no shutdown
mtu 9198
lag 480
!
vsx
system-mac 02:01:00:00:01:00
inter-switch-link lag 480
role primary
keepalive peer 192.168.1.2 source 192.168.1.1 vrf ka
vsx-sync vsx-global
!
[CX6300-2]
※今回の設定例では、CX6300-1側でvsx-sync vsx-global設定があるため、inter-switch-link、role、keepalive peerのみを設定。
!
vrf ka
!
interface lag 480
no shutdown
no routing
vlan trunk native 1 tag
vlan trunk allowed all
lacp mode active
!
interface 1/1/25
no shutdown
routing
vrf attach ka
ip address 192.168.1.2/24
!
interface 1/1/28
no shutdown
mtu 9198
lag 480
!
vsx
inter-switch-link lag 480
role secondary
keepalive peer 192.168.1.1 source 192.168.1.2 vrf ka
!
【VSXの動作確認】
[CX6300-1]
CX6300-1# show vsx status
VSX Operational State
---------------------
ISL channel : In-Sync
ISL mgmt channel : operational
Config Sync Status : In-Sync
NAE : peer_reachable
HTTPS Server : peer_reachable
Attribute Local Peer
------------ -------- --------
ISL link lag480 lag480
ISL version 2 2
System MAC 02:01:00:00:01:00 02:01:00:00:01:00
Platform 6300 6300
Software Version FL.10.16.1006 FL.10.16.1006
Device Role primary secondary
CX6300-1#
CX6300-1# show vsx brief
ISL State : In-Sync
Device State : Peer-Established
Keepalive State : Keepalive-Established
Device Role : Primary
Number of Multi-chassis LAG interfaces : 0
CX6300-1#
CX6300-1# show version
-----------------------------------------------------------------------------
AOS-CX
(c) Copyright 2017-2025 Hewlett Packard Enterprise Development LP
-----------------------------------------------------------------------------
Version : FL.10.16.1006
Build Date : 2025-08-22 14:37:24 UTC
Build ID : AOS-CX:FL.10.16.1006:565bef1995a0:202508221412
Build SHA : 565bef1995a0915eba454bdd5ad9b39d3d3c935b
Hot Patches :
Active Image : primary
Service OS Version : FL.01.17.0002
BIOS Version : FL.01.0016
CX6300-1#
[CX6300-2]
CX6300-2# show vsx status
VSX Operational State
---------------------
ISL channel : In-Sync
ISL mgmt channel : operational
Config Sync Status : In-Sync
NAE : peer_reachable
HTTPS Server : peer_reachable
Attribute Local Peer
------------ -------- --------
ISL link lag480 lag480
ISL version 2 2
System MAC 02:01:00:00:01:00 02:01:00:00:01:00
Platform 6300 6300
Software Version FL.10.16.1006 FL.10.16.1006
Device Role secondary primary
CX6300-2#
CX6300-2# show vsx brief
ISL State : In-Sync
Device State : Peer-Established
Keepalive State : Keepalive-Established
Device Role : Secondary
Number of Multi-chassis LAG interfaces : 0
CX6300-2#
CX6300-2# show version
-----------------------------------------------------------------------------
AOS-CX
(c) Copyright 2017-2025 Hewlett Packard Enterprise Development LP
-----------------------------------------------------------------------------
Version : FL.10.16.1006
Build Date : 2025-08-22 14:37:24 UTC
Build ID : AOS-CX:FL.10.16.1006:565bef1995a0:202508221412
Build SHA : 565bef1995a0915eba454bdd5ad9b39d3d3c935b
Hot Patches :
Active Image : primary
Service OS Version : FL.01.17.0002
BIOS Version : FL.01.0016
CX6300-2#
#Blog #Wired
-------------------------------------------