Virtual PortChannel (vPC) Configuration

  Рет қаралды 6,557

PM Networking

PM Networking

8 ай бұрын

Join this channel to get access to perks:
/ @pmnetworking
Hello, Welcome to PM Networking...
My name is Praphul Mishra. I am a Network Security Engineer by profession and a Certified Cisco trainer by passion.
About this video:-
Virtual PortChannel (vPC) Configuration
CCNA Configuration Playlist:-
• Basic Network Configur...
1. Basic Routers and Switches Configuration
/ playlist. .
2. Packet Flow
/ playlist. .
3. Real Devices Configuration
/ playlist. .
4. EIGRP A-to-Z
/ playlist. .
5. VPN
/ playlist. .
6. Subnetting
/ playlist. .
7. OSPF A-to-Z
/ playlist. .
8. FHRP
/ playlist. .
9. STP
/ playlist. .
10. Voice over IP
/ playlist. .
11. Troubleshooting
/ playlist. .
12. ASA
/ playlist. .
13. EtherChannel
/ playlist. .
14. BGP
/ playlist. .
15. Policy-Based Routing
/ playlist. .
16. IPv6
/ playlist. .
17. VRF
/ playlist. .
18. MPLS
/ playlist. .
Our Social links:-
KZfaq:- / pmnetworking​​​​​
Facebook:- / pm.netwoking
Instagram:- / pm.networking
LinkedIn: / 1-pm-networking
Telegram:- t.me/p_m_networking
Whatsapp:- wa.me/918511826341
#ccna #ccnp #ccie #network_troubleshooting #networking_interview #network_configuration #network_engineer #network_engineer_training #cisco_network_configuration #router_configuration #switch_configuration #firewall_configuration #interview_questions_network_engineer #real-time_network_configuration #scenario-based_network #network_troubleshooting #network_troubleshooting_network_engineer #cisco_network_configuration #basic_network

Пікірлер: 32
@vijayabhaskar207
@vijayabhaskar207 8 ай бұрын
Sir you are the very dedicated person for doing hardwork on networking, Just because of your hardwork somany students earned good knowledge on networking ......thank you my real hero .....hats of...
@PMNetworking
@PMNetworking 7 ай бұрын
So nice of you
@mysuruvideography1284
@mysuruvideography1284 Ай бұрын
It's Great tutorial keep it up !
@PMNetworking
@PMNetworking Ай бұрын
Thanks a lot!
@lovenature3658
@lovenature3658 8 ай бұрын
Great explaination, please make more videos on nexus switch
@johnlj_ciscocertified
@johnlj_ciscocertified 3 ай бұрын
great help for nexus switch newbie like me, thanks mate.
@PMNetworking
@PMNetworking 2 ай бұрын
Glad it helped
@jeslarjaseer1250
@jeslarjaseer1250 8 ай бұрын
After vpc domain config sw1 &2 are act as a single logical switch? Like stacked or vss... Show vpc 20 comand, it should show members of both switches like te 1/0/3, te 2/0/3 right? Sir can you do one video acl in and outbound direction how its matches with packet source ip
@dulichbatngo1342
@dulichbatngo1342 2 ай бұрын
Great explaination, thank you very much
@PMNetworking
@PMNetworking 2 ай бұрын
You are welcome!
@pramodghorpade9804
@pramodghorpade9804 3 ай бұрын
Sir , if both peer link and uplink of primary goes down in VPC , what will happen as uplink failure will suspend secondary member ports
@mannylenis9312
@mannylenis9312 5 ай бұрын
Good Explanation
@PMNetworking
@PMNetworking 5 ай бұрын
Keep watching
@saurabhlad1588
@saurabhlad1588 8 ай бұрын
Hello Sir, First of all thanks for making a video on Nexus.... I request you to make VPC Complex topology for better understanding of this concept
@PMNetworking
@PMNetworking 7 ай бұрын
Sure I will
@nareshabhira8728
@nareshabhira8728 8 ай бұрын
Hi sir- can u pls explain and do the configuration below topic- Please IDP websense how to apply pbf QOS creation on router
@gokulhazarika3534
@gokulhazarika3534 8 ай бұрын
Nice video sir..if possible please upload a lab with two isp with two different setup eg. Two routers , two firewall, two nexus switch, multilayered switch and access switch
@PMNetworking
@PMNetworking 7 ай бұрын
Noted
@tomliu3479
@tomliu3479 8 ай бұрын
Hello sir, I would like to know when will you broadcast live?
@pradipkhateghare7305
@pradipkhateghare7305 Ай бұрын
Hello, Please resolve below query. I have 2 nexus 9k in vpc and operating as L2 switch..above that I have fire eye device as upstream and above that I have. Fortigate firewall as gateway for down stream...My requirement is I have to add 2 another switches in downstream how will I add
@PMNetworking
@PMNetworking Ай бұрын
Noted
@PMNetworking
@PMNetworking Ай бұрын
To add two additional switches in your downstream setup, you should ensure they integrate smoothly into your existing network while maintaining redundancy and avoiding any potential loops. To add two additional switches in your downstream setup, you should ensure they integrate smoothly into your existing network while maintaining redundancy and avoiding any potential loops. Here’s a step-by-step guide: ### Step 1: Preparation 1. **Ensure VLAN Consistency**: Ensure the VLANs configured on your existing Nexus 9k switches are propagated to the new switches. 2. **Check VPC Configuration**: Confirm the VPC configuration between the two Nexus 9k switches is healthy and stable. 3. **Plan the Connections**: Decide how you'll physically connect the new switches to your existing network. Typically, you would connect each new switch to both Nexus 9k switches for redundancy. ### Step 2: Connect the New Switches 1. **Connect Switch 1 to Nexus 9k Pair**: - Connect an uplink from the new Switch 1 to Nexus 9k Switch A. - Connect another uplink from the new Switch 1 to Nexus 9k Switch B. 2. **Connect Switch 2 to Nexus 9k Pair**: - Connect an uplink from the new Switch 2 to Nexus 9k Switch A. - Connect another uplink from the new Switch 2 to Nexus 9k Switch B. ### Step 3: Configure the Nexus 9k Switches 1. **Configure Interfaces**: - Configure the interfaces on both Nexus 9k switches that will connect to the new switches. For example, if you are using Ethernet1/10 and Ethernet1/11 on both Nexus 9k switches, you would configure them as trunk ports and include the necessary VLANs. ```shell interface Ethernet1/10 switchport mode trunk switchport trunk allowed vlan channel-group 10 mode active interface Ethernet1/11 switchport mode trunk switchport trunk allowed vlan channel-group 11 mode active ``` 2. **Configure Port Channels**: - Create port channels on the Nexus 9k switches for the connections to the new switches. ```shell interface port-channel 10 switchport mode trunk switchport trunk allowed vlan vpc 10 interface port-channel 11 switchport mode trunk switchport trunk allowed vlan vpc 11 ``` 3. **Add Port Channels to VPC**: - Ensure the port channels are added to the VPC domain. This step is crucial for redundancy and load balancing. ```shell vpc domain 1 peer-keepalive destination interface port-channel 10 interface port-channel 11 ``` ### Step 4: Configure the New Switches 1. **Trunk Ports Configuration**: - Configure the uplink ports on the new switches to connect to the Nexus 9k switches. Ensure they match the trunk settings. ```shell interface Ethernet1/1 switchport mode trunk switchport trunk allowed vlan channel-group 10 mode active interface Ethernet1/2 switchport mode trunk switchport trunk allowed vlan channel-group 11 mode active ``` 2. **Configure Port Channels on New Switches**: - Create corresponding port channels on the new switches. ```shell interface port-channel 10 switchport mode trunk switchport trunk allowed vlan interface port-channel 11 switchport mode trunk switchport trunk allowed vlan ``` ### Step 5: Verification 1. **Verify VPC Status**: - Check the VPC status on the Nexus 9k switches to ensure the new port channels are up and part of the VPC. ```shell show vpc brief ``` 2. **Verify Connectivity**: - Test connectivity from devices connected to the new switches to ensure they can reach upstream devices and the Fortigate firewall. 3. **Monitor the Network**: - Monitor the network for any potential issues such as loops or misconfigurations. By following these steps, you will have successfully added two new switches to your existing Nexus 9k VPC setup, maintaining redundancy and optimal network performance. 1. Ensure VLAN Consistency: Ensure the VLANs configured on your existing Nexus 9k switches are propagated to the new switches. 2. Check VPC Configuration: Confirm the VPC configuration between the two Nexus 9k switches is healthy and stable. 3. Plan the Connections: Decide how you'll physically connect the new switches to your existing network. Typically, you would connect each new switch to both Nexus 9k switches.
@pradipkhateghare7305
@pradipkhateghare7305 Ай бұрын
​@@PMNetworkingHello, In this Back to back VPC all 4 switches are acting as Layer 2 only...Is there any chance of loop happen? As servers are connected on upper side (existing switches) vpc switches also??
@12123vijay
@12123vijay 5 ай бұрын
What is the maximum ports that can be assigned to lacp?
@PMNetworking
@PMNetworking 5 ай бұрын
16
@mysuruvideography1284
@mysuruvideography1284 Ай бұрын
can we configure vpc on router ?
@PMNetworking
@PMNetworking Ай бұрын
Yes
@girishpant_yt
@girishpant_yt 12 күн бұрын
Port channel 20 member port was down.
@PMNetworking
@PMNetworking 12 күн бұрын
Thanks for sharing
@nareshabhira8728
@nareshabhira8728 8 ай бұрын
Hi sir- can u pls explain and do the configuration below topic- Please IDP websense how to apply pbf QOS creation on router
@PMNetworking
@PMNetworking 7 ай бұрын
Sure
Nexus vPC | How vPC works
14:02
Network Direction
Рет қаралды 199 М.
Nastya and SeanDoesMagic
00:16
Nastya
Рет қаралды 33 МЛН
MISS CIRCLE STUDENTS BULLY ME!
00:12
Andreas Eskander
Рет қаралды 18 МЛН
БАБУШКИН КОМПОТ В СОЛО
00:23
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 16 МЛН
DAD LEFT HIS OLD SOCKS ON THE COUCH…😱😂
00:24
JULI_PROETO
Рет қаралды 16 МЛН
Voice VLAN (VOIP) IP Phone Configuration in Cisco CCNA 2: Day 24
21:02
Nexus VPC-Virtual Port Channel Configuration
14:08
SysOpsNet
Рет қаралды 10 М.
What is VSS ? | Virtual Switch System in Hindi
27:00
PM Networking
Рет қаралды 1,7 М.
Cisco vPC - Step by Step with Troubleshooting and TIPS
20:28
Tutorials with Tips
Рет қаралды 27 М.
Nastya and SeanDoesMagic
00:16
Nastya
Рет қаралды 33 МЛН