Cisco Nexus 5k – vPC

Poniżej konfiguracja dwóch urządzeń Cisco Nexus 5k w trybie vPC

Nexus_vpc

rysunek poglądowy

Konfiguracja

step Nexus 1 Nexus 2  komentarz 
1 feature vpcfeature interface-vlan feature vpcfeature interface-vlan Włączenie usługi vPC
2 vlan 2
name VPCkeepalive
vlan 2
name VPCkeepalive
konfiguracja vlanu po którym będziemyużywać do sprawdzania dostępności nodów w vPC
3 vrf context vpc-keepalive vrf context vpc-keepalive separujemy ruch keepalive w oddzielnym vrf- tworzymy vrf
4 interface Ethernet1/1 

description Nexus1 E1/1 VPC KEEPALIVE

switchport access vlan 2 

interface Ethernet1/1 

description Nexus2 E1/1 VPC KEEPALIVE

switchport access vlan 2

konfiguracja portu access w vlanie 2
5 interface Vlan2

description Nexus2 VPC KEEPALIVE

no shutdown

vrf member vpc-keepalive

ip address 10.20.113.1/24

interface Vlan2

description Nexus1  VPC KEEPALIVE

no shutdown

vrf member vpc-keepalive

ip address 10.20.113.2/24

Konfiguracja interfejsu vlan po którym będzie odbywało się sprawdzanie dostępności nodów w vPC
6 vpc domain 2

role priority 1000

peer-keepalive destination 10.20.113.2 source 10.20.113.1 vrf vpc-keepalive

auto-recovery

vpc domain 2

role priority 10000

peer-keepalive destination 10.20.113.1 source 10.20.113.2 vrf vpc-keepalive

auto-recovery

 Konfiguracja domeny vPCdomain 2 – definiujemy id domenyrole priority – mówi o tym który switch jest jako primary czym niższy parametr tym priorytet rośnie
7 interface Ethernet1/2

description Nexus2 E1/2 VPC PEER-LINK

switchport mode trunk

switchport trunk

allowed vlan all

spanning-tree port type network

logging event port link-status

channel-group 2 mode active

interface Ethernet1/2

description Nexus1 E1/2 VPC PEER-LINK

switchport mode trunk

switchport trunk

allowed vlan all

spanning-tree port type network

logging event port link-status

channel-group 2 mode active

 Konfiguracja Interfejsu który będzie należał do port channel 2.
8 interface port-channel2

description Nexus2 PO2 VPC PEER-LINK

switchport mode trunk

switchport trunk

allowed vlan all

spanning-tree port type network

speed 10000

vpc peer-link

interface port-channel2

description Nexus1 PO2 VPC PEER-LINK

switchport mode trunk

switchport trunk

allowed vlan all

spanning-tree port type network

speed 10000

vpc peer-link

 Konfiguracja port channel 2 po którym będzie odbywała się komunikacja vPC

w kolejnym wpisie opiszę konfigurację modułu fex.

Dokumentacja:

Virtual PortChannel Quick Configuration Guide

Pasjonat komputerowy od zawsze oraz maniak w zakresie sieci, wirtualizacji oraz bezpieczeństwa IT. Kompetentny inżynier z dużym doświadczeniem w realizacji projektów informatycznych i telekomunikacyjnych. Wieloletni administrator IT, który utrzymuje systemy informatyczne dostosowując je do wymogów biznesowych z zapewnieniem dostępności 24/7/365.
Posts created 126

Related Posts

Begin typing your search term above and press enter to search. Press ESC to cancel.

Back To Top