Nexus 장비는 vPC(virtual port channel)과 같은 non-loop 기술을 도입하여,
해당 라이센스가 포함이 되면 vPC를 사용할수 있습니다.
물리적 두 장비를 하나의 논리적 장비로 인식하여
단순한 port-channel과 같은 링크 이중화 역할을 제공합니다.
하드웨어 장애 및 회선 장애 시 빠른 대처를 보여주며, 많은 사이트에서 사용중인 구성입니다.
1. vPC 구성설명
(1) 서로 연결된 Peer link 간 헬스체크를 진행하며, loop 발생을 피합니다.
(2) Peer link 간 정보를 교환하며, 두 인터링크는 trunk로 구성을 권장합니다.
(3) 10G 인터페이스 포트 이상 지원되는 포트를 기준으로 구성해야하며, 같은 인터페이스 설정을 권장합니다.
(4) Peer keepalive link 는 별도의 VRF를 사용, Peer 간 L3 인터페이스로 구성을 권고합니다.
(5) 구성 순서는 Peer-keepalive를 선행한 이후 Peer link를 뒤에 구성한다.
2. vPC 설정예제
N5K#1
feature vpc / vPC 기능 활성화
vrf context vPC_Keepalive / vrf 생성하기
interface range eth 1/1 - 2 / port-channel 1 생성하기
channel-group 1
interface port-channel 1 / port-channel 1에 vrf 맴버 등록 하기
vrf member vPC_Keepalive
ip address 1.1.1.1/30
vpc domain 1 / vPC 도메인에 vrf 정보등록
peer-keepalive destination 1.1.1.2 source 1.1.1.1 vrf vPC_Keepalive
interface range eth 1/3 - 4 / Port-channel 2 생성 하기
switchport
switchport mode trunk
channel-group 2
interface port-channel 2
vpc peer-link / Peer-link 선언
interface eth 2/1 / Port-channel 3 생성 하기
channel-group 3 mode active
interface port-channel 3
vpc 3 / vPC 맴버 3 등록하기
N5K#2
feature vpc / vPC 기능 활성화
vrf context vPC_Keepalive / vrf 생성하기
interface range eth 1/1 - 2 / port-channel 1 생성하기
channel-group 1
interface port-channel 1 / port-channel 1에 vrf 맴버 등록 하기
vrf member vPC_Keepalive
ip address 1.1.1.2/30
vpc domain 1 / vPC 도메인에 vrf 정보등록
peer-keepalive destination 1.1.1.1 source 1.1.1.2 vrf vPC_Keepalive
interface range eth 1/3 - 4 / Port-channel 2 생성 하기
switchport
switchport mode trunk
channel-group 2
interface port-channel 2
vpc peer-link / Peer-link 선언
interface eth 2/2 / Port-channel 3 생성 하기
channel-group 3 mode active
interface port-channel 3
vpc 3 / vPC 맴버 3 등록하기
감사합니다.
'Technical > Network' 카테고리의 다른 글
tcpdump 리눅스 설치 및 명령어 (0) | 2022.06.27 |
---|---|
랜 케이블에 대하여. (0) | 2022.04.08 |
CISCO SPAN(switch port analyzer) 설정 방법 (0) | 2022.04.04 |
SLA기능을 이용한 PBR Track 설정하기 (0) | 2022.03.04 |
X-Forwarded-For(XFF) alteon L4스위치 및 서버 설정 방법 (0) | 2022.03.03 |
댓글