SlideShare una empresa de Scribd logo
1 de 50
Descargar para leer sin conexión
5 продвинутых технологий
Cisco, которые нужно знать
Ruslan Savchenko
09.08.2013
rsavchenko@getccna.ru
ведущий:
#
CCNP is:
 Routing: EIGRP, OSPF, RIP, BGP
 Switching
 Routing and switching troubleshooting
CCNP is NOT:
 Voice
 Wireless
 Security
 Specific WAN protocols (MPLS,
advanced BGP)
What Is CCNP-R&S Coverage
#
 CCENT: install and verify basic IP network
with supervision
 CCNA: also… configure and maintain a
multisite enterprise network, as directed
 CCNP: also… plan and troubleshoot
enterprise networks with advanced
solutions, collaborating with network
specialists
 CCIE: also… independently troubleshoot
and optimize network performance in
complex and integrated enterprise
networks
Certification for Network Engineers
#
Cisco Career Certifications
#
Switching (SWITCH)
#
SWITCH is:
 Campus layer 2 management (VLANs, STP –all flavors)
 Campus layer 3 management (Inter-VLAN Routing, first hop
redundancy)
 Campus network management (network design, security,
voice)
SWITCH is NOT:
 “Only layer 2”
 Deep wireless, security or voice
What Is Switch Coverage
#
Enterprise Campus Architecture
#
VLAN Deployment
 End-to-end VLANs
Users are grouped into VLANs
independent of physical location
If users are moved within the campus,
their VLAN membership remains the
same
 Local VLANs
Recommended solution in the
enterprise campus architecture
Users are grouped into VLANs
depending of physical location
If users are moved within the campus,
their VLAN membership changes
#
Trunk Configuration
 Configure VLANs
 Disable trunk negotiation
 Configure trunk mode
 Set native VLAN to unused VLAN
 Allow only required VLANs on trunks
#
Common Trunk Link Problems
 Trunks can be configured statically or autonegotiated with DTP
 For trunking to be autonegotiated, the switches must be in the same
VTP domain
 Some trunk configuration combinations will successfully configure a
trunk, some will not
#
Issues with 802.1Q Native VLAN
 Native VLAN frames are carried over the trunk link untagged
 Native VLAN must match at the ends of a trunk
 A native VLAN mismatch will merge traffic between VLANs
 Default native VLAN is VLAN 1
 Configure an unused VLAN as native VLAN on trunks
#
Spanning Tree Standards
 802.1D-1998: The legacy standard for bridging and STP
 CST: Assumes one spanning-tree instance for the entire bridged
network, regardless of the number of VLANs
 PVST+:A Cisco enhancement of STP that provides a separate 802.1D
spanning tree instance for each VLAN configured in the network
 802.1D-2004: An updated bridging and STP standard
 802.1s (MST):Maps multiple VLANs into the same spanning-tree
instance
 802.1w (RSTP):Improves convergence over 1998 STP by adding roles to
ports and enhancing BPDU exchanges
 PVRST+: A Cisco enhancement of RSTP using PVST+
#
Spanning Tree Recommendations
 Use PVRST+ or MSTP for best
convergence
 Take advantage of the Cisco
STP toolkit
 Keep STP domain as simple as
possible
 Do not disable STP—it
protects against unplanned
loops
 Use routed links if possible
#
Cisco STP Toolkit
 PortFast: configures access port as edge
ports which transition directly to
forwarding state
 BPDUGuard: disables a PortFast-enabled
port if a BPDU is received
 BPDUfilter: suppresses BPDUs on ports
(not recommended)
 RootGuard: prevents external switches
from becoming roots
 LoopGuard: prevents an alternate port
or root port from becoming the
designated port if no BPDUs are received
 UplinkFast*: provides from 3 to 5
seconds convergence after link failure
 BackboneFast*: cuts the convergence
time by max_age for an indirect failure
#
Process switching
Slowest method—every packet examined by CPU, all forwarding decisions
made in software
Fast switching (route caching)
Faster method—first packet in each flow examined by CPU, forwarding
decision cached in hardware for subsequent packets in flow
Cisco Express Forwarding (topology-based switching)
Fastest method—hardware forwarding table created regardless of traffic
flows, all packets switched using hardware
Switching mode for multi-layer switches
Cisco Layer 3 Switching Methods
#
Configure SVI and Routed Interface
switch(config)# ip routing
switch(config)# interface vlan10
switch(config-if)# ip address 10.1.10.1 255.255.255.0
switch(config-if)# no shutdown
switch(config)# interface vlan20
switch(config-if)# ip address 10.1.20.1 255.255.255.0
switch(config-if)# no shutdown
#
HSRP Configuration
#
HSRP and Spanning Tree
 Configured active
router should be the
same as STP root
bridge
 Blocked uplink caused
traffic to take less than
optimal path
#
GLBP Operation
#
GLBP Weights and Decrements
#
GLBP Configuration
#
Routing (ROUTE)
#
ROUTE is:
 IGP Routing: EIGRP, OSPF, RIP
 Path control: route maps, filters, redistribution, policy-based
routing
 ISP connection management: standard BGP
 IPv6
 Branch offices and remote workers connectivity: VPN, GRE
ROUTE is NOT:
 Voice
 Wireless
 Security
 Specific WAN protocols (MPLS, IS-IS, advanced BGP)
 Multicast
What Is Route Coverage
#
Example: Enterprise network
#
Routing Protocol Comparison
#
OSPF. Link-State Protocols
#
Link-state routing requires a hierarchical network structure:
Transit area (backbone or area 0)
Normal areas (non-backbone areas)
Area Terminology and Router Types
ABR:Area Border Router
ASBR:Autonomous System Boundary Router
R5, R6:Internal routers
R1:Backbone router
#
OSPF Packet Types
#
Example of Different LSAs
#
Types of Areas
#
Design Limitations of OSPF
 If more than one area is configured, one of these areas has be
to be area 0—backbone area
 All areas must be connected to area 0
 Area 0 must be contiguous
#
No Direct Physical Connection to Area 0
 Area 20 added with no physical access to area 0
 A virtual link provides logical path to the backbone
 The OSPF database treats the link between routers ABR1 and
ABR2 as a direct link
#
Discontinuous Area 0
 Two companies merge without a direct link between them
 Virtual links are used to connect a discontinuous area 0
 A logical link is built between routers ABR1 and ABR2
 Virtual links are recommended for backup or temporary
connections too
#
EIGRP Capabilities and Attributes
 Advanced distance vector
 Multicast and Unicast instead of broadcast address
 Support for multiple network-layer protocols
 100% loop-free classless routing
 Fast convergence
 Partial updates
 Flexible network design
#
EIGRP Capabilities and Attributes
 Support for VLSM and discontinuous subnets
 Provides load balancing across equal-and unequal-cost
pathways
 Easy configuration for WANs and LANs
 Manual summarization at any point
 Sophisticated metric
#
Example: EIGRP Tables
#
Successor and Feasible Successor
#
Example: Successor and Feasible
Successor Solve Loop Issue
R1 receives information about the 10.0.0./8 from R8 and R4
FD on R1 is smaller than AD from R4 and the update from R4 is not FS
#
Verifying EIGRP Neighbors
#
Factors that Influence EIGRP Scalability
 Amount of routing information exchanged between peers
 Number of routers
 Depth of topology—the number of hops that information must
travel to reach all routers
 Number of alternate paths through the network
#
EIGRP Query Process Stuck-in-Active
The router must get replies to all its queries for a lost route to start calculating successor
information
If any reply to the query is lost or missing within three minutes:
 The route is SIA
 The router resets the neighbor relationship with the neighbor that fails to reply
#
Enterprise Network to ISP Connection
Options
 Single-homed
 Dual-homed
 Multihomed
 Dual-multihomed
#
BGP Routing Between Autonomous
Systems
 BGP is to provide an interdomain routing system
 BGP guarantees the exchange of loop-free routing information
 BGP works differently than IGPs
 BGP is a policy-based routing protocol
 Control traffic flow using multiple BGP path attributes
#
Basic EBGP Configuration
#
BGP Path Selection Decision Process
Consider only (synchronized) routes with no AS loops and a
valid next hop, and next steps for evaluation are:
#
Set AS Path with Route Map
#
Redistribution Techniques
#
Two-Way Multipoint Redistribution
Issue
#
Questions?
#
Thank you!

Más contenido relacionado

La actualidad más candente

MPLS Deployment Chapter 2 - Services
MPLS Deployment Chapter 2 - ServicesMPLS Deployment Chapter 2 - Services
MPLS Deployment Chapter 2 - ServicesEricsson
 
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
 
CCNA R&S-13-Spanning Tree Protocol Implementation
CCNA R&S-13-Spanning Tree Protocol ImplementationCCNA R&S-13-Spanning Tree Protocol Implementation
CCNA R&S-13-Spanning Tree Protocol ImplementationAmir Jafari
 
KVM_over_IP_Matrix_System_Implementation_Guide_20190618.pdf
KVM_over_IP_Matrix_System_Implementation_Guide_20190618.pdfKVM_over_IP_Matrix_System_Implementation_Guide_20190618.pdf
KVM_over_IP_Matrix_System_Implementation_Guide_20190618.pdfRikyFitriadi1
 
06 evpn use-case_reviewv1
06 evpn use-case_reviewv106 evpn use-case_reviewv1
06 evpn use-case_reviewv1ronsito
 
17.) layer 3 (advanced tcp ip routing)
17.) layer 3 (advanced tcp ip routing)17.) layer 3 (advanced tcp ip routing)
17.) layer 3 (advanced tcp ip routing)Jeff Green
 
CCNA3 Verson6 Chapter10
CCNA3 Verson6 Chapter10CCNA3 Verson6 Chapter10
CCNA3 Verson6 Chapter10Chaing Ravuth
 
Segment Routing
Segment RoutingSegment Routing
Segment RoutingAPNIC
 
Brkdcn 2035 multi-x
Brkdcn 2035 multi-xBrkdcn 2035 multi-x
Brkdcn 2035 multi-xMason Mei
 
Application Engineered Routing Segment Routing and the Cisco WAN Automation ...
Application Engineered Routing  Segment Routing and the Cisco WAN Automation ...Application Engineered Routing  Segment Routing and the Cisco WAN Automation ...
Application Engineered Routing Segment Routing and the Cisco WAN Automation ...Cisco Service Provider
 
Ccnp switch (300 115)
Ccnp switch (300 115)Ccnp switch (300 115)
Ccnp switch (300 115)mohibullah70
 
Multilayer Campus Architectures and Design Principles
Multilayer Campus Architectures and Design PrinciplesMultilayer Campus Architectures and Design Principles
Multilayer Campus Architectures and Design PrinciplesCisco Canada
 
Shortest path bridging 802.1 aq
Shortest path bridging 802.1 aqShortest path bridging 802.1 aq
Shortest path bridging 802.1 aqMotty Ben Atia
 
Webinar NETGEAR - ProsSafe Switch gestibili e supporto della configurazione ...
Webinar NETGEAR -  ProsSafe Switch gestibili e supporto della configurazione ...Webinar NETGEAR -  ProsSafe Switch gestibili e supporto della configurazione ...
Webinar NETGEAR - ProsSafe Switch gestibili e supporto della configurazione ...Netgear Italia
 
Vlans
VlansVlans
Vlans1 2d
 
Vxlan control plane and routing
Vxlan control plane and routingVxlan control plane and routing
Vxlan control plane and routingWilfredzeng
 
CCNA R&S-10-Implementing Ethernet Virtual LANs
CCNA R&S-10-Implementing Ethernet Virtual LANsCCNA R&S-10-Implementing Ethernet Virtual LANs
CCNA R&S-10-Implementing Ethernet Virtual LANsAmir Jafari
 

La actualidad más candente (20)

MPLS Deployment Chapter 2 - Services
MPLS Deployment Chapter 2 - ServicesMPLS Deployment Chapter 2 - Services
MPLS Deployment Chapter 2 - Services
 
Deploying Carrier Ethernet features on ASR 9000
Deploying Carrier Ethernet features on ASR 9000Deploying Carrier Ethernet features on ASR 9000
Deploying Carrier Ethernet features on ASR 9000
 
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
 
CCNA R&S-13-Spanning Tree Protocol Implementation
CCNA R&S-13-Spanning Tree Protocol ImplementationCCNA R&S-13-Spanning Tree Protocol Implementation
CCNA R&S-13-Spanning Tree Protocol Implementation
 
KVM_over_IP_Matrix_System_Implementation_Guide_20190618.pdf
KVM_over_IP_Matrix_System_Implementation_Guide_20190618.pdfKVM_over_IP_Matrix_System_Implementation_Guide_20190618.pdf
KVM_over_IP_Matrix_System_Implementation_Guide_20190618.pdf
 
06 evpn use-case_reviewv1
06 evpn use-case_reviewv106 evpn use-case_reviewv1
06 evpn use-case_reviewv1
 
17.) layer 3 (advanced tcp ip routing)
17.) layer 3 (advanced tcp ip routing)17.) layer 3 (advanced tcp ip routing)
17.) layer 3 (advanced tcp ip routing)
 
CCNA3 Verson6 Chapter10
CCNA3 Verson6 Chapter10CCNA3 Verson6 Chapter10
CCNA3 Verson6 Chapter10
 
Segment Routing
Segment RoutingSegment Routing
Segment Routing
 
Brkdcn 2035 multi-x
Brkdcn 2035 multi-xBrkdcn 2035 multi-x
Brkdcn 2035 multi-x
 
Application Engineered Routing Segment Routing and the Cisco WAN Automation ...
Application Engineered Routing  Segment Routing and the Cisco WAN Automation ...Application Engineered Routing  Segment Routing and the Cisco WAN Automation ...
Application Engineered Routing Segment Routing and the Cisco WAN Automation ...
 
Ccnp switch (300 115)
Ccnp switch (300 115)Ccnp switch (300 115)
Ccnp switch (300 115)
 
Multilayer Campus Architectures and Design Principles
Multilayer Campus Architectures and Design PrinciplesMultilayer Campus Architectures and Design Principles
Multilayer Campus Architectures and Design Principles
 
Chapter14ccna
Chapter14ccnaChapter14ccna
Chapter14ccna
 
Shortest path bridging 802.1 aq
Shortest path bridging 802.1 aqShortest path bridging 802.1 aq
Shortest path bridging 802.1 aq
 
Webinar NETGEAR - ProsSafe Switch gestibili e supporto della configurazione ...
Webinar NETGEAR -  ProsSafe Switch gestibili e supporto della configurazione ...Webinar NETGEAR -  ProsSafe Switch gestibili e supporto della configurazione ...
Webinar NETGEAR - ProsSafe Switch gestibili e supporto della configurazione ...
 
Vpls
VplsVpls
Vpls
 
Vlans
VlansVlans
Vlans
 
Vxlan control plane and routing
Vxlan control plane and routingVxlan control plane and routing
Vxlan control plane and routing
 
CCNA R&S-10-Implementing Ethernet Virtual LANs
CCNA R&S-10-Implementing Ethernet Virtual LANsCCNA R&S-10-Implementing Ethernet Virtual LANs
CCNA R&S-10-Implementing Ethernet Virtual LANs
 

Destacado

FS-ISAC 2014 Troubleshooting Network Threats: DDoS Attacks, DNS Poisoning and...
FS-ISAC 2014 Troubleshooting Network Threats: DDoS Attacks, DNS Poisoning and...FS-ISAC 2014 Troubleshooting Network Threats: DDoS Attacks, DNS Poisoning and...
FS-ISAC 2014 Troubleshooting Network Threats: DDoS Attacks, DNS Poisoning and...ThousandEyes
 
Visualizing Network Security Threats
Visualizing Network Security ThreatsVisualizing Network Security Threats
Visualizing Network Security ThreatsThousandEyes
 
July NYC Open Networking Meeup
July NYC Open Networking MeeupJuly NYC Open Networking Meeup
July NYC Open Networking MeeupCumulus Networks
 
Troubleshoot Network Problems with Routing Rules
Troubleshoot Network Problems with Routing RulesTroubleshoot Network Problems with Routing Rules
Troubleshoot Network Problems with Routing RulesSolarWinds
 
CCIE Service Provider Techtorial
CCIE Service Provider Techtorial CCIE Service Provider Techtorial
CCIE Service Provider Techtorial Cisco Canada
 
CCNAv5 - S2: Chapter2 Basic Switching Concepts and Configuration
CCNAv5 - S2: Chapter2 Basic Switching Concepts and ConfigurationCCNAv5 - S2: Chapter2 Basic Switching Concepts and Configuration
CCNAv5 - S2: Chapter2 Basic Switching Concepts and ConfigurationVuz Dở Hơi
 
BGP Advance Technique by Steven & James
BGP Advance Technique by Steven & JamesBGP Advance Technique by Steven & James
BGP Advance Technique by Steven & JamesFebrian ‎
 
Implementing Internet and MPLS BGP
Implementing Internet and MPLS BGPImplementing Internet and MPLS BGP
Implementing Internet and MPLS BGPPrivate
 
Cisco Live Milan 2015 - BGP advance
Cisco Live Milan 2015 - BGP advanceCisco Live Milan 2015 - BGP advance
Cisco Live Milan 2015 - BGP advanceBertrand Duvivier
 

Destacado (12)

FS-ISAC 2014 Troubleshooting Network Threats: DDoS Attacks, DNS Poisoning and...
FS-ISAC 2014 Troubleshooting Network Threats: DDoS Attacks, DNS Poisoning and...FS-ISAC 2014 Troubleshooting Network Threats: DDoS Attacks, DNS Poisoning and...
FS-ISAC 2014 Troubleshooting Network Threats: DDoS Attacks, DNS Poisoning and...
 
Visualizing Network Security Threats
Visualizing Network Security ThreatsVisualizing Network Security Threats
Visualizing Network Security Threats
 
Networking Fundamentals
Networking FundamentalsNetworking Fundamentals
Networking Fundamentals
 
July NYC Open Networking Meeup
July NYC Open Networking MeeupJuly NYC Open Networking Meeup
July NYC Open Networking Meeup
 
Troubleshoot Network Problems with Routing Rules
Troubleshoot Network Problems with Routing RulesTroubleshoot Network Problems with Routing Rules
Troubleshoot Network Problems with Routing Rules
 
CCIE Service Provider Techtorial
CCIE Service Provider Techtorial CCIE Service Provider Techtorial
CCIE Service Provider Techtorial
 
CCNAv5 - S2: Chapter2 Basic Switching Concepts and Configuration
CCNAv5 - S2: Chapter2 Basic Switching Concepts and ConfigurationCCNAv5 - S2: Chapter2 Basic Switching Concepts and Configuration
CCNAv5 - S2: Chapter2 Basic Switching Concepts and Configuration
 
BGP
BGPBGP
BGP
 
BGP Advance Technique by Steven & James
BGP Advance Technique by Steven & JamesBGP Advance Technique by Steven & James
BGP Advance Technique by Steven & James
 
Implementing Internet and MPLS BGP
Implementing Internet and MPLS BGPImplementing Internet and MPLS BGP
Implementing Internet and MPLS BGP
 
Cisco Live Milan 2015 - BGP advance
Cisco Live Milan 2015 - BGP advanceCisco Live Milan 2015 - BGP advance
Cisco Live Milan 2015 - BGP advance
 
BGP protocol presentation
BGP protocol  presentationBGP protocol  presentation
BGP protocol presentation
 

Similar a 5 продвинутых технологий Cisco, которые нужно знать

ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...Tarun Khaneja
 
Introduction 140318015826-phpapp01
Introduction 140318015826-phpapp01Introduction 140318015826-phpapp01
Introduction 140318015826-phpapp01amit singh
 
ccna project on topic company infrastructure
ccna project on topic company infrastructureccna project on topic company infrastructure
ccna project on topic company infrastructurePrince Gautam
 
Design and Deployment using the Cisco Smart Business Architecture (SBA)
Design and Deployment using the Cisco Smart Business Architecture (SBA)Design and Deployment using the Cisco Smart Business Architecture (SBA)
Design and Deployment using the Cisco Smart Business Architecture (SBA)Cisco Russia
 
SANA Shamus-new CV
SANA Shamus-new CVSANA Shamus-new CV
SANA Shamus-new CVsana shamus
 
TechWiseTV Workshop: Segment Routing for the Datacenter
TechWiseTV Workshop: Segment Routing for the DatacenterTechWiseTV Workshop: Segment Routing for the Datacenter
TechWiseTV Workshop: Segment Routing for the DatacenterRobb Boyd
 
Multiprotocol label switching (mpls) - Networkshop44
Multiprotocol label switching (mpls)  - Networkshop44Multiprotocol label switching (mpls)  - Networkshop44
Multiprotocol label switching (mpls) - Networkshop44Jisc
 
Evolution Network
Evolution NetworkEvolution Network
Evolution NetworkAPNIC
 
Cube2012 scaling service provider backbone using bgp confederations for next ...
Cube2012 scaling service provider backbone using bgp confederations for next ...Cube2012 scaling service provider backbone using bgp confederations for next ...
Cube2012 scaling service provider backbone using bgp confederations for next ...Ashish Tanwer
 
Routing and OSPF
Routing and OSPFRouting and OSPF
Routing and OSPFarpit
 

Similar a 5 продвинутых технологий Cisco, которые нужно знать (20)

ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
 
Introduction 140318015826-phpapp01
Introduction 140318015826-phpapp01Introduction 140318015826-phpapp01
Introduction 140318015826-phpapp01
 
Ducat
DucatDucat
Ducat
 
ccna project on topic company infrastructure
ccna project on topic company infrastructureccna project on topic company infrastructure
ccna project on topic company infrastructure
 
CCNA 2
CCNA 2 CCNA 2
CCNA 2
 
Design and Deployment using the Cisco Smart Business Architecture (SBA)
Design and Deployment using the Cisco Smart Business Architecture (SBA)Design and Deployment using the Cisco Smart Business Architecture (SBA)
Design and Deployment using the Cisco Smart Business Architecture (SBA)
 
Lan Network with Redundancy
Lan Network with RedundancyLan Network with Redundancy
Lan Network with Redundancy
 
Lan Network with Redundancy.ppt
Lan Network with Redundancy.pptLan Network with Redundancy.ppt
Lan Network with Redundancy.ppt
 
SANA Shamus-new CV
SANA Shamus-new CVSANA Shamus-new CV
SANA Shamus-new CV
 
TechWiseTV Workshop: Segment Routing for the Datacenter
TechWiseTV Workshop: Segment Routing for the DatacenterTechWiseTV Workshop: Segment Routing for the Datacenter
TechWiseTV Workshop: Segment Routing for the Datacenter
 
Multiprotocol label switching (mpls) - Networkshop44
Multiprotocol label switching (mpls)  - Networkshop44Multiprotocol label switching (mpls)  - Networkshop44
Multiprotocol label switching (mpls) - Networkshop44
 
Chapter14ccna
Chapter14ccnaChapter14ccna
Chapter14ccna
 
Evolution Network
Evolution NetworkEvolution Network
Evolution Network
 
Cube2012 scaling service provider backbone using bgp confederations for next ...
Cube2012 scaling service provider backbone using bgp confederations for next ...Cube2012 scaling service provider backbone using bgp confederations for next ...
Cube2012 scaling service provider backbone using bgp confederations for next ...
 
CCNA 1
CCNA 1CCNA 1
CCNA 1
 
Ospf
OspfOspf
Ospf
 
Routing and OSPF
Routing and OSPFRouting and OSPF
Routing and OSPF
 
G. Iliev
G. Iliev G. Iliev
G. Iliev
 
S5850 3-datasheet
S5850 3-datasheetS5850 3-datasheet
S5850 3-datasheet
 
S5850 datasheet
S5850 datasheetS5850 datasheet
S5850 datasheet
 

Más de SkillFactory

Как подружить корпоративные системы ВКС и пользователей Skype
Как подружить корпоративные системы ВКС и пользователей SkypeКак подружить корпоративные системы ВКС и пользователей Skype
Как подружить корпоративные системы ВКС и пользователей SkypeSkillFactory
 
Ключевые тенденции отрасли в последнее время
Ключевые тенденции отрасли в последнее времяКлючевые тенденции отрасли в последнее время
Ключевые тенденции отрасли в последнее времяSkillFactory
 
Сервисы NFV
Сервисы NFVСервисы NFV
Сервисы NFVSkillFactory
 
Современные методы защиты от DDoS атак
Современные методы защиты от DDoS атакСовременные методы защиты от DDoS атак
Современные методы защиты от DDoS атакSkillFactory
 
Бизнес под прицелом: как компаниям защищаться от киберугроз
Бизнес под прицелом: как компаниям защищаться от киберугрозБизнес под прицелом: как компаниям защищаться от киберугроз
Бизнес под прицелом: как компаниям защищаться от киберугрозSkillFactory
 
Вопросы балансировки трафика
Вопросы балансировки трафикаВопросы балансировки трафика
Вопросы балансировки трафикаSkillFactory
 
IP/LDP fast protection schemes
IP/LDP fast protection schemesIP/LDP fast protection schemes
IP/LDP fast protection schemesSkillFactory
 
Варианты решений для подключения мобильных устройств
Варианты решений для подключения мобильных устройствВарианты решений для подключения мобильных устройств
Варианты решений для подключения мобильных устройствSkillFactory
 
End to End Convergence
End to End ConvergenceEnd to End Convergence
End to End ConvergenceSkillFactory
 
Виртуализация клиентских устройств Juniper cCPE
Виртуализация клиентских устройств Juniper cCPEВиртуализация клиентских устройств Juniper cCPE
Виртуализация клиентских устройств Juniper cCPESkillFactory
 
MX – универсальная сервисная платформа. Вчера, сегодня, завтра.
MX – универсальная сервисная платформа. Вчера, сегодня, завтра.MX – универсальная сервисная платформа. Вчера, сегодня, завтра.
MX – универсальная сервисная платформа. Вчера, сегодня, завтра.SkillFactory
 
Почему не работает Wi-Fi? Ошибки при проектировании сети
Почему не работает Wi-Fi? Ошибки при проектировании сетиПочему не работает Wi-Fi? Ошибки при проектировании сети
Почему не работает Wi-Fi? Ошибки при проектировании сетиSkillFactory
 
Защита сайта от взлома и вирусов
Защита сайта от взлома и вирусовЗащита сайта от взлома и вирусов
Защита сайта от взлома и вирусовSkillFactory
 
Правила успешной карьеры в IT. Часть 2. Взгляд HR-отдела
Правила успешной карьеры в IT. Часть 2. Взгляд HR-отделаПравила успешной карьеры в IT. Часть 2. Взгляд HR-отдела
Правила успешной карьеры в IT. Часть 2. Взгляд HR-отделаSkillFactory
 
Технология операторов связи DWDM: все самое важное за 1 вебинар
Технология операторов связи DWDM: все самое важное за 1 вебинарТехнология операторов связи DWDM: все самое важное за 1 вебинар
Технология операторов связи DWDM: все самое важное за 1 вебинарSkillFactory
 
Wi-Fi для чайников: основы технологии за 1 вебинар
Wi-Fi для чайников: основы технологии за 1 вебинарWi-Fi для чайников: основы технологии за 1 вебинар
Wi-Fi для чайников: основы технологии за 1 вебинарSkillFactory
 
Олимпиада IT-Планета: как стать чемпионом Cisco?
Олимпиада IT-Планета: как стать чемпионом Cisco?Олимпиада IT-Планета: как стать чемпионом Cisco?
Олимпиада IT-Планета: как стать чемпионом Cisco?SkillFactory
 
Определяем причину медленной работы сети в 3 клика
Определяем причину медленной работы сети в 3 клика Определяем причину медленной работы сети в 3 клика
Определяем причину медленной работы сети в 3 клика SkillFactory
 
Строим единую коммуникационную платформу для офиса
Строим единую коммуникационную платформу для офиса Строим единую коммуникационную платформу для офиса
Строим единую коммуникационную платформу для офиса SkillFactory
 
Сдать экзамен CCIE: миссия выполнима
Сдать экзамен CCIE: миссия выполнимаСдать экзамен CCIE: миссия выполнима
Сдать экзамен CCIE: миссия выполнимаSkillFactory
 

Más de SkillFactory (20)

Как подружить корпоративные системы ВКС и пользователей Skype
Как подружить корпоративные системы ВКС и пользователей SkypeКак подружить корпоративные системы ВКС и пользователей Skype
Как подружить корпоративные системы ВКС и пользователей Skype
 
Ключевые тенденции отрасли в последнее время
Ключевые тенденции отрасли в последнее времяКлючевые тенденции отрасли в последнее время
Ключевые тенденции отрасли в последнее время
 
Сервисы NFV
Сервисы NFVСервисы NFV
Сервисы NFV
 
Современные методы защиты от DDoS атак
Современные методы защиты от DDoS атакСовременные методы защиты от DDoS атак
Современные методы защиты от DDoS атак
 
Бизнес под прицелом: как компаниям защищаться от киберугроз
Бизнес под прицелом: как компаниям защищаться от киберугрозБизнес под прицелом: как компаниям защищаться от киберугроз
Бизнес под прицелом: как компаниям защищаться от киберугроз
 
Вопросы балансировки трафика
Вопросы балансировки трафикаВопросы балансировки трафика
Вопросы балансировки трафика
 
IP/LDP fast protection schemes
IP/LDP fast protection schemesIP/LDP fast protection schemes
IP/LDP fast protection schemes
 
Варианты решений для подключения мобильных устройств
Варианты решений для подключения мобильных устройствВарианты решений для подключения мобильных устройств
Варианты решений для подключения мобильных устройств
 
End to End Convergence
End to End ConvergenceEnd to End Convergence
End to End Convergence
 
Виртуализация клиентских устройств Juniper cCPE
Виртуализация клиентских устройств Juniper cCPEВиртуализация клиентских устройств Juniper cCPE
Виртуализация клиентских устройств Juniper cCPE
 
MX – универсальная сервисная платформа. Вчера, сегодня, завтра.
MX – универсальная сервисная платформа. Вчера, сегодня, завтра.MX – универсальная сервисная платформа. Вчера, сегодня, завтра.
MX – универсальная сервисная платформа. Вчера, сегодня, завтра.
 
Почему не работает Wi-Fi? Ошибки при проектировании сети
Почему не работает Wi-Fi? Ошибки при проектировании сетиПочему не работает Wi-Fi? Ошибки при проектировании сети
Почему не работает Wi-Fi? Ошибки при проектировании сети
 
Защита сайта от взлома и вирусов
Защита сайта от взлома и вирусовЗащита сайта от взлома и вирусов
Защита сайта от взлома и вирусов
 
Правила успешной карьеры в IT. Часть 2. Взгляд HR-отдела
Правила успешной карьеры в IT. Часть 2. Взгляд HR-отделаПравила успешной карьеры в IT. Часть 2. Взгляд HR-отдела
Правила успешной карьеры в IT. Часть 2. Взгляд HR-отдела
 
Технология операторов связи DWDM: все самое важное за 1 вебинар
Технология операторов связи DWDM: все самое важное за 1 вебинарТехнология операторов связи DWDM: все самое важное за 1 вебинар
Технология операторов связи DWDM: все самое важное за 1 вебинар
 
Wi-Fi для чайников: основы технологии за 1 вебинар
Wi-Fi для чайников: основы технологии за 1 вебинарWi-Fi для чайников: основы технологии за 1 вебинар
Wi-Fi для чайников: основы технологии за 1 вебинар
 
Олимпиада IT-Планета: как стать чемпионом Cisco?
Олимпиада IT-Планета: как стать чемпионом Cisco?Олимпиада IT-Планета: как стать чемпионом Cisco?
Олимпиада IT-Планета: как стать чемпионом Cisco?
 
Определяем причину медленной работы сети в 3 клика
Определяем причину медленной работы сети в 3 клика Определяем причину медленной работы сети в 3 клика
Определяем причину медленной работы сети в 3 клика
 
Строим единую коммуникационную платформу для офиса
Строим единую коммуникационную платформу для офиса Строим единую коммуникационную платформу для офиса
Строим единую коммуникационную платформу для офиса
 
Сдать экзамен CCIE: миссия выполнима
Сдать экзамен CCIE: миссия выполнимаСдать экзамен CCIE: миссия выполнима
Сдать экзамен CCIE: миссия выполнима
 

Último

unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...AliaaTarek5
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????blackmambaettijean
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
Ryan Mahoney - Will Artificial Intelligence Replace Real Estate Agents
Ryan Mahoney - Will Artificial Intelligence Replace Real Estate AgentsRyan Mahoney - Will Artificial Intelligence Replace Real Estate Agents
Ryan Mahoney - Will Artificial Intelligence Replace Real Estate AgentsRyan Mahoney
 

Último (20)

unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
Ryan Mahoney - Will Artificial Intelligence Replace Real Estate Agents
Ryan Mahoney - Will Artificial Intelligence Replace Real Estate AgentsRyan Mahoney - Will Artificial Intelligence Replace Real Estate Agents
Ryan Mahoney - Will Artificial Intelligence Replace Real Estate Agents
 

5 продвинутых технологий Cisco, которые нужно знать

  • 1. 5 продвинутых технологий Cisco, которые нужно знать Ruslan Savchenko 09.08.2013 rsavchenko@getccna.ru ведущий:
  • 2. # CCNP is:  Routing: EIGRP, OSPF, RIP, BGP  Switching  Routing and switching troubleshooting CCNP is NOT:  Voice  Wireless  Security  Specific WAN protocols (MPLS, advanced BGP) What Is CCNP-R&S Coverage
  • 3. #  CCENT: install and verify basic IP network with supervision  CCNA: also… configure and maintain a multisite enterprise network, as directed  CCNP: also… plan and troubleshoot enterprise networks with advanced solutions, collaborating with network specialists  CCIE: also… independently troubleshoot and optimize network performance in complex and integrated enterprise networks Certification for Network Engineers
  • 6. # SWITCH is:  Campus layer 2 management (VLANs, STP –all flavors)  Campus layer 3 management (Inter-VLAN Routing, first hop redundancy)  Campus network management (network design, security, voice) SWITCH is NOT:  “Only layer 2”  Deep wireless, security or voice What Is Switch Coverage
  • 8. # VLAN Deployment  End-to-end VLANs Users are grouped into VLANs independent of physical location If users are moved within the campus, their VLAN membership remains the same  Local VLANs Recommended solution in the enterprise campus architecture Users are grouped into VLANs depending of physical location If users are moved within the campus, their VLAN membership changes
  • 9. # Trunk Configuration  Configure VLANs  Disable trunk negotiation  Configure trunk mode  Set native VLAN to unused VLAN  Allow only required VLANs on trunks
  • 10. # Common Trunk Link Problems  Trunks can be configured statically or autonegotiated with DTP  For trunking to be autonegotiated, the switches must be in the same VTP domain  Some trunk configuration combinations will successfully configure a trunk, some will not
  • 11. # Issues with 802.1Q Native VLAN  Native VLAN frames are carried over the trunk link untagged  Native VLAN must match at the ends of a trunk  A native VLAN mismatch will merge traffic between VLANs  Default native VLAN is VLAN 1  Configure an unused VLAN as native VLAN on trunks
  • 12. # Spanning Tree Standards  802.1D-1998: The legacy standard for bridging and STP  CST: Assumes one spanning-tree instance for the entire bridged network, regardless of the number of VLANs  PVST+:A Cisco enhancement of STP that provides a separate 802.1D spanning tree instance for each VLAN configured in the network  802.1D-2004: An updated bridging and STP standard  802.1s (MST):Maps multiple VLANs into the same spanning-tree instance  802.1w (RSTP):Improves convergence over 1998 STP by adding roles to ports and enhancing BPDU exchanges  PVRST+: A Cisco enhancement of RSTP using PVST+
  • 13. # Spanning Tree Recommendations  Use PVRST+ or MSTP for best convergence  Take advantage of the Cisco STP toolkit  Keep STP domain as simple as possible  Do not disable STP—it protects against unplanned loops  Use routed links if possible
  • 14. # Cisco STP Toolkit  PortFast: configures access port as edge ports which transition directly to forwarding state  BPDUGuard: disables a PortFast-enabled port if a BPDU is received  BPDUfilter: suppresses BPDUs on ports (not recommended)  RootGuard: prevents external switches from becoming roots  LoopGuard: prevents an alternate port or root port from becoming the designated port if no BPDUs are received  UplinkFast*: provides from 3 to 5 seconds convergence after link failure  BackboneFast*: cuts the convergence time by max_age for an indirect failure
  • 15. # Process switching Slowest method—every packet examined by CPU, all forwarding decisions made in software Fast switching (route caching) Faster method—first packet in each flow examined by CPU, forwarding decision cached in hardware for subsequent packets in flow Cisco Express Forwarding (topology-based switching) Fastest method—hardware forwarding table created regardless of traffic flows, all packets switched using hardware Switching mode for multi-layer switches Cisco Layer 3 Switching Methods
  • 16. # Configure SVI and Routed Interface switch(config)# ip routing switch(config)# interface vlan10 switch(config-if)# ip address 10.1.10.1 255.255.255.0 switch(config-if)# no shutdown switch(config)# interface vlan20 switch(config-if)# ip address 10.1.20.1 255.255.255.0 switch(config-if)# no shutdown
  • 18. # HSRP and Spanning Tree  Configured active router should be the same as STP root bridge  Blocked uplink caused traffic to take less than optimal path
  • 20. # GLBP Weights and Decrements
  • 23. # ROUTE is:  IGP Routing: EIGRP, OSPF, RIP  Path control: route maps, filters, redistribution, policy-based routing  ISP connection management: standard BGP  IPv6  Branch offices and remote workers connectivity: VPN, GRE ROUTE is NOT:  Voice  Wireless  Security  Specific WAN protocols (MPLS, IS-IS, advanced BGP)  Multicast What Is Route Coverage
  • 27. # Link-state routing requires a hierarchical network structure: Transit area (backbone or area 0) Normal areas (non-backbone areas) Area Terminology and Router Types ABR:Area Border Router ASBR:Autonomous System Boundary Router R5, R6:Internal routers R1:Backbone router
  • 31. # Design Limitations of OSPF  If more than one area is configured, one of these areas has be to be area 0—backbone area  All areas must be connected to area 0  Area 0 must be contiguous
  • 32. # No Direct Physical Connection to Area 0  Area 20 added with no physical access to area 0  A virtual link provides logical path to the backbone  The OSPF database treats the link between routers ABR1 and ABR2 as a direct link
  • 33. # Discontinuous Area 0  Two companies merge without a direct link between them  Virtual links are used to connect a discontinuous area 0  A logical link is built between routers ABR1 and ABR2  Virtual links are recommended for backup or temporary connections too
  • 34. # EIGRP Capabilities and Attributes  Advanced distance vector  Multicast and Unicast instead of broadcast address  Support for multiple network-layer protocols  100% loop-free classless routing  Fast convergence  Partial updates  Flexible network design
  • 35. # EIGRP Capabilities and Attributes  Support for VLSM and discontinuous subnets  Provides load balancing across equal-and unequal-cost pathways  Easy configuration for WANs and LANs  Manual summarization at any point  Sophisticated metric
  • 38. # Example: Successor and Feasible Successor Solve Loop Issue R1 receives information about the 10.0.0./8 from R8 and R4 FD on R1 is smaller than AD from R4 and the update from R4 is not FS
  • 40. # Factors that Influence EIGRP Scalability  Amount of routing information exchanged between peers  Number of routers  Depth of topology—the number of hops that information must travel to reach all routers  Number of alternate paths through the network
  • 41. # EIGRP Query Process Stuck-in-Active The router must get replies to all its queries for a lost route to start calculating successor information If any reply to the query is lost or missing within three minutes:  The route is SIA  The router resets the neighbor relationship with the neighbor that fails to reply
  • 42. # Enterprise Network to ISP Connection Options  Single-homed  Dual-homed  Multihomed  Dual-multihomed
  • 43. # BGP Routing Between Autonomous Systems  BGP is to provide an interdomain routing system  BGP guarantees the exchange of loop-free routing information  BGP works differently than IGPs  BGP is a policy-based routing protocol  Control traffic flow using multiple BGP path attributes
  • 45. # BGP Path Selection Decision Process Consider only (synchronized) routes with no AS loops and a valid next hop, and next steps for evaluation are:
  • 46. # Set AS Path with Route Map