SlideShare uma empresa Scribd logo
1 de 13
Baixar para ler offline
I had designed the Leaf-Spine with core deployment in Openstack Cloud Infrastructure. In a vPC topology, all
links between the aggregation and access layers are forwarding and are part of a vPC.
Gigabit Ethernet connectivity makes use of the FEX concept. Spanning Tree Protocol does not run between the
Cisco Nexus 5000 Series Switches and the Cisco Nexus 2000 Series FEXs. Instead, proprietary technology
keeps the topology between the Cisco Nexus 5000 Series Switches and the fabric extenders free of loops.
Adding vPC to the Cisco Nexus 5000 Series Switches in the access layer allows additional load distribution from
the server to the fabric extenders to the Cisco Nexus 5000 Series Switches.
An existing Cisco Nexus 7000 Series Switch can be replaced with a Cisco Nexus 9500 platform switch with one
exception: Cisco Nexus 9000 Series Switches do not support vPC active-active or two-layer vPC (eVPC)
designes.
In This Design have full HA from Core to Baremetel Server for cloud Enviorment and weIn This Design have full HA from Core to Baremetel Server for cloud Enviorment and we
need to also NICs Bond in Baremetel server ends for vPC.need to also NICs Bond in Baremetel server ends for vPC.
vPC Design with Cisco Nexus 9500 Platform in the Core OpenStack Cloud Data CentervPC Design with Cisco Nexus 9500 Platform in the Core OpenStack Cloud Data Center
2K 2K
CORE CORE
9508 9508
5K 5K
vPCvPC
vPCvPC
vPC
BaremetelBaremetel
ConsolidationConsolidation:-:-
Most data centers are the result of aconsolidation process that
was facilitated by the availability of bandwidth to
connect remote locations to centralized data centers.
During the consolidation process, enterprises and service
providers simplified the network and the storage infrastructure by
adopting topologies that take advantage of virtuallocal area
networks (VLANs) and the virtual storage area network (VSAN)
technology.The same process of simplification is currently
happening on the computing nodes. It involves both physical
consolidation by means of blade enclosures and server
virtuallization at the operating system(OS) level, which makes it
possible to run multiple instances of variouss operating systems
on the same physical machine.
●● End of the Row and Top of the Rack :-End of the Row and Top of the Rack :-
Most existing data centers are deployed according to two design
philosophies:
End-of-the-row topologies:This topology consists of large,
director-class switching devices at the end of each row of servers.
End-of-the-row topologies require significant cabling bulk to be
carried from all server racks to the network rack. The main
advantage of end-of-the-row topologies is the fact that fewer
configuration points (switches) control a large number of server
port.
●● Top-of-the-rack topologies:-Top-of-the-rack topologies:-
This topology consists of one-rack unit (1RU) or 2RU devices at
the top or bottom of each server rack, providing server (or blade
server) connectivity within each rack and aggregated ba switch at
the aggregation layer. Top-of-the-rack topologies are more
efficient in terms of cabling because fewer cables are required
from each rack to the end-of-the-row switch.
On the other hand, top-of-the-rack topologies require more
switches than end-of-the-row topologies require for the same
number of switch ports,which increases the management
Burden.
Layer 2
Layer 2 has been well known for its flexibility in providing VLAN
access anywhere in the data center. Layer 2 is alsoknown for
the potential impact of Layer2 loops. Overall, the benefits of
Layer 2 largely outweigh the risk of loops, somost environments
today consist of Layer 2 pods or even have multiple pods that
are part of the same Layer 2 domain.A Layer 3 boundary is always
recommended to connect servers to clients. The placement of the
Layer 3 boundarydefines the scale of the Layer2 domain, with the
result that the size of Layer 2 domains varies enormously between
Customers.
●● All Links Forwarding:-All Links Forwarding:-
The next-generation data center provides the ability to use all links
in the LAN topology by taking advantage of technologies such as
virtual PortChannels (vPCs). VPCs enable full, cross-sectional
bandwidth utilization among LANswitches, as well as between
servers and LAN switches.
● Server Connectivity at 10 Gigabit Ethernet:-
Most rackable servers today include redundant LAN-on-motherboard
(LOM/iLO) interfaces for management, anintegrated-lights-out (iLO)
standard-based port, and one or more GigabitEthernet interfaces,
and redundant host busadapters (HBA). The adoption of 10 Gigabit
Ethernet on the server simplifies server configuration by reducing
The number of network adapters and providing enough bandwidth
for virtualized servers. The data center design can befurther
optimized with the use of Fibre Channelover Ethernet (FCoE) to
build a unified fabric.Cost-effective 10 Gigabit Ethernet connectivity
can be achieved by using copper twinax cabling with Small Form-
by using copper twinax cabling with Small Form-Factor Pluggable
Plus (SFP+) connectors.A rackable server configured for 10
Gigabit Ethernet connectivity may have an iLO port, a dual- LOM,
and a dual-port10 Gigabit Ethernet adapter (for example, a
converged network adapter). This adapter would replace multiple
QuadGigabit Ethernet adapters and, in case the adapter is also a
Cisco Network Adapter, it would also replace an HBA.
●Fabric Extender:-
Fabric extender technology simplifies the management of
the many LAN switches in the data center by aggregating
them in groups of 10 to 12 under the same management
entity. In its current implementation, Cisco Nexus 2000
Series Fabric Extenders can be used to provide connectivity
across 10 to 12 racks that are all managed from a single
switching configuration point, thus bringing together the benefit
s of top-of-the-rack and end-of-the-row topologies.
Guys Please follow the below config :-Guys Please follow the below config :-
version 7.0(2)N1(1)
hostname Nexus 5K(Primary)
feature telnet
cfs ipv4 distribute
cfs eth distribute
feature ospf
feature bgp
feature interface-vlan
feature hsrp
feature lacp
feature vpc
feature lldp
feature fex
banner motd #Nexus 6000 Switch
#
ip domain-lookup
ip access-list 10
10 permit ip any any
system qos
service-policy type qos input fcoe-default-in-policy
service-policy type queuing input fcoe-default-in-policy
service-policy type queuing output fcoe-default-out-policy
service-policy type network-qos fcoe-default-nq-policy
fex 1
pinning max-links 1
description "FEX01"
fex 2
pinning max-links 1
description "FEX02"
fex 3
pinning max-links 1
description "FEX03"
vlan 1
vlan7
name SW_MGMT
vlan10
name iLO
route-map Connected_Subnet permit 10
vrf context management
vpc domain 30
peer-switch
role priority 50
system-priority 100
peer-keepalive destination 10.x.x.y
delay restore 150
auto-recovery
interface Vlan1
interface Vlan7
description ****
no shutdown
ip address
ip router ospf 1 area 0.0.0.1
hsrp 50
preempt delay minimum 10
priority 50
timers 1 3
ip (ip Address)
interface Vlan10
description ****
no shutdown
ip address (a.b.c.d)
ip router ospf 1 area 0.0.0.1
hsrp 50
preempt delay minimum 10
priority 50
timers 1 3
ip (Floating ip)
interface port-channel1
description ***VPC-Peer_Link-***
switchport mode trunk
spanning-tree port type network
speed 10000
vpc peer-link
interface port-channel1
description ******
switchport mode fex-fabric
switchport trunk allowed vlan10
fex associate 1
vpc 1
interface port-channel2
description ******
switchport mode fex-fabric
switchport trunk allowed vlan10
fex associate 2
vpc 2
interface port-channel3
description ******
switchport mode fex-fabric
switchport trunk allowed vlan10
fex associate 3
vpc 3
interface Ethernet1/1
description ******
switchport mode fex-fabric
switchport trunk allowed vlan10
fex associate 1
Channel-group 1
interface Ethernet1/2
description ******
switchport mode fex-fabric
switchport trunk allowed vlan10
fex associate 2
channel-group 2
interface Ethernet1/3
description ******
switchport mode fex-fabric
switchport trunk allowed vlan10
fex associate 3
channel-group 3
interface Ethernet1/25
description ******
switchport mode trunk
channel-group 1 mode active
interface Ethernet1/26
description ******
switchport mode trunk
channel-group 1 mode active
interface Ethernet1/48
description ******
no switchport
ip address e.f.g.h/30
ip ospf network point-to-point
ip router ospf 1 area 0.0.0.1
interface mgmt0
vrf member management
interface Ethernet101/1/1
description ******
switchport access vlan 3
interface Ethernet101/1/2
description ******
switchport access vlan 3
interface Ethernet101/1/3
description ******
switchport access vlan7
line console
line vty
boot kickstart bootflash:/n6000-uk9-kickstart.7.0.2.N1.1.bin
boot system bootflash:/n6000-uk9.7.0.2.N1.1.bin
router ospf 1
redistribute direct route-map Connected_Subnet
poap transit
version 7.0(1)N1(1)
hostname Nexus 5k (Secondary)hostname Nexus 5k (Secondary)
feature telnet
cfs eth distribute
feature ospf
feature bgp
feature interface-vlan
feature hsrp
feature lacp
feature vpc
feature lldp
feature fex
banner motd #Nexus 6000 Switch
#
ip domain-lookup
ip access-list 10
10 permit ip any any
fex 1
pinning max-links 1
description "FEX01"
fex 2
pinning max-links 1
description "FEX02"
fex 3
pinning max-links 1
description "FEX03"
vlan 1
vlan7
name ***SWITCH-MGMT***
Vlan10
name ******
route-map Connected_subnet permit 10
vrf context management
vpc domain 30
role priority 100
system-priority 100
peer-keepalive destination (VPC Peer IP)
delay restore 150
Auto-recovery
interface Vlan1
interface Vlan7
description **SW-MGMT**
no shutdown
ip address X.Y.Z.Z/24
ip router ospf 1 area 0.0.0.1
hsrp 50
preempt delay minimum 10
priority 30
timers 1 3
ip (Floating IP)
interface Vlan10
description ****
no shutdown
ip address A.B.C.D/23
ip router ospf 1 area 0.0.0.1
hsrp 50
preempt delay minimum 10
priority 30
timers 1 3
ip (Floating IP)
interface port-channel1
description ***VPC-PAIRLINK-***
switchport mode trunk
spanning-tree port type network
Speed 10000
vpc peer-link
interface port-channel1
description ******
switchport mode fex-fabric
switchport trunk allowed vlan10
fex associate 1
vpc 1
interface port-channel2
description ******
switchport mode fex-fabric
switchport trunk allowed vlan10
fex associate 2
Vpc 2
interface port-channel3
description ******
switchport mode fex-fabric
switchport trunk allowed vlan10
fex associate 3
vpc 3
interface Ethernet1/1
description ******
switchport mode fex-fabric
switchport trunk allowed vlan10
fex associate 1
Channel-group 1
interface Ethernet1/2
description ******
switchport mode fex-fabric
switchport trunk allowed vlan10
fex associate 2
channel-group 2
interface Ethernet1/3
description ******
switchport mode fex-fabric
switchport trunk allowed vlan10
fex associate 3
Channel-group 3
interface Ethernet1/25
description ******
switchport mode trunk
channel-group 1 mode active
interface Ethernet1/26
description ******
switchport mode trunk
channel-group 1 mode active
interface Ethernet1/48
description ******
no switchport
ip address A>B>C>D/30
ip ospf network point-to-point
ip router ospf 1 area 0.0.0.1
interface mgmt0
vrf member management
line console
line vty
boot kickstart bootflash:/n6000-uk9-kickstart.7.0.1.N1.1.bin
boot system bootflash:/n6000-uk9.7.0.1.N1.1.bin
router ospf 1
redistribute direct route-map Connected_subnet
poap transit
Thank You Guys for Visit my refer GuideThank You Guys for Visit my refer Guide
Cheers,
Ajeet Singh
Contact No:- +91 992039357
Linkedin:-https://in.linkedin.com/pub/ajeet-singh/3a/b42/895
Twitter:-@ajeet0537
Blog:-https://ajeets1.blogspot.in
Facebook:-https://www.facebook.com/Technical.Rapiist

Mais conteúdo relacionado

Mais procurados

Building DataCenter networks with VXLAN BGP-EVPN
Building DataCenter networks with VXLAN BGP-EVPNBuilding DataCenter networks with VXLAN BGP-EVPN
Building DataCenter networks with VXLAN BGP-EVPNCisco Canada
 
VXLAN Distributed Service Node
VXLAN Distributed Service NodeVXLAN Distributed Service Node
VXLAN Distributed Service NodeDavid Lapsley
 
Flexible Data Centre Fabric - FabricPath/TRILL, OTV, LISP and VXLAN
Flexible Data Centre Fabric - FabricPath/TRILL, OTV, LISP and VXLANFlexible Data Centre Fabric - FabricPath/TRILL, OTV, LISP and VXLAN
Flexible Data Centre Fabric - FabricPath/TRILL, OTV, LISP and VXLANCisco Canada
 
Data center network architectures v1.3
Data center network architectures v1.3Data center network architectures v1.3
Data center network architectures v1.3Jeong, Wookjae
 
Demystifying EVPN in the data center: Part 1 in 2 episode series
Demystifying EVPN in the data center: Part 1 in 2 episode seriesDemystifying EVPN in the data center: Part 1 in 2 episode series
Demystifying EVPN in the data center: Part 1 in 2 episode seriesCumulus Networks
 
EYWA (Elastic load-balancing & high-availabilitY Wired virtual network Archit...
EYWA (Elastic load-balancing & high-availabilitY Wired virtual network Archit...EYWA (Elastic load-balancing & high-availabilitY Wired virtual network Archit...
EYWA (Elastic load-balancing & high-availabilitY Wired virtual network Archit...Jeong, Wookjae
 
Operationalizing EVPN in the Data Center: Part 2
Operationalizing EVPN in the Data Center: Part 2Operationalizing EVPN in the Data Center: Part 2
Operationalizing EVPN in the Data Center: Part 2Cumulus Networks
 
20 - IDNOG03 - Franki Lim (ARISTA) - Overlay Networking with VXLAN
20 - IDNOG03 - Franki Lim (ARISTA) - Overlay Networking with VXLAN20 - IDNOG03 - Franki Lim (ARISTA) - Overlay Networking with VXLAN
20 - IDNOG03 - Franki Lim (ARISTA) - Overlay Networking with VXLANIndonesia Network Operators Group
 
06 evpn use-case_reviewv1
06 evpn use-case_reviewv106 evpn use-case_reviewv1
06 evpn use-case_reviewv1ronsito
 
Operationalizing VRF in the Data Center
Operationalizing VRF in the Data CenterOperationalizing VRF in the Data Center
Operationalizing VRF in the Data CenterCumulus Networks
 
Ucs security part2
Ucs security part2Ucs security part2
Ucs security part2Krunal Shah
 
Cisco nexus series
Cisco nexus seriesCisco nexus series
Cisco nexus seriesAnwesh Dixit
 
Cisco data center support
Cisco data center supportCisco data center support
Cisco data center supportKrunal Shah
 
Designing Multi-tenant Data Centers Using EVPN
Designing Multi-tenant Data Centers Using EVPNDesigning Multi-tenant Data Centers Using EVPN
Designing Multi-tenant Data Centers Using EVPNAnas
 
Network Configuration Example: Configuring CoS to Support an MC-LAG on an FCo...
Network Configuration Example: Configuring CoS to Support an MC-LAG on an FCo...Network Configuration Example: Configuring CoS to Support an MC-LAG on an FCo...
Network Configuration Example: Configuring CoS to Support an MC-LAG on an FCo...Juniper Networks
 
Scaleway Approach to VXLAN EVPN Fabric
Scaleway Approach to VXLAN EVPN FabricScaleway Approach to VXLAN EVPN Fabric
Scaleway Approach to VXLAN EVPN FabricScaleway
 
Architecting data center networks in the era of big data and cloud
Architecting data center networks in the era of big data and cloudArchitecting data center networks in the era of big data and cloud
Architecting data center networks in the era of big data and cloudbradhedlund
 

Mais procurados (20)

Building DataCenter networks with VXLAN BGP-EVPN
Building DataCenter networks with VXLAN BGP-EVPNBuilding DataCenter networks with VXLAN BGP-EVPN
Building DataCenter networks with VXLAN BGP-EVPN
 
VXLAN Distributed Service Node
VXLAN Distributed Service NodeVXLAN Distributed Service Node
VXLAN Distributed Service Node
 
Introduction to vxlan
Introduction to vxlanIntroduction to vxlan
Introduction to vxlan
 
Flexible Data Centre Fabric - FabricPath/TRILL, OTV, LISP and VXLAN
Flexible Data Centre Fabric - FabricPath/TRILL, OTV, LISP and VXLANFlexible Data Centre Fabric - FabricPath/TRILL, OTV, LISP and VXLAN
Flexible Data Centre Fabric - FabricPath/TRILL, OTV, LISP and VXLAN
 
Data center network architectures v1.3
Data center network architectures v1.3Data center network architectures v1.3
Data center network architectures v1.3
 
Vpc notes
Vpc notesVpc notes
Vpc notes
 
VXLAN Practice Guide
VXLAN Practice GuideVXLAN Practice Guide
VXLAN Practice Guide
 
Demystifying EVPN in the data center: Part 1 in 2 episode series
Demystifying EVPN in the data center: Part 1 in 2 episode seriesDemystifying EVPN in the data center: Part 1 in 2 episode series
Demystifying EVPN in the data center: Part 1 in 2 episode series
 
EYWA (Elastic load-balancing & high-availabilitY Wired virtual network Archit...
EYWA (Elastic load-balancing & high-availabilitY Wired virtual network Archit...EYWA (Elastic load-balancing & high-availabilitY Wired virtual network Archit...
EYWA (Elastic load-balancing & high-availabilitY Wired virtual network Archit...
 
Operationalizing EVPN in the Data Center: Part 2
Operationalizing EVPN in the Data Center: Part 2Operationalizing EVPN in the Data Center: Part 2
Operationalizing EVPN in the Data Center: Part 2
 
20 - IDNOG03 - Franki Lim (ARISTA) - Overlay Networking with VXLAN
20 - IDNOG03 - Franki Lim (ARISTA) - Overlay Networking with VXLAN20 - IDNOG03 - Franki Lim (ARISTA) - Overlay Networking with VXLAN
20 - IDNOG03 - Franki Lim (ARISTA) - Overlay Networking with VXLAN
 
06 evpn use-case_reviewv1
06 evpn use-case_reviewv106 evpn use-case_reviewv1
06 evpn use-case_reviewv1
 
Operationalizing VRF in the Data Center
Operationalizing VRF in the Data CenterOperationalizing VRF in the Data Center
Operationalizing VRF in the Data Center
 
Ucs security part2
Ucs security part2Ucs security part2
Ucs security part2
 
Cisco nexus series
Cisco nexus seriesCisco nexus series
Cisco nexus series
 
Cisco data center support
Cisco data center supportCisco data center support
Cisco data center support
 
Designing Multi-tenant Data Centers Using EVPN
Designing Multi-tenant Data Centers Using EVPNDesigning Multi-tenant Data Centers Using EVPN
Designing Multi-tenant Data Centers Using EVPN
 
Network Configuration Example: Configuring CoS to Support an MC-LAG on an FCo...
Network Configuration Example: Configuring CoS to Support an MC-LAG on an FCo...Network Configuration Example: Configuring CoS to Support an MC-LAG on an FCo...
Network Configuration Example: Configuring CoS to Support an MC-LAG on an FCo...
 
Scaleway Approach to VXLAN EVPN Fabric
Scaleway Approach to VXLAN EVPN FabricScaleway Approach to VXLAN EVPN Fabric
Scaleway Approach to VXLAN EVPN Fabric
 
Architecting data center networks in the era of big data and cloud
Architecting data center networks in the era of big data and cloudArchitecting data center networks in the era of big data and cloud
Architecting data center networks in the era of big data and cloud
 

Semelhante a vPC techonology for full ha from dc core to baremetel server.

Scalable midsize data center designs
Scalable midsize data center designsScalable midsize data center designs
Scalable midsize data center designsJing Bai
 
What is cisco bgp control plane for vxlan
What is cisco bgp control plane for vxlanWhat is cisco bgp control plane for vxlan
What is cisco bgp control plane for vxlanIT Tech
 
Presentation dc design for small and mid-size data center
Presentation   dc design for small and mid-size data centerPresentation   dc design for small and mid-size data center
Presentation dc design for small and mid-size data centerxKinAnx
 
Конференция Brocade. 4. Развитие технологии Brocade VCS, новое поколение комм...
Конференция Brocade. 4. Развитие технологии Brocade VCS, новое поколение комм...Конференция Brocade. 4. Развитие технологии Brocade VCS, новое поколение комм...
Конференция Brocade. 4. Развитие технологии Brocade VCS, новое поколение комм...SkillFactory
 
Nexus 7000 Series Innovations: M3 Module, DCI, Scale
Nexus 7000 Series Innovations: M3 Module, DCI, ScaleNexus 7000 Series Innovations: M3 Module, DCI, Scale
Nexus 7000 Series Innovations: M3 Module, DCI, ScaleTony Antony
 
Designing and deploying converged storage area networks final
Designing and deploying converged storage area networks finalDesigning and deploying converged storage area networks final
Designing and deploying converged storage area networks finalBhavin Yadav
 
22 - IDNOG03 - Christopher Lim (Mellanox) - Efficient Virtual Network for Ser...
22 - IDNOG03 - Christopher Lim (Mellanox) - Efficient Virtual Network for Ser...22 - IDNOG03 - Christopher Lim (Mellanox) - Efficient Virtual Network for Ser...
22 - IDNOG03 - Christopher Lim (Mellanox) - Efficient Virtual Network for Ser...Indonesia Network Operators Group
 
IP Infusion Application Note for 4G LTE Fixed Wireless Access
IP Infusion Application Note for 4G LTE Fixed Wireless AccessIP Infusion Application Note for 4G LTE Fixed Wireless Access
IP Infusion Application Note for 4G LTE Fixed Wireless AccessDhiman Chowdhury
 
PLNOG 17 - Marek Janik - Sieć dla IXP
PLNOG 17 - Marek Janik - Sieć dla IXPPLNOG 17 - Marek Janik - Sieć dla IXP
PLNOG 17 - Marek Janik - Sieć dla IXPPROIDEA
 
From virtual to high end HW routing for the adult
From virtual to high end HW routing for the adultFrom virtual to high end HW routing for the adult
From virtual to high end HW routing for the adultMarketingArrowECS_CZ
 
Reference design for v mware nsx
Reference design for v mware nsxReference design for v mware nsx
Reference design for v mware nsxsolarisyougood
 
cisco-n3k-c31108tc-v-datasheet.pdf
cisco-n3k-c31108tc-v-datasheet.pdfcisco-n3k-c31108tc-v-datasheet.pdf
cisco-n3k-c31108tc-v-datasheet.pdfHi-Network.com
 
cisco-n3k-c31108pc-v-datasheet.pdf
cisco-n3k-c31108pc-v-datasheet.pdfcisco-n3k-c31108pc-v-datasheet.pdf
cisco-n3k-c31108pc-v-datasheet.pdfHi-Network.com
 
Introduction to nexux from zero to Hero
Introduction to nexux  from zero to HeroIntroduction to nexux  from zero to Hero
Introduction to nexux from zero to HeroDhruv Sharma
 
OpenNebula - Mellanox Considerations for Smart Cloud
OpenNebula - Mellanox Considerations for Smart CloudOpenNebula - Mellanox Considerations for Smart Cloud
OpenNebula - Mellanox Considerations for Smart CloudOpenNebula Project
 

Semelhante a vPC techonology for full ha from dc core to baremetel server. (20)

Ati sbx908-ds
Ati sbx908-dsAti sbx908-ds
Ati sbx908-ds
 
Scalable midsize data center designs
Scalable midsize data center designsScalable midsize data center designs
Scalable midsize data center designs
 
What is cisco bgp control plane for vxlan
What is cisco bgp control plane for vxlanWhat is cisco bgp control plane for vxlan
What is cisco bgp control plane for vxlan
 
Presentation dc design for small and mid-size data center
Presentation   dc design for small and mid-size data centerPresentation   dc design for small and mid-size data center
Presentation dc design for small and mid-size data center
 
Конференция Brocade. 4. Развитие технологии Brocade VCS, новое поколение комм...
Конференция Brocade. 4. Развитие технологии Brocade VCS, новое поколение комм...Конференция Brocade. 4. Развитие технологии Brocade VCS, новое поколение комм...
Конференция Brocade. 4. Развитие технологии Brocade VCS, новое поколение комм...
 
Nexus 7000 Series Innovations: M3 Module, DCI, Scale
Nexus 7000 Series Innovations: M3 Module, DCI, ScaleNexus 7000 Series Innovations: M3 Module, DCI, Scale
Nexus 7000 Series Innovations: M3 Module, DCI, Scale
 
Allied Telesis x610 Series
Allied Telesis x610 SeriesAllied Telesis x610 Series
Allied Telesis x610 Series
 
Designing and deploying converged storage area networks final
Designing and deploying converged storage area networks finalDesigning and deploying converged storage area networks final
Designing and deploying converged storage area networks final
 
Inf net2227 heath
Inf net2227 heathInf net2227 heath
Inf net2227 heath
 
22 - IDNOG03 - Christopher Lim (Mellanox) - Efficient Virtual Network for Ser...
22 - IDNOG03 - Christopher Lim (Mellanox) - Efficient Virtual Network for Ser...22 - IDNOG03 - Christopher Lim (Mellanox) - Efficient Virtual Network for Ser...
22 - IDNOG03 - Christopher Lim (Mellanox) - Efficient Virtual Network for Ser...
 
IP Infusion Application Note for 4G LTE Fixed Wireless Access
IP Infusion Application Note for 4G LTE Fixed Wireless AccessIP Infusion Application Note for 4G LTE Fixed Wireless Access
IP Infusion Application Note for 4G LTE Fixed Wireless Access
 
Ccna 2 chapter 1 2014 v5
Ccna 2 chapter 1 2014 v5Ccna 2 chapter 1 2014 v5
Ccna 2 chapter 1 2014 v5
 
PLNOG 17 - Marek Janik - Sieć dla IXP
PLNOG 17 - Marek Janik - Sieć dla IXPPLNOG 17 - Marek Janik - Sieć dla IXP
PLNOG 17 - Marek Janik - Sieć dla IXP
 
From virtual to high end HW routing for the adult
From virtual to high end HW routing for the adultFrom virtual to high end HW routing for the adult
From virtual to high end HW routing for the adult
 
Reference design for v mware nsx
Reference design for v mware nsxReference design for v mware nsx
Reference design for v mware nsx
 
Examen1ccna3v5.0
Examen1ccna3v5.0Examen1ccna3v5.0
Examen1ccna3v5.0
 
cisco-n3k-c31108tc-v-datasheet.pdf
cisco-n3k-c31108tc-v-datasheet.pdfcisco-n3k-c31108tc-v-datasheet.pdf
cisco-n3k-c31108tc-v-datasheet.pdf
 
cisco-n3k-c31108pc-v-datasheet.pdf
cisco-n3k-c31108pc-v-datasheet.pdfcisco-n3k-c31108pc-v-datasheet.pdf
cisco-n3k-c31108pc-v-datasheet.pdf
 
Introduction to nexux from zero to Hero
Introduction to nexux  from zero to HeroIntroduction to nexux  from zero to Hero
Introduction to nexux from zero to Hero
 
OpenNebula - Mellanox Considerations for Smart Cloud
OpenNebula - Mellanox Considerations for Smart CloudOpenNebula - Mellanox Considerations for Smart Cloud
OpenNebula - Mellanox Considerations for Smart Cloud
 

Mais de Ajeet Singh

Kubernetes Architecture with Components
 Kubernetes Architecture with Components Kubernetes Architecture with Components
Kubernetes Architecture with ComponentsAjeet Singh
 
Deploy the blockchain network using kubernetes ap is on google cloud
Deploy the blockchain network using kubernetes ap is on google cloudDeploy the blockchain network using kubernetes ap is on google cloud
Deploy the blockchain network using kubernetes ap is on google cloudAjeet Singh
 
Setup Kubernetes with flannel on ubuntu platform
Setup Kubernetes with flannel on ubuntu platformSetup Kubernetes with flannel on ubuntu platform
Setup Kubernetes with flannel on ubuntu platformAjeet Singh
 
Network automation concept
Network automation conceptNetwork automation concept
Network automation conceptAjeet Singh
 
Palo Alto Virtual firewall deployment Architecture
Palo Alto Virtual firewall deployment Architecture Palo Alto Virtual firewall deployment Architecture
Palo Alto Virtual firewall deployment Architecture Ajeet Singh
 
Palo Alto Virtual firewall deployment guide on OpenStack Cloud
Palo Alto Virtual firewall deployment guide on OpenStack Cloud  Palo Alto Virtual firewall deployment guide on OpenStack Cloud
Palo Alto Virtual firewall deployment guide on OpenStack Cloud Ajeet Singh
 

Mais de Ajeet Singh (6)

Kubernetes Architecture with Components
 Kubernetes Architecture with Components Kubernetes Architecture with Components
Kubernetes Architecture with Components
 
Deploy the blockchain network using kubernetes ap is on google cloud
Deploy the blockchain network using kubernetes ap is on google cloudDeploy the blockchain network using kubernetes ap is on google cloud
Deploy the blockchain network using kubernetes ap is on google cloud
 
Setup Kubernetes with flannel on ubuntu platform
Setup Kubernetes with flannel on ubuntu platformSetup Kubernetes with flannel on ubuntu platform
Setup Kubernetes with flannel on ubuntu platform
 
Network automation concept
Network automation conceptNetwork automation concept
Network automation concept
 
Palo Alto Virtual firewall deployment Architecture
Palo Alto Virtual firewall deployment Architecture Palo Alto Virtual firewall deployment Architecture
Palo Alto Virtual firewall deployment Architecture
 
Palo Alto Virtual firewall deployment guide on OpenStack Cloud
Palo Alto Virtual firewall deployment guide on OpenStack Cloud  Palo Alto Virtual firewall deployment guide on OpenStack Cloud
Palo Alto Virtual firewall deployment guide on OpenStack Cloud
 

Último

Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 

Último (20)

Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 

vPC techonology for full ha from dc core to baremetel server.

  • 1. I had designed the Leaf-Spine with core deployment in Openstack Cloud Infrastructure. In a vPC topology, all links between the aggregation and access layers are forwarding and are part of a vPC. Gigabit Ethernet connectivity makes use of the FEX concept. Spanning Tree Protocol does not run between the Cisco Nexus 5000 Series Switches and the Cisco Nexus 2000 Series FEXs. Instead, proprietary technology keeps the topology between the Cisco Nexus 5000 Series Switches and the fabric extenders free of loops. Adding vPC to the Cisco Nexus 5000 Series Switches in the access layer allows additional load distribution from the server to the fabric extenders to the Cisco Nexus 5000 Series Switches. An existing Cisco Nexus 7000 Series Switch can be replaced with a Cisco Nexus 9500 platform switch with one exception: Cisco Nexus 9000 Series Switches do not support vPC active-active or two-layer vPC (eVPC) designes. In This Design have full HA from Core to Baremetel Server for cloud Enviorment and weIn This Design have full HA from Core to Baremetel Server for cloud Enviorment and we need to also NICs Bond in Baremetel server ends for vPC.need to also NICs Bond in Baremetel server ends for vPC. vPC Design with Cisco Nexus 9500 Platform in the Core OpenStack Cloud Data CentervPC Design with Cisco Nexus 9500 Platform in the Core OpenStack Cloud Data Center 2K 2K CORE CORE 9508 9508 5K 5K vPCvPC vPCvPC vPC BaremetelBaremetel
  • 2. ConsolidationConsolidation:-:- Most data centers are the result of aconsolidation process that was facilitated by the availability of bandwidth to connect remote locations to centralized data centers. During the consolidation process, enterprises and service providers simplified the network and the storage infrastructure by adopting topologies that take advantage of virtuallocal area networks (VLANs) and the virtual storage area network (VSAN) technology.The same process of simplification is currently happening on the computing nodes. It involves both physical consolidation by means of blade enclosures and server virtuallization at the operating system(OS) level, which makes it possible to run multiple instances of variouss operating systems on the same physical machine. ●● End of the Row and Top of the Rack :-End of the Row and Top of the Rack :- Most existing data centers are deployed according to two design philosophies: End-of-the-row topologies:This topology consists of large, director-class switching devices at the end of each row of servers. End-of-the-row topologies require significant cabling bulk to be carried from all server racks to the network rack. The main advantage of end-of-the-row topologies is the fact that fewer configuration points (switches) control a large number of server port. ●● Top-of-the-rack topologies:-Top-of-the-rack topologies:- This topology consists of one-rack unit (1RU) or 2RU devices at the top or bottom of each server rack, providing server (or blade server) connectivity within each rack and aggregated ba switch at the aggregation layer. Top-of-the-rack topologies are more efficient in terms of cabling because fewer cables are required from each rack to the end-of-the-row switch.
  • 3. On the other hand, top-of-the-rack topologies require more switches than end-of-the-row topologies require for the same number of switch ports,which increases the management Burden. Layer 2 Layer 2 has been well known for its flexibility in providing VLAN access anywhere in the data center. Layer 2 is alsoknown for the potential impact of Layer2 loops. Overall, the benefits of Layer 2 largely outweigh the risk of loops, somost environments today consist of Layer 2 pods or even have multiple pods that are part of the same Layer 2 domain.A Layer 3 boundary is always recommended to connect servers to clients. The placement of the Layer 3 boundarydefines the scale of the Layer2 domain, with the result that the size of Layer 2 domains varies enormously between Customers. ●● All Links Forwarding:-All Links Forwarding:- The next-generation data center provides the ability to use all links in the LAN topology by taking advantage of technologies such as virtual PortChannels (vPCs). VPCs enable full, cross-sectional bandwidth utilization among LANswitches, as well as between servers and LAN switches. ● Server Connectivity at 10 Gigabit Ethernet:- Most rackable servers today include redundant LAN-on-motherboard (LOM/iLO) interfaces for management, anintegrated-lights-out (iLO) standard-based port, and one or more GigabitEthernet interfaces, and redundant host busadapters (HBA). The adoption of 10 Gigabit Ethernet on the server simplifies server configuration by reducing The number of network adapters and providing enough bandwidth for virtualized servers. The data center design can befurther optimized with the use of Fibre Channelover Ethernet (FCoE) to build a unified fabric.Cost-effective 10 Gigabit Ethernet connectivity can be achieved by using copper twinax cabling with Small Form-
  • 4. by using copper twinax cabling with Small Form-Factor Pluggable Plus (SFP+) connectors.A rackable server configured for 10 Gigabit Ethernet connectivity may have an iLO port, a dual- LOM, and a dual-port10 Gigabit Ethernet adapter (for example, a converged network adapter). This adapter would replace multiple QuadGigabit Ethernet adapters and, in case the adapter is also a Cisco Network Adapter, it would also replace an HBA. ●Fabric Extender:- Fabric extender technology simplifies the management of the many LAN switches in the data center by aggregating them in groups of 10 to 12 under the same management entity. In its current implementation, Cisco Nexus 2000 Series Fabric Extenders can be used to provide connectivity across 10 to 12 racks that are all managed from a single switching configuration point, thus bringing together the benefit s of top-of-the-rack and end-of-the-row topologies. Guys Please follow the below config :-Guys Please follow the below config :- version 7.0(2)N1(1) hostname Nexus 5K(Primary) feature telnet cfs ipv4 distribute cfs eth distribute feature ospf feature bgp feature interface-vlan feature hsrp feature lacp feature vpc feature lldp feature fex
  • 5. banner motd #Nexus 6000 Switch # ip domain-lookup ip access-list 10 10 permit ip any any system qos service-policy type qos input fcoe-default-in-policy service-policy type queuing input fcoe-default-in-policy service-policy type queuing output fcoe-default-out-policy service-policy type network-qos fcoe-default-nq-policy fex 1 pinning max-links 1 description "FEX01" fex 2 pinning max-links 1 description "FEX02" fex 3 pinning max-links 1 description "FEX03" vlan 1 vlan7 name SW_MGMT vlan10 name iLO route-map Connected_Subnet permit 10 vrf context management vpc domain 30 peer-switch role priority 50 system-priority 100 peer-keepalive destination 10.x.x.y delay restore 150 auto-recovery
  • 6. interface Vlan1 interface Vlan7 description **** no shutdown ip address ip router ospf 1 area 0.0.0.1 hsrp 50 preempt delay minimum 10 priority 50 timers 1 3 ip (ip Address) interface Vlan10 description **** no shutdown ip address (a.b.c.d) ip router ospf 1 area 0.0.0.1 hsrp 50 preempt delay minimum 10 priority 50 timers 1 3 ip (Floating ip) interface port-channel1 description ***VPC-Peer_Link-*** switchport mode trunk spanning-tree port type network speed 10000 vpc peer-link interface port-channel1 description ****** switchport mode fex-fabric switchport trunk allowed vlan10 fex associate 1 vpc 1
  • 7. interface port-channel2 description ****** switchport mode fex-fabric switchport trunk allowed vlan10 fex associate 2 vpc 2 interface port-channel3 description ****** switchport mode fex-fabric switchport trunk allowed vlan10 fex associate 3 vpc 3 interface Ethernet1/1 description ****** switchport mode fex-fabric switchport trunk allowed vlan10 fex associate 1 Channel-group 1 interface Ethernet1/2 description ****** switchport mode fex-fabric switchport trunk allowed vlan10 fex associate 2 channel-group 2 interface Ethernet1/3 description ****** switchport mode fex-fabric switchport trunk allowed vlan10 fex associate 3 channel-group 3
  • 8. interface Ethernet1/25 description ****** switchport mode trunk channel-group 1 mode active interface Ethernet1/26 description ****** switchport mode trunk channel-group 1 mode active interface Ethernet1/48 description ****** no switchport ip address e.f.g.h/30 ip ospf network point-to-point ip router ospf 1 area 0.0.0.1 interface mgmt0 vrf member management interface Ethernet101/1/1 description ****** switchport access vlan 3 interface Ethernet101/1/2 description ****** switchport access vlan 3 interface Ethernet101/1/3 description ****** switchport access vlan7 line console line vty boot kickstart bootflash:/n6000-uk9-kickstart.7.0.2.N1.1.bin boot system bootflash:/n6000-uk9.7.0.2.N1.1.bin router ospf 1 redistribute direct route-map Connected_Subnet poap transit
  • 9. version 7.0(1)N1(1) hostname Nexus 5k (Secondary)hostname Nexus 5k (Secondary) feature telnet cfs eth distribute feature ospf feature bgp feature interface-vlan feature hsrp feature lacp feature vpc feature lldp feature fex banner motd #Nexus 6000 Switch # ip domain-lookup ip access-list 10 10 permit ip any any fex 1 pinning max-links 1 description "FEX01" fex 2 pinning max-links 1 description "FEX02" fex 3 pinning max-links 1 description "FEX03" vlan 1 vlan7 name ***SWITCH-MGMT*** Vlan10 name ******
  • 10. route-map Connected_subnet permit 10 vrf context management vpc domain 30 role priority 100 system-priority 100 peer-keepalive destination (VPC Peer IP) delay restore 150 Auto-recovery interface Vlan1 interface Vlan7 description **SW-MGMT** no shutdown ip address X.Y.Z.Z/24 ip router ospf 1 area 0.0.0.1 hsrp 50 preempt delay minimum 10 priority 30 timers 1 3 ip (Floating IP) interface Vlan10 description **** no shutdown ip address A.B.C.D/23 ip router ospf 1 area 0.0.0.1 hsrp 50 preempt delay minimum 10 priority 30 timers 1 3 ip (Floating IP) interface port-channel1 description ***VPC-PAIRLINK-*** switchport mode trunk spanning-tree port type network Speed 10000 vpc peer-link
  • 11. interface port-channel1 description ****** switchport mode fex-fabric switchport trunk allowed vlan10 fex associate 1 vpc 1 interface port-channel2 description ****** switchport mode fex-fabric switchport trunk allowed vlan10 fex associate 2 Vpc 2 interface port-channel3 description ****** switchport mode fex-fabric switchport trunk allowed vlan10 fex associate 3 vpc 3 interface Ethernet1/1 description ****** switchport mode fex-fabric switchport trunk allowed vlan10 fex associate 1 Channel-group 1 interface Ethernet1/2 description ****** switchport mode fex-fabric switchport trunk allowed vlan10 fex associate 2 channel-group 2
  • 12. interface Ethernet1/3 description ****** switchport mode fex-fabric switchport trunk allowed vlan10 fex associate 3 Channel-group 3 interface Ethernet1/25 description ****** switchport mode trunk channel-group 1 mode active interface Ethernet1/26 description ****** switchport mode trunk channel-group 1 mode active interface Ethernet1/48 description ****** no switchport ip address A>B>C>D/30 ip ospf network point-to-point ip router ospf 1 area 0.0.0.1 interface mgmt0 vrf member management line console line vty boot kickstart bootflash:/n6000-uk9-kickstart.7.0.1.N1.1.bin boot system bootflash:/n6000-uk9.7.0.1.N1.1.bin router ospf 1 redistribute direct route-map Connected_subnet poap transit
  • 13. Thank You Guys for Visit my refer GuideThank You Guys for Visit my refer Guide Cheers, Ajeet Singh Contact No:- +91 992039357 Linkedin:-https://in.linkedin.com/pub/ajeet-singh/3a/b42/895 Twitter:-@ajeet0537 Blog:-https://ajeets1.blogspot.in Facebook:-https://www.facebook.com/Technical.Rapiist