Lompat ke konten Lompat ke sidebar Lompat ke footer

Cisco | Nexus vPC - Multi-vPC Back To Back - Single Link



Konfigurasi:
N7K-01
----
feature vpc
vrf context VPC_KA

interface eth1/1
no switchport
vrf member VPC_KA
ip address 10.1.2.1/24
no shutdown

vpc domain 1
peer-keepalive destination 10.1.2.2 source 10.1.2.1 vrf VPC_KA
peer-switch
peer-gateway

feature lacp
interface eth1/2
no shut
 channel-group 1 mode active

interface eth1/3
no shut
 channel-group 1 mode active

interface port-channel 1
no shut
 switchport mode trunk
 vpc peer-link


interface eth1/4
 channel-group 2 mode active
 no shutdown

interface eth1/5
 channel-group 2 mode active
 no shutdown
 
interface port-channel 2
 switchport mode trunk
 switchport trunk allowed vlan all
 vpc 2
 no shutdown

N7K-02
feature vpc
vrf context VPC_KA

interface eth1/1
no switchport
vrf member VPC_KA
ip address 10.1.2.2/24
no shutdown

vpc domain 1
peer-keepalive destination 10.1.2.1 source 10.1.2.2 vrf VPC_KA
peer-switch
peer-gateway
exit

feature lacp
interface eth1/2
no shut
 channel-group 1 mode active

interface eth1/3
no shut
 channel-group 1 mode active

interface port-channel 1
no shut
 switchport mode trunk
 vpc peer-link

interface eth1/4
 channel-group 2 mode active
 no shutdown

interface eth1/5
 channel-group 2 mode active
 no shutdown
 
interface port-channel 2
 switchport mode trunk
 switchport trunk allowed vlan all
 vpc 2
 no shutdown

N7K-03
feature vpc
vrf context VPC_KA2

interface eth1/5
no switchport
vrf member VPC_KA2
ip address 10.2.2.1/24
no shutdown

vpc domain 2
 peer-keepalive destination 10.2.2.2 source 10.2.2.1 vrf VPC_KA2
 peer-switch
 peer-gateway

feature lacp
interface eth1/3
no shut
 channel-group 1 mode active

interface eth1/4
no shut
 channel-group 1 mode active

interface port-channel 1
no shut
 switchport mode trunk
 vpc peer-link

interface eth1/1
no shut
 channel-group 2 mode active
 no shutdown

interface eth1/2
no shut
 channel-group 2 mode active
 no shutdown
 
interface port-channel 2
 switchport mode trunk
 switchport trunk allowed vlan all
 vpc 2
 no shutdown

interface eth1/6
no shut
 channel-group 3 mode active
 no shutdown

interface eth1/7
no shut
 channel-group 3 mode active
 no shutdown
 
interface port-channel 3
 switchport mode trunk
 switchport trunk allowed vlan all
 vpc 3
 no shutdown


N7K-04

feature vpc
vrf context VPC_KA2

interface eth1/5
no switchport
vrf member VPC_KA2
ip address 10.2.2.2/24
no shutdown

vpc domain 2
 peer-keepalive destination 10.2.2.1 source 10.2.2.2 vrf VPC_KA2
 peer-switch
 peer-gateway

feature lacp
interface eth1/3
no shut
 channel-group 1 mode active

interface eth1/4
no shut
 channel-group 1 mode active

interface port-channel1
no shut
  switchport mode trunk
  spanning-tree port type network
  vpc peer-link

 interface eth1/1
no shut
 channel-group 2 mode active
 no shutdown

interface eth1/2
no shut
 channel-group 2 mode active
 no shutdown
 
interface port-channel 2
 switchport mode trunk
 switchport trunk allowed vlan all
 vpc 2
 no shutdown

interface eth1/6
no shut
 channel-group 3 mode active
 no shutdown

interface eth1/7
no shut
 channel-group 3 mode active
 no shutdown
 
interface port-channel 3
 switchport mode trunk
 switchport trunk allowed vlan all
 vpc 3
 no shutdown

TAMBAHAN:  Konfigurasi SVI interface di N7K-01 dan N7K-02
N7K-01
feature hsrp  
feature interface-vlan
vlan 10

interface vlan10
no shutdown
ip address 192.168.10.1/24
hsrp 10
priority 150
timers 1 3
ip 192.168.10.254
exit

N7K-02
feature hsrp  
feature interface-vlan  

vlan 10
interface vlan10
no shutdown
ip address 192.168.10.2/24
hsrp 10
priority 100
timers 1 3
ip 192.168.10.254
exit

VERIFKIASI
N7K-01





































N7K-02



















N7K-03

















N7K-04



























PC-01















Posting Komentar untuk "Cisco | Nexus vPC - Multi-vPC Back To Back - Single Link"