ក្រុមការងារយើងខ្ញុំនិងខិតខំសិក្សារស្រាវជ្រាវចំនេះដឹងបន្ថែមទៀតសំរាប់លោកអ្នក សូមអរគុណសំរាប់ការគាំទ្រ !

 1/ Configure HA Nexus Switch v1



Guide and Command : 

Configure LAB seen above:
1. Enable vPC feature
  1.1 Configure vPC domain for both Nexus Switch:2
2. Configure vPC Peer-Keep Alive Link(L3) witch would send/receive heart beat messages between both nexus devices.
3. Configure vPC Peer-Link witch will carry the traffic between VPC pears
4. Member ports into vPC 21

NEXUS01

switch#conf t
switch(config)#hostname nexus01
nexus01(config)#feature vpc
nexus01(config)#int ethernet 1/3
nexus01(config-if)#no switchport
nexus01(config-if)#no shutdown
nexus01(config-if)#ip address 1.1.1.1/24
nexus01(config-if)#exit
nexus01(config)#ping 1.1.1.2
nexus01(config)#vpc domain 2
nexus01(config-vpc-domain)#peer-keepalive destination 1.1.1.2 source 1.1.1.1 vrf defult
nexus01(config-vpc-domain)#exit
nexus01(config)#show vpc brief
nexus01(config)#interface ethernet 1/2, ethernet 1/1
nexus01(config-if-range)#no shutdown
nexus01(config-if-range)#switchport
nexus01(config-if-range)#channel-group 1
nexus01(config-if-range)#exit
nexus01(config)#interface port-channel 1
nexus01(config-if)#switchport
nexus01(config-if)#switchport mode trunk
nexus01(config-if)#switchport trunk allow vlan all
nexus01(config-if)#vpc peer-link
nexus01(config-if)#exit
nexus01(config)#interface ethernet 1/4, ethernet 1/5
nexus01(config-if-range)#switchport
nexus01(config-if-range)#channel-group 2
nexus01(config-if-range)#no shutdown
nexus01(config-if-range)#exit
nexus01(config)#interface po2
nexus01(config-if)#switchport mode trunk
nexus01(config-if)#vpc 21
nexus01(config-if)#exit
nexus01(config)#copy running-config startup-config
nexus01(config)#show vpc brief


========================================================================
NEXUS02

switch#conf t
switch(config)#hostname nexus02
nexus02(config)#feature vpc
nexus02(config)#int ethernet 1/3
nexus02(config-if)# no switchport
nexus02(config-if)#no shutdown
nexus02(config-if)#ip address 1.1.1.2/24
nexus02(config-if)#exit
switch(config)#vpc domain 2
nexus02(config-vpc-domain)#peer-keepalive destination 1.1.1.1 source 1.1.1.2 vrf default
nexus02(config-vpc-domain)# exit
nexus02(config)#show vpc brief
nexus02(config)#interface ethernet 1/1, ethernet 1/2
nexus02(config-if-range)#no shutdown
nexus02(config-if-range)#switchport
nexus02(config-if-range)#channel-group 1
nexus02(config-if-range)#exit
nexus02(config)#interface port-channel 1
nexus02(config-if)#switchport
nexus02(config-if)#switchport mode trunk
nexus02(config-if)#switchport trunk allow vlan all
nexus02(config-if)#vpc peer-link
nexus02(config-if)#exit
nexus02(config)#interface ethernet 1/4, ethernet 1/5
nexus02(config-if-range)#switchport
nexus02(config-if-range)#channel-group 2
nexus02(config-if-range)#no shutdown
nexus02(config-if-range)#exit
nexus02(config)# interface po2
nexus02(config-if)#switchport mode trunk
nexus02(config-if)#vpc 21
nexus02(config-if)#exit
nexus02(config)# copy running-config startup-config

=========================================================================
#Switch>en
Switch#conf t
Switch(config)#hostname SW1
SW1(config)#interface port-channel2
SW1(config-if)#switchport
SW1(config-if)# switchport trunk encapsulation dot1q
SW1(config-if)# switchport mode trunk
SW1(config-if)# no shutdown
SW1(config-if)#exit
SW1(config)#interface range gigabit0/0-3
SW1(config-if-range)# switchport trunk encapsulation dot1q
SW1(config-if-range)# channel-group 2 mode on
SW1(config-if-range)# no shutdown
SW1(config-if-range)#exit
SW1(config)#exit
SW1#copy running-config startup-config



EmoticonEmoticon