CN1610 스위치 CL2를 32C 스위치 C2로 교체하십시오
다음 단계에 따라 CN1610(CL2) 스위치를 Nexus 3232C(C2) 스위치로 교체합니다.
-
스위치 CL2에 물리적으로 연결된 클러스터 인터커넥트 포트를 종료합니다.
'network port modify -node_node -name_-port_port -name_-up-admin false'
예제 보기
다음 예는 노드 n1 및 노드 n2에 대해 종료되는 클러스터 인터커넥트 포트 4개를 보여줍니다.
cluster::*> network port modify -node n1 -port e0b -up-admin false cluster::*> network port modify -node n1 -port e0c -up-admin false cluster::*> network port modify -node n2 -port e0b -up-admin false cluster::*> network port modify -node n2 -port e0c -up-admin false
-
원격 클러스터 인터페이스의 연결을 확인합니다.
를 사용할 수 있습니다 network interface check cluster-connectivity
클러스터 연결에 대한 접근성 검사를 시작한 다음 세부 정보를 표시하는 명령입니다.
network interface check cluster-connectivity start
및 network interface check cluster-connectivity show
cluster1::*> network interface check cluster-connectivity start
-
참고: * 몇 초 동안 기다린 후
show
명령을 실행하여 세부 정보를 표시합니다.
cluster1::*> network interface check cluster-connectivity show Source Destination Packet Node Date LIF LIF Loss ------ -------------------------- ---------------- ---------------- ----------- n1 3/5/2022 19:21:18 -06:00 n1_clus2 n2-clus1 none 3/5/2022 19:21:20 -06:00 n1_clus2 n2_clus2 none n2 3/5/2022 19:21:18 -06:00 n2_clus2 n1_clus1 none 3/5/2022 19:21:20 -06:00 n2_clus2 n1_clus2 none
-
적절한 명령을 사용하여 활성 CN1610 스위치 CL1에서 ISL 포트 13 - 16을 종료합니다.
Cisco 명령에 대한 자세한 내용은 에 나와 있는 가이드를 참조하십시오 "Cisco Nexus 3000 시리즈 NX-OS 명령 참조".
예제 보기
다음 예에서는 CN1610 스위치 CL1에서 ISL 포트 13~16이 종료되는 것을 보여 줍니다.
(CL1)# configure (CL1)(Config)# interface 0/13-0/16 (CL1)(Interface 0/13-0/16)# shutdown (CL1)(Interface 0/13-0/16)# exit (CL1)(Config)# exit (CL1)#
-
CL1과 C2 간에 임시 ISL 구축:
Cisco 명령에 대한 자세한 내용은 에 나와 있는 가이드를 참조하십시오 "Cisco Nexus 3000 시리즈 NX-OS 명령 참조".
예제 보기
다음 예에서는 Cisco의 'witchport 모드 트렁크' 명령을 사용하여 CL1(포트 13-16)과 C2(포트 e1/24/1-4) 사이에 임시 ISL을 구축한 것을 보여 줍니다.
C2# configure C2(config)# interface port-channel 2 C2(config-if)# switchport mode trunk C2(config-if)# spanning-tree port type network C2(config-if)# mtu 9216 C2(config-if)# interface breakout module 1 port 24 map 10g-4x C2(config)# interface e1/24/1-4 C2(config-if-range)# switchport mode trunk C2(config-if-range)# mtu 9216 C2(config-if-range)# channel-group 2 mode active C2(config-if-range)# exit C2(config-if)# exit
-
모든 노드에서 CN1610 스위치 CL2에 연결된 케이블을 제거합니다.
지원되는 케이블 연결을 사용하여 모든 노드의 연결이 끊긴 포트를 Nexus 3232C 스위치 C2에 다시 연결해야 합니다.
-
CN1610 스위치 CL1의 포트 13 - 16에서 ISL 케이블 4개를 분리합니다.
새 Cisco 3232C 스위치 C2의 포트 1/24를 기존 CN1610 스위치 CL1의 포트 13~16에 연결하는 SFP+ 브레이크아웃 케이블에 적절한 Cisco QSFP28을 연결해야 합니다.
새 Cisco 3232C 스위치에 케이블을 다시 연결하는 경우 사용되는 케이블은 광 파이버 또는 Cisco Twinax 케이블이어야 합니다.
-
활성 CN1610 스위치에 ISL 인터페이스 3/1을 구성하여 정적 모드를 비활성화함으로써 ISL을 동적으로 만듭니다.
이 구성은 두 스위치에서 ISL을 가져올 때 3232C 스위치 C2의 ISL 구성과 일치합니다.
Cisco 명령에 대한 자세한 내용은 에 나와 있는 가이드를 참조하십시오 "Cisco Nexus 3000 시리즈 NX-OS 명령 참조".
예제 보기
다음 예에서는 ISL의 동적 구성을 위해 ISL 인터페이스 3/1을 구성하는 방법을 보여 줍니다.
(CL1)# configure (CL1)(Config)# interface 3/1 (CL1)(Interface 3/1)# no port-channel static (CL1)(Interface 3/1)# exit (CL1)(Config)# exit (CL1)#
-
활성 CN1610 스위치 CL1에서 ISL 13 ~ 16을 실행합니다.
Cisco 명령에 대한 자세한 내용은 에 나와 있는 가이드를 참조하십시오 "Cisco Nexus 3000 시리즈 NX-OS 명령 참조".
예제 보기
다음 예에서는 포트 채널 인터페이스 3/1에서 ISL 포트 13~16이 가동되는 것을 보여 줍니다.
(CL1)# configure (CL1)(Config)# interface 0/13-0/16,3/1 (CL1)(Interface 0/13-0/16,3/1)# no shutdown (CL1)(Interface 0/13-0/16,3/1)# exit (CL1)(Config)# exit (CL1)#
-
CN1610 스위치 CL1에서 ISL이 "작동"되는지 확인합니다.
Link State는 Up, Type은 Dynamic, Port Active 칼럼은 True여야 하며, Port Active 칼럼은 0/13 ~ 0/16 포트의 경우 True여야 합니다.
예제 보기
다음 예에서는 CN1610 스위치 CL1에서 "UP"으로 확인되는 ISL을 보여 줍니다.
(CL1)# show port-channel 3/1 Local Interface................................ 3/1 Channel Name................................... ISL-LAG Link State..................................... Up Admin Mode..................................... Enabled Type........................................... Dynamic Load Balance Option............................ 7 (Enhanced hashing mode) Mbr Device/ Port Port Ports Timeout Speed Active ------ ------------- ---------- ------- 0/13 actor/long 10 Gb Full True partner/long 0/14 actor/long 10 Gb Full True partner/long 0/15 actor/long 10 Gb Full True partner/long 0/16 actor/long 10 Gb Full True partner/long
-
ISL이 있는지 확인합니다
up
3232C 스위치 C2:'포트-채널 요약
Cisco 명령에 대한 자세한 내용은 에 나와 있는 가이드를 참조하십시오 "Cisco Nexus 3000 시리즈 NX-OS 명령 참조".
Eth1/24/1부터 Eth1/24/4까지의 포트는 '(P)'를 나타내야 합니다. 즉, 4개의 ISL 포트가 모두 포트 채널에서 작동 중임을 의미합니다. eth1/31 및 Eth1/32는 연결되지 않은 경우 '(D)'를 표시해야 합니다.
예제 보기
다음 예에서는 3232C 스위치 C2에서 "UP"로 확인되는 ISL을 보여 줍니다.
C2# show port-channel summary Flags: D - Down P - Up in port-channel (members) I - Individual H - Hot-standby (LACP only) s - Suspended r - Module-removed S - Switched R - Routed U - Up (port-channel) M - Not in use. Min-links not met ------------------------------------------------------------------------------ Group Port- Type Protocol Member Ports Channel ------------------------------------------------------------------------------ 1 Po1(SU) Eth LACP Eth1/31(D) Eth1/32(D) 2 Po2(SU) Eth LACP Eth1/24/1(P) Eth1/24/2(P) Eth1/24/3(P) Eth1/24/4(P)
-
모든 노드에서 3232C 스위치 C2에 연결된 모든 클러스터 인터커넥트 포트를 불러옵니다.
'network port modify -node_node -name_-port_port -name_-up-admin TRUE'
예제 보기
다음 예에서는 3232C 스위치 C2에 연결된 클러스터 인터커넥트 포트를 가져오는 방법을 보여 줍니다.
cluster::*> network port modify -node n1 -port e0b -up-admin true cluster::*> network port modify -node n1 -port e0c -up-admin true cluster::*> network port modify -node n2 -port e0b -up-admin true cluster::*> network port modify -node n2 -port e0c -up-admin true
-
모든 노드에서 C2에 연결된 마이그레이션된 모든 클러스터 인터커넥트 LIF를 되돌립니다.
'network interface revert-vserver cluster-lif_lif-name_'
예제 보기
cluster::*> network interface revert -vserver cluster -lif n1_clus2 cluster::*> network interface revert -vserver cluster -lif n1_clus3 cluster::*> network interface revert -vserver cluster -lif n2_clus2 cluster::*> network interface revert -vserver cluster -lif n2_clus3
-
모든 클러스터 인터커넥트 포트가 홈 포트로 되돌려졌는지 확인합니다.
네트워크 인터페이스 show-role cluster
예제 보기
다음 예에서는 clus2의 LIF가 홈 포트로 되돌려지고 "현재 포트" 열의 포트가 "홈" 열에 "참" 상태가 되면 LIF가 성공적으로 되돌려집니다. "홈" 값이 "거짓"이면 LIF가 되돌려지지 않습니다.
cluster::*> network interface show -role cluster (network interface show) Logical Status Network Current Current Is Vserver Interface Admin/Oper Address/Mask Node Port Home -------- ---------- ----------- -------------- -------- -------- ----- Cluster n1_clus1 up/up 10.10.0.1/24 n1 e0a true n1_clus2 up/up 10.10.0.2/24 n1 e0b true n1_clus3 up/up 10.10.0.3/24 n1 e0c true n1_clus4 up/up 10.10.0.4/24 n1 e0d true n2_clus1 up/up 10.10.0.5/24 n2 e0a true n2_clus2 up/up 10.10.0.6/24 n2 e0b true n2_clus3 up/up 10.10.0.7/24 n2 e0c true n2_clus4 up/up 10.10.0.8/24 n2 e0d true 8 entries were displayed.
-
모든 클러스터 포트가 연결되어 있는지 확인합니다.
네트워크 포트 show-role cluster
예제 보기
다음 예는 모든 클러스터 인터커넥트가 '작동'되었는지 확인하는 출력을 보여줍니다.
cluster::*> network port show -role cluster (network port show) Node: n1 Broadcast Speed (Mbps) Health Ignore Port IPspace Domain Link MTU Admin/Open Status Health Status ----- --------- ----------- ----- ----- ------------ -------- ------------- e0a cluster cluster up 9000 auto/10000 - e0b cluster cluster up 9000 auto/10000 - e0c cluster cluster up 9000 auto/10000 - - e0d cluster cluster up 9000 auto/10000 - - Node: n2 Broadcast Speed (Mbps) Health Ignore Port IPspace Domain Link MTU Admin/Open Status Health Status ----- --------- ----------- ----- ----- ------------ -------- ------------- e0a cluster cluster up 9000 auto/10000 - e0b cluster cluster up 9000 auto/10000 - e0c cluster cluster up 9000 auto/10000 - e0d cluster cluster up 9000 auto/10000 - 8 entries were displayed.
-
원격 클러스터 인터페이스의 연결을 확인합니다.
를 사용할 수 있습니다 network interface check cluster-connectivity
클러스터 연결에 대한 접근성 검사를 시작한 다음 세부 정보를 표시하는 명령입니다.
network interface check cluster-connectivity start
및 network interface check cluster-connectivity show
cluster1::*> network interface check cluster-connectivity start
-
참고: * 몇 초 동안 기다린 후
show
명령을 실행하여 세부 정보를 표시합니다.
cluster1::*> network interface check cluster-connectivity show Source Destination Packet Node Date LIF LIF Loss ------ -------------------------- ---------------- ---------------- ----------- n1 3/5/2022 19:21:18 -06:00 n1_clus2 n2-clus1 none 3/5/2022 19:21:20 -06:00 n1_clus2 n2_clus2 none n2 3/5/2022 19:21:18 -06:00 n2_clus2 n1_clus1 none 3/5/2022 19:21:20 -06:00 n2_clus2 n1_clus2 none
-
첫 번째 CN1610 스위치 CL1에 연결된 LIF를 마이그레이션합니다.
network interface migrate -vserver cluster -lif lif-name -source-node node-name
예제 보기
다음 예에 표시된 대로 각 클러스터 LIF를 클러스터 스위치 C2에 호스팅된 적절한 클러스터 포트로 개별적으로 마이그레이션해야 합니다.
cluster::*> network interface migrate -vserver cluster -lif n1_clus1 -source-node n1 -destination-node n1 -destination-port e0b cluster::*> network interface migrate -vserver cluster -lif n1_clus4 -source-node n1 -destination-node n1 -destination-port e0c cluster::*> network interface migrate -vserver cluster -lif n2_clus1 -source-node n2 -destination-node n2 -destination-port e0b cluster::*> network interface migrate -vserver cluster -lif n2_clus4 -source-node n2 -destination-node n2 -destination-port e0c