Highly Available Wide Area Network Design

Size: px
Start display at page:

Download "Highly Available Wide Area Network Design"

Transcription

1

2 Highly Available Wide Area Network Design David Prall, Communications Architect CCIE #6508 (R&S/SP/Security) BRKRST-2042

3 Agenda Introduction Cisco IOS and IP Routing Convergence Techniques Design and Deployment Final Wrap Up

4 Goals Efficiently utilize available bandwidth Dynamically respond to all types of disruptions Leverage most effective design techniques that meet the design requirements BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 5

5 Where Can Outages Occur? Link or Device Failure MPLS - SP A C-A-R2 Link or Device Degraded C-A-R1 C-A-R4 C-A-R3 HQ-W1 BR-W1 HQ-W2 MPLS - SP B BR-W2 C-B-R1 C-B-R4 How does outage manifest? How quickly can network detect? How long is bidirectional reconvergence? BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 6

6 Session Scope What methods are used for path selection and packet forwarding How does the network detect outages Focus on network survivability and effective utilization rather than sub-second convergence Does not address zero loss considerations BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 7

7 Agenda Introduction Cisco IOS and IP Routing Multiple Links/Multiple Paths Load Sharing Convergence Techniques Design and Deployment Final Wrap Up

8 Routing Table Basics Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default, U - per-user static route o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP a - application route + - replicated route, % - next hop override, p - overrides from PfR p /8 is variably subnetted, 14 subnets, 5 masks B p /8 [20/0] via , 00:12:36 B p /16 [20/0] via , 00:12:36 B p /16 [200/0], 00:13:52, Null0 C p /32 is directly connected, Loopback0 D p /24 [90/307200] via , 00:14:32, Ethernet0/0 C p /30 is directly connected, Ethernet0/0 L p /32 is directly connected, Ethernet0/0 B p /16 [20/0] via , 00:12: /8 is variably subnetted, 9 subnets, 2 masks B /24 [20/0] via , 00:13:43 C /24 is directly connected, Ethernet0/2 L /32 is directly connected, Ethernet0/ /16 is variably subnetted, 9 subnets, 2 masks B /31 [20/0] via , 00:12:36 C /31 is directly connected, Ethernet0/1 L /32 is directly connected, Ethernet0/1 BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 9

9 Administrative Distance The distance command is used to configure a rating of the trustworthiness of a routing information source, such as an individual router or a group of routers Numerically, an administrative distance is a positive integer from 1 to 255. In general, the higher the value, the lower the trust rating An administrative distance of 255 means the routing information source cannot be trusted at all and should be ignored INFORMATIONAL Default Route Source Distance Connected Interface 0 Static Route 1 EIGRP Summary Route 5 BGP External (ebgp) 20 EIGRP Internal 90 OSPF 110 IS-IS 115 RIP 120 EIGRP External 170 BGP Internal (ibgp) 200 Unknown 255 BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 10

10 Route Selection How is administrative distance used to determine which route should be installed? Only identical routes are compared Identical prefixes with different prefix lengths are not the same route The route from the protocol with the lower administrative distance is installed OSPF /24 EIGRP OSPF / /25 These Two Routes Are Identical EIGRP Internal = 90 OSPF = 110 EIGRP Internal Installed router#show ip route Routing entry for /24 Known via "eigrp 1", distance 90, metric , type internal Redistributing via eigrp 1 Last update from on Ethernet0/1, 00:01:32 ago Routing Descriptor Blocks: * , from , 00:01:32 ago, via Ethernet0/1 Route metric is , traffic share count is 1 Total delay is 2000 microseconds, minimum bandwidth is Kbit Reliability 255/255, minimum MTU 1500 bytes Loading 1/255, Hops 1 BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 11

11 Route Selection What about longest prefix comparison? Only identical routes are compared Identical prefixes with different prefix lengths are not the same route The route with the longest prefix is installed OSPF /24 EIGRP OSPF / /25 These Two Routes Are Identical OSPF Installed Longer Prefix router#show ip route longer-prefixes /8 is variably subnetted, 9 subnets, 3 masks D /24 [90/307200] via , 00:01:35, Ethernet0/1 O /25 [110/20] via , 00:00:50, Ethernet0/2 O /25 [110/20] via , 00:00:50, Ethernet0/2 More Specific OSPF Override EIGRP BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 12

12 Agenda Introduction Cisco IOS and IP Routing Multiple Links/Multiple Paths Load Sharing Convergence Techniques Design and Deployment Final Wrap Up

13 Load Sharing Assume the same routing process attempts to install two routes for the same destination in the RIB The routing process may allow the second route to be installed based on its own rules IGP OSPF IS-IS EIGRP Route Cost Must be equal to installed route Must be equal to installed route Must be less than the variance times the lowest cost installed route Maximum Paths Must be fewer than maximum-paths configured under the routing process (default = 4, maximum = 32) Note: BGP default value for maximum-paths = 1 BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 14

14 CEF Load Sharing Per-Session Default behaviour of IOS Per-flow using source/destination Packets for a given source/ destination session will take the same path More effective as the number of source to destination pairs increase Ensures that traffic for a given session arrives in order Per-Packet Requires ip load-sharing per-packet interface configuration Per-packet using round-robin method Packets for a given source/ destination session may take different paths Ensures traffic is more evenly distributed over multiple paths Potential for packets to arrive out of sequence BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 15

15 Load Sharing router#show ip route Routing entry for /24 Known via "eigrp 100", distance 170, metric , type external Redistributing via eigrp 100 Last update from on Serial0/2/1, 00:18:17 ago Routing Descriptor Blocks: * , from , 00:18:17 ago, via Serial2/0 Route metric is , traffic share count is , from , 00:18:17 ago, via Serial2/1 Route metric is , traffic share count is / = 1 The Traffic Share Count Is Critical to Understanding the Actual Load Sharing of Packets Using These Two Routes BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 16

16 Load Sharing with EIGRP Variance router#show ip route Routing entry for /24 Known via "eigrp 100", distance 170, metric , type external Redistributing via eigrp 100 Last update from on Serial0/2/1, 00:18:17 ago Routing Descriptor Blocks: * , from , 00:18:17 ago, via Serial2/0 Route metric is , traffic share count is , from , 00:18:17 ago, via Serial2/1 Route metric is , traffic share count is 1... If the Lower Metric Is Less than the Second Metric, the Traffic Share Count Will Be Something Other than 1 (EIGRP with Variance Configured) / = / = 2 2x Faster Link Gets 2 Flows vs. 1 Flow BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 17

17 Load Sharing with ebgp dmzlink-bw router#show ip route Routing entry for /24 Known via "bgp 1", distance 20, metric 0 Tag 2, type external Last update from :00:16 ago Routing Descriptor Blocks: , from , 00:00:16 ago Route metric is 0, traffic share count is 1... * , from , 00:00:16 ago Route metric is 0, traffic share count is 2... router#show ip bgp BGP routing table entry for /24, version 9 Paths: (2 available, best #2, table default) Multipath: ebgp from ( ) 2x Faster Link Gets 2 Flows vs. 1 Flow Origin IGP, metric 0, localpref 100, valid, external, multipath(oldest) DMZ-Link Bw 312 kbytes rx pathid: 0, tx pathid: from ( ) Origin IGP, metric 0, localpref 100, valid, external, multipath, best DMZ-Link Bw 625 kbytes rx pathid: 0, tx pathid: 0x0 Only routes learned via ebgp Neighbors BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 18

18 Agenda Introduction Cisco IOS and IP Routing Convergence Techniques First Hop Redundancy Protocols Routing Protocols DDR and Static Routing Performance Routing Design and Deployment Final Wrap Up

19 First Hop Redundancy Protocols (FHRP) Failure Protection for the First Hop IP Router BR-W1 BR-W2 Hot Standby Router Protocol (HSRP) Virtual Router Redundancy Protocol (VRRP) Gateway Load Balancing Protocol (GLBP) BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 20

20 Drivers for FHRPs Provide routing redundancy for access layer How to handle failover when end-hosts have only a single IP default gateway and cached ARP entry Provide routing redundancy for devices that depend on static routing Some firewalls do not support dynamic routing Independent of routing protocols Works with any routing protocol and static routing Capable of providing sub-second failover Provides load sharing capabilities (GLBP) transparent to end host BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 21

21 Hot Standby Routing Protocol (HSRP) interface FastEthernet0/0 ip address standby version 2 standby 4 ip standby 4 priority 110 standby 4 preempt standby 6 ipv6 autoconfig standby 6 priority 110 standby 6 preempt ipv6 address 2001:DB8:5:1::1/64 Active Standby Router Router BR-W1 BR-W2 HSRP (.2) (.3) VIP (.1) Default Gateway: (.1) DG MAC: MAC VIP BR-W1#show standby brief P indicates configured to preempt. Interface Grp Pri P State Active Standby Virtual IP Fa0/ P Active local Fa0/ P Active local FE80::A8BB:CCFF:FE00:3400 FE80::5:73FF:FEA0 :6 HSRP Global IPv6 Addresses Available for Static Deployments interface FastEthernet0/0 ip address standby version 2 standby 4 ip standby 4 preempt standby 6 ipv6 autoconfig standby 6 preempt ipv6 address 2001:DB8:5:1::2/64 BR-W2#show standby brief Interface Grp Pri P State Active Standby Virtual IP Fa0/ P Standby local Fa0/ P Standby FE80::A8BB:CCFF:FE00:3300 local FE80::5:73FF:FEA0 :6 BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 22

22 Hot Standby Routing Protocol (HSRP) Local Failures Active Router BR-W1 HSRP BR-W2 (.2) (.3) (.1) VIP Default Gateway: (.1) DG MAC: MAC VIP BR-W2#show standby brief P indicates configured to preempt. Interface Grp Pri P State Active Standby Virtual IP Fa0/ P Active local unknown Fa0/ P Active local unknown FE80::5:73FF:FEA0 :6 BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 23

23 Hot Standby Routing Protocol (HSRP) Upstream/Remote Failures Active Standby Router Router BR-W1 BR-W2 HSRP (.2) (.3) (.1) VIP Complex Failure Requires Enhanced Object Tracking (EOT) Active Router BR-W1 BR-W2 HSRP (.2) (.3) (.1) VIP BR-W1# track 100 interface serial2/0 line-protocol! interface FastEthernet0/0 standby version 2 standby 4 priority 110 standby 4 track 100 decrement 20 standby 6 priority 110 standby 6 track 100 decrement 20 BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 24

24 Gateway Load Balancing Protocol (GLBP) AVG = Active Virtual Gateway SVG = Standby Virtual Gateway AVF = Active Virtual Forwarder BR-W1# interface FastEthernet0/0 ip address glbp 4 ip glbp 4 preempt glbp 4 weighting 110 lower 100 glbp 6 ipv6 autoconfig glbp 6 preempt glbp 6 weighting 110 lower 100 ipv6 address 2001:DB8:5:1::1/64 AVG AVF A AVF B BR-W1 BR-W2 GLBP (.2) (.3) VIP (.1) (.1) VIP Default Gateway: (.1) DG MAC: AVF A SVG Default Gateway: (.1) DG MAC: AVF B BR-W1#show glbp brief Interface Grp Fwd Pri State Address Active router Standby router Fa0/ Standby local Fa0/ Active 0007.b local - Fa0/ Listen 0007.b Fa0/ Standby FE80::7:B4FF:FE00:600 FE80::A8BB:CCFF:FE00:3400 local Fa0/ Active 0007.b local - Fa0/ Listen 0007.b FE80::A8BB:CCFF:FE00: BR-W2#show glbp brief Interface Grp Fwd Pri State Address Active router Standby router Fa0/ Active local Fa0/ Listen 0007.b Fa0/ Active 0007.b local - Fa0/ Active FE80::7:B4FF:FE00:600 local F:FE00:3300 Fa0/ Listen 0007.b FE80::A8BB:CCFF:FE00: FE80::A8BB:CCF Fa0/ Active 0007.b Cisco and/or its affiliates. local All rights reserved. Cisco - Public 25

25 Gateway Load Balancing Protocol (GLBP) AVG = Active Virtual Gateway SVG = Standby Virtual Gateway AVF = Active Virtual Forwarder BR-W2# *May 26 19:09:14.260: %GLBP-6-STATECHANGE: FastEth0/0 Grp 4 state Standby -> Act ive *May 26 19:09:15.326: %GLBP-6-FWDSTATECHANGE: FastEth0/0 Grp 4 Fwd 1 state Liste n -> Active *May 26 19:09:15.826: %GLBP-6-STATECHANGE: FastEth0/0 Grp 6 state Standby -> Act ive *May 26 19:09:16.856: %GLBP-6-FWDSTATECHANGE: FastEth0/0 Grp 6 Fwd 1 state Liste n -> Active Local Failures AVG AVF A BR-W1 BR-W2 GLBP (.2) AVF B (.3) (.1) VIP BR-W2#show glbp brief Interface Grp Fwd Pri State Address Active router Standby router Fa0/ Active local unknown Fa0/ Active 0007.b local - Fa0/ Active 0007.b local - Fa0/ Active FE80::7:B4FF:FE00:600 local unknown Fa0/ Active 0007.b local - Fa0/ Active 0007.b local - Default Gateway: (.1) DG MAC: AVF A Default Gateway: (.1) DG MAC: AVF B BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 26

26 GLBP with Enhanced Object Tracking Upstream/Remote Failures Requires Enhanced Object Tracking AVF A BR-W1 AVG BR-W2 GLBP (.2) AVF B (.3) (.1) VIP AVG = Active Virtual Gateway SVG = Standby Virtual Gateway AVF = Active Virtual Forwarder Complex Failure Requires Enhanced Object Tracking (EOT) BR-W1 AVG AVF A BR-W2 (.2) GLBP (.1) AVF B VIP (.3) Branch BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 27

27 Enhanced Object Tracking Track Options Line-Protocol State of Interface IP-Routing State of Interface IP-Route Reachability Threshold* of IP-Route Metrics Syntax track object-number interface type number line-protocol track 1 interface serial 2/0 line-protocol track object-number interface type number ip routing track 2 interface ethernet 1/0 ip routing track object-number ip route IP-Addr/Prefix-len reachability track 3 ip route /16 reachability track object-number ip route IP-Addr/Prefix-len metric threshold track 4 ip route /16 metric threshold IPv6 Support added in 15.3(3)S 15.4(1)T Router#show track 100 Track 100 Interface Serial2/0 line-protocol Line protocol is Up 1 change, last change 00:00:05 Tracked by: GLBP FastEthernet0/1 1 Router#show track 103 Track 103 IP route reachability Reachability is Up (EIGRP) 1 change, last change 00:02:04 First-hop interface is FastEthernet0/0 Tracked by: GLBP FastEthernet0/1 1 * EIGRP, OSPF, BGP, Static Thresholds Are Scaled to Range of (0 255) BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 28

28 Enhanced Object Tracking IP SLA Track Options IP SLAs Operation Reachability of an IP SLAs Host Syntax track object-number ip sla type number state track 5 ip sla 4 state track object-number ip sla type number reachability track 6 ip sla 4 reachability Types of IP SLA Probes: dhcp dns ethernet frame-relay ftp 1 Available for IPv6 http icmp-echo 1 icmp-jitter mpls path-echo path-jitter tcp-connect 1 udp-echo 1 udp-jitter 1 voip BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 29

29 Enhanced Object Tracking (EOT) Tracking IP SLA Lo Lo IP SLA IP SLA Static Host Route Guarantees probe destination only reachable via desired path ip sla 100 icmp-echo source-ip timeout 100 Null Route Guarantees probe frequency 10 ip sla schedule 100 life forever start-time destination nowisn t reachable when ip sla 200 interface down icmp-echo source-ip timeout 100 frequency 10 ip sla schedule 200 life forever start-time now ip route FastEthernet0/ ip route FastEthernet0/ ip route Null0 2 ip route Null0 2 AVF A AVF B BR-W1 BR-W2 (.2) GLBP (.3) VIP (.1) (.1) VIP BR-W1#show ip sla statistics IPSLA operation id: 100 Latest RTT: 1 milliseconds Latest operation start time: *04:42: UTC Tue Feb Latest operation return code: OK Number of successes: 46 Number of failures: 0 Operation time to live: Forever IPSLA operation id: 200 Latest RTT: 1 milliseconds Latest operation start time: *04:42: UTC Tue Feb Latest operation return code: OK Number of successes: 24 Number of failures: 0 Operation time to live: Forever Cisco and/or its affiliates. All rights reserved. Cisco Public

30 Enhanced Object Tracking Tracking IP SLA BR-W1# track 100 ip sla 100 reachability track 200 ip sla 200 reachability track 1 list boolean or object 100 IP SLA object 200 interface FastEthernet0/0 ip address glbp 4 ip glbp 4 priority 110 glbp 4 preempt glbp 4 weighting 110 lower 100 glbp 4 load-balancing weighted glbp 4 weighting track 1 decrement 20 BR-W1 AVF A IP SLA AVF B BR-W2 GLBP (.2) (.3) VIP (.1) (.1) VIP BR-W1#show glbp FastEthernet0/0 Group 4 State is Active 1 state change, last state change 00:09:59 Virtual IP address is Hello time 3 sec, hold time 10 sec Next hello sent in secs Redirect time 600 sec, forwarder timeout sec Preemption enabled, min delay 0 sec Active is local Standby is , priority 105 (expires in sec) Priority 110 (configured) Weighting 110 (configured 110), thresholds: lower 100, upper 110 Track object 1 state Up decrement 20 Load balancing: weighted Group members: aabb.cc ( ) local aabb.cc ( ) There are 2 forwarders (1 active) Forwarder 1 State is Active <SNIP> Forwarder 2 State is Listen <SNIP> BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 31

31 Enhanced Object Tracking Composite Failure BR-W1 Remains Active Virtual Gateway (AVG) BR-W2 Becomes Active Virtual Forwarder (AVF) for both A and B BR-W1# *Feb 17 05:17:25: %TRACKING-5-STATE: 100 ip sla 100 state Up->Down *Feb 17 05:17:25: %TRACKING-5-STATE: 200 ip sla 200 state Up->Down *Feb 17 05:17:26: %TRACKING-5-STATE: 1 list boolean or Up->Down *Feb 17 05:17:38: %GLBP-6-FWDSTATECHANGE: FastEth0/0 Grp 4 Fwd 1 state Active -> Listen BR-W2#show glbp FastEthernet0/0 Group 4 State is Standby 1 state change, last state change 00:28:16 Virtual IP address is Hello time 3 sec, hold time 10 sec Next hello sent in secs Redirect time 600 sec, forwarder timeout sec Preemption enabled, min delay 0 sec Active is , priority 110 (expires in sec) Standby is local Priority 105 (configured) Weighting 110 (configured 110), thresholds: lower 100, upper 110 Track object 1 state Up decrement 20 Load balancing: weighted Group members: aabb.cc ( ) aabb.cc ( ) local There are 2 forwarders (2 active) Forwarder 1 State is Active <SNIP> Forwarder 2 State is Active <SNIP> BR-W1 AVG IP SLA Unable to Reach Either IP SLA Responder IP SLA AVF A AVF B BR-W2 GLBP (.2) (.3) (.1) VIP BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 32

32 Agenda Introduction Cisco IOS and IP Routing Convergence Techniques First Hop Redundancy Protocols Routing Protocols DDR and Static Routing Performance Routing Design and Deployment Final Wrap Up

33 Routing Protocol Timers INFORMATIONAL Keepalive (B) Holdtime (B,E,I) Hello (E,I,O) Invalid (R) Dead (O) Flush (R) Update (R) Holddown (R) BGP EIGRP (< T1) IS-IS (DIS) OSPF (NBMA) 5 (60) 15 (180) 10 (3.333) 30 (10) 10 (30) 40 (120) RIP/RIPv Note: Cisco Default Values BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 34

34 Routing Protocol Neighbor Behavior INFORMATIONAL R2 R1 R4 R3 Recovery Times by Protocol Link Down Link Up Link Up Link Up Line Protocol Down Loss 100% Neighbor Down Loss ~5% BGP ~ 1 s Never EIGRP (< T1) IS-IS (DIS) OSPF (NBMA) ~ 1s 15 (180) 15 (180) Never ~ 1s 30 (10) 30 (10) Never ~ 1s 40 (120) 40 (120) Never RIP/RIPv2 ~ 1s Never Note: Using Cisco Default Values BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 35

35 Routing Protocol Neighbor Behavior Adjust Hello Timers R2 R1 R4 BR-W1 R3 R4#show ip bgp vpnv4 vrf cisco neighbor BGP neighbor is , vrf cisco, remote AS 65110, external link BGP version 4, remote router ID BGP state = Established, up for 1d10h Last read 00:00:19, hold time is 180, keepalive interval is 60 seconds R4#show ip bgp vpnv4 vrf cisco neighbor BGP neighbor is , vrf cisco, remote AS 65110, external link BGP version 4, remote router ID BGP state = Established, up for 00:01:23 Last read 00:00:03, hold time is 21, keepalive interval is 7 seconds BR-W1# router bgp neighbor timers 7 21 When Configuring the Holdtime Argument for a Value of Less than Twenty Seconds, the Following Warning Is Displayed: % Warning: A Hold Time of Less than 20 Seconds Increases the Chances of Peer Flapping BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 36

36 Bidirectional Forwarding Detection (BFD) Extremely lightweight hello protocol IPv4, IPv6, MPLS, P2MP 10s of milliseconds (technically, microsecond resolution) forwarding plane failure detection mechanism. Single mechanism, common and standardized Multiple modes: Async (echo/non-echo), Demand Independent of Routing Protocols Levels of security, to match conditions and needs Facilitates close alignment with hardware BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 37

37 Drivers for BFD Link-layer detection misses some types of outages e.g. Control Plane failure Control Plane failure detection is very conservative seconds in default configurations Link-layer failure detection is not consistent across media types Less than 50ms on APS- protected SONET A few seconds on Ethernet Several seconds or more on WAN links Provides a measure of consistency across routing protocols Most current failure detection mechanisms are an order of magnitude too long for time-sensitive applications BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 38

38 Routing Protocol Neighbor Behavior Bidirectional Forwarding Detection interface FastEthernet0/1 ip address bfd interval 250 min_rx 250 multiplier 3 router eigrp network bfd all-interfaces R1#show bfd neighbors details IPv4 Sessions NeighAddr LD/RD RH/RS State Int /1 Up Up Fa0/1 Session state is UP and using echo function with 250 ms interval. Session Host: Software OurAddr: Handle: 2 Local Diag: 0, Demand mode: 0, Poll bit: 0 MinTxInt: , MinRxInt: , Multiplier: 3 Received MinRxInt: , Received Multiplier: 3 Holddown (hits): 0(0), Hello (hits): 1000(5796) Rx Count: 5724, Rx Interval (ms) min/max/avg: 1/1008/876 last: 237 ms ago Tx Count: 5800, Tx Interval (ms) min/max/avg: 1/1008/879 last: 624 ms ago Elapsed time watermarks: 0 0 (last: 0) Registered protocols: EIGRP CEF Uptime: 01:23:53 Last packet: Version: 1 - Diagnostic: 0 State bit: Up - Demand bit: 0 Poll bit: 0 - Final bit: 0 C bit: 0 Multiplier: 3 - Length: 24 My Discr.: 1 - Your Discr.: 2 Min tx interval: Min rx interval: Min Echo interval: (Fa0/1) R1 R2 (Fa0/0) interface FastEthernet0/0 ip address bfd interval 333 min_rx 333 multiplier 3 router bgp neighbor fall-over bfd Configured in milliseconds (ms) Displayed in microseconds (µs) BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 39

39 Routing Protocol Neighbor Behavior Bidirectional Forwarding Detection interface FastEthernet0/1 ip address bfd interval 250 min_rx 250 multiplier 3 router eigrp network bfd all-interfaces <show bfd neighbors details cont d> IPv4 Sessions NeighAddr LD/RD RH/RS State Int /2 Up Up Fa0/0 Session state is UP and using echo function with 333 ms interval. Session Host: Software OurAddr: Handle: 1 Local Diag: 0, Demand mode: 0, Poll bit: 0 MinTxInt: , MinRxInt: , Multiplier: 3 Received MinRxInt: , Received Multiplier: 3 Holddown (hits): 0(0), Hello (hits): 1000(5867) Rx Count: 5877, Rx Interval (ms) min/max/avg: 42/1014/881 last: 753 ms ago Tx Count: 5869, Tx Interval (ms) min/max/avg: 42/1007/880 last: 228 ms ago Elapsed time watermarks: 0 0 (last: 0) Registered protocols: BGP CEF Uptime: 01:26:08 Last packet: Version: 1 - Diagnostic: 0 State bit: Up - Demand bit: 0 Poll bit: 0 - Final bit: 0 C bit: 0 Multiplier: 3 - Length: 24 My Discr.: 2 - Your Discr.: 1 Min tx interval: Min rx interval: Min Echo interval: (Fa0/1) R1 R2 (Fa0/0) interface FastEthernet0/0 ip address bfd interval 333 min_rx 333 multiplier 3 router bgp neighbor fall-over bfd Configured in milliseconds (ms) Displayed in microseconds (µs) BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 40

40 Routing Protocol Neighbor Behavior Detecting Unreachable Neighbor (Hello Timers vs. BFD) R1 EIGRP Default: Elapsed Time Between Sec R2 100% Packet Loss (Link Up) R1#show clock *13:08: EST Fri May R1# *May 8 13:08:19.366: %DUAL-5-NBRCHANGE: EIGRP-IPv4 1: Neighbor (Fast Ethernet0/1) is down: holding time expired seconds BFD: Elapsed Time Between ms with 50ms interval (example 250ms) R1#show clock *13:37: EST Fri May R1# *May 8 13:38:00.944: %BFDFSM-6-BFD_SESS_DOWN: BFD-SYSLOG: BFD session ld:4 hand le:2,is going Down Reason: ECHO FAILURE *May 8 13:38:00.944: %BFD-6-BFD_SESS_DESTROYED: BFD-SYSLOG: bfd_session_destroy ed, ld:4 neigh proc:eigrp, handle:2 act *May 8 13:38:00.948: %DUAL-5-NBRCHANGE: EIGRP-IPv4 1: Neighbor (Fast Ethernet0/1) is down: BFD peer down notified *May 8 13:39:01.011: %BFD-6-BFD_SESS_DESTROYED: BFD-SYSLOG: bfd_session_destroy ed, ld:4 neigh proc:cef, handle:2 act seconds BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 41

41 Agenda Introduction Cisco IOS and IP Routing Convergence Techniques Routing Protocols First Hop Redundancy Protocols DDR and Static Routing Performance Routing Design and Deployment Final Wrap Up

42 Other Convergence Techniques Options using Static Routing Floating Static Routes Reliable Static Routing (RSR) using Enhanced Object Tracking (EOT) Dial on Demand Routing (DDR) Backup Interface Dialer Watch EEM Script DMVPN State Tracking For more information: BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 43

43 Reliable Static Routing Tracking IP SLA IP SLA IP SLA (.9) (.9) / /29 BR-W1# Track 400 ip sla 400 reachability! ip sla 400 icmp-echo source-ip timeout 100 frequency 10 ip sla schedule 400 life forever start-time now! ip route ! ip route track 400 ip route BR-W1 BR-W1#show ip route track-table ip route track 400 state is [up] BR-W1#show ip route S /16 [1/0] via BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 44

44 Reliable Static Routing Tracking IP SLA BR-W1# *Mar 12 03:57:37.119: %TRACKING-5-STATE: 400 rtr 400 reachability Up->Down IP SLA Unable to Reach IP SLA Responder (.9) (.9) BR-W1#show ip route track-table / /29 ip route track 400 state is [down] BR-W1#show ip route S /16 [200/0] via BR-W1 Floating Static Installed BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 45

45 EEM Script Example: IPv6 Static Route Event Tracking ipv6 route 2001:DB8::12/ :DB8:B::5 2001:DB8:B::5 WAN RTR IP SLA WAN RTR Unable to Reach IP SLA Responder ip sla 610 icmp-echo 2001:DB8::12 source-interface GigabitEthernet0/1.99 threshold 1000 frequency 10 ip sla schedule 610 life forever start-time now track 601 list threshold percentage <snip additional tracked objects> object 610 threshold percentage down 40 up 60 track 610 ip sla 610 BR RTR event manager applet DISABLE-STATIC-IPv6 event track 601 state down action 1 cli command "enable" action 2 cli command "configure terminal" action 3 cli command "no ipv6 route ::/0 2001:DB8:B::5" action 4 cli command "end" action 99 syslog msg DEFAULT IPv6 ROUTE DISABLED" BR-RTR# 14:22:14: %TRACKING-5-STATE: 610 ip sla 610 state Up->Down 14:22:14: %TRACKING-5-STATE: 601 list threshold percentage Up->Down 14:22:14: %SYS-5-CONFIG_I: Configured from console by on vty0(eem:disable-static-ipv6) 14:22:14: %HA_EM-6-LOG: DISABLE-STATIC-IPv6: DEFAULT IPv6 ROUTE DISABLED 15.4(1)T added Enhanced Object Tracking BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 46

46 Black Hole Route Detection IPSLA with EEM Lost connection to ISP but DHCP route stays in the routing table ip sla 110 icmp-echo x.x.x.x source-interface GigabitEthernet0/0 vrf INET-PUBLIC1! fvrf configuration threshold 1000 frequency 15 ip sla schedule 110 life forever start-time now ip sla 111 icmp-echo y.y.y.y source-interface GigabitEthernet0/0 vrf INET-PUBLIC1 threshold 1000 frequency 15 ip sla schedule 111 life forever start-time now IP SLA Probes track 60 ip sla 110 reachability track 61 ip sla 111 reachability track 62 list boolean or object 60 object 61 (config)#ip route GigabitEthernet0/0 dhcp 10? <cr> Note: This method is compatible with dual Internet DHCP design. event manager applet DISABLE-STATIC-GIG0-0 event track 62 state down action 1 cli command "enable" action 2 cli command "configure terminal" action 3 cli command "no ip route GigabitEthernet0/0 dhcp 10" action 4 cli command "end" action 99 syslog msg DEFAULT IP ROUTE via GIG0/0 DISABLED" event manager applet ENABLE-STATIC-GIG0-0 event track 62 state up action 1 cli command "enable" action 2 cli command "configure terminal" action 3 cli command "ip route GigabitEthernet0/0 dhcp 10" action 4 cli command "end" action 99 syslog msg DEFAULT IP ROUTE via GIG0/0 ENABLED" BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 47

47 Black Hole Route Detection IPSLA with Recursive Routing Lost connection to ISP but DHCP route stays in the routing table IP SLA Probes ip sla 110 icmp-echo x.x.x.x source-interface GigabitEthernet0/0 vrf INET-PUBLIC1! fvrf configuration threshold 1000 frequency 15 ip sla schedule 110 life forever start-time now ip sla 111 icmp-echo y.y.y.y source-interface GigabitEthernet0/0 vrf INET-PUBLIC1 threshold 1000 frequency 15 ip sla schedule 111 life forever start-time now track 60 ip sla 110 reachability track 61 ip sla 111 reachability track 62 list boolean or object 60 object 61 Note: This method is compatible with dual Internet DHCP design. (config)#ip route GigabitEthernet0/0 dhcp 10? <cr> ip route GigabitEthernet0/0 dhcp 10 ip route GigabitEthernet0/ track 62 BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 48

48 EEM Script Example: 3G Backup with Event Tracking WAN RTR 3G-RTR VPN RTR (Ce0/0/0) NAS ip sla 100 icmp-echo source-interface GigabitEthernet0/1.99 threshold 1000 frequency 15 ip sla schedule 100 life forever start-time now track 60 ip sla 100 reachability event manager applet ACTIVATE-3G event track 60 state down action 1 cli command "enable" action 2 cli command "configure terminal" action 3 cli command "interface cellular0/0/0" action 4 cli command "no shutdown" action 5 cli command "end" action 99 syslog msg "Activating 3G interface" 14:22:14: %TRACKING-5-STATE: 60 ip sla 100 reachability Up->Down 14:22:14: %SYS-5-CONFIG_I: Configured from console by on vty0(eem:activate-3g) 14:22:14: %HA_EM-6-LOG: ACTIVATE-3G: Activating 3G interface 14:22:34: %LINK-3-UPDOWN: Interface Cellular0/0/0, changed state to up 14:22:34: %DIALER-6-BIND: Interface Ce0/0/0 bound to profile Di1 14:22:34: %LINEPROTO-5-UPDOWN: Line protocol on Interface Cellular0/0/0, changed state to up 14:22:40: %LINEPROTO-5-UPDOWN: Line protocol on Interface Tunnel11, changed state to up 14:22:40: %CRYPTO-6-ISAKMP_ON_OFF: ISAKMP is ON 14:22:42: %DUAL-5-NBRCHANGE: EIGRP-IPv4 201: Neighbor (Tunnel11) is up: new adjacency VPN Remote Site over 3G/4G Technology Design Guide BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 49

49 DMVPN Interface State Control Example: 3G Backup with DMVPN WAN RTR 3G-RTR VPN RTR (Ce0/0/0) NAS track 2 list boolean or object 101 not track 101 interface Tunnel100 line-protocol interface Tunnel200 if-state track 2 tunnel source Cellular0/0/0 end #show track 2 Track 2 List boolean or Boolean OR is Down 7 changes, last change 00:07:55 object 101 not Up Tracked by: IF-State Control 2 17:24:18.682: %LINEPROTO-5-UPDOWN: Line protocol on Interface Tunnel100, changed state to down 17:24:18.682: %TRACK-6-STATE: 101 interface Tu100 line-protocol Up -> Down 17:24:18.744: %TRACK-6-STATE: 2 list boolean or Down -> Up 17:24:28.683: %LINEPROTO-5-UPDOWN: Line protocol on Interface Tunnel200, changed state to up 17:24:29.276: %BGP-5-ADJCHANGE: neighbor Up 17:24:37.505: %BGP-5-ADJCHANGE: neighbor Up #show track 2 Track 2 List boolean or Boolean OR is Up 8 changes, last change 00:00:32 object 101 not Down Tracked by: IF-State Control Cisco and/or its affiliates. All rights reserved. Cisco Public 50

50 Agenda Introduction Cisco IOS and IP Routing Convergence Techniques Routing Protocols First Hop Redundancy Protocols DDR and Static Routing Performance Routing Design and Deployment Final Wrap Up

51 Enterprise WAN Challenge Two Paths, Two Providers WAN Availability Headquarters MPLS ATM Frame Relay Branch Office But, Are the Applications Performing Adequately? Internet VPN Small Office BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 52

52 Performance Routing (PfR) MC ISP A ISP B ISP C Campus BR Alternate Path BR MC/BR Remote Office Si BR MPLS or Primary ISP Bottlenecks Best Metric Path Uses Reachability, Delay, Loss, Jitter, and Load to determine the best path MC/BR SOHO PfR Components BR Border Router (Forwarding Path) MC Master Controller (Decision Maker) BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 53

53 Traditional Topology MPLS - SP A A-R2 A-R1 A-R4 A-R3 HQ-W1 BR-W1 HQ-W2 MPLS - SP B BR-W2 B-R1 B-R2 Headquarters Routing protocol selects path Blackhole reconvergence can take minutes Will not recover from brownouts Branch BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 54

54 PfR Enabled Topology L3 L7 Aware Domain Policy Configured and Deployed by PfR Hub Master Controller MPLS - SP A Live Traffic Monitoring HQ-MC1 Hub MC BR C-A-R1 C-A-R2 C-A-R3 C-A-R4 MC/BR HQ-W1 BR-W1 HQ-IPSLA BR BR HSRP HQ-W2 MPLS - SP B BR-W2 C-B-R1 C-B-R2 Headquarters MC = Master Controller BR = Border Router Branch Smart Probe PfR uses routing protocol and policy to select path Live Traffic Monitoring significantly improves reconvergence due to blackholes and brownouts BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 55

55 Summary of Convergence Techniques R2 R1 R4 R3 Excellent Option SubOptimal Option Bad Option Effectiveness of Various Techniques for Different Outage Types Routing Protocols Link Down Link Up Neighbor Down Link Up Loss ~5% Upstream Blackhole Upstream Brownout BFD N/A 1 N/A EOT RSR using EOT (w/ip SLA) PfR 1 disregarding BFD Multihop support for Static and BGP routes BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public

56 Agenda Introduction Cisco IOS and IP Routing Convergence Techniques Design and Deployment MPLS Dual Carrier MPLS + Internet Final Wrap Up

57 Dual WAN (MPLS Dual Carrier) PE-CE Protocol: BGP / /24 Default behaviour: 1-way load sharing Load is shared from HQ to Branch HQ- CORE1 HQ-W /24 A-R1 MPLS - SP A A-R / /29 BR-W1 HQ-W2 HQ- CORE2 B-R1 MPLS - SP B B-R4 Only one link used Branch to HQ EIGRP ebgp ebgp HQ-CORE1#show ip route D EX /24 [170/258816] via , 02:24:22, Vlan10 [170/258816] via , 02:24:22, Vlan10 BR-W1#show ip route B /16 [20/0] via , 00:34:00 BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 58

58 Dual WAN (MPLS Dual Carrier) PE-CE Protocol: BGP EIGRP Routes redistributed from BGP into EIGRP (match & tag) BGP routes are treated as EIGRP external BGP No ibgp required between HQ- W1 & HQ-W2 (CE routers) Routes redistributed from EIGRP into BGP except those tagged as originally sourced from BGP HQ- CORE1 HQ- CORE /16 HQ-W1 HQ-W /24 A-R1 B-R1 MPLS - SP A MPLS - SP B / /29 A-R4 B-R /24 EIGRP ebgp ebgp BR-W1 BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 59

59 EIGRP ibgp Dual WAN (MPLS Dual Carrier) Mutual Route Redistribution Detail HQ-CORE1 HQ-CORE / /24 BR HQ-W1 HQ-W2 BR ebgp ebgp AS AS Routes into EIGRP / /24 BGP Redistribution to IGP automatically tags routes with neighbor AS Number HQ-W1# router eigrp networkers address-family ipv4 unicast autonomous-system topology base redistribute bgp metric address-family ipv6 unicast autonomous-system topology base redistribute bgp metric Routes into BGP HQ-W1# router bgp address-family ipv4 redistribute eigrp route-map BLOCK-TAGGED-ROUTES address-family ipv6 redistribute eigrp route-map BLOCK-TAGGED-ROUTES! route-map BLOCK-TAGGED-ROUTES deny 10 match tag route-map BLOCK-TAGGED-ROUTES permit 20! BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 60

60 Dual WAN (MPLS Dual Carrier) PE-CE Protocol: BGP Spoke EIGRP No EIGRP required on BR-W1 (collapsed routing) BGP Protect Branch from becoming transit AS HQ- CORE1 HQ- CORE /16 HQ-W1 HQ-W /24 A-R1 B-R1 MPLS - SP A MPLS - SP B BR-W1#show ip bgp Network Next Hop Metric LocPrf Weight Path A-R / /29 B-R /24 EIGRP ebgp ebgp BR-W1 * / ? *> ? router bgp neighbor route-map NO-TRANSIT-AS out neighbor route-map NO-TRANSIT-AS out... ip as-path access-list 1 permit ^$ route-map NO-TRANSIT-AS permit 10 match as-path 1 BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 61

61 Dual WAN (MPLS Dual Carrier) PE-CE Protocol: BGP Is it possible to load share from Branch to HQ? BGP Multipath Allows installation of multiple BGP paths to same destination Requirements (all must be equal) Neighbor AS or AS-PATH Weight Local Pref AS-PATH length Origin Med HQ- CORE1 HQ- CORE2 BR-W1#show ip bgp /16 HQ-W1 HQ-W /24 A-R1 B-R1 MPLS - SP A MPLS - SP B / /29 Network Next Hop Metric LocPrf Weight Path * / ? *> ? A-R4 B-R /24 EIGRP ebgp ebgp BR-W1#show ip route B /16 [20/0] via , 00:34:00 BR-W1 BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 62

62 Dual WAN (MPLS Dual Carrier) PE-CE Protocol: BGP Is it possible to load share from Branch to HQ? maximum-paths 2 Requires hidden command: bgp bestpath as-path multipath-relax HQ- CORE1 HQ- CORE /16 HQ-W1 HQ-W /24 router bgp bgp bestpath as-path multipath-relax address-family ipv4 maximum-paths 2 address-family ipv6 maximum-paths 2 BR-W1#show ip route B /16 [20/0] via , 00:03:44 [20/0] via , 00:03:44 A-R1 B-R1 MPLS - SP A MPLS - SP B / /29 A-R4 B-R /24 EIGRP ebgp ebgp BR-W1 BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 63

63 Performance Routing (PfRv3) Basic Configuration Dedicated MC, BRs HQ-MC# domain default vrf default master hub source-interface Loopback0 password IWAN BR HQ-W1 BR HQ-W1# domain default vrf default border source-interface Loopback0 master password IWAN Interface GigabitEthernet0/1 domain path mplsa MC = Master Controller BR = Border Router PfR = Performance Routing HQ-W2 HQ-MC Hub MC Headquarters HQ-W2# domain default vrf default border source-interface Loopback0 master password IWAN Interface GigabitEthernet0/1 domain path mplsb domain default path mplsb Domain name default is implied Domain Path only configured at Master Hub site BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 64

64 Performance Routing (PfRv3) Dual WAN (MPLS-Dual Carrier) No DMVPN Encapsulation Single Master Hub Site Border Router per Transport/Carrier No Multiple Next Hop support No Multiple Data Center support No Transit Site Support Master Hub loopback must be reachable over the WAN for transport discovery BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 65

65 Performance Routing (PfRv3) Simplification of configuration via MC to MC peering Head-end Configuration Local Prefixes (pre-configured) Performance Traffic-Classes Custom Policy Available Each MC learns and announces its inside prefixes. MC source-interface address is local site-id HQ-MC#show run s domain default domain default vrf default master hub source-interface Loopback0 site-prefixes prefix-list LOCAL_PREFIX password IWAN load-balance class VOICE sequence 10 match dscp ef policy voice Load Balance all other non-performance traffic-classes path-preference mplsa fallback mplsb class VIDEO sequence 20 match dscp af41 policy real-time-video path-preference mplsa fallback mplsb class critical-application sequence 30 match dscp af31 policy low-latency-data path-preference mplsa fallback mplsb Built-In Policy Template! ip prefix-list LOCAL_PREFIX seq 5 permit /16 BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 66

66 Performance Routing (PfRv3) Branch Domain Provisioning HQ-MC Loopback 0 from Loopback 0 Can only use a loopback interface for peering BR-W1# domain default vrf default master branch source-interface Loopback0 hub No additional configuration at Branch MC Site Prefix will be discovered via Performance Monitor MC/site-id used for source and destination of smart probes Each MC learns its inside prefixes, announcing them to the Hub MC BR-W1#show domain default master site-prefix Change will be published between 5-60 seconds Next Publish 01:46:09 later Prefix DB Origin: Prefix Flag: S-From SAF; L-Learned; T-Top Level; C-Configured; Site-id Site-prefix Last Updated Flag /32 00:13:52 ago L, /24 00:00:04 ago L, /32 00:30:17 ago S, /32 00:30:14 ago S, /32 00:30:14 ago S, /32 00:30:25 ago S, /32 00:30:38 ago S, /16 00:30:38 ago S,C, * /8 00:30:38 ago S,T, BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 67

67 Performance Routing (PfRv3) Basic Configuration Combined MC and BR domain default vrf default border source-interface Loopback0 master local password IWAN master branch source-interface Loopback0 password IWAN hub ! interface FastEthernet0/0.120 bandwidth 4000 interface FastEthernet0/0.220 bandwidth 4000 Choosing a single path can be desired, PfR will utilize the BGP Table or EIGRP Topology for Parent Route verification Bandwidth affects utilization calculations MC = Master Controller BR = Border Router Branch 2016 Cisco and/or its affiliates. All rights reserved. Cisco Public MC/BR BR-W1#show ip bgp Network Next Hop BGP Configured to Choose Preferred Path Metric LocPrf Weight Path *> / ? * ? *> / ? * ? BR-W1#show ip route B [20/0] via , 03:32:30 B [20/0] via , 03:32:30 68 BR-W1

68 Performance Routing (PfRv3) Simplification of configuration via MC to MC peering: Branch Policy Download BR-W1#show domain default master policy <SNIP> class VOICE sequence 10 path-preference mplsa fallback mplsb class type: Dscp Based Performance Traffic-Class voice Template expanded Custom Policy using delay, loss, and/or jitter can be used Voice Template <SNIP> Threshold Definition priority 1 one-way-delay threshold 150 threshold 150 (msec) priority 2 packet-loss-rate threshold 1 (%) priority 2 byte-loss-rate threshold 1 (%) priority 3 jitter 30 (msec) Real-time-video priority 1 packet-loss-rate threshold 1 (%) priority 1 byte-loss-rate threshold 1 (%) Low-latency-data priority 2 one-way-delay threshold 150 (msec) priority 3 jitter 20 (msec) priority 1 one-way-delay threshold 100 (msec) priority 2 byte-loss-rate threshold 5 (%) priority 2 packet-loss-rate threshold 5 (%) match dscp ef policy voice priority 2 packet-loss-rate threshold 1.0 percent priority 1 one-way-delay threshold 150 msec priority 3 jitter threshold usec priority 2 byte-loss-rate threshold 1.0 percent Number of Traffic classes using this policy: 1 Template Bulk-data Best-effort scavenger Threshold Definition priority 1 one-way-delay threshold 300 (msec) priority 2 byte-loss-rate threshold 5 (%) priority 2 packet-loss-rate threshold 5 (%) priority 1 one-way-delay threshold 500 (msec) priority 2 byte-loss-rate threshold 10 (%) priority 2 packet-loss-rate threshold 10 (%) priority 1 one-way-delay threshold 500 (msec) priority 2 byte-loss-rate threshold 50 (%) priority 2 packet-loss-rate threshold 50 (%) BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 69

69 Performance Routing (PfRv3) Branch Domain Status BR-W1#show domain default master status *** Domain MC Status *** Master VRF: Global Verification of MC Peering Instance Type: Branch Instance id: 0 Configured status: Up Loopback IP Address: Load Balancing: Operational Status: Up Max Calculated Utilization Variance: 51% Last load balance attempt: 00:00:13 ago Last Reason: No channels yet for load balancing Total unbalanced bandwidth: External links: 437 Kbps Internet links: 0 Kpbs Route Control: Enabled Mitigation mode Aggressive: Disabled Policy threshold variance: 20 Minimum Mask Length: 28 Sampling: off Minimum Requirement: Met Borders: IP address: Connection status: CONNECTED (Last Updated 20:17:32 ago ) Interfaces configured: Name: FastEthernet0/0.120 type: external Service Provider: mplsa Status: UP Number of default Channels: 0 Name: FastEthernet0/0.220 type: external Service Provider: mplsb Status: UP Number of default Channels: 0 Tunnel if: Tunnel0 BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 70

70 Performance Routing (PfRv3) Branch Domain Provisioning No additional configuration at Branch MC Policy will be learned from Master Hub class default Present if load-balance configured BR-W1#show domain default master policy class VOICE sequence 10 path-preference mplsa fallback mplsb class type: Dscp Based match dscp ef policy voice priority 2 packet-loss-rate threshold 1.0 percent priority 1 one-way-delay threshold 150 msec priority 3 jitter threshold usec priority 2 byte-loss-rate threshold 1.0 percent Number of Traffic classes using this policy: 1 class VIDEO sequence 20 path-preference mplsa fallback mplsb class type: Dscp Based match dscp af41 policy real-time-video priority 1 packet-loss-rate threshold 1.0 percent priority 2 one-way-delay threshold 150 msec priority 3 jitter threshold usec priority 1 byte-loss-rate threshold 1.0 percent class critical-application sequence 30 path-preference mplsa fallback mplsb class type: Dscp Based match dscp af31 policy low-latency-data priority 2 packet-loss-rate threshold 5.0 percent priority 1 one-way-delay threshold 100 msec priority 2 byte-loss-rate threshold 5.0 percent class default match dscp all BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 71

71 Performance Routing (PfRv3) Load Balancing Configuration If Traffic Goes Above 20% utilization, PfR Tries to Move the Traffic from this Exit Link to Another Underutilized Exit Link HQ-MC HQ-MC# domain default vrf default master hub load-balance Not enabled by default This is completely opposite of prior versions MC/BR BR-W1 Performance Traffic Classes (TCs) TCs with performance metrics defined (delay, loss, jitter) Non Performance Traffic Classes Default TCs i.e. TCs that do not match any of the match statements TCs without performance metrics defined Load Balancing: only affects non-performance TCs Branch MC = Master Controller BR = Border Router Variance defaults to 20% BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 72

72 Performance Routing (PfRv3) Load Sharing Example / / /24 Both MPLS carriers are now being utilized More prefixes and flows result in better load sharing BR-W1#show domain default master traffic-classes summary Dst-Site-Pfx Dst-Site-Id APP DSCP TC-ID APP-ID State SP PC/BC BR/EXIT / N/A default 1 N/A CN mplsb 2/ /FastEthernet0/ / N/A ef 4 N/A CN mplsa 7/ /FastEthernet0/ / N/A af41 3 N/A CN mplsa 5/ /FastEthernet0/ / N/A af31 2 N/A CN mplsa 3/NA /FastEthernet0/0.120 HQ- CORE1 HQ- CORE2 Total Traffic Classes: 4 Site: 4 Internet: 0 HQ-W1 HQ-W2 A-R1 B-R1 MPLS - SP A MPLS - SP B A-R / /29 B-R4 EIGRP BGP BGP BR-W1 BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 73

73 Performance Routing (PfRv3) Load Sharing Example / /24 Both MPLS carriers are now being utilized More prefixes and flows result in better load sharing BR-W1#show domain default master exits BR address: Name: Fast0/0.120 type: external Path: mplsa Egress capacity: 1500 Kbps Egress BW: 292 Kbps Ideal:241 Kbps over: 60 Kbps Egress Utilization: 19 % DSCP: af31[26]-number of Traffic Classes[1] DSCP: af41[34]-number of Traffic Classes[1] DSCP: ef[46]-number of Traffic Classes[1] BR address: Name: Fast0/0.220 type: external Path: mplsb Egress capacity: 2000 Kbps Egress BW: 254 Kbps Ideal:321 Kbps under: 59 Kbps Egress Utilization: 12 % DSCP: default[0]-number of Traffic Classes[1] HQ- CORE1 HQ- CORE /24 HQ-W1 HQ-W2 A-R1 B-R1 MPLS - SP A MPLS - SP B A-R / /29 B-R4 EIGRP BGP BGP BR-W1 BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 74

74 Performance Routing (PfRv3) Load Sharing Example Dual Router WAN Edge HSRP facing LAN hosts Loopback Interfaces must be reachable for BR to MC communication. Loopback utilized for Auto Tunnel to redirect traffic, so make sure it is over the LAN interface HQ- CORE1 HQ- CORE / /24 HQ-W1 HQ-W2 A-R1 B-R1 MPLS - SP A MPLS - SP B A-R / /29 B-R /24 EIGRP ebgp ebgp BR-W1 BR-W2 BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 75

75 Performance Routing (PfRv3) Multiple Paths Select Best Path by Application Requirements Monitor relevant path characteristics (one-way delay, loss, jitter, ) path A: <5 ms delay, 0% loss path B: < 50 ms delay, 0% loss Live Application Performance with Performance Monitor (TCP and RTP) / / /24 Path without active traffic must be evaluated Smart Probe sent 1/3 Monitor Interval on Active path for validation, default 30 seconds. 10 packets every 500ms on fallback path. HQ- CORE1 HQ- CORE2 HQ-W1 HQ-W2 A-R1 B-R1 MPLS - SP A MPLS - SP B A-R4 B-R4 BR-W1 BR-W2 BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 76

76 Performance Routing (PfRv3) Multiple Paths Select Best Path by Application Requirements HQ-MC# domain default vrf default master hub <SNIP> class VOICE sequence 10 match dscp ef policy voice path-preference mplsa fallback mplsb <SNIP> BR-W1#show domain default master policy class VOICE sequence 10 <SNIP> path-preference mplsa fallback mplsb class type: Dscp Based match dscp ef policy voice HQ- CORE1 HQ- CORE2 priority 2 packet-loss-rate threshold 1.0 percent priority 1 one-way-delay threshold 150 msec priority 3 jitter threshold usec /16 HQ-W1 HQ-W /24 priority 2 byte-loss-rate threshold 1.0 percent Number of Traffic classes using this policy: 1 A-R1 B-R1 MPLS - SP A MPLS - SP B A-R4 B-R / Cisco and/or its affiliates. All rights reserved. BRKRST-2042 Cisco Public 77 BR-W1 BR-W2

77 Performance Routing (PfRv3) / /24 Active Prefix Monitoring /24 A-R1 MPLS - SP A A-R4 HQ- CORE1 HQ-W1 BR-W1 HQ-W2 BR-W2 BR-W1# show domain default master traffic-classes dscp ef Dst-Site-Prefix: /16 DSCP: ef [46] Traffic class id:4 TC Learned: 05:55:01 ago Present State: CONTROLLED Current Performance Status: in-policy Current Service Provider: mplsa since 05:54:31 Previous Service Provider: mplsa for 1711 sec BW Used: 8 Kbps Present WAN interface: FastEthernet0/0.120 in Border Present Channel (primary): 7 Backup Channel: 8 Destination Site ID: Class-Sequence in use: 10 Class Name: VOICE using policy voice BW Updated: 00:00:01 ago Reason for Route Change: Uncontrolled to Controlled Transition Total Traffic Classes: 1 Site: 1 Internet: 0 HQ- CORE2 B-R1 MPLS - SP B B-R4 BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 78

78 Performance Routing (PfRv3) Smart Probes / /24 BR-W1#show domain default master channels dscp ef <SNIP> Channel Id: 25 Dst Site-Id: Link Name: mplsa DSCP: ef [46] TCs: 1 Channel Created: 03:51:50 ago Provisional State: Initiated and open Operational state: Available Interface Id: 11 Estimated Channel Egress Bandwidth: 8 Kbps Immitigable Events Summary: Total Performance Count: 0, Total BW Count: 0 ODE Stats Bucket Number: 1 Last Updated : 00:05:16 ago Packet Count : 534 Byte Count : One Way Delay : 49 msec* Loss Rate Pkts: 1.47 % Loss Rate Byte: 0.0 % Jitter Mean : 2956 usec Unreachable : FALSE ODE Stats Bucket Number: 2 <SNIP> TCA Statitics: Received:24 ; Processed:24 ; Unreach_rcvd:0 Latest TCA Bucket Last Updated : 00:05:16 ago One Way Delay : NA Loss Rate Pkts: 1.47 % Loss Rate Byte: NA Jitter Mean : NA Unreachability: FALSE HQ- CORE1 HQ- CORE /24 HQ-W1 HQ- W2 A-R1 B-R1 MPLS - SP A MPLS - SP B A-R4 B-R4 Compare against defined policy. BR-W1 BR-W2 If outside policy, a Threshold Crossing Alert (TCA) is sent to the originating site On Demand Export of traffic is sent to the originating site Master Controller. BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 79

79 Performance Routing (PfRv3) Smart Probes Smart Probes are sourced from Border Routers. Probes spoof the local Master Controller (site-id) and routed via external interfaces to the destination Master Controller (site-id). Probes are sent one-way. Destination Border Routers absorb and evaluate the Smart Probes. HQ- CORE1 HQ- CORE / /24 HQ-W1 BR-W1#show domain default border channels site-id Border Smart Probe Stats: Smart probe parameters: Source address used in the Probe: Unreach time: 1000 ms Probe source port: Probe destination port: Interface Discovery: ON Probe freq for channels with traffic :10 secs Discovery Probes: OFF Number of transit probes consumed :0 Number of transit probes re-routed: 0 DSCP's using this: [0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] All the other DSCPs use the default interval: 10 secs HQ- W2 A-R1 B-R1 MPLS - SP A MPLS - SP B A-R4 B-R /24 BR-W1 BR-W2 BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 80

80 Performance Routing (PfRv3) Path Disruption: Loss /16 2% Packet Loss /24 A-R1 MPLS - SP A A-R4 HQ- CORE1 HQ-W1 BR-W1 HQ-W2 BR-W2 HQ- CORE2 B-R1 MPLS - SP B B-R4 BR-W1#show domain default master traffic-classes dscp ef Dst-Site-Prefix: /16 DSCP: ef [46] Traffic class id:4 TC Learned: 23:00:00 ago Present State: CONTROLLED Current Performance Status: in-policy Current Service Provider: mplsb since 00:00:28 (hold until 61 sec) Previous Service Provider: mplsa for sec (A fallback provider. Primary provider will be re-evaluated 00:02:32 later) BW Used: 4 Kbps Present WAN interface: FastEthernet0/0.220 in Border Present Channel (primary): 8 Backup Channel: 7 Destination Site ID: Class-Sequence in use: 10 Class Name: VOICE using policy voice BW Updated: 00:00:00 ago Reason for Route Change: Loss Total Traffic Classes: 1 Site: 1 Internet: Cisco and/or its affiliates. All rights reserved. BRKRST-2042 Cisco Public 81

81 Performance Routing (PfRv3) Path Disruption: Loss /16 2% Packet Loss A-R1 MPLS - SP A A-R /24 HQ- CORE1 HQ-W1 BR-W1 HQ-W2 BR-W2 HQ- CORE2 B-R1 MPLS - SP B B-R4 BR-W1#show domain default master channels dscp ef <SNIP> Channel Id: 7 Dst Site-Id: Link Name: mplsa DSCP: ef [46] TCs: 0 <SNIP> ODE Stats Bucket Number: 1 Last Updated : 00:00:11 ago Packet Count : 502 Byte Count : One Way Delay : 55 msec* ODE = On-Demand Export Loss Rate Pkts: 2.64 % Loss Rate Byte: 0.0 % TCA = Threshold Crossing Alert Jitter Mean : 4298 usec Unreachable : FALSE <SNIP> Latest TCA Bucket Last Updated : 00:00:11 ago One Way Delay : NA Loss Rate Pkts: 2.64 % <SNIP> 2016 Cisco and/or its affiliates. All rights reserved. BRKRST-2042 Cisco Public 82

82 Agenda Introduction Cisco IOS and IP Routing Convergence Techniques Design and Deployment MPLS Dual Carrier MPLS + Internet Final Wrap Up

83 DUAL WAN (MPLS + Backup) PE-CE Protocol: BGP, Tunnel Protocol: EIGRP Headquarters WAN Edge W1 learns Branch route via ebgp W2 learns Branch route via EIGRP Headquarters Core W1 redistributes ebgp into EIGRP, results in EIGRP external W2 does not require redistribution, results in EIGRP internal Core1, Core2 install Branch route via W2 HQ to Branch Traffic Flows Across Tunnel HQ-CORE1 HQ-CORE2 EIGRP BGP BGP /16 HQ-W1 HQ-W / /29 HQ-W2#show ip route D /24 [90/ ] via , 00:00:04, Tunnel1 A-R1 MPLS - SP A Internet VPN Tunnel EIGRP /29 A-R /24 HQ-W1#show ip route B /24 [20/0] via , 05:24:01 HQ-CORE1#show ip route D /24 [90/ ] via , 00:02:32, Vlan10 BR-W1 BR-W2 EIGRP HSRP BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 84

84 DUAL WAN (MPLS + Backup) PE-CE Protocol: BGP, Tunnel Protocol: EIGRP Branch WAN Edge W1 learns HQ route via ebgp and EIGRP Internal ebgp Administrative Distance preferred EIGRP BGP BGP / / /24 A-R1 MPLS - SP A A-R4 HQ-CORE1 HQ-W /29 BR-W1 Internet HQ-W2 VPN Tunnel HQ-CORE /29 EIGRP Branch to HQ Traffic Flows Across MPLS BR-W1#show ip route B /24 [20/0] via , 04:48:58 B /24 [20/0] via , 03:44:06 BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 85

85 DUAL WAN (MPLS + Backup) PE-CE Protocol: BGP, Tunnel Protocol: EIGRP Branch WAN Edge W1 learns HQ route via ebgp W2 learns HQ route via EIGRP No redistribution configured HSRP Primary is on W1 Branch to HQ Traffic Flows Across MPLS HQ-CORE1 HQ-CORE2 EIGRP BGP BGP /16 HQ-W /24 HQ-W /29 A-R1 MPLS - SP A Internet A-R /29 VPN Tunnel EIGRP /24 BR-W1#show ip route B /24 [20/0] via , 04:48:58 B /24 [20/0] via , 03:44:06 BR-W2#show ip route D /24 [90/ ] via , 00:10:56, Tunnel1 D /24 [90/ ] via , 00:10:57, Tunnel1 BR-W1#show standby brief P indicates configured to preempt. Interface Grp Pri P State Active Standby Virtual IP Fa0/ P Active local BR-W1 BR-W2 EIGRP HSRP BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 86

86 DUAL WAN (MPLS + Backup) PE-CE Protocol: BGP, Tunnel Protocol: EIGRP How to force HQ to Branch traffic across MPLS (primary)? Adjust administrative distance of EIGRP routes learned via tunnel Ensure new distance is higher than that of EIGRP external (170) HQ-W2# router eigrp network distance Now: HQ to Branch Traffic Flows Across MPLS HQ-CORE1 HQ-CORE2 EIGRP BGP BGP /16 HQ-W1 HQ-W / /29 HQ-W1#show ip route B /24 [20/0] via , 05:24:01 A-R1 MPLS - SP A HQ-W2#show ip route D EX /24 [170/261120] via , 00:07:25, GigE0/0 Internet VPN Tunnel EIGRP /29 BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 87 A-R /24 HQ-CORE1#show ip route D EX /24 [170/258816] via , 00:08:44, Vlan10 BR-W1 BR-W2 EIGRP HSRP

87 DUAL WAN (MPLS + Backup) MPLS Failure Failure within MPLS cloud Worst Case EIGRP BGP BGP / /24 Primary dependency is BGP timers /24 A-R1 MPLS - SP A A-R4 Can result in end to end convergence time as long as BGP Holdtime HQ-CORE1 HQ-W1 Internet /29 BR-W1 EIGRP HSRP Configuration options Would be much lower with BFD Application Restoration as fast as PfR detects After Failure: HQ to Branch Traffic Flows Across Tunnel HQ-CORE2 HQ-W2 HQ Route Tables /29 VPN Tunnel HQ-W2#show ip route D /24 [195/ ] via , 00:06:46, Tunnel1 HQ-CORE1#show ip route D /24 [90/ ] via , 00:09:18, Vlan10 EIGRP BR-W2 BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 88

88 DUAL WAN (MPLS + Backup) MPLS Failure Failure within MPLS cloud Suboptimal routing at Branch EIGRP BGP BGP / / /24 HSRP primary remains unchanged at BR-W1 HQ-CORE1 HQ-W1 A-R1 MPLS - SP A /29 A-R4 BR-W1 Use EOT and move HSRP primary to BR-W2 HQ-CORE2 HQ-W2 Internet VPN Tunnel BR-W2 EIGRP HSRP After Failure: Branch to HQ Traffic Flows Across Tunnel Branch Route Tables /29 BR-W1#show ip route D /24 [90/ ] via , 00:22:42, FastEthernet0/1 D /24 [90/ ] via , 00:22:42, FastEthernet0/1 BR-W2#show ip route D /24 [90/ ] via , 01:08:44, Tunnel1 D /24 [90/ ] via , 01:08:45, Tunnel1 EIGRP BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 89

89 DUAL WAN (MPLS + Internet) Intelligent WAN (IWAN): PE-CE Protocol: Static/unneeded Tunnel Protocol: EIGRP or BGP Transport Independent Design - Any IPv4/IPv6 transport EIGRP / / /24 - ibgp or EIGRP for Routing A-R1 DMVPN MPLS -Tunnel SP A A-R4 Intelligent Path Control HQ-CORE1 HQ-W /29 BR-W1 - PfRv3 for Intelligent Delivery of Application Traffic per Policy - Load Balancing for Full Utilization of Bandwidth HQ-CORE2 HQ-W /29 Internet DMVPN Tunnel EIGRP BR-W2 EIGRP HSRP Application Optimization Secure Connectivity BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 90

90 Intelligent WAN (IWAN) Automated Deployment IWAN App with APIC-EM for a Software Defined WAN Automated deployment of Branch Routers Prime Infrastructure 3.1 IWAN Workflow Customizable Deployment scripts based on CVD Easily customized for deployment Integration with APIC-EM for Certificate Authority and Plug-n-Play Intelligent WAN ONUG Certified Transport Independence Intelligent Path Control SD-WAN Application Optimization Secure Connectivity BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 91

91 Agenda Introduction Cisco IOS and IP Routing Convergence Techniques Design and Deployment Final Wrap Up Key Takeaways

92 Key Takeaways Outages can manifest in many different ways. Network design should be based on application requirements to survive various outages. Cisco IOS has inherent load sharing capabilities. Analyse your network topology and use these to your advantage. End-to-end convergence time is a critical metric. Understand how localized topology changes affect end-to-end resiliency. Multiple links/paths not only increase network reliability but can improve application performance. BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 93

93 Key Takeaways IP SLA based monitoring can detect outage types that are virtually undetectable by traditional hello based techniques. Performance Routing permits path selection based on current real time characteristics. Performance Routing permits full utilization of available bandwidth Most effective network designs incorporate a combination of convergence techniques BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 94

94 Complete Your Online Session Evaluation Give us your feedback to be entered into a Daily Survey Drawing. A daily winner will receive a $750 Amazon gift card. Complete your session surveys through the Cisco Live mobile app or from the Session Catalog on CiscoLive.com/us. Don t forget: Cisco Live sessions will be available for viewing on-demand after the event at CiscoLive.com/Online BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 95

95 Continue Your Education Demos in the Cisco campus Walk-in Self-Paced Labs Lunch & Learn Meet the Engineer 1:1 meetings Related sessions BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public 96

96 Please join us for the Service Provider Innovation Talk featuring: Yvette Kanouff Senior Vice President and General Manager, SP Business Joe Cozzolino Senior Vice President, Cisco Services Thursday, July 14 th, :30 am - 12:30pm, In the Oceanside A room What to expect from this innovation talk Insights on market trends and forecasts Preview of key technologies and capabilities Innovative demonstrations of the latest and greatest products Better understanding of how Cisco can help you succeed Register to attend the session live now or watch the broadcast on cisco.com

Highly Available Wide Area Network Design

Highly Available Wide Area Network Design Highly Available Wide Area Network Design David Prall, Communications Architect dprall@cisco.com Agenda Introduction Cisco IOS and IP Routing Convergence Techniques Design and Deployment Final Wrap Up

More information

Highly Available Wide Area Network Design

Highly Available Wide Area Network Design Highly Available Wide Area Network Design David Prall, CCIE #6508, Principal Systems Engineer Cisco Spark How Questions? Use Cisco Spark to communicate with David after the session 1. Find this session

More information

FlexVPN HA Dual Hub Configuration Example

FlexVPN HA Dual Hub Configuration Example FlexVPN HA Dual Hub Configuration Example Document ID: 118888 Contributed by Piotr Kupisiewicz, Wen Zhang, and Frederic Detienne, Cisco TAC Engineers. Apr 08, 2015 Contents Introduction Prerequisites Requirements

More information

Chapter H through R. loss (PfR), page 28. load-balance, page 23 local (PfR), page 24 logging (PfR), page 26

Chapter H through R. loss (PfR), page 28. load-balance, page 23 local (PfR), page 24 logging (PfR), page 26 Chapter H through R holddown (PfR), page 3 host-address (PfR), page 5 hub, page 7 inside bgp (PfR), page 8 interface (PfR), page 10 interface tunnel (global configuration), page 12 jitter (PfR), page 13

More information

Intelligent WAN Multiple Data Center Deployment Guide

Intelligent WAN Multiple Data Center Deployment Guide Cisco Validated design Intelligent WAN Multiple Data Center Deployment Guide September 2017 Table of Contents Table of Contents Deploying the Cisco Intelligent WAN... 1 Deployment Details...1 Deploying

More information

PfRv3 Zero SLA Support

PfRv3 Zero SLA Support The Performance Routing v3 (PfRv3) Zero SLA Support feature enables users to reduce probing frequency on various ISP links, such as 3G, 4G, and LTE When the Zero SLA (0-SLA) feature is configured on an

More information

Performance Routing Version 3 Configuration Guide

Performance Routing Version 3 Configuration Guide First Published: 2014-07-22 Last Modified: 2016-04-20 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

CCIE R&S LAB CFG H2/A5 (Jacob s & Jameson s)

CCIE R&S LAB CFG H2/A5 (Jacob s & Jameson s) Contents Section 1 Layer 2 Technologies... 2 1.1 Jameson s Datacenter: Access port... 2 1.2 Jameson s Datacenter: Trunk ports... 4 1.3 Jameson s Datacenter: Link bundling... 5 1.4 Jameson s Branch Offices...

More information

Configuring High Availability

Configuring High Availability The Cisco High Availability (HA) technology enable network-wide protection by providing quick recovery from disruptions that may occur in any part of a network. A network's hardware and software work together

More information

RealCiscoLAB.com. Chapter 2 Lab 2-2, EIGRP Load Balancing. Topology. Objectives. Background. CCNPv6 ROUTE

RealCiscoLAB.com. Chapter 2 Lab 2-2, EIGRP Load Balancing. Topology. Objectives. Background. CCNPv6 ROUTE RealCiscoLAB.com CCNPv6 ROUTE Chapter 2 Lab 2-2, EIGRP Load Balancing Topology Objectives Background Review a basic EIGRP configuration. Explore the EIGRP topology table. Identify successors, feasible

More information

CCIE Service Provider v3.0 Lab Workbook. Copyright Information. Copyright Internetwork Expert, Inc. All rights reserved.

CCIE Service Provider v3.0 Lab Workbook. Copyright Information. Copyright Internetwork Expert, Inc. All rights reserved. Copyright Information Copyright 2003-2012 Internetwork Expert, Inc. All rights reserved. The following publication, CCIE Service Provider v3.0 Lab Workbook, was developed by Internetwork Expert, Inc. All

More information

BGP Best External. Finding Feature Information

BGP Best External. Finding Feature Information The feature provides the network with a backup external route to avoid loss of connectivity of the primary external route. The feature advertises the most preferred route among those received from external

More information

ARCHIVED DOCUMENT. - The topics in the document are now covered by more recent content.

ARCHIVED DOCUMENT. - The topics in the document are now covered by more recent content. ARCHIVED DOCUMENT This document is archived and should only be used as a historical reference and should not be used for new deployments for one of the following reasons: - The topics in the document are

More information

Internetwork Expert s CCNP Bootcamp. Gateway Redundancy Protocols & High Availability. What is High Availability?

Internetwork Expert s CCNP Bootcamp. Gateway Redundancy Protocols & High Availability. What is High Availability? Internetwork Expert s CCNP Bootcamp Gateway Redundancy Protocols & High Availability http:// What is High Availability? Ability of the network to recover from faults in timely fashion Service availability

More information

Cisco Performance Routing

Cisco Performance Routing Cisco Performance Routing As enterprise organizations grow their businesses, the demand for real-time application performance and a better application experience for users increases. For example, voice

More information

Chapter 4 Lab 4-2, Redistribution Between EIGRP and OSPF

Chapter 4 Lab 4-2, Redistribution Between EIGRP and OSPF Chapter 4 Lab 4-2, Redistribution Between EIGRP and OSPF Topology Objectives Review EIGRP and OSPF configuration. Redistribute into EIGRP. Redistribute into OSPF. Summarize routes in EIGRP. Filter routes

More information

Segment Routing On Demand Next Hop for L3/L3VPN

Segment Routing On Demand Next Hop for L3/L3VPN Segment Routing On Demand Next Hop for L3/L3VPN When redistributing routing information across domains, provisioning of multi-domain services (L2VPN & L3VPN) has its own complexity and scalability issues.

More information

Chapter 5: Maintaining and Troubleshooting Routing Solutions

Chapter 5: Maintaining and Troubleshooting Routing Solutions Chapter 5: Maintaining and Troubleshooting Routing Solutions CCNP TSHOOT: Maintaining and Troubleshooting IP Networks Course v6 1 Troubleshooting Network Layer Connectivity 2 Routing and Routing Data Structures

More information

Intelligent WAN Deployment Guide

Intelligent WAN Deployment Guide Cisco Validated design Intelligent WAN Deployment Guide September 2017 Table of Contents Table of Contents Deploying the Cisco Intelligent WAN... 1 Deployment Details...1 Configuring DMVPN Hub Router...2

More information

Easy Virtual Network Configuration Example

Easy Virtual Network Configuration Example Easy Virtual Network Configuration Example Document ID: 117974 Contributed by Fabrice Ducomble, Cisco TAC Engineer. Aug 04, 2014 Contents Introduction Prerequisites Requirements Components Used Background

More information

Chapter 1 Lab 1-1, Basic RIPng and Default Gateway Configuration

Chapter 1 Lab 1-1, Basic RIPng and Default Gateway Configuration Chapter 1 Lab 1-1, Basic RIPng and Default Gateway Configuration Topology Objectives Configure IPv6 addressing. Configure and verify RIPng on R1 and R2. Configure IPv6 static routes between R2 and R3.

More information

Intelligent WAN Multiple VRFs Deployment Guide

Intelligent WAN Multiple VRFs Deployment Guide Cisco Validated design Intelligent WAN Multiple VRFs Deployment Guide September 2017 Table of Contents Table of Contents Deploying the Cisco Intelligent WAN... 1 Deploying the Cisco IWAN Multiple VRFs...

More information

MPLS VPN--Inter-AS Option AB

MPLS VPN--Inter-AS Option AB The feature combines the best functionality of an Inter-AS Option (10) A and Inter-AS Option (10) B network to allow a Multiprotocol Label Switching (MPLS) Virtual Private Network (VPN) service provider

More information

ibgp Multipath Load Sharing

ibgp Multipath Load Sharing ibgp Multipath Load haring Feature History Release 12.2(2)T 12.2(14) Modification This feature was introduced. This feature was integrated into. This feature module describes the ibgp Multipath Load haring

More information

Deploy MPLS L3 VPN. APNIC Technical Workshop October 23 to 25, Selangor, Malaysia Hosted by:

Deploy MPLS L3 VPN. APNIC Technical Workshop October 23 to 25, Selangor, Malaysia Hosted by: Deploy MPLS L3 VPN APNIC Technical Workshop October 23 to 25, 2017. Selangor, Malaysia Hosted by: Issue Date: [201609] Revision: [01] Acknowledgement Cisco Systems Course Outline MPLS L3 VPN Models L3

More information

MPLS VPN Inter-AS Option AB

MPLS VPN Inter-AS Option AB First Published: December 17, 2007 Last Updated: September 21, 2011 The feature combines the best functionality of an Inter-AS Option (10) A and Inter-AS Option (10) B network to allow a Multiprotocol

More information

PfRv3 Path of Last Resort

PfRv3 Path of Last Resort The PfRv3 path of last resort feature allows the traffic to be routed to the path of last resort. Feature Information for, page 1 Restrictions for, page 2 Information About, page 2 How to Configure, page

More information

Shortcut Switching Enhancements for NHRP in DMVPN Networks

Shortcut Switching Enhancements for NHRP in DMVPN Networks Shortcut Switching Enhancements for NHRP in DMVPN Networks Routers in a Dynamic Multipoint VPN (DMVPN) Phase 3 network use Next Hop Resolution Protocol (NHRP) Shortcut Switching to discover shorter paths

More information

Setting Up OER Network Components

Setting Up OER Network Components Setting Up OER Network Components First Published: January 29, 2007 Last Updated: August 21, 2007 This module describes the concepts and tasks to help you set up the network components required for an

More information

Cisco NX-OS Interfaces Commands

Cisco NX-OS Interfaces Commands This chapter describes the Cisco NX-OS interfaces commands. IF-1 attach fex attach fex To access the command-line interface (CLI) of a connected Fabric Extender to run diagnostic commands, use the attach

More information

Implementing Cisco IP Routing

Implementing Cisco IP Routing ROUTE Implementing Cisco IP Routing Volume 3 Version 1.0 Student Guide Text Part Number: 97-2816-02 DISCLAIMER WARRANTY: THIS CONTENT IS BEING PROVIDED AS IS. CISCO MAKES AND YOU RECEIVE NO WARRANTIES

More information

BGP Event-Based VPN Import

BGP Event-Based VPN Import The feature introduces a modification to the existing Border Gateway Protocol (BGP) path import process. The enhanced BGP path import is driven by events; when a BGP path changes, all of its imported copies

More information

Cisco recommends that you have basic knowledge of Performance Routing (PfR).

Cisco recommends that you have basic knowledge of Performance Routing (PfR). Contents Introduction Prerequisites Requirements Components Used Configure Network Diagram Configurations R3 Master Hub Router R4 Hub Border Router R5 Hub Border Router R9 Branch Master Router R10 Branch

More information

BGP Commands: M through N

BGP Commands: M through N match additional-paths advertise-set, on page 3 match as-path, on page 6 match community, on page 8 match extcommunity, on page 10 match local-preference, on page 12 match policy-list, on page 14 match

More information

LAB1: BGP IPv4. BGP: Initial Config. Disclaimer

LAB1: BGP IPv4. BGP: Initial Config. Disclaimer Page1 LAB1: BGP IPv4 Disclaimer This Configuration Guide is designed to assist members to enhance their skills in respective technology area. While every effort has been made to ensure that all material

More information

MPLS VPN Carrier Supporting Carrier IPv4 BGP Label Distribution

MPLS VPN Carrier Supporting Carrier IPv4 BGP Label Distribution MPLS VPN Carrier Supporting Carrier IPv4 BGP Label Distribution This feature lets you configure your carrier supporting carrier network to enable Border Gateway Protocol (BGP) to transport routes and Multiprotocol

More information

Routing Configuration Guide, Cisco IOS XE Everest a (Catalyst 9300 Switches)

Routing Configuration Guide, Cisco IOS XE Everest a (Catalyst 9300 Switches) Routing Configuration Guide, Cisco IOS XE Everest 16.5.1a (Catalyst 9300 Switches) First Published: 2017-06-20 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA

More information

Intelligent WAN High Availability and Scalability Deployment Guide

Intelligent WAN High Availability and Scalability Deployment Guide Cisco Validated design Intelligent WAN High Availability and Scalability Deployment Guide September 2017 Table of Contents Table of Contents Deploying the Cisco Intelligent WAN... 1 Deployment Details...1

More information

Interchassis Asymmetric Routing Support for Zone-Based Firewall and NAT

Interchassis Asymmetric Routing Support for Zone-Based Firewall and NAT Interchassis Asymmetric Routing Support for Zone-Based Firewall and NAT The Interchassis Asymmetric Routing Support for Zone-Based Firewall and NAT feature supports the forwarding of packets from a standby

More information

MPLS VPN Carrier Supporting Carrier IPv4 BGP Label Distribution

MPLS VPN Carrier Supporting Carrier IPv4 BGP Label Distribution MPLS VPN Carrier Supporting Carrier IPv4 BGP Label Distribution This feature enables you to configure your carrier supporting carrier network to enable Border Gateway Protocol (BGP) to transport routes

More information

BGP Commands on Cisco ASR 9000 Series Router

BGP Commands on Cisco ASR 9000 Series Router This module describes the commands used to configure and monitor Border Gateway Protocol (BGP) on Cisco ASR 9000 Series Aggregation Services Routers using Cisco IOS XR software. The commands in this module

More information

Chapter 7 Lab 7-1, Configuring BGP with Default Routing

Chapter 7 Lab 7-1, Configuring BGP with Default Routing Chapter 7 Topology Objectives Configure BGP to exchange routing information with two ISPs. Background The International Travel Agency (ITA) relies extensively on the Internet for sales. For this reason,

More information

WAN Edge MPLSoL2 Service

WAN Edge MPLSoL2 Service 4 CHAPTER While Layer 3 VPN services are becoming increasing popular as a primary connection for the WAN, there are a much larger percentage of customers still using Layer 2 services such Frame-Relay (FR).

More information

Návrh inteligentní WAN sítě

Návrh inteligentní WAN sítě Návrh inteligentní WAN sítě EN2 Jaromír Pilař, CSE Agenda Úvod a základní pilíře inteligentní WAN sítě Tranport Independent Design Inteligentní výběr cesty Shrnutí Presentation Title: Intelligent WAN:

More information

Troubleshooting Routing Solutions

Troubleshooting Routing Solutions Chapter 5: Maintaining and Troubleshooting Routing Solutions CCNP TSHOOT: Maintaining and Troubleshooting IP Networks Course v6 1 Chapter 5 Objectives Diagnose network layer connectivity problems using

More information

Configuring VRRP. Finding Feature Information. The Virtual Router Redundancy Protocol (VRRP) is an election protocol that dynamically assigns

Configuring VRRP. Finding Feature Information. The Virtual Router Redundancy Protocol (VRRP) is an election protocol that dynamically assigns The Virtual Router Redundancy Protocol (VRRP) is an election protocol that dynamically assigns responsibility for one or more virtual routers to the VRRP routers on a LAN, allowing several routers on a

More information

GRE Tunnel with VRF Configuration Example

GRE Tunnel with VRF Configuration Example GRE Tunnel with VRF Configuration Example Document ID: 46252 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram Configurations Verify Troubleshoot Caveats

More information

scope scope {global vrf vrf-name} no scope {global vrf vrf-name} Syntax Description

scope scope {global vrf vrf-name} no scope {global vrf vrf-name} Syntax Description Multi-Toplogy Routing Commands scope scope To define the scope for a Border Gateway Protocol (BGP) routing session and to enter router scope configuration mode, use the scope command in router configuration

More information

IWAN Under the Hood - Next Gen Performance Routing and DMVPN. David Prall, Communication Architect CCIE 6508 (R&S/SP/Security)

IWAN Under the Hood - Next Gen Performance Routing and DMVPN. David Prall, Communication Architect CCIE 6508 (R&S/SP/Security) IWAN Under the Hood - Next Gen Performance Routing and DMVPN David Prall, Communication Architect CCIE 6508 (R&S/SP/Security) dprall@cisco.com Agenda Introduction Intelligent Path Control PfRv3 Operations

More information

MPLS VPN Carrier Supporting Carrier Using LDP and an IGP

MPLS VPN Carrier Supporting Carrier Using LDP and an IGP MPLS VPN Carrier Supporting Carrier Using LDP and an IGP Multiprotocol Label Switching (MPLS) Virtual Private Network (VPN) Carrier Supporting Carrier (CSC) enables one MPLS VPN-based service provider

More information

IP Application Services Configuration Guide, Cisco IOS Release 15SY

IP Application Services Configuration Guide, Cisco IOS Release 15SY Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 THE SPECIFICATIONS AND INFORMATION

More information

Zone-Based Policy Firewall High Availability

Zone-Based Policy Firewall High Availability The feature enables you to configure pairs of devices to act as backup for each other. High availability can be configured to determine the active device based on a number of failover conditions. When

More information

Reducing Failure Detection Times in IS-IS Networks

Reducing Failure Detection Times in IS-IS Networks Reducing Failure Detection Times in IS-IS Networks This module describes how to customize IS-IS configuration to help you achieve fast convergence in your network. This module describes how to configure

More information

Cisco IOS Performance Routing Version 3 Command Reference

Cisco IOS Performance Routing Version 3 Command Reference First Published: 2017-04-07 Last Modified: 2017-04-07 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

IP Routing: BFD Configuration Guide, Cisco IOS XE Release 3S (Cisco ASR 900 Series)

IP Routing: BFD Configuration Guide, Cisco IOS XE Release 3S (Cisco ASR 900 Series) IP Routing: BFD Configuration Guide, Cisco IOS XE Release 3S (Cisco ASR 900 Series) Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel:

More information

MPLS VPN Carrier Supporting Carrier Using LDP and an IGP

MPLS VPN Carrier Supporting Carrier Using LDP and an IGP MPLS VPN Carrier Supporting Carrier Using LDP and an IGP Last Updated: December 14, 2011 Multiprotocol Label Switching (MPLS) Virtual Private Network (VPN) Carrier Supporting Carrier (CSC) enables one

More information

Contents. Introduction. Prerequisites. Requirements

Contents. Introduction. Prerequisites. Requirements Contents Introduction Prerequisites Requirements Components Used Configure Network Diagram Configurations Verify Inheritence with EIGRP Named mode Route Replication with EIGRP name mode Routing Context

More information

Performance Routing Version 3 Commands

Performance Routing Version 3 Commands Performance Routing Version 3 Commands advanced, page 3 bandwidth (interface configuration), page 4 border (VRF configuration), page 7 class (master controller configuration), page 8 collector, page 9

More information

Question: 1 Which three parameters must match to establish OSPF neighbor adjacency? (Choose three.)

Question: 1 Which three parameters must match to establish OSPF neighbor adjacency? (Choose three.) Volume: 217 Questions Question: 1 Which three parameters must match to establish OSPF neighbor adjacency? (Choose three.) A. the process ID B. the hello interval C. the subnet mask D. authentication E.

More information

Configuring Easy Virtual Network Shared Services

Configuring Easy Virtual Network Shared Services Configuring Easy Virtual Network Shared Services This chapter describes how to use route replication and redistribution to share services in an Easy Virtual Network (EVN). Finding Feature Information,

More information

BGP Link Bandwidth. Finding Feature Information. Prerequisites for BGP Link Bandwidth

BGP Link Bandwidth. Finding Feature Information. Prerequisites for BGP Link Bandwidth The Border Gateway Protocol (BGP) Link Bandwidth feature is used to advertise the bandwidth of an autonomous system exit link as an extended community. This feature is configured for links between directly

More information

Cisco IOS First Hop Redundancy Protocols Command Reference

Cisco IOS First Hop Redundancy Protocols Command Reference Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 THE SPECIFICATIONS AND INFORMATION

More information

Configuring Basic Performance Routing

Configuring Basic Performance Routing Performance Routing (PfR) provides additional intelligence to classic routing technologies to track the performance of, or verify the quality of, a path between two devices over a Wide Area Networking

More information

Optimized Edge Routing Configuration Guide, Cisco IOS Release 15.1MT

Optimized Edge Routing Configuration Guide, Cisco IOS Release 15.1MT Optimized Edge Routing Configuration Guide, Cisco IOS Release 15.1MT Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800

More information

Configuring IPv6 Provider Edge over MPLS (6PE)

Configuring IPv6 Provider Edge over MPLS (6PE) Finding Feature Information, page 1 Configuring 6PE, page 1 Finding Feature Information Your software release may not support all the features documented in this module. For the latest caveats and feature

More information

BGP Part-1.

BGP Part-1. BGP Part-1 www.ine.com Comparison between IGPs & BGP» Similarities and differences between BGP and IGPs (OSPF and EIGRP): BGP needs to form neighborship like IGPs. BGP needs to advertise prefixes, just

More information

Intelligent WAN Remote Site 4G LTE Deployment Guide

Intelligent WAN Remote Site 4G LTE Deployment Guide Cisco Validated design Intelligent WAN Remote Site 4G LTE Deployment Guide September 2017 Table of Contents Table of Contents Deploying the Cisco Intelligent WAN... 1 Deployment Details...1 Deploying Remote

More information

Basic Router Configuration

Basic Router Configuration This section includes information about some basic router configuration, and contains the following sections: Default Configuration, on page 1 Configuring Global Parameters, on page 2 Configuring Gigabit

More information

set active-probe (PfR)

set active-probe (PfR) set active-probe (PfR) set active-probe (PfR) To configure a Performance Routing (PfR) active probe with a forced target assignment within a PfR map, use the set active-probe command in PfR map configuration

More information

BGP Link Bandwidth. Finding Feature Information. Prerequisites for BGP Link Bandwidth

BGP Link Bandwidth. Finding Feature Information. Prerequisites for BGP Link Bandwidth The BGP (Border Gateway Protocol) Link Bandwidth feature is used to advertise the bandwidth of an autonomous system exit link as an extended community. This feature is configured for links between directly

More information

BraindumpsQA. IT Exam Study materials / Braindumps

BraindumpsQA.   IT Exam Study materials / Braindumps BraindumpsQA http://www.braindumpsqa.com IT Exam Study materials / Braindumps Exam : 400-101 Title : CCIE Routing and Switching Written Exam v5.1 Vendor : Cisco Version : DEMO Get Latest & Valid 400-101

More information

Connecting to a Service Provider Using External BGP

Connecting to a Service Provider Using External BGP Connecting to a Service Provider Using External BGP First Published: May 2, 2005 Last Updated: August 21, 2007 This module describes configuration tasks that will enable your Border Gateway Protocol (BGP)

More information

C. The ESP that is installed in the Cisco ASR 1006 Router does not support SSO.

C. The ESP that is installed in the Cisco ASR 1006 Router does not support SSO. Volume: 197 Questions Question No : 1 SSO was configured on a Cisco ASR 1006 Router by using two RPs. When the main RP failed, a service disruption occurred. What are two reasons that the SSO did not work?

More information

CCIE ROUTING & SWITCHING v5.0 LAB EXAM CONFIGURATION SECTION -H3 Lead2pass.

CCIE ROUTING & SWITCHING v5.0 LAB EXAM CONFIGURATION SECTION -H3 Lead2pass. CCIE ROUTING & SWITCHING v5.0 LAB EXAM CONFIGURATION SECTION -H3 H3 Topology Diagrams Collection SECTION 1 Layer 2 Technologies Section 1.1: LAN Access Section 1.2: LAN Distribution Section 1.3: LAN Resiliency:

More information

DMVPN for R&S CCIE Candidates Johnny Bass CCIE #6458

DMVPN for R&S CCIE Candidates Johnny Bass CCIE #6458 DMVPN for R&S CCIE Candidates Johnny Bass CCIE #6458 BRKCCIE-3003 @CCIE6458 2015 Cisco and/or its affiliates. All rights reserved. Cisco Public About the Presenter Johnny Bass Networking industry since

More information

Configuring HSRP. Finding Feature Information. Restrictions for HSRP

Configuring HSRP. Finding Feature Information. Restrictions for HSRP The Hot Standby Router Protocol (HSRP) is a First Hop Redundancy Protocol (FHRP) designed to allow for transparent failover of the first-hop IP device. HSRP provides high network availability by providing

More information

Troubleshooting Cisco Express Forwarding Routing Loops

Troubleshooting Cisco Express Forwarding Routing Loops Troubleshooting Cisco Express Forwarding Routing Loops Document ID: 26083 Contents Introduction Prerequisites Requirements Components Used Conventions Network Diagram Problem Troubleshoot Solution Related

More information

CCIE R&S v5.0. Troubleshooting Lab. Q1. PC 110 cannot access R7/R8, fix the problem so that PC 110 can ping R7

CCIE R&S v5.0. Troubleshooting Lab. Q1. PC 110 cannot access R7/R8, fix the problem so that PC 110 can ping R7 Troubleshooting Lab Q1. PC 110 cannot access R7/R8, fix the problem so that PC 110 can ping R7 Q2. R17 should have one default route which points to R12 via PPP as shown below R17# sh ip route S* 0.0.0.0/0

More information

MPLS VPN C H A P T E R S U P P L E M E N T. BGP Advertising IPv4 Prefixes with a Label

MPLS VPN C H A P T E R S U P P L E M E N T. BGP Advertising IPv4 Prefixes with a Label 7 C H A P T E R S U P P L E M E N T This online supplement of Chapter 7 focuses on two important developments. The first one is Inter-Autonomous. Inter-Autonomous is a concept whereby two service provider

More information

Performance Routing (PfR) Master Controller Redundancy Configuration

Performance Routing (PfR) Master Controller Redundancy Configuration Performance Routing (PfR) Master Controller Redundancy Configuration This application note provides an overview on how to configure a Performance Routing (PfR) master controller in a redundant configuration.

More information

SD-WAN Deployment Guide (CVD)

SD-WAN Deployment Guide (CVD) SD-WAN Deployment Guide (CVD) All Cisco Meraki security appliances are equipped with SD-WAN capabilities that enable administrators to maximize network resiliency and bandwidth efficiency. This guide introduces

More information

Configuration Note. AudioCodes Mediant Multi-Service Business Routers (MSBR) Mediant MSBR. IP Networking Configuration. Version 7.

Configuration Note. AudioCodes Mediant Multi-Service Business Routers (MSBR) Mediant MSBR. IP Networking Configuration. Version 7. Configuration Note AudioCodes Mediant Multi-Service Business Routers (MSBR) Mediant MSBR IP Networking Configuration Version 7.2 Configuration Note Contents Table of Contents 1 Introduction... 11 2 IPv4...

More information

Layer3 VPN with OSPF Protocol between CE-PE

Layer3 VPN with OSPF Protocol between CE-PE MPLS Layer3 VPN with OSPF Protocol between CE-PE Disclaimer This Configuration Guide is designed to assist members to enhance their skills in particular technology area. While every effort has been made

More information

BGP Event-Based VPN Import

BGP Event-Based VPN Import BGP Event-Based VPN Import Last Updated: April 13, 2012 The BGP Event-Based VPN Import feature introduces a modification to the existing Border Gateway Protocol (BGP) path import process. The enhanced

More information

Ch. 5 Maintaining and Troubleshooting Routing Solutions. Net412- Network troubleshooting

Ch. 5 Maintaining and Troubleshooting Routing Solutions. Net412- Network troubleshooting Ch. 5 Maintaining and Troubleshooting Routing Solutions Net412- Network troubleshooting Troubleshooting Routing Network Layer Connectivity EIGRP OSPF 2 Network Connectivity Just like we did when we looked

More information

Bidirectional Forwarding Detection

Bidirectional Forwarding Detection Bidirectional Forwarding Detection This document describes how to enable the Bidirectional Forwarding Detection (BFD) protocol. BFD is a detection protocol designed to provide fast forwarding path failure

More information

Lab - Troubleshooting Connectivity Issues

Lab - Troubleshooting Connectivity Issues Lab - Troubleshooting Connectivity Issues Topology Addressing Table R1 ISP Objectives Device Interface IP Address Subnet Mask Default Gateway G0/1 192.168.1.1 255.255.255.0 N/A S0/0/0 10.1.1.1 255.255.255.252

More information

GRE and DM VPNs. Understanding the GRE Modes Page CHAPTER

GRE and DM VPNs. Understanding the GRE Modes Page CHAPTER CHAPTER 23 You can configure Generic Routing Encapsulation (GRE) and Dynamic Multipoint (DM) VPNs that include GRE mode configurations. You can configure IPsec GRE VPNs for hub-and-spoke, point-to-point,

More information

Chapter 7 Lab 7-2, Using the AS_PATH Attribute

Chapter 7 Lab 7-2, Using the AS_PATH Attribute Chapter 7 Topology Objectives Use BGP commands to prevent private AS numbers from being advertised to the outside world. Use the AS_PATH attribute to filter BGP routes based on their source AS numbers.

More information

Configuring Advanced BGP

Configuring Advanced BGP CHAPTER 6 This chapter describes how to configure advanced features of the Border Gateway Protocol (BGP) on the Cisco NX-OS switch. This chapter includes the following sections: Information About Advanced

More information

BGP can also be used for carrying routing information for IPv6 prefix over IPv6 networks.

BGP can also be used for carrying routing information for IPv6 prefix over IPv6 networks. This chapter describes how to configure the Cisco ASA to route data, perform authentication, and redistribute routing information using the Border Gateway Protocol (). About, page 1 Guidelines for, page

More information

DMVPN to Group Encrypted Transport VPN Migration

DMVPN to Group Encrypted Transport VPN Migration DMVPN to Group Encrypted Transport VPN Migration This document provides the steps for Dynamic Multipoint VPN (DMVPN) to Group Encrypted Transport VPN migration. DMVPN to Group Encrypted Transport VPN Migration

More information

Configuring VRRP. Finding Feature Information. Contents

Configuring VRRP. Finding Feature Information. Contents Configuring VRRP First Published: May 2, 2005 Last Updated: July 30, 2010 The Virtual Router Redundancy Protocol (VRRP) is an election protocol that dynamically assigns responsibility for one or more virtual

More information

MPLS VPN. 5 ian 2010

MPLS VPN. 5 ian 2010 MPLS VPN 5 ian 2010 What this lecture is about: IP CEF MPLS architecture What is MPLS? MPLS labels Packet forwarding in MPLS MPLS VPNs 3 IP CEF & MPLS Overview How does a router forward packets? Process

More information

Contents. Introduction. Prerequisites. Requirements. Components Used

Contents. Introduction. Prerequisites. Requirements. Components Used Contents Introduction Prerequisites Requirements Components Used Configure Network Diagram Configurations OSPF EIGRP RIP Troubleshoot Introduction This document describes how to redistribute Internal Border

More information

MPLS VPN Half-Duplex VRF

MPLS VPN Half-Duplex VRF The feature provides scalable hub-and-spoke connectivity for subscribers of an Multiprotocol Label Switching (MPLS) Virtual Private Network (VPN) service. This feature addresses the limitations of hub-and-spoke

More information

Implementing Cisco IP Routing (ROUTE)

Implementing Cisco IP Routing (ROUTE) Implementing Cisco IP Routing (ROUTE) Foundation Learning Guide Foundation learning for the ROUTE 642-902 Exam Diane Teare Cisco Press 800 East 96th Street Indianapolis, IN 46240 Implementing Cisco IP

More information

Next Generation MULTICAST In-band Signaling (VRF MLDP: Profile 6)

Next Generation MULTICAST In-band Signaling (VRF MLDP: Profile 6) Next Generation MULTICAST In-band Signaling (VRF MLDP: Profile 6) Contents Introduction Background Information MLDP Signaling In-Band Signaling Overlay or Out-Of-Band Signaling Label Distribution Protocol

More information

Lab- Troubleshooting Basic EIGRP for 1Pv4

Lab- Troubleshooting Basic EIGRP for 1Pv4 Lab- Troubleshooting Basic EIGRP for 1Pv4 Topology G0/0 G0/0 PC-A PC-C 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 27 Addressing Table efault Gateway

More information

Lab Configuring HSRP and GLBP Topology

Lab Configuring HSRP and GLBP Topology Topology 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 9 Addressing Table Objectives Device Interface IP Address Subnet Mask Default Gateway R1 G0/1 192.168.1.1

More information