SlideShare a Scribd company logo
1 of 48
© 2013 Cisco and/or its affiliates. All rights reserved.
Cisco Nexus 5000 Layer 3 Switching
© 2013 Cisco and/or its affiliates. All rights reserved.
Objectives
• Describe Layer 3 unicast routing
• EIGRP Fundamentals
• EIGRP Hardware
• NX-OS vs IOS
• Bidirectional Forwarding Detection
• Layer 3 Virtualization
Spot the differences
© 2013 Cisco and/or its affiliates. All rights reserved.
Layer 3 Unicast Routing Overview
© 2013 Cisco and/or its affiliates. All rights reserved.
Layer 3 Unicast Routing: Unicast RIB
Unicast RIB maintains routing table on Layer 3 Engine:
• Contains: directly connected routes, static routes, and routes learned
from dynamic unicast routing protocols
© 2013 Cisco and/or its affiliates. All rights reserved.
EIGRP Fundamentals
© 2013 Cisco and/or its affiliates. All rights reserved.
• Flexible network design
• Multicast and unicast instead of broadcast 

address
• Support for VLSM and discontiguous subnets
• Manual summarization at any point in the 

internetwork
• Advanced distance vector
• Rapid convergence
• 100% loop-free classless routing
• Easy configuration
• Incremental updates
• Load balancing across equal- 

cost pathways


EIGRP Overview
© 2013 Cisco and/or its affiliates. All rights reserved.
Reliable Transport Protocol
The Reliable Transport Protocol includes the following message types:
• Hello—Used for neighbor discovery and recovery. By default, EIGRP sends a
periodic multicast hello message on the local network at the configured
hello interval. By default, the hello interval is 5 seconds.
• Acknowledgement—Verifies reliable reception of Updates, Queries, and
Replies.
• Updates—Sends to affected neighbors when routing information changes.
Updates include the route destination, address mask, and route metrics
such as delay and bandwidth. The update information is stored in the
EIGRP topology table.
• Queries and Replies—Sent as necessary as part of the Diffusing Update
Algorithm used by EIGRP.
© 2013 Cisco and/or its affiliates. All rights reserved.
Diffusing Update Algorithm (DUAL)
The Diffusing Update Algorithm (DUAL) calculates the routing information based
on the destination networks in the topology table. The topology table includes
the following information:
• IPv4 address/mask—The network address and network mask for this
destination.
• Successors—The IP address and local interface connection for all feasible
successors or neighbors that advertise a shorter distance to the destination
than the current feasible distance.
• Feasibility distance (FD)—The lowest calculated distance to the destination.
The feasibility distance is the sum of the advertised distance from a
neighbor plus the cost of the link to that neighbor.
© 2013 Cisco and/or its affiliates. All rights reserved.
Internal Route Metrics
Internal routes are routes that occur between neighbors within the same EIGRP
autonomous system. These routes have the following metrics:
• Next hop—The IP address of the next-hop router.
• Delay—The sum of the delays configured on the interfaces that make up the
route to the destination network. Configured in tens of microseconds.
• Bandwidth—The calculation from the lowest configured bandwidth on an
interface that is part of the route to the destination.
• MTU—The smallest maximum transmission unit value along the route to the
destination.
• Reliability—An indication of the reliability of the links to the destination.
• Load—An indication of how much traffic is on the links to the destination.
By default, EIGRP uses the bandwidth and delay metrics to calculate the
distance to the destination. You can modify the metric weights to include the
other metrics in the calculation.
© 2013 Cisco and/or its affiliates. All rights reserved.
Composite Metric Calculation
© 2013 Cisco and/or its affiliates. All rights reserved.
External Route Metrics
External routes are routes that occur between neighbors in different EIGRP
autonomous systems. These routes have the following metrics:
• Next hop—The IP address of the next-hop router.
• Router ID—The router ID of the router that redistributed this route into EIGRP.
• AS Number—The autonomous system number of the destination.
• Protocol ID—A code that represents the routing protocol that learned the
destination route.
• Tag—An arbitrary tag that can be used for route maps.
• Metric—The route metric for this route from the external routing protocol.
© 2013 Cisco and/or its affiliates. All rights reserved.
EIGRP Hello Packets
• Two routers become neighbors when they see the hello packet of the other
router.
- Hello address = 224.0.0.10
• EIGRP does not form neighbors if K values are mismatched.
• EIGRP does not form neighbors if autonomous system numbers are
mismatched.
© 2013 Cisco and/or its affiliates. All rights reserved.
EIGRPAdjacency Establishment Conditions
• EIGRP forms neighbors, even if hello time and hold time do not match.
• EIGRP transmits hello packets from the primary address of the interface.
• The neighbor declared dead when no EIGRP packets are received within the
hold interval.
© 2013 Cisco and/or its affiliates. All rights reserved.
EIGRP Retransmission Policy
• The router keeps a neighbor list and a retransmission list for every neighbor.
• Each reliable packet (update, query, reply) is retransmitted when the packet
is not acknowledged.
• A neighbor relationship is reset when the retry limit (16) for reliable packets is
reached.
• Retransmission occurs each time the RTO is reached.
© 2013 Cisco and/or its affiliates. All rights reserved.
EIGRP Transport Mechanism
• EIGRP transport has a window size of one 

(stop-and-wait mechanism).
- Each reliable packet needs to be acknowledged before the next
sequenced packet can be sent.
- If one or more peers are slow in acknowledging, all other peers suffer.
• Solution: The nonacknowledged multicast packet is retransmitted as a
unicast to the slow neighbor.
© 2013 Cisco and/or its affiliates. All rights reserved.
Initial Route Discovery
© 2013 Cisco and/or its affiliates. All rights reserved.
EIGRP Hardware
© 2013 Cisco and/or its affiliates. All rights reserved.
Nexus 5500 Layer 3 Licence
• Layer 3 Base license
• Included with daughter card / expansion module purchase
• Installation required
• SVIs, L3 routed ports on non-FEX interfaces, routed ACLs and uRPF
• Static Routing, RIPv2, OSPFv2, EIGRP-stub
• HSRP, VRRP
• IGMP v2/v3, PIMv2
• Maximum 256 non-connected OSPF routes
• Layer 3 Enterprise license
• Layer 3 Base license must be present
• Full EIGRP, BGP
• VRF-Lite
© 2013 Cisco and/or its affiliates. All rights reserved.
Nexus 5500 Layer 3 Support
© 2013 Cisco and/or its affiliates. All rights reserved.
!
Nexus 5500 Layer 3 Hardware
© 2013 Cisco and/or its affiliates. All rights reserved.
NX-OS vs IOS
!
Spot the differences
© 2013 Cisco and/or its affiliates. All rights reserved.
Important Cisco NX-OS and Cisco IOS Software
Differences
• EIGRP command-line interface (CLI) configuration not available until
you enable the EIGRP feature with the feature eigrp command.
• Only the Internet Protocol (IP) is supported. Cisco IOS Software
supports IP, IPX, and Appletalk.
• The EIGRP instance can consist of 20 characters. Cisco IOS Software
supports numbers 1- 65536.
• Eight equal-cost paths are supported by default; Cisco NX-OS
supports up to sixteen.
• Unequal cost load balancing is not supported.
• Route auto-summarization is disabled by default and cannot be
manually configured.
• Networks and interfaces are added to an EIGRP instance under the
interface configuration mode.
© 2013 Cisco and/or its affiliates. All rights reserved.
Important Cisco NX-OS and Cisco IOS Software
Differences
• If a router ID is not manually configured, the loopback 0 IP address is
always preferred. If loopback 0 does not exist, Cisco NX-OS selects the
IP address for the first loopback interface in the configuration. If no
loopback interfaces exist, Cisco NX-OS selects the IP address for the
first physical interface in the configuration.
• A default route can be generated with the default-information originate
command under the EIGRP instance, whereas Cisco IOS Software
requires additional CLI commands to achieve similar results.
• When interface authentication is configured, the EIGRP key is encrypted
with Data Encryption Standard 3 (3DES) in the configuration. Cisco IOS
Software requires the service password command.
• The neighbor command under an EIGRP routing instance is not supported
at this time, as it shouldn’t be required for Ethernet network topologies.
© 2013 Cisco and/or its affiliates. All rights reserved.
Things to be aware of
! ▪! Four EIGRP instances can be configured per virtual device context (VDC).!
! ▪! Numerous Virtual Route Forwarding (VRF) instances can be associated with an
EIGRP instance.!
! ▪! If the feature eigrp command is removed, all relevant EIGRP configuration
information is also removed.!
! ▪! The shutdown command can be used to gracefully disable an EIGRP instance while
retaining the configuration. This feature can also be applied per interface with the ip
eigrp <instance> shutdown command.!
! ▪! An EIGRP instance can be restarted with the restart eigrp <instance> Exec
command.!
! ▪! Graceful restart is enabled by default (It needs to be enabled in order to perform an
ISSU upgrade).!
! ▪! Multiple EIGRP instances can be configured on the same interface.!
! ▪! Secondary IP addresses are advertised by default and cannot be suppressed per
interface.!
! ▪! The show running-config eigrp command displays the current EIGRP
configuration.!
! ▪! EIGRP supports Bidirectional Forwarding Detection (BFD), which can be configured
to reduce network convergence time to less than one second.
© 2013 Cisco and/or its affiliates. All rights reserved.
Configuration Comparison
Enabling the EIGRP Feature
IOS No ability to enable or disable EIGRP.
NX-OS feature eigrp
Configuring an EIGRP Instance and Router ID
IOS router eigrp 10
eigrp router-id 192.168.1.1
NX-OS router eigrp 10
router-id 192.168.1.1
© 2013 Cisco and/or its affiliates. All rights reserved.
Configuration Comparison
Associating a Network with an EIGRP Instance
IOS router eigrp 10
network 192.168.10.0
NX-OS interface Ethernet2/1
ip address 192.168.10.1/24
ip router eigrp 10
Configuring a Passive Interface
IOS router eigrp 10
network 192.168.10.0 passive-interface GigabitEthernet2/1
NX-OS interface Ethernet2/1
ip address 192.168.10.1/24
ip router eigrp 10
ip passive-interface eigrp 10
© 2013 Cisco and/or its affiliates. All rights reserved.
Configuration Comparison
Configuring Interface Authentication (MD5)
IOS key chain eigrp-key
key 1 key-string cisco123


interface GigabitEthernet2/1
ip address 192.168.10.1 255.255.255.0
ip authentication mode eigrp 10 md5 ip authentication key-
chain eigrp 10 eigrp-key
!NX-OS key chain eigrp-key
key 1 key-string 7 070c285f4d06485744


interface Ethernet2/1
ip address 192.168.10.1/24
ip router eigrp 10
ip authentication mode eigrp 10 md5
ip authentication key-chain eigrp 10 eigrp-key
© 2013 Cisco and/or its affiliates. All rights reserved.
Configuration Comparison
Configuring an EIGRP Distribution List to Filter Routes
IOS ip prefix-list eigrp-10-list seq 5 permit 159.142.1.0/24


router eigrp 10 network 192.168.10.0 distribute-list prefix
eigrp-10-list out GigabitEthernet2/1
!
NX-OS ip prefix-list eigrp-10-list seq 5 permit 159.142.1.0/24


interface Ethernet2/1
ip address 192.168.10.1/24
ip router eigrp 10
ip distribute-list eigrp 10 prefix-list eigrp-10-list out
!
© 2013 Cisco and/or its affiliates. All rights reserved.
Configuration Comparison
Configuring Route Summarization
IOS ip interface GigabitEthernet2/1
ip address 192.168.10.1 255.255.255.0
ip summary-address eigrp 10 159.142.0.0 255.255.0.0 5
!
NX-OS interface Ethernet2/1
ip address 192.168.10.1/24
ip router eigrp 10
ip summary-address eigrp 10 159.142.0.0/16
!
!
© 2013 Cisco and/or its affiliates. All rights reserved.
Configuration Comparison
Configuring Route Redistribution (Permit all Static Routes)
IOS router eigrp 10
redistribute static
!
NX-OS router eigrp 10
redistribute static route-map static-to-eigrp


route-map static-to-eigrp permit 10
!
!
© 2013 Cisco and/or its affiliates. All rights reserved.
Configuration Comparison
Configuring a VRF Instance for EIGRP Routing
IOS router eigrp 10
address-family ipv4 vrf customer-a autonomous-system 20
!
NX-OS router eigrp 10
vrf customer-a
autonomous-system 20
© 2013 Cisco and/or its affiliates. All rights reserved.
Redistribution in NX-OS
Redistribution works differently in NX-OS
• Redistribution can only be accomplished with a Route-Map
NX-OS will not let you do an uncontrolled redistribution as you can with
IOS. (This is a good thing)
• Redistribution does not include interfaces.
When redistributing between two protocols, we will get two types
information redistributed
1. Route known to that protocol and used in the routing table
2. Prefixes associated with any connected interfaces running the
routing protocol
© 2013 Cisco and/or its affiliates. All rights reserved.
Redistribution Example - IOS
Redistribution of EIGRP into OSPF
would result in 3 External routes
being learned by R3
1. Subnet A would be learned because
it was a part of the EIGRP Routing
table
2. Subnet B and C would be learned
because they are connected
interfaces running EIGRP
Subnet A
Subnet B
Subnet C
EIGRP
OSPF
Subnet D
R1
R2
R3
© 2013 Cisco and/or its affiliates. All rights reserved.
Redistribution Example - NX-OS
Redistribution of EIGRP into OSPF
would result in 3 External routes
being learned by R3
1. Subnet A would be learned because
it was a part of the EIGRP Routing
table
!
In order to get all the subnets into
OSPF you will need the redistribute
direct command in addition to the
redistribute EIGRP command
Subnet A
Subnet B
Subnet C
EIGRP
OSPF
Subnet D
R1
R2
R3
© 2013 Cisco and/or its affiliates. All rights reserved.
Management and Troubleshooting Commands
N5K# show ip eigrp topology detail-links vrf 100
IP-EIGRP Topology Table for AS(1)/ID(31.1.1.1) VRF 100 Codes:
P - Passive, A - Active, U - Update, Q - Query, R - Reply,
r - reply Status, s - sia Status

P 11.0.15.0/30, 5 successors, FD is 768, serno 603 via
11.0.9.2 (768/320), Ethernet1/16.100

via 11.0.6.2 (768/320), Ethernet1/13.100

via 11.0.21.2 (768/320), Ethernet1/1.100

via 11.0.22.2 (768/320), Ethernet1/2.100

via 11.0.8.2 (768/320), Ethernet1/15.100

via 11.0.10.2 (1024/768), port-channel10.100
<...>

show ip eigrp [<instance>]

show ip eigrp accounting

show ip eigrp interfaces [detail]

show ip eigrp neighbors [detail]

show ip eigrp route

show ip eigrp route-map statistics redistribute <protocol>
show ip eigrp topology

show ip eigrp traffic

show ip eigrp vrf
© 2013 Cisco and/or its affiliates. All rights reserved.
ECMP Load-Balancing Hash
• Layer 3 hash
• Layer 3 and 4 hash
• Dest-addr hash
• Dest-addr-port hash
Up to 16 Paths
10.1.1.0
© 2013 Cisco and/or its affiliates. All rights reserved.
Bidirectional Forwarding Detection
© 2013 Cisco and/or its affiliates. All rights reserved.
BFD Operation
EIGRP Neighbors
BFD Neighbors
X
10.1.1.0/24
10.1.2.1/24 10.1.2.2/24
10.1.3.0/24
© 2013 Cisco and/or its affiliates. All rights reserved.
Configuring BFD
• Before enabling BFD, the address-identical IDS check has to be disabled
to allow the switch to accept BFD echo packets:
- BFD echo packets are sent with the local IP address as the source and
destination IP address.
!
!
!
!
!
• Enable BFD globally using the feature bfd command:
- ICMP redirects need to be disabled on any interface that uses BFD.
N5K(config)# feature bfd
Please disable the ICMP redirects on all interfaces
running BFD sessions using the command below
!
'no ip redirects '
N5K(config)# feature bfd 



BFD Feature could not be enabled. 



Please disable the address-identical IDS check for 

BFD Echo to be operational using the configuration 

command given below in the default VDC. 



'no hardware ip verify address identical’
© 2013 Cisco and/or its affiliates. All rights reserved.
Configuring BFD (Cont.)
After BFD has been enabled globally it has to be enabled for a specific
Layer 3 control protocol:
N5K(config)# router eigrp 1
N5K(config-router)# bfd
N5K(config)# int vlan 10
N5K(config-if)# no ip redirects
N5K(config-if)# hsrp bfd
• The following example enables BFD for all interfaces that participate in
a specific EIGRP process.
• The following example enables BFD for all HSRP groups on an
interface.
© 2013 Cisco and/or its affiliates. All rights reserved.
Verifying BFD
To verify BFD neighbor status, use the show bfd neighbor command.
N5K# show bfd neighbors details
!
OurAddr NeighAddr LD/RD RH/RS Holdown(mul
t) State Int Vrf
10.1.10.1 10.1.10.2 1107296257/1107296257 Up 4757(3)
Up Vlan10 default
!
Session state is Up and using echo function with 50 ms interval
Local Diag: 0, Demand mode: 0, Poll bit: 0
MinTxInt: 50000 us, MinRxInt: 2000000 us, Multiplier: 3
Received MinRxInt: 2000000 us, Received Multiplier: 3
Holdown (hits): 6000 ms (0), Hello (hits): 2000 ms (1058)
Rx Count: 971, Rx Interval (ms) min/max/avg: 716/23723/1914 last: 1242 ms ago
Tx Count: 1058, Tx Interval (ms) min/max/avg: 1757/1757/1757 last: 181 ms ago
Registered protocols: hsrp_engine
Uptime: 0 days 0 hrs 28 mins 26 secs
Last packet: Version: 1 - Diagnostic: 0
State bit: Up - Demand bit: 0
Poll bit: 0 - Final bit: 0
Multiplier: 3 - Length: 24
My Discr.: 1107296257 - Your Discr.: 1107296257
Min tx interval: 50000 - Min rx interval: 2000000
Min Echo interval: 50000
Hosting LC: 1, Down reason: None, Reason not-hosted: None
© 2013 Cisco and/or its affiliates. All rights reserved.
Layer 3 Virtualization
© 2013 Cisco and/or its affiliates. All rights reserved.
Virtual Routing and Forwarding
• VRF virtualizes the IP routing control and data plane functions inside a
router or Layer 3 switch.
• VRFs are used to build Layer 3 VPNs.
• A VRF consists of the following:
- A subset of the router interfaces
- A routing table or RIB
- Associated forwarding data structures or FIB
- Associated routing protocol instances
© 2013 Cisco and/or its affiliates. All rights reserved.
VRF Configuration
• VRFs can be created in the default VDC or any non-default VDC.
• VRFs in different VDCs are completely independent.
• To configure a VRF, perform the following steps:
- Create the VRF.
- Assign Layer 3 interfaces to the VRF.
!
!
!
!
!
Note: When an interface is assigned to a VRF, any existing Layer 3
configuration is removed.
N5K(config)# vrf context PRODUCTION
N5K(config-vrf)#
!
N5K(config)# interface vlan 10
N5K(config-if)# vrf member PRODUCTION
N5K(config-if)# ip address 10.10.10.1/24
© 2013 Cisco and/or its affiliates. All rights reserved.
VRF Configuration (Cont.)
Static routes for a VRF are configured in VRF configuration mode.
The following example shows how to configure a static route for a VRF and
verify its presence in the VRF routing table.
N5K(config)# vrf context TEST
N5K(config-vrf)# ip route 10.0.0.0/8 172.16.1.1
N5K(config-vrf)# show ip route vrf TEST
IP Route Table for VRF "TEST"
'*' denotes best ucast next-hop
'**' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
!
10.0.0.0/8, ubest/mbest: 1/0
*via 172.16.1.1, Vlan11, [1/0], 00:00:53, static
172.16.1.0/24, ubest/mbest: 1/0, attached
*via 172.16.1.2, Vlan11, [0/0], 00:00:54, direct
172.16.1.2/32, ubest/mbest: 1/0, attached
*via 172.16.1.2, Vlan11, [0/0], 00:00:54, local
© 2013 Cisco and/or its affiliates. All rights reserved.
VRF Configuration (Cont.)
To enable a routing process for the VRF, the VRF must be associated with
the routing protocol.
The following example shows how to configure OSPF for a VRF.
N5K(config)# vrf context GUESTS
!
N5K(config)# router ospf 1
N5K(config-router)# vrf GUESTS
N5K(config-router-vrf)#
!
N5K(config)# interface vlan 10
N5K(config-if)# vrf member GUESTS
N5K(config-if)# ip address 10.10.10.1/24
N5K(config-if)# ip router ospf 1 area 37
© 2013 Cisco and/or its affiliates. All rights reserved.
VRF Configuration (Cont.)
The following example shows how to configure EIGRP for a VRF.
!
!
!
!
!
!
!
Note: EIGRP for a VRF inherits the autonomous system indicated in the
process tag, unless a separate autonomous system number is configured
for the VRF.
N5K(config)# vrf context VOICE
!
N5K(config)# router eigrp 1
N5K(config-router)# vrf VOICE
N5K(config-router-vrf)# autonomous-system 200
!
N5K(config)# interface vlan 10
N5K(config-if)# vrf member VOICE
N5K(config-if)# ip address 10.10.10.1/24
N5K(config-if)# ip router eigrp 1
© 2013 Cisco and/or its affiliates. All rights reserved.
Thank you.

More Related Content

What's hot

What’s New in Assure MIMIX 10
What’s New in Assure MIMIX 10What’s New in Assure MIMIX 10
What’s New in Assure MIMIX 10Precisely
 
Trends in next-generation data center interconnects (DCI)
Trends in next-generation data center interconnects (DCI)Trends in next-generation data center interconnects (DCI)
Trends in next-generation data center interconnects (DCI)ADVA
 
Cisco Identity Services Engine (ISE)
Cisco Identity Services Engine (ISE)Cisco Identity Services Engine (ISE)
Cisco Identity Services Engine (ISE)Anwesh Dixit
 
Cloud Access Security Brokers - CASB
Cloud Access Security Brokers - CASB Cloud Access Security Brokers - CASB
Cloud Access Security Brokers - CASB Samrat Das
 
From Cisco ACS to ISE
From Cisco ACS to ISE From Cisco ACS to ISE
From Cisco ACS to ISE Mahzad Zahedi
 
Cisco Firepower Next-Generation Firewall (NGFW).pdf
Cisco Firepower Next-Generation Firewall (NGFW).pdfCisco Firepower Next-Generation Firewall (NGFW).pdf
Cisco Firepower Next-Generation Firewall (NGFW).pdfTaherAzzam2
 
A Better Architecture for Hybrid WAN - VeloCloud
A Better Architecture for Hybrid WAN - VeloCloudA Better Architecture for Hybrid WAN - VeloCloud
A Better Architecture for Hybrid WAN - VeloCloudVeloCloud Networks, Inc.
 
IBM z/OS Communications Server z/OS Encryption Readiness Technology (zERT)
IBM z/OS Communications Server z/OS Encryption Readiness Technology (zERT)IBM z/OS Communications Server z/OS Encryption Readiness Technology (zERT)
IBM z/OS Communications Server z/OS Encryption Readiness Technology (zERT)zOSCommserver
 
IBM MQ - What's new in 9.2
IBM MQ - What's new in 9.2IBM MQ - What's new in 9.2
IBM MQ - What's new in 9.2David Ware
 
Cisco Catalyst 6500 Technical Deep Dive.pdf
Cisco Catalyst 6500 Technical Deep Dive.pdfCisco Catalyst 6500 Technical Deep Dive.pdf
Cisco Catalyst 6500 Technical Deep Dive.pdfjuergenJaeckel
 
CCNA 2 Routing and Switching v5.0 Chapter 5
CCNA 2 Routing and Switching v5.0 Chapter 5CCNA 2 Routing and Switching v5.0 Chapter 5
CCNA 2 Routing and Switching v5.0 Chapter 5Nil Menon
 
Palo Alto Networks: Protection for Security & Compliance
Palo Alto Networks: Protection for Security & CompliancePalo Alto Networks: Protection for Security & Compliance
Palo Alto Networks: Protection for Security & ComplianceAmazon Web Services
 
security-reference-architecture.pdf
security-reference-architecture.pdfsecurity-reference-architecture.pdf
security-reference-architecture.pdfJoniGarcia9
 
Introducing the FSP 3000 OpenFabric1200™
Introducing the FSP 3000 OpenFabric1200™Introducing the FSP 3000 OpenFabric1200™
Introducing the FSP 3000 OpenFabric1200™ADVA
 
Cisco Live! :: Introduction to IOS XR for Enterprises and Service Providers
Cisco Live! :: Introduction to IOS XR for Enterprises and Service ProvidersCisco Live! :: Introduction to IOS XR for Enterprises and Service Providers
Cisco Live! :: Introduction to IOS XR for Enterprises and Service ProvidersBruno Teixeira
 

What's hot (20)

What’s New in Assure MIMIX 10
What’s New in Assure MIMIX 10What’s New in Assure MIMIX 10
What’s New in Assure MIMIX 10
 
Trends in next-generation data center interconnects (DCI)
Trends in next-generation data center interconnects (DCI)Trends in next-generation data center interconnects (DCI)
Trends in next-generation data center interconnects (DCI)
 
Cisco Identity Services Engine (ISE)
Cisco Identity Services Engine (ISE)Cisco Identity Services Engine (ISE)
Cisco Identity Services Engine (ISE)
 
Cloud Access Security Brokers - CASB
Cloud Access Security Brokers - CASB Cloud Access Security Brokers - CASB
Cloud Access Security Brokers - CASB
 
From Cisco ACS to ISE
From Cisco ACS to ISE From Cisco ACS to ISE
From Cisco ACS to ISE
 
Cisco Firepower Next-Generation Firewall (NGFW).pdf
Cisco Firepower Next-Generation Firewall (NGFW).pdfCisco Firepower Next-Generation Firewall (NGFW).pdf
Cisco Firepower Next-Generation Firewall (NGFW).pdf
 
A Better Architecture for Hybrid WAN - VeloCloud
A Better Architecture for Hybrid WAN - VeloCloudA Better Architecture for Hybrid WAN - VeloCloud
A Better Architecture for Hybrid WAN - VeloCloud
 
ISE-802.1X-MAB
ISE-802.1X-MABISE-802.1X-MAB
ISE-802.1X-MAB
 
SD WAN
SD WANSD WAN
SD WAN
 
Fortinet k
Fortinet kFortinet k
Fortinet k
 
IBM z/OS Communications Server z/OS Encryption Readiness Technology (zERT)
IBM z/OS Communications Server z/OS Encryption Readiness Technology (zERT)IBM z/OS Communications Server z/OS Encryption Readiness Technology (zERT)
IBM z/OS Communications Server z/OS Encryption Readiness Technology (zERT)
 
IBM MQ - What's new in 9.2
IBM MQ - What's new in 9.2IBM MQ - What's new in 9.2
IBM MQ - What's new in 9.2
 
Cisco Catalyst 6500 Technical Deep Dive.pdf
Cisco Catalyst 6500 Technical Deep Dive.pdfCisco Catalyst 6500 Technical Deep Dive.pdf
Cisco Catalyst 6500 Technical Deep Dive.pdf
 
CCNA 2 Routing and Switching v5.0 Chapter 5
CCNA 2 Routing and Switching v5.0 Chapter 5CCNA 2 Routing and Switching v5.0 Chapter 5
CCNA 2 Routing and Switching v5.0 Chapter 5
 
Palo Alto Networks: Protection for Security & Compliance
Palo Alto Networks: Protection for Security & CompliancePalo Alto Networks: Protection for Security & Compliance
Palo Alto Networks: Protection for Security & Compliance
 
WLAN Design for Location
WLAN Design for LocationWLAN Design for Location
WLAN Design for Location
 
IP Routing on z/OS
IP Routing on z/OSIP Routing on z/OS
IP Routing on z/OS
 
security-reference-architecture.pdf
security-reference-architecture.pdfsecurity-reference-architecture.pdf
security-reference-architecture.pdf
 
Introducing the FSP 3000 OpenFabric1200™
Introducing the FSP 3000 OpenFabric1200™Introducing the FSP 3000 OpenFabric1200™
Introducing the FSP 3000 OpenFabric1200™
 
Cisco Live! :: Introduction to IOS XR for Enterprises and Service Providers
Cisco Live! :: Introduction to IOS XR for Enterprises and Service ProvidersCisco Live! :: Introduction to IOS XR for Enterprises and Service Providers
Cisco Live! :: Introduction to IOS XR for Enterprises and Service Providers
 

Similar to EIGRP NXOS vs IOS Differences

Routing Protocols and Concepts: Ch9 - EIGRP
Routing Protocols and Concepts: Ch9 - EIGRPRouting Protocols and Concepts: Ch9 - EIGRP
Routing Protocols and Concepts: Ch9 - EIGRPAbdelkhalik Mosa
 
Final Presentation on the Network layer
Final Presentation on the Network layerFinal Presentation on the Network layer
Final Presentation on the Network layerZee Haak
 
Eigrp Summary (Ccna4.Com)
Eigrp Summary  (Ccna4.Com)Eigrp Summary  (Ccna4.Com)
Eigrp Summary (Ccna4.Com)CCNAResources
 
EIGRP interview questions and answers part 1
EIGRP interview questions and answers part 1EIGRP interview questions and answers part 1
EIGRP interview questions and answers part 1NetworKingStudy
 
EIGRP (enhanced interior gateway routing protocol)
EIGRP (enhanced interior gateway routing protocol)EIGRP (enhanced interior gateway routing protocol)
EIGRP (enhanced interior gateway routing protocol)Netwax Lab
 
CCNA3 Verson6 Chapter6
CCNA3 Verson6 Chapter6CCNA3 Verson6 Chapter6
CCNA3 Verson6 Chapter6Chaing Ravuth
 
CCNP v6 Route: Implementing IP Routing Chapter 2
CCNP v6 Route: Implementing IP Routing Chapter 2CCNP v6 Route: Implementing IP Routing Chapter 2
CCNP v6 Route: Implementing IP Routing Chapter 2Andy Juan Sarango Veliz
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 6
CCNA (R & S) Module 04 - Scaling Networks - Chapter 6CCNA (R & S) Module 04 - Scaling Networks - Chapter 6
CCNA (R & S) Module 04 - Scaling Networks - Chapter 6Waqas Ahmed Nawaz
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 7
CCNA (R & S) Module 04 - Scaling Networks - Chapter 7CCNA (R & S) Module 04 - Scaling Networks - Chapter 7
CCNA (R & S) Module 04 - Scaling Networks - Chapter 7Waqas Ahmed Nawaz
 
Eigrp frequently asked questions
Eigrp frequently asked questionsEigrp frequently asked questions
Eigrp frequently asked questionsIT Tech
 
Enhanced Interior Gateway Routing Protocol (EIGRP) || NETWORK PROTOCOL
Enhanced Interior Gateway Routing Protocol (EIGRP) || NETWORK PROTOCOLEnhanced Interior Gateway Routing Protocol (EIGRP) || NETWORK PROTOCOL
Enhanced Interior Gateway Routing Protocol (EIGRP) || NETWORK PROTOCOLNutan Singh
 
Routing Protocol in detail
Routing Protocol in detailRouting Protocol in detail
Routing Protocol in detailDil_E_Dastan
 

Similar to EIGRP NXOS vs IOS Differences (20)

Eigrp.ppt
Eigrp.pptEigrp.ppt
Eigrp.ppt
 
Routing Protocols and Concepts: Ch9 - EIGRP
Routing Protocols and Concepts: Ch9 - EIGRPRouting Protocols and Concepts: Ch9 - EIGRP
Routing Protocols and Concepts: Ch9 - EIGRP
 
Final Presentation on the Network layer
Final Presentation on the Network layerFinal Presentation on the Network layer
Final Presentation on the Network layer
 
6978106.ppt
6978106.ppt6978106.ppt
6978106.ppt
 
Eigrp new
Eigrp newEigrp new
Eigrp new
 
Eigrp Summary (Ccna4.Com)
Eigrp Summary  (Ccna4.Com)Eigrp Summary  (Ccna4.Com)
Eigrp Summary (Ccna4.Com)
 
CCNA part 6 igrp,ospf,eigrp
CCNA part 6 igrp,ospf,eigrpCCNA part 6 igrp,ospf,eigrp
CCNA part 6 igrp,ospf,eigrp
 
EIGRP interview questions and answers part 1
EIGRP interview questions and answers part 1EIGRP interview questions and answers part 1
EIGRP interview questions and answers part 1
 
EIGRP (enhanced interior gateway routing protocol)
EIGRP (enhanced interior gateway routing protocol)EIGRP (enhanced interior gateway routing protocol)
EIGRP (enhanced interior gateway routing protocol)
 
CCNA3 Verson6 Chapter6
CCNA3 Verson6 Chapter6CCNA3 Verson6 Chapter6
CCNA3 Verson6 Chapter6
 
CCNP v6 Route: Implementing IP Routing Chapter 2
CCNP v6 Route: Implementing IP Routing Chapter 2CCNP v6 Route: Implementing IP Routing Chapter 2
CCNP v6 Route: Implementing IP Routing Chapter 2
 
CCNP Route EIGRP Overview
CCNP Route  EIGRP OverviewCCNP Route  EIGRP Overview
CCNP Route EIGRP Overview
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 6
CCNA (R & S) Module 04 - Scaling Networks - Chapter 6CCNA (R & S) Module 04 - Scaling Networks - Chapter 6
CCNA (R & S) Module 04 - Scaling Networks - Chapter 6
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 7
CCNA (R & S) Module 04 - Scaling Networks - Chapter 7CCNA (R & S) Module 04 - Scaling Networks - Chapter 7
CCNA (R & S) Module 04 - Scaling Networks - Chapter 7
 
CCCNP ROUTE v6_ch02
CCCNP ROUTE v6_ch02CCCNP ROUTE v6_ch02
CCCNP ROUTE v6_ch02
 
Eigrp frequently asked questions
Eigrp frequently asked questionsEigrp frequently asked questions
Eigrp frequently asked questions
 
Eigrp
EigrpEigrp
Eigrp
 
CCNP ROUTE V7 CH2
CCNP ROUTE V7 CH2CCNP ROUTE V7 CH2
CCNP ROUTE V7 CH2
 
Enhanced Interior Gateway Routing Protocol (EIGRP) || NETWORK PROTOCOL
Enhanced Interior Gateway Routing Protocol (EIGRP) || NETWORK PROTOCOLEnhanced Interior Gateway Routing Protocol (EIGRP) || NETWORK PROTOCOL
Enhanced Interior Gateway Routing Protocol (EIGRP) || NETWORK PROTOCOL
 
Routing Protocol in detail
Routing Protocol in detailRouting Protocol in detail
Routing Protocol in detail
 

Recently uploaded

Russian Call Girls Pune (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
Russian Call Girls Pune  (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...Russian Call Girls Pune  (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
Russian Call Girls Pune (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...SUHANI PANDEY
 
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)Delhi Call girls
 
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...tanu pandey
 
APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53APNIC
 
Microsoft Azure Arc Customer Deck Microsoft
Microsoft Azure Arc Customer Deck MicrosoftMicrosoft Azure Arc Customer Deck Microsoft
Microsoft Azure Arc Customer Deck MicrosoftAanSulistiyo
 
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...tanu pandey
 
➥🔝 7737669865 🔝▻ mehsana Call-girls in Women Seeking Men 🔝mehsana🔝 Escorts...
➥🔝 7737669865 🔝▻ mehsana Call-girls in Women Seeking Men  🔝mehsana🔝   Escorts...➥🔝 7737669865 🔝▻ mehsana Call-girls in Women Seeking Men  🔝mehsana🔝   Escorts...
➥🔝 7737669865 🔝▻ mehsana Call-girls in Women Seeking Men 🔝mehsana🔝 Escorts...nirzagarg
 
Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...
Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...
Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...SUHANI PANDEY
 
Trump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts SweatshirtTrump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts Sweatshirtrahman018755
 
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...SUHANI PANDEY
 
20240510 QFM016 Irresponsible AI Reading List April 2024.pdf
20240510 QFM016 Irresponsible AI Reading List April 2024.pdf20240510 QFM016 Irresponsible AI Reading List April 2024.pdf
20240510 QFM016 Irresponsible AI Reading List April 2024.pdfMatthew Sinclair
 
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRLLucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRLimonikaupta
 
💚😋 Bilaspur Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋
💚😋 Bilaspur Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋💚😋 Bilaspur Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋
💚😋 Bilaspur Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋nirzagarg
 
20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdf20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdfMatthew Sinclair
 
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...SUHANI PANDEY
 
Real Escorts in Al Nahda +971524965298 Dubai Escorts Service
Real Escorts in Al Nahda +971524965298 Dubai Escorts ServiceReal Escorts in Al Nahda +971524965298 Dubai Escorts Service
Real Escorts in Al Nahda +971524965298 Dubai Escorts ServiceEscorts Call Girls
 
Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...
Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...
Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...SUHANI PANDEY
 
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...Delhi Call girls
 

Recently uploaded (20)

Russian Call Girls Pune (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
Russian Call Girls Pune  (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...Russian Call Girls Pune  (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
Russian Call Girls Pune (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
 
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
 
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
 
APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53
 
Microsoft Azure Arc Customer Deck Microsoft
Microsoft Azure Arc Customer Deck MicrosoftMicrosoft Azure Arc Customer Deck Microsoft
Microsoft Azure Arc Customer Deck Microsoft
 
valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
 
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
 
➥🔝 7737669865 🔝▻ mehsana Call-girls in Women Seeking Men 🔝mehsana🔝 Escorts...
➥🔝 7737669865 🔝▻ mehsana Call-girls in Women Seeking Men  🔝mehsana🔝   Escorts...➥🔝 7737669865 🔝▻ mehsana Call-girls in Women Seeking Men  🔝mehsana🔝   Escorts...
➥🔝 7737669865 🔝▻ mehsana Call-girls in Women Seeking Men 🔝mehsana🔝 Escorts...
 
Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...
Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...
Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...
 
Trump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts SweatshirtTrump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts Sweatshirt
 
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
 
20240510 QFM016 Irresponsible AI Reading List April 2024.pdf
20240510 QFM016 Irresponsible AI Reading List April 2024.pdf20240510 QFM016 Irresponsible AI Reading List April 2024.pdf
20240510 QFM016 Irresponsible AI Reading List April 2024.pdf
 
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRLLucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
 
📱Dehradun Call Girls Service 📱☎️ +91'905,3900,678 ☎️📱 Call Girls In Dehradun 📱
📱Dehradun Call Girls Service 📱☎️ +91'905,3900,678 ☎️📱 Call Girls In Dehradun 📱📱Dehradun Call Girls Service 📱☎️ +91'905,3900,678 ☎️📱 Call Girls In Dehradun 📱
📱Dehradun Call Girls Service 📱☎️ +91'905,3900,678 ☎️📱 Call Girls In Dehradun 📱
 
💚😋 Bilaspur Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋
💚😋 Bilaspur Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋💚😋 Bilaspur Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋
💚😋 Bilaspur Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋
 
20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdf20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdf
 
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
 
Real Escorts in Al Nahda +971524965298 Dubai Escorts Service
Real Escorts in Al Nahda +971524965298 Dubai Escorts ServiceReal Escorts in Al Nahda +971524965298 Dubai Escorts Service
Real Escorts in Al Nahda +971524965298 Dubai Escorts Service
 
Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...
Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...
Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...
 
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
 

EIGRP NXOS vs IOS Differences

  • 1. © 2013 Cisco and/or its affiliates. All rights reserved. Cisco Nexus 5000 Layer 3 Switching
  • 2. © 2013 Cisco and/or its affiliates. All rights reserved. Objectives • Describe Layer 3 unicast routing • EIGRP Fundamentals • EIGRP Hardware • NX-OS vs IOS • Bidirectional Forwarding Detection • Layer 3 Virtualization Spot the differences
  • 3. © 2013 Cisco and/or its affiliates. All rights reserved. Layer 3 Unicast Routing Overview
  • 4. © 2013 Cisco and/or its affiliates. All rights reserved. Layer 3 Unicast Routing: Unicast RIB Unicast RIB maintains routing table on Layer 3 Engine: • Contains: directly connected routes, static routes, and routes learned from dynamic unicast routing protocols
  • 5. © 2013 Cisco and/or its affiliates. All rights reserved. EIGRP Fundamentals
  • 6. © 2013 Cisco and/or its affiliates. All rights reserved. • Flexible network design • Multicast and unicast instead of broadcast 
 address • Support for VLSM and discontiguous subnets • Manual summarization at any point in the 
 internetwork • Advanced distance vector • Rapid convergence • 100% loop-free classless routing • Easy configuration • Incremental updates • Load balancing across equal- 
 cost pathways 
 EIGRP Overview
  • 7. © 2013 Cisco and/or its affiliates. All rights reserved. Reliable Transport Protocol The Reliable Transport Protocol includes the following message types: • Hello—Used for neighbor discovery and recovery. By default, EIGRP sends a periodic multicast hello message on the local network at the configured hello interval. By default, the hello interval is 5 seconds. • Acknowledgement—Verifies reliable reception of Updates, Queries, and Replies. • Updates—Sends to affected neighbors when routing information changes. Updates include the route destination, address mask, and route metrics such as delay and bandwidth. The update information is stored in the EIGRP topology table. • Queries and Replies—Sent as necessary as part of the Diffusing Update Algorithm used by EIGRP.
  • 8. © 2013 Cisco and/or its affiliates. All rights reserved. Diffusing Update Algorithm (DUAL) The Diffusing Update Algorithm (DUAL) calculates the routing information based on the destination networks in the topology table. The topology table includes the following information: • IPv4 address/mask—The network address and network mask for this destination. • Successors—The IP address and local interface connection for all feasible successors or neighbors that advertise a shorter distance to the destination than the current feasible distance. • Feasibility distance (FD)—The lowest calculated distance to the destination. The feasibility distance is the sum of the advertised distance from a neighbor plus the cost of the link to that neighbor.
  • 9. © 2013 Cisco and/or its affiliates. All rights reserved. Internal Route Metrics Internal routes are routes that occur between neighbors within the same EIGRP autonomous system. These routes have the following metrics: • Next hop—The IP address of the next-hop router. • Delay—The sum of the delays configured on the interfaces that make up the route to the destination network. Configured in tens of microseconds. • Bandwidth—The calculation from the lowest configured bandwidth on an interface that is part of the route to the destination. • MTU—The smallest maximum transmission unit value along the route to the destination. • Reliability—An indication of the reliability of the links to the destination. • Load—An indication of how much traffic is on the links to the destination. By default, EIGRP uses the bandwidth and delay metrics to calculate the distance to the destination. You can modify the metric weights to include the other metrics in the calculation.
  • 10. © 2013 Cisco and/or its affiliates. All rights reserved. Composite Metric Calculation
  • 11. © 2013 Cisco and/or its affiliates. All rights reserved. External Route Metrics External routes are routes that occur between neighbors in different EIGRP autonomous systems. These routes have the following metrics: • Next hop—The IP address of the next-hop router. • Router ID—The router ID of the router that redistributed this route into EIGRP. • AS Number—The autonomous system number of the destination. • Protocol ID—A code that represents the routing protocol that learned the destination route. • Tag—An arbitrary tag that can be used for route maps. • Metric—The route metric for this route from the external routing protocol.
  • 12. © 2013 Cisco and/or its affiliates. All rights reserved. EIGRP Hello Packets • Two routers become neighbors when they see the hello packet of the other router. - Hello address = 224.0.0.10 • EIGRP does not form neighbors if K values are mismatched. • EIGRP does not form neighbors if autonomous system numbers are mismatched.
  • 13. © 2013 Cisco and/or its affiliates. All rights reserved. EIGRPAdjacency Establishment Conditions • EIGRP forms neighbors, even if hello time and hold time do not match. • EIGRP transmits hello packets from the primary address of the interface. • The neighbor declared dead when no EIGRP packets are received within the hold interval.
  • 14. © 2013 Cisco and/or its affiliates. All rights reserved. EIGRP Retransmission Policy • The router keeps a neighbor list and a retransmission list for every neighbor. • Each reliable packet (update, query, reply) is retransmitted when the packet is not acknowledged. • A neighbor relationship is reset when the retry limit (16) for reliable packets is reached. • Retransmission occurs each time the RTO is reached.
  • 15. © 2013 Cisco and/or its affiliates. All rights reserved. EIGRP Transport Mechanism • EIGRP transport has a window size of one 
 (stop-and-wait mechanism). - Each reliable packet needs to be acknowledged before the next sequenced packet can be sent. - If one or more peers are slow in acknowledging, all other peers suffer. • Solution: The nonacknowledged multicast packet is retransmitted as a unicast to the slow neighbor.
  • 16. © 2013 Cisco and/or its affiliates. All rights reserved. Initial Route Discovery
  • 17. © 2013 Cisco and/or its affiliates. All rights reserved. EIGRP Hardware
  • 18. © 2013 Cisco and/or its affiliates. All rights reserved. Nexus 5500 Layer 3 Licence • Layer 3 Base license • Included with daughter card / expansion module purchase • Installation required • SVIs, L3 routed ports on non-FEX interfaces, routed ACLs and uRPF • Static Routing, RIPv2, OSPFv2, EIGRP-stub • HSRP, VRRP • IGMP v2/v3, PIMv2 • Maximum 256 non-connected OSPF routes • Layer 3 Enterprise license • Layer 3 Base license must be present • Full EIGRP, BGP • VRF-Lite
  • 19. © 2013 Cisco and/or its affiliates. All rights reserved. Nexus 5500 Layer 3 Support
  • 20. © 2013 Cisco and/or its affiliates. All rights reserved. ! Nexus 5500 Layer 3 Hardware
  • 21. © 2013 Cisco and/or its affiliates. All rights reserved. NX-OS vs IOS ! Spot the differences
  • 22. © 2013 Cisco and/or its affiliates. All rights reserved. Important Cisco NX-OS and Cisco IOS Software Differences • EIGRP command-line interface (CLI) configuration not available until you enable the EIGRP feature with the feature eigrp command. • Only the Internet Protocol (IP) is supported. Cisco IOS Software supports IP, IPX, and Appletalk. • The EIGRP instance can consist of 20 characters. Cisco IOS Software supports numbers 1- 65536. • Eight equal-cost paths are supported by default; Cisco NX-OS supports up to sixteen. • Unequal cost load balancing is not supported. • Route auto-summarization is disabled by default and cannot be manually configured. • Networks and interfaces are added to an EIGRP instance under the interface configuration mode.
  • 23. © 2013 Cisco and/or its affiliates. All rights reserved. Important Cisco NX-OS and Cisco IOS Software Differences • If a router ID is not manually configured, the loopback 0 IP address is always preferred. If loopback 0 does not exist, Cisco NX-OS selects the IP address for the first loopback interface in the configuration. If no loopback interfaces exist, Cisco NX-OS selects the IP address for the first physical interface in the configuration. • A default route can be generated with the default-information originate command under the EIGRP instance, whereas Cisco IOS Software requires additional CLI commands to achieve similar results. • When interface authentication is configured, the EIGRP key is encrypted with Data Encryption Standard 3 (3DES) in the configuration. Cisco IOS Software requires the service password command. • The neighbor command under an EIGRP routing instance is not supported at this time, as it shouldn’t be required for Ethernet network topologies.
  • 24. © 2013 Cisco and/or its affiliates. All rights reserved. Things to be aware of ! ▪! Four EIGRP instances can be configured per virtual device context (VDC).! ! ▪! Numerous Virtual Route Forwarding (VRF) instances can be associated with an EIGRP instance.! ! ▪! If the feature eigrp command is removed, all relevant EIGRP configuration information is also removed.! ! ▪! The shutdown command can be used to gracefully disable an EIGRP instance while retaining the configuration. This feature can also be applied per interface with the ip eigrp <instance> shutdown command.! ! ▪! An EIGRP instance can be restarted with the restart eigrp <instance> Exec command.! ! ▪! Graceful restart is enabled by default (It needs to be enabled in order to perform an ISSU upgrade).! ! ▪! Multiple EIGRP instances can be configured on the same interface.! ! ▪! Secondary IP addresses are advertised by default and cannot be suppressed per interface.! ! ▪! The show running-config eigrp command displays the current EIGRP configuration.! ! ▪! EIGRP supports Bidirectional Forwarding Detection (BFD), which can be configured to reduce network convergence time to less than one second.
  • 25. © 2013 Cisco and/or its affiliates. All rights reserved. Configuration Comparison Enabling the EIGRP Feature IOS No ability to enable or disable EIGRP. NX-OS feature eigrp Configuring an EIGRP Instance and Router ID IOS router eigrp 10 eigrp router-id 192.168.1.1 NX-OS router eigrp 10 router-id 192.168.1.1
  • 26. © 2013 Cisco and/or its affiliates. All rights reserved. Configuration Comparison Associating a Network with an EIGRP Instance IOS router eigrp 10 network 192.168.10.0 NX-OS interface Ethernet2/1 ip address 192.168.10.1/24 ip router eigrp 10 Configuring a Passive Interface IOS router eigrp 10 network 192.168.10.0 passive-interface GigabitEthernet2/1 NX-OS interface Ethernet2/1 ip address 192.168.10.1/24 ip router eigrp 10 ip passive-interface eigrp 10
  • 27. © 2013 Cisco and/or its affiliates. All rights reserved. Configuration Comparison Configuring Interface Authentication (MD5) IOS key chain eigrp-key key 1 key-string cisco123 
 interface GigabitEthernet2/1 ip address 192.168.10.1 255.255.255.0 ip authentication mode eigrp 10 md5 ip authentication key- chain eigrp 10 eigrp-key !NX-OS key chain eigrp-key key 1 key-string 7 070c285f4d06485744 
 interface Ethernet2/1 ip address 192.168.10.1/24 ip router eigrp 10 ip authentication mode eigrp 10 md5 ip authentication key-chain eigrp 10 eigrp-key
  • 28. © 2013 Cisco and/or its affiliates. All rights reserved. Configuration Comparison Configuring an EIGRP Distribution List to Filter Routes IOS ip prefix-list eigrp-10-list seq 5 permit 159.142.1.0/24 
 router eigrp 10 network 192.168.10.0 distribute-list prefix eigrp-10-list out GigabitEthernet2/1 ! NX-OS ip prefix-list eigrp-10-list seq 5 permit 159.142.1.0/24 
 interface Ethernet2/1 ip address 192.168.10.1/24 ip router eigrp 10 ip distribute-list eigrp 10 prefix-list eigrp-10-list out !
  • 29. © 2013 Cisco and/or its affiliates. All rights reserved. Configuration Comparison Configuring Route Summarization IOS ip interface GigabitEthernet2/1 ip address 192.168.10.1 255.255.255.0 ip summary-address eigrp 10 159.142.0.0 255.255.0.0 5 ! NX-OS interface Ethernet2/1 ip address 192.168.10.1/24 ip router eigrp 10 ip summary-address eigrp 10 159.142.0.0/16 ! !
  • 30. © 2013 Cisco and/or its affiliates. All rights reserved. Configuration Comparison Configuring Route Redistribution (Permit all Static Routes) IOS router eigrp 10 redistribute static ! NX-OS router eigrp 10 redistribute static route-map static-to-eigrp 
 route-map static-to-eigrp permit 10 ! !
  • 31. © 2013 Cisco and/or its affiliates. All rights reserved. Configuration Comparison Configuring a VRF Instance for EIGRP Routing IOS router eigrp 10 address-family ipv4 vrf customer-a autonomous-system 20 ! NX-OS router eigrp 10 vrf customer-a autonomous-system 20
  • 32. © 2013 Cisco and/or its affiliates. All rights reserved. Redistribution in NX-OS Redistribution works differently in NX-OS • Redistribution can only be accomplished with a Route-Map NX-OS will not let you do an uncontrolled redistribution as you can with IOS. (This is a good thing) • Redistribution does not include interfaces. When redistributing between two protocols, we will get two types information redistributed 1. Route known to that protocol and used in the routing table 2. Prefixes associated with any connected interfaces running the routing protocol
  • 33. © 2013 Cisco and/or its affiliates. All rights reserved. Redistribution Example - IOS Redistribution of EIGRP into OSPF would result in 3 External routes being learned by R3 1. Subnet A would be learned because it was a part of the EIGRP Routing table 2. Subnet B and C would be learned because they are connected interfaces running EIGRP Subnet A Subnet B Subnet C EIGRP OSPF Subnet D R1 R2 R3
  • 34. © 2013 Cisco and/or its affiliates. All rights reserved. Redistribution Example - NX-OS Redistribution of EIGRP into OSPF would result in 3 External routes being learned by R3 1. Subnet A would be learned because it was a part of the EIGRP Routing table ! In order to get all the subnets into OSPF you will need the redistribute direct command in addition to the redistribute EIGRP command Subnet A Subnet B Subnet C EIGRP OSPF Subnet D R1 R2 R3
  • 35. © 2013 Cisco and/or its affiliates. All rights reserved. Management and Troubleshooting Commands N5K# show ip eigrp topology detail-links vrf 100 IP-EIGRP Topology Table for AS(1)/ID(31.1.1.1) VRF 100 Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply, r - reply Status, s - sia Status
 P 11.0.15.0/30, 5 successors, FD is 768, serno 603 via 11.0.9.2 (768/320), Ethernet1/16.100
 via 11.0.6.2 (768/320), Ethernet1/13.100
 via 11.0.21.2 (768/320), Ethernet1/1.100
 via 11.0.22.2 (768/320), Ethernet1/2.100
 via 11.0.8.2 (768/320), Ethernet1/15.100
 via 11.0.10.2 (1024/768), port-channel10.100 <...>
 show ip eigrp [<instance>]
 show ip eigrp accounting
 show ip eigrp interfaces [detail]
 show ip eigrp neighbors [detail]
 show ip eigrp route
 show ip eigrp route-map statistics redistribute <protocol> show ip eigrp topology
 show ip eigrp traffic
 show ip eigrp vrf
  • 36. © 2013 Cisco and/or its affiliates. All rights reserved. ECMP Load-Balancing Hash • Layer 3 hash • Layer 3 and 4 hash • Dest-addr hash • Dest-addr-port hash Up to 16 Paths 10.1.1.0
  • 37. © 2013 Cisco and/or its affiliates. All rights reserved. Bidirectional Forwarding Detection
  • 38. © 2013 Cisco and/or its affiliates. All rights reserved. BFD Operation EIGRP Neighbors BFD Neighbors X 10.1.1.0/24 10.1.2.1/24 10.1.2.2/24 10.1.3.0/24
  • 39. © 2013 Cisco and/or its affiliates. All rights reserved. Configuring BFD • Before enabling BFD, the address-identical IDS check has to be disabled to allow the switch to accept BFD echo packets: - BFD echo packets are sent with the local IP address as the source and destination IP address. ! ! ! ! ! • Enable BFD globally using the feature bfd command: - ICMP redirects need to be disabled on any interface that uses BFD. N5K(config)# feature bfd Please disable the ICMP redirects on all interfaces running BFD sessions using the command below ! 'no ip redirects ' N5K(config)# feature bfd 
 
 BFD Feature could not be enabled. 
 
 Please disable the address-identical IDS check for 
 BFD Echo to be operational using the configuration 
 command given below in the default VDC. 
 
 'no hardware ip verify address identical’
  • 40. © 2013 Cisco and/or its affiliates. All rights reserved. Configuring BFD (Cont.) After BFD has been enabled globally it has to be enabled for a specific Layer 3 control protocol: N5K(config)# router eigrp 1 N5K(config-router)# bfd N5K(config)# int vlan 10 N5K(config-if)# no ip redirects N5K(config-if)# hsrp bfd • The following example enables BFD for all interfaces that participate in a specific EIGRP process. • The following example enables BFD for all HSRP groups on an interface.
  • 41. © 2013 Cisco and/or its affiliates. All rights reserved. Verifying BFD To verify BFD neighbor status, use the show bfd neighbor command. N5K# show bfd neighbors details ! OurAddr NeighAddr LD/RD RH/RS Holdown(mul t) State Int Vrf 10.1.10.1 10.1.10.2 1107296257/1107296257 Up 4757(3) Up Vlan10 default ! Session state is Up and using echo function with 50 ms interval Local Diag: 0, Demand mode: 0, Poll bit: 0 MinTxInt: 50000 us, MinRxInt: 2000000 us, Multiplier: 3 Received MinRxInt: 2000000 us, Received Multiplier: 3 Holdown (hits): 6000 ms (0), Hello (hits): 2000 ms (1058) Rx Count: 971, Rx Interval (ms) min/max/avg: 716/23723/1914 last: 1242 ms ago Tx Count: 1058, Tx Interval (ms) min/max/avg: 1757/1757/1757 last: 181 ms ago Registered protocols: hsrp_engine Uptime: 0 days 0 hrs 28 mins 26 secs Last packet: Version: 1 - Diagnostic: 0 State bit: Up - Demand bit: 0 Poll bit: 0 - Final bit: 0 Multiplier: 3 - Length: 24 My Discr.: 1107296257 - Your Discr.: 1107296257 Min tx interval: 50000 - Min rx interval: 2000000 Min Echo interval: 50000 Hosting LC: 1, Down reason: None, Reason not-hosted: None
  • 42. © 2013 Cisco and/or its affiliates. All rights reserved. Layer 3 Virtualization
  • 43. © 2013 Cisco and/or its affiliates. All rights reserved. Virtual Routing and Forwarding • VRF virtualizes the IP routing control and data plane functions inside a router or Layer 3 switch. • VRFs are used to build Layer 3 VPNs. • A VRF consists of the following: - A subset of the router interfaces - A routing table or RIB - Associated forwarding data structures or FIB - Associated routing protocol instances
  • 44. © 2013 Cisco and/or its affiliates. All rights reserved. VRF Configuration • VRFs can be created in the default VDC or any non-default VDC. • VRFs in different VDCs are completely independent. • To configure a VRF, perform the following steps: - Create the VRF. - Assign Layer 3 interfaces to the VRF. ! ! ! ! ! Note: When an interface is assigned to a VRF, any existing Layer 3 configuration is removed. N5K(config)# vrf context PRODUCTION N5K(config-vrf)# ! N5K(config)# interface vlan 10 N5K(config-if)# vrf member PRODUCTION N5K(config-if)# ip address 10.10.10.1/24
  • 45. © 2013 Cisco and/or its affiliates. All rights reserved. VRF Configuration (Cont.) Static routes for a VRF are configured in VRF configuration mode. The following example shows how to configure a static route for a VRF and verify its presence in the VRF routing table. N5K(config)# vrf context TEST N5K(config-vrf)# ip route 10.0.0.0/8 172.16.1.1 N5K(config-vrf)# show ip route vrf TEST IP Route Table for VRF "TEST" '*' denotes best ucast next-hop '**' denotes best mcast next-hop '[x/y]' denotes [preference/metric] ! 10.0.0.0/8, ubest/mbest: 1/0 *via 172.16.1.1, Vlan11, [1/0], 00:00:53, static 172.16.1.0/24, ubest/mbest: 1/0, attached *via 172.16.1.2, Vlan11, [0/0], 00:00:54, direct 172.16.1.2/32, ubest/mbest: 1/0, attached *via 172.16.1.2, Vlan11, [0/0], 00:00:54, local
  • 46. © 2013 Cisco and/or its affiliates. All rights reserved. VRF Configuration (Cont.) To enable a routing process for the VRF, the VRF must be associated with the routing protocol. The following example shows how to configure OSPF for a VRF. N5K(config)# vrf context GUESTS ! N5K(config)# router ospf 1 N5K(config-router)# vrf GUESTS N5K(config-router-vrf)# ! N5K(config)# interface vlan 10 N5K(config-if)# vrf member GUESTS N5K(config-if)# ip address 10.10.10.1/24 N5K(config-if)# ip router ospf 1 area 37
  • 47. © 2013 Cisco and/or its affiliates. All rights reserved. VRF Configuration (Cont.) The following example shows how to configure EIGRP for a VRF. ! ! ! ! ! ! ! Note: EIGRP for a VRF inherits the autonomous system indicated in the process tag, unless a separate autonomous system number is configured for the VRF. N5K(config)# vrf context VOICE ! N5K(config)# router eigrp 1 N5K(config-router)# vrf VOICE N5K(config-router-vrf)# autonomous-system 200 ! N5K(config)# interface vlan 10 N5K(config-if)# vrf member VOICE N5K(config-if)# ip address 10.10.10.1/24 N5K(config-if)# ip router eigrp 1
  • 48. © 2013 Cisco and/or its affiliates. All rights reserved. Thank you.