BIG-IP Advanced Routing Bidirectional Forwarding Detection Configuration Guide. Version 7.8.4

Size: px
Start display at page:

Download "BIG-IP Advanced Routing Bidirectional Forwarding Detection Configuration Guide. Version 7.8.4"

Transcription

1 BIG-IP Advanced Routing Bidirectional Forwarding Detection Configuration Guide Version 7.8.4

2

3 Publication Date This document was published on June 27, Legal Notices Copyright Copyright , F5 Networks, Inc. All rights reserved. F5 Networks, Inc. (F5) believes the information it furnishes to be accurate and reliable. However, F5 assumes no responsibility for the use of this information, nor any infringement of patents or other rights of third parties which may result from its use. No license is granted by implication or otherwise under any patent, copyright, or other intellectual property right of F5 except as specifically described by applicable user licenses. F5 reserves the right to change specifications at any time without notice. Trademarks AAM, Access Policy Manager, Advanced Client Authentication, Advanced Firewall Manager, Advanced Routing, AFM, Alive With F5, APM, Application Acceleration Manager, Application Security Manager, ARX, AskF5, ASM, BIG-IP, BIG-IQ, Cloud Extender, CloudFucious, Cloud Manager, Clustered Multiprocessing, CMP, COHESION, Data Manager, DevCentral, DevCentral [DESIGN], DNS Express, DSC, DSI, Edge Client, Edge Gateway, Edge Portal, ELEVATE, EM, Enterprise Manager, ENGAGE, F5, F5 [DESIGN], F5 Certified [DESIGN], F5 Networks, Fast Application Proxy, Fast Cache, FirePass, Global Traffic Manager, GTM, GUARDIAN, iapps, IBR, Intelligent Browser Referencing, Intelligent Compression, IPv6 Gateway, icontrol, ihealth, iquery, irules, irules OnDemand, isession, L7 Rate Shaping, LC, Link Controller, Local Traffic Manager, LTM, LineRate, LineRate Systems [DESIGN], LROS, Message Security Manager, MSM, OneConnect, Packet Velocity, PEM, Policy Enforcement Manager, Protocol Security Manager, PSM, Real Traffic Policy Builder, ScaleN, Signalling Delivery Controller, SDC, SSL Acceleration, StrongBox, SuperVIP, SYN Check, TCP Express, TDR, TMOS, Traffic Management Operating System, Traffix Systems, Traffix Systems (DESIGN), Transparent Data Reduction, UNITY, VAULT, VIPRION, vcmp, VE F5 [DESIGN], Virtual Clustered Multiprocessing, WA, WAN Optimization Manager, WebAccelerator, WOM, and ZoneRunner, are trademarks or service marks of F5 Networks, Inc., in the U.S. and other countries, and may not be used without F5's express written consent. All other product and company names herein may be trademarks of their respective owners. A portion of this reference guide is copyrighted by IP Infusion, Inc. ZebOS is a registered trademark, and IP Infusion and the ipinfusion logo are trademarks of IP Infusion. All other trademarks are trademarks of their respective companies. This documentation is subject to change without notice. The software described in this document and this documentation are furnished under a license agreement or nondisclosure agreement. The software and documentation may be used or copied only in accordance with the terms of the applicable agreement. No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or any means electronic or mechanical, including photocopying and recording for any purpose other than the purchaser's internal use without the written permission of IP Infusion Inc. F5 Networks, Inc. (F5) believes the information it furnishes to be accurate and reliable. However, F5 assumes no responsibility for the use of this information, nor any infringement of patents or other rights of third parties which may result from its use. No license is granted by implication or otherwise under any patent, copyright, or other intellectual property right of F5 except as specifically described by applicable user licenses. F5 reserves the right to change specifications at any time without notice. All other product and company names herein may be trademarks of their respective owners. i

4 ii

5 Table of Contents CHAPTER 1 Base BFD Configuration BFD Base Configuration Topology CHAPTER 2 BFD Protocol Configurations OSPF BFD Single Hop Session Topology OSPF BFD Multi-hop Session Topology BFD Configuration in IS-IS Topology BFD Configuration in BGP Topology CHAPTER 3 BFD Static Route Configuration Topology CHAPTER 4 BFD for MPLS LSP Overview Benefits Configure BFD for LDP LSP Configure BFD for RSVP LSP Configure BFD for Static LSP Configure BFD for Static LSP with Explicit Null Disable BFD for MPLS LSP Remove BFD for MPLS LSP iii

6 Table of Contents iv

7 CHAPTER 1 Base BFD Configuration The steps in this chapter are used to configure the base BFD functions. BFD Base Configuration Basic BFD functions that can be configured include echo, slow timer, multihop peer timer, single-hop session timer, and echo interval. Topology Figure 1 contains a basic topology for BFD in ZebOS. BFD Echo Function ZebOS#configure terminal ZebOS(config)# bfd echo Figure 1: Basic Topology of Three Routers Enable BFD echo mode. BFD Slow Timer ZebOS#configure terminal ZebOS(config)# bfd slow-timer 1000 Configure BFD slow-timer in milliseconds. BFD Multihop Peer Timer ZebOS#configure terminal ZebOS(config)# bfd multihop-peer interval 100 minrx 100 multiplier 3 Configure BFD multihop-peer timer and reception intervals in milliseconds, and the Hello multiplier. BFD Single-hop Session Timer ZebOS#configure terminal ZebOS(config)# interface eth1 ZebOS(config-if)# bfd interval 100 minrx 100 multiplier 4 Enter the Interface mode. Configure BFD single-hop sessions timer and reception interval in millisecond, and the Hello multiplier. BFD Echo Interval ZebOS#configure terminal ZebOS(config)# interface eth1 ZebOS(config-if)# bfd echo interval 100 Enter the Interface mode. Configure BFD echo interval in milliseconds. 1

8 Base BFD Configuration 2

9 CHAPTER 2 BFD Protocol Configurations The tables in this chapter contain the steps to configure Bidirectional Forwarding Detection for several ZebOS protocols. OSPF BFD Single Hop Session Follow the steps in the tables below to configure BFD for Single-Hop OSPF. Topology Figure 2 depicts a single-hop topology for OSPF. R1 Figure 2: Single-Hop OSPF Topology ZebOS#configure terminal ZebOS(config)# router ospf 100 ZebOS(config-router)#network /24 area 1 ZebOS(config-router)#network /32 area 1 ZebOS(config-router)#bfd all-interfaces Enter Router mode for OSPF. Advertise network /24 in OSPF area 1. Advertise loopback to network /32 in OSPF area 1. Enable BFD for all neighbors. R2 ZebOS#configure terminal ZebOS(config)# router ospf 100 ZebOS(config-router)#network /24 area 1 ZebOS(config-router)#network /24 area 1 ZebOS(config-router)#network /32 area 1 ZebOS(config-router)#bfd all-interfaces Enter Router mode for OSPF. Advertise network /24 in OSPF area 1. Advertise network /24 in OSPF area 1. Advertise loopback to network /32 in OSPF area 1. Enable BFD for all neighbors. R3 ZebOS#configure terminal ZebOS(config)# router ospf 100 Enter Router mode for OSPF. 3

10 BFD Protocol Configurations ZebOS(config-router)#network /24 area 1 ZebOS(config-router)#network /32 area 1 ZebOS(config-router)#bfd all-interfaces Advertise network /24 in OSPF area 1. Advertise loopback to network /32 in OSPF area 1. Enable BFD for all neighbors Validation ZebOS#show bfd session The example that follows is the output of the command. ZebOS#show bfd session Session Interface Index : 3 Session Index: 1 Lower Layer: IPv4 Single Hop Session State : Up Local Discriminator : 1 Remote Discriminator: 1 Local Address : /32 Remote Address: /32 Local Port : Remote Port: 3784 Timers in Milliseconds Min Tx: 20 Min Rx: 20 Multiplier: 5 UP Count: 1 UPTIME: 00:14:12 Session Interface Index : 4 Session Index: 4 Lower Layer: IPv4 Single Hop Session State : Up Local Discriminator : 4 Remote Discriminator: 4 Local Address : /32 Remote Address: /32 Local Port : Remote Port: 3784 Timers in Milliseconds Min Tx: 20 Min Rx: 20 Multiplier: 5 UP Count: 1 UPTIME: 00:01:12 Number of Sessions: 2 4

11 BFD Protocol Configurations OSPF BFD Multi-hop Session Follow the steps in the tables below to configure BFD for OSPF multi-hop sessions. Topology Figure 3 depicts an example of a multi-hop OSPF topology. R1 Figure 3: Multi-hop OSPF Topology ZebOS#configure terminal ZebOS(config)# router ospf 100 ZebOS(config-router)#network /24 area 1 ZebOS(config-router)#network /32 area 1 ZebOS(config-router)#network /24 area 0 ZebOS(config-router)# area 1 virtual-link fall-over bfd Enter Router mode for OSPF. Advertise network /24 in OSPF area 1. Advertise loopback to network /32 in OSPF area 1. Advertise network /24 in OSPF area 0. Create a virtual link to R3 with BFD. R2 ZebOS#configure terminal ZebOS(config)# router ospf 100 ZebOS(config-router)#network /24 area 1 ZebOS(config-router)#network /24 area 1 ZebOS(config-router)#network /32 area 1 Enter the Configure mode Enter Router mode for OSPF. Advertise network /24 in OSPF area 1. Advertise network /24 in OSPF area 1. Advertise loopback to network /32 in OSPF area 1. R ZebOS#configure terminal ZebOS(config)# router ospf 100 Enter configure mode Enter Router mode for OSPF. 5

12 BFD Protocol Configurations ZebOS(config-router)#network /24 area 1 ZebOS(config-router)#network /32 area 1 ZebOS(config-router)# area 1 virtual-link fall-over bfd Advertise network /24 in OSPF area 1. Advertise loopback to network /32 in OSPF area 1. Create a virtual link to R1 with BFD. Validation ZebOS#show bfd session The example that follows is the output of the command. Session Interface Index : 0 Session Index: 2 Lower Layer: IPv4 Multihop Arbit Path Session State : Up Local Discriminator : 2 Remote Discriminator: 1 Local Address : /32 Remote Address: /32 Local Port : Remote Port: 4784 Timers in Milliseconds Min Tx: 2 Min Rx: 20 Multiplier: 5 UP Count: 1 UPTIME: 00:03:58 Number of Sessions: 1 6

13 BFD Protocol Configurations BFD Configuration in IS-IS Follow the steps in the tables below to configure BFD for the IS-IS protocol. Topology Figure 4 depicts a basic topology for BFD-ISIS. R1 Figure 4: Basic Topology for BFD-ISIS ZebOS#configure terminal ZebOS(config)# router isis ZebOS(config-router)#net ZebOS(config-router)#bfd all-interface Enter the Configure mode Enter Router mode for IS-IS.. Advertise network in IS-IS. Enable BFD for all neighbors. R2 ZebOS#configure terminal ZebOS(config)# router isis ZebOS(config-router)#net ZebOS(config-router)#bfd all-interface Enter Router mode for IS-IS. Advertise network in IS-IS. Enable BFD for all neighbors. 7

14 BFD Protocol Configurations BFD Configuration in BGP Follow the steps in the tables below to configure BFD for BGP Topology Figure 5 depicts a basic topology for BFD in BGP. R1 Figure 5: Basic Topology for BFD in BGP ZebOS#configure terminal ZebOS(config)# router bgp 100 ZebOS(config-router)#neighbor remote-as 100 ZebOS(config-router)# neighbor fallover bfd multihop Enter Router mode for BGP. Add the neighbor /32 to remote-as 100. Enable the BFD option for the neighbor. R2 ZebOS#configure terminal ZebOS(config)# router bgp 100 ZebOS(config-router)#neighbor remote-as 100 ZebOS(config-router)# neighbor fallover bfd multihop Enter Router mode for BGP/ Add the neighbor to remote-as 100. Enable the BFD option for the neighbor. R3 ZebOS#configure terminal ZebOS(config)# router bgp 100 ZebOS(config)# router bgp 100 ZebOS(config-router)# neighbor remote-as 100 ZebOS(config-router)# neighbor fallover bfd multihop Enter Router mode for BGP. Configure BGP Add the neighbor to remote-as 100. Enable the BFD option for the neighbor. 8

15 CHAPTER 3 BFD Static Route Configuration It is extremely important to quickly detect any changes to static route validity, in order to establish alternate paths to these destinations with the least possible delay. Bidirectional Forwarding Detection is a faster mechanism to detect the liveliness of a static route next-hop. Static routes use the next-hop reachability information provided by BFD to determine whether routes are valid. Using the BFD protocol to reach the static route next-hop also ensures that a static route is inserted in the forwarding database only when the next-hop neighbor is reachable. Topology Figure 6 depicts a basic topology for BFD static routes. Follow the steps in the tables that follow the figure to complete the configurations. R2 Figure 6: BFD Static Route Basic Topology ZebOS# configure terminal ZebOS(config)# ip router / ZebOS(config)# ip bfd static all-interfaces ZebOS(config)# interface eth1 ZebOS(config-if)# ip static bfd ZebOS(config-if)# exit ZebOS(config)# ip static / fall-over bfd R3 Configure static route. Enable BFD for all static routes. Enter the Interface configuration mode for eth1. Enable static BFD on interface level. Exit Interface configuration mode. Enable static BFD at static route level. ZebOS# configure terminal ZebOS(config)# ip route / Configure static route. ZebOS(config)# ip bfd static all-interfaces Enable BFD for all static routes. 9

16 BFD Static Route Configuration ZebOS(config)# int eth1 ZebOS(config-if)# ip static bfd ZebOS(config-if)# exit ZebOS(config)# ip static / fall-over bfd Enter the Interface configuration mode for eth1. Enable static BFD at interface level. Exit Interface configuration mode. Enable static BFD at static route level. Validation Enter the commands listed in the following sections to confirm the configurations. Verify Traffic Class Groups Configuration Show IP Route ZebOS# show ip route Codes: K - kernel, C - connected, S - static, R - RIP, B - BGP 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, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default Gateway of last resort is to network K* /0 via , eth0 S /24 [1/0] via , eth2 C /24 is directly connected, eth3 C /24 is directly connected, eth1 C /24 is directly connected, eth2 K /24 via , eth0 K /24 via , eth0 C /24 is directly connected, eth0 C /8 is directly connected, lo C /32 is directly connected, lo K /16 is directly connected, eth0 ZebOS# Show BFD Session ZebOS# show bfd session Session Interface Index: 1 Session Index: 1 Lower Layer: IPv4 Single Hop Session State: Up Local Discriminator: 1 Remote Discriminator: 1 Local Address: /32 Remote Address: /32 Local Port: Remote Port: 3784 Timers in Milliseconds Min Tx: 20 Min Rx: 20 Multiplier: 5 UP Count: 1 UPTIME: 00:07:55 Bfd GTSM Disabled 10

17 BFD Static Route Configuration Number of Sessions: 1 Show BFD Session Detail ZebOS# show bfd session detail Session Interface Index: 5 Session Index: 1 Lower Layer: IPv4 Version: 1 Session Type: Single Hop Session State: Up Local Discriminator: 1 Remote Discriminator: 1 Local Address: /32 Remote Address: /32 Local Port: Remote Port: 3784 Options: Diagnostics: None Timers in Milliseconds Min Tx: 20 Min Rx: 20 Multiplier: 5 Min echo Tx: 20 Min echo Rx: 10 Neg Tx: 20 Neg echo intrvl: 0 Neg detect mult: 5 Storage type: 2 Last sess down time: 00:00:00 Sess discontinue time: 00:00:00 Counters values: Pkt In Pkt Out Echo Out IPv6 Pkt In IPv6 Pkt Out IPv6 Echo Out UP Count: 1 UPTIME: 00:09:37 NSM-> Client ID: 1 Flags: 4 Number of Sessions: 1 11

18 BFD Static Route Configuration 12

19 CHAPTER 4 BFD for MPLS LSP Bidirectional Forwarding Detection is used to track liveliness for a Multi Protocol Label Switched (MPLS) Label Switched Path (LSP). BFD can be used to detect a data plane failure in the forwarding path of an MPLS LSP. This chapter contains the configurations applicable to BFD for LSP-Ping to detect MPLS LSP data plane failures. Overview If an MPLS LSP fails to deliver data traffic, BFD detects the failure using the MPLS control plane. For instance, the control plane of an MPLS LSP may be functional, whereas the data plane may be incorrectly forwarding or dropping data. This is an example of the need for a mechanism to detect a data plane failure in an MPLS LSP path. BFD cannot be used to verify the MPLS control plane against the data plane. However, BFD can be used to detect a data plane failure in the forwarding path of an MPLS LSP. LSP-Ping is a mechanism for detecting MPLS LSP data plane failures and verifying the MPLS LSP data plane against the control plane. Verification can take place provided that the LSP is mapped to the same Forwarding Equivalence Class (FEC) at the ingress as at the egress. LSP-Ping has extensive control-plane verification features, whereas BFD is designed as a light-weight method of testing only the data plane. As a result, LSP-Ping is more expansive than BFD for detecting MPLS LSP data plane faults. BFD is also more suitable for implementation in hardware or firmware due to its fixed-packet format. Note: Basic OSPF configurations are required for MPLS LSPs, except for static LSPs. Benefits Using BFD for detecting MPLS LSP data-plane faults has the following advantages: Support for fault detection for a higher number of LSPs Detection with sub-second granularity LSP-Ping is used in an environment where fault-detection messages are exchanged, either for diagnostic purposes or for infrequent periodic fault detection. The exchange rate is in the order of tens of seconds or minutes; therefore LSP- Ping is not suitable for fast detection. However, BFD is designed for sub-second fault detection intervals. 13

20 BFD for MPLS LSP Configure BFD for LDP LSP Follow the steps in the tables below to configure BFD for LDP label switched paths. PE1 Figure 7: BFD for LDP LSP ZebOS# configure terminal ZebOS(config)# router ldp ZebOS(config-router)# targeted-peer ipv ZebOS(config-router)# exit ZebOS(config)# interface eth2 ZebOS(config-if)# label-switching ZebOS(config-if)# enable-ldp ipv4 ZebOS(config-if)# exit ZebOS(config)# mpls bfd ldp all forceexplicit-null lsp-ping-intvl 10 min-rx 300 min-tx 300 multiplier 2 ZebOS(config)# mpls bfd ldp all lsp-pingintvl 10 min-rx 300 min-tx 300 multiplier 2 P Enter the Router LDP mode. Configure targeted LDP peer to the PE2 loopback address. Exit the Router LDP mode and return to Configure mode. Enter the Interface mode for eth2. Configure label-switching on the provider interface of PE1. Enable LDP on the provider interface of PE1. Exit the Interface mode and return to Configure mode. Configure BFD session for all LDP FEC entries. Note: BFD can be enabled for particular FEC. Configure BFD session for all LDP FEC entries. Note: If explicit-null is enabled on egress router then forceexplicit-null should not be configured in MPLS BFD configuration. ZebOS# configure terminal ZebOS(config)# router ldp ZebOS(config-router)# exit ZebOS(config)# interface eth1 ZebOS(config-if)# label-switching ZebOS(config-if)# enable-ldp ipv4 ZebOS(config-if)# exit ZebOS(config)# interface eth2 ZebOS(config-if)# label-switching Enter the Router LDP mode. Exit the Router LDP mode and return to Configure mode. Enter the Interface mode for eth1. Configure label-switching. Enable LDP. Exit the Interface mode and return to Configure mode. Enter the Interface mode for eth2. Configure label-switching. 14

21 BFD for MPLS LSP ZebOS(config-if)# enable-ldp ipv4 ZebOS(config-if)# exit PE2 Enable LDP. Exit the Interface mode and return to Configure mode. ZebOS# configure terminal ZebOS(config)# router ldp ZebOS(config-router)# targeted-peer ipv ZebOS(config-router)# exit ZebOS(config)# interface eth1 ZebOS(config-if)# label-switching ZebOS(config-if)# enable-ldp ipv4 ZebOS(config-if)# exit Enter the Router LDP mode. Configure targeted LDP peer to PE2 loopback address. Exit the Router LDP mode and return to Configure mode. Enter the Interface mode for eth1. Configure label-switching on provider interface of PE2. Enable LDP on the provider interface of PE2. Exit the Interface mode and return to Configure mode. Configure BFD for RSVP LSP Follow the steps in the tables below to configure BFD for RSVP label switched paths. PE1 Figure 8: BFD for RSVP LSP Topology ZebOS# configure terminal ZebOS(config)# mpls class-type ct0 default ZebOS(config)# mpls te-class te0 default 0 ZebOS(config)# mpls te-class te1 default 1 ZebOS(config)# mpls te-class te2 default 2 ZebOS(config)# mpls te-class te3 default 3 ZebOS(config)# mpls te-class te4 default 4 ZebOS(config)# mpls te-class te5 default 5 ZebOS(config)# mpls te-class te6 default 6 ZebOS(config)# mpls te-class te7 default 7 ZebOS(config)# router rsvp ZebOS(config-router)# exit Configure default class type. Configure default te-class for te0. Configure default te-class for te1. Configure default te-class for te2. Configure default te-class for te3. Configure default te-class for te4. Configure default te-class for te5. Configure default te-class for te6. Configure default te-class for te7. Enter the Router RSVP mode. Exit the Router RSVP mode and return to Configure mode. 15

22 BFD for MPLS LSP ZebOS(config)# interface eth2 ZebOS(config-if)# label-switching ZebOS(config-if)# bandwidth 100m ZebOS(config-if)# reservable-bandwidth 100m ZebOS(config-if)# enable-rsvp ZebOS(config-if)# exit P Enter the Interface mode for eth2. Configure label-switching on eth2. Configure bandwidth on eth2. Configure reservable bandwidth on eth2. Enable RSVP on the eth2. ZebOS(config)# rsvp-trunk t1 ipv4 Configure RSVP trunk t1. ZebOS(config-trunk)# to ZebOS(config)# mpls bfd rsvp mpls bfd rsvp tunnel-name t1 force-explicit-null lsp-pingintvl 10 min-rx 300 min-tx 300 multiplier 2 ZebOS(config)# mpls bfd rsvp mpls bfd rsvp tunnel-name t1 lsp-ping-intvl 10 min-rx 300 min-tx 300 multiplier 2 Exit the Interface mode and return to Configure mode. Configure an egress router address in RSVP trunk. Configure BFD session for RSVP trunk t1. Configure BFD session for RSVP trunk t1. Note: If explicit-null is enabled on egress router, then force-explicit-null should not be configured. ZebOS# configure terminal ZebOS(config)# mpls class-type ct0 default ZebOS(config)# mpls te-class te0 default 0 ZebOS(config)# mpls te-class te1 default 1 ZebOS(config)# mpls te-class te2 default 2 ZebOS(config)# mpls te-class te3 default 3 ZebOS(config)# mpls te-class te4 default 4 ZebOS(config)# mpls te-class te5 default 5 ZebOS(config)# mpls te-class te6 default 6 ZebOS(config)# mpls te-class te7 default 7 ZebOS(config)# router rsvp ZebOS(config-router)# exit ZebOS(config)# interface eth1 ZebOS(config-if)# label-switching ZebOS(config-if)# bandwidth 100m ZebOS(config-if)# reservable-bandwidth 100m ZebOS(config-if)# enable-rsvp ZebOS(config-if)# exit ZebOS(config)# interface eth2 ZebOS(config-if)# label-switching ZebOS(config-if)# bandwidth 100m ZebOS(config-if)# reservable-bandwidth 100m ZebOS(config-if)# enable-rsvp ZebOS(config-if)# exit ZebOS(config)# exit Configure default class type. Configure default te-class for te0. Configure default te-class for te1. Configure default te-class for te2. Configure default te-class for te3. Configure default te-class for te4. Configure default te-class for te5. Configure default te-class for te6. Configure default te-class for te7. Enter the Router RSVP mode. Exit the Router RSVP mode and return to Configure mode. Enter the Interface mode for eth1. Configure label-switching on eth1. Configure bandwidth on eth1. Configure reservable bandwidth on eth1. Enable RSVP on the eth1. Exit the Interface mode and return to Configure mode. Enter the Interface mode for eth2. Configure label-switching on eth2. Configure bandwidth on eth2. Configure reservable bandwidth on eth2. Enable RSVP on the eth2. Exit the Interface mode and return to Configure mode. Exit the Configure mode. 16

23 BFD for MPLS LSP Configuration for PE2 ZebOS# configure terminal ZebOS(config)# mpls class-type ct0 default ZebOS(config)# mpls te-class te0 default 0 ZebOS(config)# mpls te-class te1 default 1 ZebOS(config)# mpls te-class te2 default 2 ZebOS(config)# mpls te-class te3 default 3 ZebOS(config)# mpls te-class te4 default 4 ZebOS(config)# mpls te-class te5 default 5 ZebOS(config)# mpls te-class te6 default 6 ZebOS(config)# mpls te-class te7 default 7 ZebOS(config)# router rsvp ZebOS(config-router)# exit ZebOS(config)# interface eth1 ZebOS(config-if)# label-switching ZebOS(config-if)# bandwidth 100m ZebOS(config-if)# reservable-bandwidth 100m ZebOS(config-if)# enable-rsvp ZebOS(config-if)# exit Configure default class type. Configure default te-class for te0. Configure default te-class for te1. Configure default te-class for te2. Configure default te-class for te3. Configure default te-class for te4. Configure default te-class for te5. Configure default te-class for te6. Configure default te-class for te7. Enter the Router RSVP mode. Exit the Router RSVP mode and return to Configure mode. Enter the Interface mode for eth1. Configure label-switching on eth1. Configure bandwidth on eth1. Configure reservable bandwidth on eth1. Enable RSVP on the eth1. Exit the Interface mode and return to Configure mode. Validation Enter the following commands: show bfd session show bfd session detail show mpls forwarding-table Verify BFD Session for RSVP LSP PE1# show mpls forwarding-table Codes: > - selected FTN, p - stale FTN, B - BGP FTN, K - CLI FTN,L - LDP FTN, R - RSVP-TE FTN, S - SNMP FTN, I - IGP-Shortcut, U - unknown FTN Code FEC Tunnel-id FTN-ID Pri Nexthop Out-Label Out-Intf LSP-Type L> / Yes eth2 LSP_DEFAULT R> / Yes eth2 LSP_DEFAULT L / Yes eth2 LSP_DEFAULT L> / Yes eth2 LSP_DEFAULT PE1# show bfd session Session Interface Index : 3 Session Index: 2 Lower Layer: MPLS LSP Single Hop Session State : Up Local Discriminator: 2 Remote Discriminator: 2 LSP Owner: RSVP FTN Ix: 4 Tunnel Name: t1 17

24 BFD for MPLS LSP LSP Ping Interval in seconds: 10 Local Address : /32 Remote Address: /32 Local Port : Remote Port: 3784 Timers in Milliseconds Min Tx: 300 Min Rx: 300 Multiplier: 2 UP Count: 0 UPTIME: 00:00:00 Bfd GTSM Disabled Number of Sessions: 1 PE1# show bfd session detail Session Interface Index : 3 Session Index: 2 Lower Layer: MPLS LSP Version : 1 Session Type: Single Hop Session State : Up Local Discriminator : 2 Remote Discriminator: 2 LSP Owner: RSVP FTN Ix: 4 Tunnel Name: t1 LSP Ping Interval in seconds: 10 Local Address : /32 Remote Address: /32 Local Port : Remote Port: 3784 Options : Diagnostics: None Timers in Milliseconds Min Tx: 300 Min Rx: 300 Multiplier: 2 Min echo Tx: 0 Min echo Rx: 0 Neg Tx: 300 Neg echo intrvl: 0 Neg detect mult: 5 Storage type: 2 Sess down time: 00:00:00 Sess discontinue time: 00:00:00 Counters values: Pkt In Pkt Out Echo Out IPv6 Pkt In IPv6 Pkt Out IPv6 Echo Out UP Count: 1 UPTIME: 00:00:07 NSM-> Client ID: 1 Flags: 4 Number of Sessions: 1 18

25 BFD for MPLS LSP Configure BFD for Static LSP Configuration for PE1 Figure 9: BFD for Static LSP Topology ZebOS# configure terminal ZebOS(config)# mpls ftn-entry tunnel-id / eth2 primary ZebOS(config)# mpls bfd static /32 force-explicit-null lsp-ping-intvl 10 min-rx 300 min-tx 300 multiplier 2 ZebOS(config)# exit Configure MPLS FTN entry for static LSP. Configures BFD session for static LSP. Exit the Configure mode. Configuration on Router P ZebOS# configure terminal ZebOS(config)# mpls ilm-entry 100 eth1 swap 3 eth /32 ZebOS(config)# exit Configure MPLS FTN entry for static LSP. Exit the Configure mode. Validation Enter the following commands: show bfd session show bfd session detail show mpls forwarding-table Verify BFD Session for LDP LSP PE1# show mpls forwarding-table Codes: > - selected FTN, p - stale FTN, B - BGP FTN, K - CLI FTN,L - LDP FTN, R - RSVP-TE FTN, S - SNMP FTN, I - IGP-Shortcut, U - unknown FTN Code FEC Tunnel-id FTN-ID Pri Nexthop Out-Label Out-Intf LSP-Type L> / Yes eth2 LSP_DEFAULT L> / Yes eth2 LSP_DEFAULT L> / Yes eth2 LSP_DEFAULT PE1# show bfd session 19

26 BFD for MPLS LSP Session Interface Index: 3 Session Index: 1 Lower Layer: MPLS LSP Single Hop Session State: Up Local Discriminator: 1 Remote Discriminator: 1 LSP Owner: LDP FTN Ix: 2 FEC: /32 LSP Ping Interval in seconds: 10 Local Address: /32 Remote Address: /32 Local Port: Remote Port: 3784 Timers in Milliseconds Min Tx: 300 Min Rx: 300 Multiplier: 2 UP Count: 1 UPTIME: 00:00:22 Bfd GTSM Disabled Number of Sessions: 1 PE1# show bfd session detail Session Interface Index: 3 Session Index: 1 Lower Layer: MPLS LSP Version: 1 Session Type: Single Hop Session State: Up Local Discriminator: 1 Remote Discriminator: 1 LSP Owner: LDP FTN Ix: 2 FEC: /32 LSP Ping Interval in seconds: 10 Local Address: /32 Remote Address: /32 Local Port: Remote Port: 3784 Options: Diagnostics: None Timers in Milliseconds Min Tx: 300 Min Rx: 300 Multiplier: 2 Min echo Tx: 0 Min echo Rx: 0 Neg Tx: 300 Neg echo intrvl: 0 Neg detect mult: 5 Storage type: 2 Sess down time: 00:00:00 Sess discontinue time: 00:00:00 Counters values: Pkt In d Pkt Out Echo Out IPv6 Pkt In IPv6 Pkt Out IPv6 Echo Out UP Count: 1 UPTIME: 00:00:25 NSM-> Client ID: 1 Flags: 4 Number of Sessions: 1 20

27 BFD for MPLS LSP Configure BFD for Static LSP with Explicit Null Configuration for PE1 Figure 10: Static LSP BFD with Explicit Null ZebOS# configure terminal ZebOS(config)# mpls ftn-entry tunnel-id / eth2 primary ZebOS(config)# mpls bfd static /32 lsp-ping-intvl 10 min-rx 300 min-tx 300 multiplier 2 ZebOS(config)# exit Configure MPLS FTN entry for static LSP. Configures BFD session for static LSP. Exit the Configure mode. Configuration for P ZebOS# configure terminal ZebOS(config)# mpls ilm-entry 100 eth1 swap 0 eth /32 ZebOS(config)# exit Configure MPLS ILM entry for static LSP. Exit the Configure mode. Validation Enter the following commands: show bfd session show bfd session detail show mpls forwarding-table Verify BFD Session for Static LSP PE1# show mpls forwarding-table Codes: > - selected FTN, p - stale FTN, B - BGP FTN, K - CLI FTN,L - LDP FTN, R - RSVP-TE FTN, S - SNMP FTN, I - IGP-Shortcut,U - unknown FTN Code FEC Tunnel-id FTN-ID Pri Nexthop Out-Label Out-Intf LSP-Type L> / Yes eth2 LSP_DEFAULT K> / Yes eth2 LSP_DEFAULT R / Yes eth2 LSP_DEFAULT 21

28 BFD for MPLS LSP L / Yes eth2 LSP_DEFAULT L> / Yes eth2 LSP_DEFAULT PE1# show bfd session Session Interface Index : 3 Session Index: 3 Lower Layer: MPLS LSP Single Hop Session State : Up Local Discriminator : 3 Remote Discriminator: 3 LSP Owner: Static FTN Ix: 5 FEC: /32 LSP Ping Interval in seconds: 10 Local Address : /32 Remote Address: /32 Local Port : Remote Port: 3784 Timers in Milliseconds Min Tx: 300 Min Rx: 300 Multiplier: 2 UP Count: 1 UPTIME: 00:00:37 Bfd GTSM Disabled Number of Sessions: 1 PE1# show bfd session detail Session Interface Index : 3 Session Index: 3 Lower Layer: MPLS LSP Version : 1 Session Type: Single Hop Session State : Up Local Discriminator : 3 Remote Discriminator: 3 LSP Owner: Static FTN Ix: 5 FEC: /32 LSP Ping Interval in seconds: 10 Local Address : /32 Remote Address: /32 Local Port : Remote Port: 3784 Options : Diagnostics: None Timers in Milliseconds Min Tx: 300 Min Rx: 300 Multiplier: 2 Min echo Tx: 0 Min echo Rx: 0 Neg Tx: 300 Neg echo intrvl: 0 Neg detect mult: 5 Storage type: 2 Sess down time: 00:00:00 Sess discontinue time: 00:00:00 Counters values: Pkt In Pkt Out Echo Out IPv6 Pkt In IPv6 Pkt Out IPv6 Echo Out UP Count: 1 UPTIME: 00:00:42 NSM-> Client ID: 1 Flags: 4 Number of Sessions: 1 wqa12# 22

29 BFD for MPLS LSP Disable BFD for MPLS LSP Configuration for PE1 ZebOS# configure terminal ZebOS(config)# mpls bfd static /32 disable ZebOS(config)# mpls bfd rsvp tunnel-name t1 disable ZebOS(config)# mpls bfd ldp /32 disable ZebOS(config)# exit Disable BFD for static LSP. Disable BFD for RSVP LSP. Disable BFD for LDP LSP. Exit the Configure mode. Remove BFD for MPLS LSP Referring to the same basic topology, follow the steps in the table below to remove BFD for MPLS LSP. Configuration for PE1 ZebOS# configure terminal ZebOS(config)# no mpls bfd static all ZebOS(config)# no mpls bfd ldp all ZebOS(config)# no mpls bfd rsvp all ZebOS(config)# exit Unconfigure BFD for all Static LSPs. Unconfigure BFD for all LDP LSPs. Unconfigure BFD for all RSVP LSPs. Exit the Configure mode. 23

30 BFD for MPLS LSP 24

31 Index Index B BFD Configuration 1 Echo Function 1 Echo Interval 1 Multi-hop Peer Timer 1 Single-hop Session Timer 1 Slow Timer 1 Topology 1 BFD for LDP LSP 14 BFD for MPLS LSPs 13 BFD for RSVP LSP 15 BFD for Static LSP 19 BFD for Static LSP with Explicit Null 21 BFD Protocol Configurations 3 BFD Static Configurations 9 Topology 9 C Configuration BFD Configuration in IS-IS 7 OSPF BFD Multi-hop Session 5 OSPF BFD Single Hop Session 3 R Remove MPLS LSPs BFD 23 Index - 1

32 Index Index - 2

BIG-IP Advanced Routing

BIG-IP Advanced Routing BIG-IP Advanced Routing Bidirectional Forwarding Detection Configuration Guide Version 7.10.2 Publication Date This document was published on September 16, 2016. Legal Notices Copyright Copyright 2001-2016,

More information

BIG-IP Access Policy Manager and BIG-IP Edge Client for Windows Phone 8.1 v1.0.0

BIG-IP Access Policy Manager and BIG-IP Edge Client for Windows Phone 8.1 v1.0.0 BIG-IP Access Policy Manager and BIG-IP Edge Client for Windows Phone 8.1 v1.0.0 BIG-IP Access Policy Manager and BIG-IP Edge Client for Windows Phone v8.1 v1.0.0.0 Contents 3 Contents Legal Notices...5

More information

BIG-IP System: Initial Configuration. Version 12.0

BIG-IP System: Initial Configuration. Version 12.0 BIG-IP System: Initial Configuration Version 12.0 Table of Contents Table of Contents Legal Notices...5 Legal notices...5 Introduction to BIG-IP Initial Configuration...7 About BIG-IP initial configuration...7

More information

BIG-IQ Cloud and VMware ESXi : Setup. Version 1.0

BIG-IQ Cloud and VMware ESXi : Setup. Version 1.0 BIG-IQ Cloud and VMware ESXi : Setup Version 1.0 Table of Contents Table of Contents Legal Notices...5 Legal notices...5 Getting Started with BIG-IQ Virtual Edition...7 What is BIG-IQ Virtual Edition?...7

More information

BIG-IP Advanced Routing

BIG-IP Advanced Routing BIG-IP Advanced Routing Basic Access Configuration Guide Version 7.8.4 Publication Date This document was published on June 27, 2013. Legal Notices Copyright Copyright 2001-2013, F5 Networks, Inc. All

More information

BIG-IQ Centralized Management and Microsoft Hyper-V : Setup. Version 4.6

BIG-IQ Centralized Management and Microsoft Hyper-V : Setup. Version 4.6 BIG-IQ Centralized Management and Microsoft Hyper-V : Setup Version 4.6 Table of Contents Table of Contents Legal Notices...5 Legal notices...5 Getting Started with BIG-IQ Virtual Edition...7 What is

More information

BIG-IP Application Security Manager : Implementations. Version 11.3

BIG-IP Application Security Manager : Implementations. Version 11.3 BIG-IP Application Security Manager : Implementations Version 11.3 Table of Contents Table of Contents Legal Notices...7 Chapter 1: Automatically Synchronizing Application Security Configurations...9

More information

BIG-IP Advanced Routing

BIG-IP Advanced Routing BIG-IP Advanced Routing Common Command Line Interface Reference Version 7.5 Publication Date This document was published on June 25, 2013. Legal Notices Copyright Copyright 2001-2013, F5 Networks, Inc.

More information

BIG-IQ Cloud and VMware vcloud Director: Setup. Version 1.0

BIG-IQ Cloud and VMware vcloud Director: Setup. Version 1.0 BIG-IQ Cloud and VMware vcloud Director: Setup Version 1.0 Table of Contents Table of Contents Legal Notices...5 Legal notices...5 Getting Started with BIG-IQ Virtual Edition...7 What is BIG-IQ Virtual

More information

BIG-IP Analytics: Implementations. Version 12.0

BIG-IP Analytics: Implementations. Version 12.0 BIG-IP Analytics: Implementations Version 12.0 Table of Contents Table of Contents Legal Notices...5 Legal notices...5 Setting Up Application Statistics Collection...7 What is Analytics?...7 About Analytics

More information

BIG-IP System: User Account Administration. Version 12.0

BIG-IP System: User Account Administration. Version 12.0 BIG-IP System: User Account Administration Version 12.0 Table of Contents Table of Contents Legal Notices...5 Legal notices...5 Introduction to User Account Management...7 Purpose of BIG-IP user accounts...7

More information

BIG-IP Advanced Routing

BIG-IP Advanced Routing BIG-IP Advanced Routing Multicast Configuration Guide Version 7.10.6 Publication Date This document was published on September 21, 2016. Legal Notices Copyright Copyright 2001-2016, F5 Networks, Inc.

More information

BIG-IP Access Policy Manager : Application Access. Version 12.0

BIG-IP Access Policy Manager : Application Access. Version 12.0 BIG-IP Access Policy Manager : Application Access Version 12.0 Table of Contents Table of Contents Legal Notices...7 Legal notices...7 Configuring App Tunnel Access...9 What are app tunnels?...9 Task

More information

BIG-IP Virtual Edition Setup Guide for VMware vcloud Director. Version 12.0

BIG-IP Virtual Edition Setup Guide for VMware vcloud Director. Version 12.0 BIG-IP Virtual Edition Setup Guide for VMware vcloud Director Version 12.0 Table of Contents Table of Contents Legal Notices...5 Legal notices...5 Getting Started with BIG-IP Virtual Edition...7 What

More information

BIG-IP Virtual Edition Setup Guide for Linux KVM. Version 11.5

BIG-IP Virtual Edition Setup Guide for Linux KVM. Version 11.5 BIG-IP Virtual Edition Setup Guide for Linux KVM Version 11.5 Table of Contents Table of Contents Legal Notices...5 Chapter 1: Getting Started with BIG-IP Virtual Edition...7 What is BIG-IP Virtual Edition?...8

More information

ARX Secure Agent Installation Guide

ARX Secure Agent Installation Guide ARX Secure Agent Installation Guide 810-0013-00 Publication Date This manual was published on May 8, 2012. Legal Notices Copyright Copyright 2004-5/8/12, F5 Networks, Inc. All rights reserved. F5 Networks,

More information

vcmp for VIPRION Systems: Administration Version 12.0

vcmp for VIPRION Systems: Administration Version 12.0 vcmp for VIPRION Systems: Administration Version 12.0 Table of Contents Table of Contents Legal Notices...7 Legal notices...7 Introduction to the vcmp System...9 What is vcmp?...9 Other vcmp system components...10

More information

BIG-IP Access Policy Manager Authentication Configuration Guide. Version 11.3

BIG-IP Access Policy Manager Authentication Configuration Guide. Version 11.3 BIG-IP Access Policy Manager Authentication Configuration Guide Version 11.3 Table of Contents Table of Contents Legal Notices...7 Chapter 1: Authentication Concepts...9 Authentication in Access Policy

More information

BIG-IP Advanced Routing

BIG-IP Advanced Routing BIG-IP Advanced Routing Troubleshooting Guide Version 7.5.1 Publication Date This document was published on June 25, 2013. Legal Notices Copyright Copyright 2001-2013, F5 Networks, Inc. All rights reserved.

More information

vcmp for Appliance Models: Administration Version 12.0

vcmp for Appliance Models: Administration Version 12.0 vcmp for Appliance Models: Administration Version 12.0 Table of Contents Table of Contents Legal Notices...7 Legal notices...7 Introduction to the vcmp System...9 What is vcmp?...9 Other vcmp system components...10

More information

BIG-IP Access Policy Manager : Portal Access. Version 12.0

BIG-IP Access Policy Manager : Portal Access. Version 12.0 BIG-IP Access Policy Manager : Portal Access Version 12.0 Table of Contents Table of Contents Legal Notices...7 Legal notices...7 Overview of Portal Access...9 Overview: What is portal access?...9 About

More information

BIG-IP Advanced Routing

BIG-IP Advanced Routing BIG-IP Advanced Routing Integrated Management Interface Command Reference Guide Version 7.10.2 Publication Date This document was published on October 10, 2016. Legal Notices Copyright Copyright 2001-2016,

More information

BIG-IP Access Policy Manager Network Access Configuration Guide. Version 11.3

BIG-IP Access Policy Manager Network Access Configuration Guide. Version 11.3 BIG-IP Access Policy Manager Network Access Configuration Guide Version 11.3 Table of Contents Table of Contents Legal Notices...5 Chapter 1: About Network Access...7 What is network access?...8 Network

More information

BIG-IP Virtual Edition Setup Guide for Linux Xen Project. Version 12.0

BIG-IP Virtual Edition Setup Guide for Linux Xen Project. Version 12.0 BIG-IP Virtual Edition Setup Guide for Linux Xen Project Version 12.0 Table of Contents Table of Contents Legal Notices...5 Legal notices...5 Getting Started with BIG-IP Virtual Edition...7 What is BIG-IP

More information

This About page contains general information about this guide, including the audience, typographic conventions, and how to search the content.

This About page contains general information about this guide, including the audience, typographic conventions, and how to search the content. CLI Reference Guide Overview This guide is a reference for F5 LineRate CLI commands. If you are new to F5 LineRate, we recommend working through the example configurations in the Getting Started Guide

More information

BIG-IP System and Thales HSM: Implementations. Version 12.0

BIG-IP System and Thales HSM: Implementations. Version 12.0 BIG-IP System and Thales HSM: Implementations Version 12.0 Table of Contents Table of Contents Legal Notices...5 Legal notices...5 Setting Up the Thales HSM...7 Overview: Setting up the Thales HSM...7

More information

BIG-IP Access Policy Manager :Visual Policy Editor. Version 12.0

BIG-IP Access Policy Manager :Visual Policy Editor. Version 12.0 BIG-IP Access Policy Manager :Visual Policy Editor Version 12.0 Table of Contents Table of Contents Legal Notices...7 Legal notices...7 Visual Policy Editor...9 About the visual policy editor...9 Visual

More information

Segment Routing Commands

Segment Routing Commands Segment Routing Commands address ipv4 (PCE), page 4 adjacency-sid, page 5 apply-weight ecmp-only bandwidth, page 7 attribute-set, page 8 autoroute announce, page 10 autoroute destination, page 12 clear

More information

BIG-IP DNS: Load Balancing. Version 12.0

BIG-IP DNS: Load Balancing. Version 12.0 BIG-IP DNS: Load Balancing Version 12.0 Table of Contents Table of Contents Legal tices...5 Legal notices...5 About Global Server Load Balancing...7 Introducing BIG-IP DNS...7 About global server load

More information

Segment Routing MPLS OAM Support

Segment Routing MPLS OAM Support Segment Routing Operations, Administration, and Maintenance (OAM) helps service providers to monitor label-switched paths (LSPs) and quickly isolate forwarding problems to assist with fault detection and

More information

HP 5920 & 5900 Switch Series

HP 5920 & 5900 Switch Series HP 5920 & 5900 Switch Series MPLS Configuration Guide Part number: 5998-4676a Software version: Release 23xx Document version: 6W101-20150320 Legal and notice information Copyright 2015 Hewlett-Packard

More information

BIG-IP CGNAT: Implementations. Version 12.0

BIG-IP CGNAT: Implementations. Version 12.0 BIG-IP CGNAT: Implementations Version 12.0 Table of Contents Table of Contents Legal Notices...9 Legal notices...9 Deploying a Carrier Grade NAT...11 Overview: The carrier-grade NAT (CGNAT) module...11

More information

BIG-IP Virtual Edition Setup Guide for Citrix XenServer. Version 11.3

BIG-IP Virtual Edition Setup Guide for Citrix XenServer. Version 11.3 BIG-IP Virtual Edition Setup Guide for Citrix XenServer Version 11.3 Table of Contents Table of Contents Legal Notices...5 Chapter 1: Getting Started with BIG-IP Virtual Edition...7 What is BIG-IP Virtual

More information

F5 WANJet 200. Quick Start Guide. Quick Start Overview

F5 WANJet 200. Quick Start Guide. Quick Start Overview F5 WANJet 200 Quick Start Guide Quick Start Overview Following is a high level overview of the steps required to successfully install and configure your F5 WANJet 200 appliance. For detailed instructions

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

Bidirectional Forwarding Detection (BFD) NANOG 39

Bidirectional Forwarding Detection (BFD) NANOG 39 An Introduction to Bidirectional Forwarding Detection (BFD) NANOG 39 Aamer Akhter / aa@cisco.com ECMD, cisco Systems 1 Why BFD? Methods needed to quickly determine forwarding failure Not everything is

More information

Vendor: Alcatel-Lucent. Exam Code: 4A Exam Name: Alcatel-Lucent Advanced Troubleshooting. Version: Demo

Vendor: Alcatel-Lucent. Exam Code: 4A Exam Name: Alcatel-Lucent Advanced Troubleshooting. Version: Demo Vendor: Alcatel-Lucent Exam Code: 4A0-110 Exam Name: Alcatel-Lucent Advanced Troubleshooting Version: Demo Question: 1 Two routers are physically connected to each other over Ethernet port 1/1/1. Review

More information

BIG-IP Virtual Edition Setup Guide for Microsoft Hyper-V. Version 11.1

BIG-IP Virtual Edition Setup Guide for Microsoft Hyper-V. Version 11.1 BIG-IP Virtual Edition Setup Guide for Microsoft Hyper-V Version 11.1 Table of Contents Table of Contents Legal Notices...5 Chapter 1: Getting Started with BIG-IP Virtual Edition...7 What is BIG-IP Virtual

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring VPLS Multihoming Using Autodiscovery (FEC 129) Release NCE0072 Modified: 2016-10-26 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA

More information

Segment Routing MPLS OAM Support

Segment Routing MPLS OAM Support Segment Routing Operations, Administration, and Maintenance (OAM) helps service providers to monitor label-switched paths (LSPs) and quickly isolate forwarding problems to assist with fault detection and

More information

BIG-IP System: Implementing a Passive Monitoring Configuration. Version 13.0

BIG-IP System: Implementing a Passive Monitoring Configuration. Version 13.0 BIG-IP System: Implementing a Passive Monitoring Configuration Version 13.0 Table of Contents Table of Contents Configuring the BIG-IP System for Passive Monitoring...5 Overview: Configuring the BIG-IP

More information

IPv6 Switching: Provider Edge Router over MPLS

IPv6 Switching: Provider Edge Router over MPLS Multiprotocol Label Switching (MPLS) is deployed by many service providers in their IPv4 networks. Service providers want to introduce IPv6 services to their customers, but changes to their existing IPv4

More information

COMMAND LINE CHEAT SHEET

COMMAND LINE CHEAT SHEET BASIC show show show display exit exit / up exit quit run run - - end exit exit all return include match match include formal display-set - - reload request system reboot admin reboot now reboot GENERAL

More information

Operation Manual BFD-GR H3C S3610&S5510 Series Ethernet Switches. Table of Contents

Operation Manual BFD-GR H3C S3610&S5510 Series Ethernet Switches. Table of Contents Table of Contents Table of Contents... 1-1 1.1 Introduction to BFD... 1-1 1.1.1 How BFD Works... 1-1 1.1.2 BFD Packet Format... 1-3 1.1.3 Protocols and Standards... 1-5 1.2 BFD Configuration Task List...

More information

HP A-MSR Router Series MPLS. Configuration Guide. Abstract

HP A-MSR Router Series MPLS. Configuration Guide. Abstract HP A-MSR Router Series MPLS Configuration Guide Abstract This document describes the software features for the HP A Series products and guides you through the software configuration procedures. These configuration

More information

HP MSR Router Series. MPLS Configuration Guide(V7) Part number: Software version: CMW710-R0106 Document version: 6PW

HP MSR Router Series. MPLS Configuration Guide(V7) Part number: Software version: CMW710-R0106 Document version: 6PW HP MSR Router Series MPLS Configuration Guide(V7) Part number: 5998-5680 Software version: CMW710-R0106 Document version: 6PW100-20140607 Legal and notice information Copyright 2014 Hewlett-Packard Development

More information

vcmp for VIPRION Systems: Administration Version

vcmp for VIPRION Systems: Administration Version vcmp for VIPRION Systems: Administration Version 11.4.1 Table of Contents Table of Contents Legal Notices...7 Acknowledgments...9 Chapter 1: Introduction to the vcmp System...13 What is vcmp?...14 Other

More information

HP Routing Switch Series

HP Routing Switch Series HP 12500 Routing Switch Series MPLS Configuration Guide Part number: 5998-3414 Software version: 12500-CMW710-R7128 Document version: 6W710-20121130 Legal and notice information Copyright 2012 Hewlett-Packard

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

IPv6 Switching: Provider Edge Router over MPLS

IPv6 Switching: Provider Edge Router over MPLS Multiprotocol Label Switching (MPLS) is deployed by many service providers in their IPv4 networks. Service providers want to introduce IPv6 services to their customers, but changes to their existing IPv4

More information

MPLS Ping and Traceroute for BGP and IGP Prefix-SID

MPLS Ping and Traceroute for BGP and IGP Prefix-SID MPLS Ping and Traceroute for BGP and IGP Prefix-SID MPLS Ping and Traceroute operations for Prefix SID are supported for various BGP and IGP scenarios, for example: Within an IS-IS level or OSPF area Across

More information

BGP MPLS VPNs. Introduction

BGP MPLS VPNs. Introduction This chapter describes services that are supported for Border Gateway Protocol (BGP) Multi-Protocol Label Switching (MPLS) Virtual Private Networks (VPNs). MPLS is a licensed Cisco feature that requires

More information

BIG-IP Local Traffic Manager : Implementations. Version 12.0

BIG-IP Local Traffic Manager : Implementations. Version 12.0 BIG-IP Local Traffic Manager : Implementations Version 12.0 Table of Contents Table of Contents Legal Notices...17 Legal notices...17 Configuring a Simple Intranet...19 Overview: A simple intranet configuration...19

More information

LARGE SCALE IP ROUTING LECTURE BY SEBASTIAN GRAF

LARGE SCALE IP ROUTING LECTURE BY SEBASTIAN GRAF LARGE SCALE IP ROUTING LECTURE BY SEBASTIAN GRAF MODULE 05 MULTIPROTOCOL LABEL SWITCHING (MPLS) AND LABEL DISTRIBUTION PROTOCOL (LDP) 1 by Xantaro IP Routing In IP networks, each router makes an independent

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Ingress Replication for MVPN and for IP Multicast Using Next Gen MVPN Modified: 2016-12-20 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000

More information

Vendor: Alcatel-Lucent. Exam Code: 4A Exam Name: Alcatel-Lucent Border Gateway Protocol. Version: Demo

Vendor: Alcatel-Lucent. Exam Code: 4A Exam Name: Alcatel-Lucent Border Gateway Protocol. Version: Demo Vendor: Alcatel-Lucent Exam Code: 4A0-102 Exam Name: Alcatel-Lucent Border Gateway Protocol Version: Demo QUESTION 1 Upon the successful establishment of a TCP session between peers, what type of BGP message

More information

HP A5820X & A5800 Switch Series MPLS. Configuration Guide. Abstract

HP A5820X & A5800 Switch Series MPLS. Configuration Guide. Abstract HP A5820X & A5800 Switch Series MPLS Configuration Guide Abstract This document describes the software features for the HP 5820X & 5800 Series products and guides you through the software configuration

More information

6 MPLS Model User Guide

6 MPLS Model User Guide 6 MPLS Model User Guide Multi-Protocol Label Switching (MPLS) is a multi-layer switching technology that uses labels to determine how packets are forwarded through a network. The first part of this document

More information

Table of Contents Chapter 1 MPLS Basics Configuration

Table of Contents Chapter 1 MPLS Basics Configuration Table of Contents Table of Contents... 1-1 1.1 MPLS Overview... 1-1 1.1.1 Basic Concepts of MPLS... 1-2 1.1.2 Architecture of MPLS... 1-5 1.1.3 MPLS and Routing Protocols... 1-7 1.1.4 Applications of MPLS...

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

Using Segment Routing OAM

Using Segment Routing OAM Segment Routing Operations, Administration, and Maintenance (OAM) helps service providers to monitor label-switched paths (LSPs) and quickly isolate forwarding problems to assist with fault detection and

More information

Configuration Guide for BIG-IP Access Policy Manager

Configuration Guide for BIG-IP Access Policy Manager Configuration Guide for BIG-IP Access Policy Manager version 11.4 MAN-0309-05 Product Version This manual applies to product version 11.4 of the BIG-IP Access Policy Manager product. Publication Date

More information

HP 5920 & 5900 Switch Series

HP 5920 & 5900 Switch Series HP 5920 & 5900 Switch Series MCE Configuration Guide Part number: 5998-2896 Software version: Release2207 Document version: 6W100-20121130 Legal and notice information Copyright 2012 Hewlett-Packard Development

More information

SSL Mode Commands System Mode Commands TCP Mode Commands User Name Mode Commands Virtual IP Mode Commands Virtual Server Mode Commands Exec Commands

SSL Mode Commands System Mode Commands TCP Mode Commands User Name Mode Commands Virtual IP Mode Commands Virtual Server Mode Commands Exec Commands LineRate CLI Reference Guide About This CLI Reference Guide Deprecated CLI Commands CLI General Reference Technical Support Parameter Types IP Address Notation Default Configurations Configure Commands

More information

Introduction to Segment Routing

Introduction to Segment Routing Segment Routing (SR) is a flexible, scalable way of doing source routing. Overview of Segment Routing, page 1 How Segment Routing Works, page 2 Examples for Segment Routing, page 3 Benefits of Segment

More information

UniNets MPLS LAB MANUAL MPLS. UNiNets Multiprotocol label Switching MPLS LAB MANUAL. UniNets MPLS LAB MANUAL

UniNets MPLS LAB MANUAL MPLS. UNiNets Multiprotocol label Switching MPLS LAB MANUAL. UniNets MPLS LAB MANUAL MPLS UNiNets Multiprotocol label Switching MPLS LAB MANUAL CCNP TOPOLOGY Lab: OSPF Routing VPN Topology: Task1: Perform the basic Configuration to provide the reachability as per diagram. SW1 Configuration

More information

HP MSR Router Series. MPLS Configuration Guide(V5) Part number: Software version: CMW520-R2513 Document version: 6PW

HP MSR Router Series. MPLS Configuration Guide(V5) Part number: Software version: CMW520-R2513 Document version: 6PW HP MSR Router Series MPLS Configuration Guide(V5) Part number: 5998-8188 Software version: CMW520-R2513 Document version: 6PW106-20150808 Legal and notice information Copyright 2015 Hewlett-Packard Development

More information

H3C SR6600 Routers. MPLS Configuration Guide. Hangzhou H3C Technologies Co., Ltd.

H3C SR6600 Routers. MPLS Configuration Guide. Hangzhou H3C Technologies Co., Ltd. H3C SR6600 Routers MPLS Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Document Version: 20100930-C-1.08 Product Version: SR6600-CMW520-R2420 Copyright 2007-2010, Hangzhou H3C

More information

Configure IOS XR Traffic Controller (XTC)

Configure IOS XR Traffic Controller (XTC) IOS XR Traffic Controller (XTC) provides stateful path computation element (PCE) functionality by exting the existing IOS-XR PCE functionality with additional capabilities. The current IOS-XR PCE function

More information

Operation Manual IPv4 Routing H3C S3610&S5510 Series Ethernet Switches. Table of Contents

Operation Manual IPv4 Routing H3C S3610&S5510 Series Ethernet Switches. Table of Contents Table of Contents Table of Contents Chapter 1 Static Routing Configuration... 1-1 1.1 Introduction... 1-1 1.1.1 Static Route... 1-1 1.1.2 Default Route... 1-1 1.1.3 Application Environment of Static Routing...

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

Configuring LDP with CLI

Configuring LDP with CLI Label Distribution Protocol Configuring LDP with CLI This section provides information to configure LDP using the command line interface. Topics in this section include: LDP Configuration Overview on page

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

Network Configuration Example

Network Configuration Example Network Configuration Example Interconnecting a Layer 2 Circuit with a Layer 3 VPN Modified: 2017-01-19 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net

More information

BIG-IP Global Traffic Manager : Topology Load Balancing. Version 11.4

BIG-IP Global Traffic Manager : Topology Load Balancing. Version 11.4 BIG-IP Global Traffic Manager : Topology Load Balancing Version 11.4 Table of Contents Table of Contents Legal Notices...5 Acknowledgments...7 Chapter 1: Configuring BIG-IP Global Traffic Manager for

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

CCIE R&S Techtorial MPLS

CCIE R&S Techtorial MPLS CCIE R&S Techtorial MPLS Ing. Tomáš Kelemen Partner Systems Engineer CCIE #24395 Ing. Peter Mesjar Systems Engineer CCIE #17428 2011 Cisco Systems, Inc. All rights reserved. 1 Agenda Introduction to MPLS

More information

VIPRION Systems: Configuration. Version 13.0

VIPRION Systems: Configuration. Version 13.0 VIPRION Systems: Configuration Version 13.0 Table of Contents Table of Contents VIPRION System Overview... 5 What is a VIPRION system?...5 About the VIPRION cluster... 5 About the cluster IP address...

More information

CONTENTS. Introduction

CONTENTS. Introduction CONTENTS Introduction MP-1 Multiprotocol Label Switching Commands MP-3 address-family MP-4 affinity (LSP Attributes) MP-6 append-after MP-8 auto-bw (LSP Attributes) MP-9 bandwidth (LSP Attributes) MP-11

More information

Configuring Virtual Private LAN Services

Configuring Virtual Private LAN Services Virtual Private LAN Services (VPLS) enables enterprises to link together their Ethernet-based LANs from multiple sites via the infrastructure provided by their service provider. This module explains VPLS

More information

Configuration Example

Configuration Example Configuration Example Use a Branch Office VPN for Failover From a Private Network Link Example configuration files created with WSM v11.10.1 Revised 7/22/2015 Use Case In this configuration example, an

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

Router Lab Reference

Router Lab Reference KTHNOC Router Lab Reference Juniper version Table of Contents 1 Introduction...3 2 Reference: Workstation...3 2.1 Configuring network access...3 2.2 Connecting to your router...4 3 Reference: Basic commands...4

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

MPLS LDP Graceful Restart

MPLS LDP Graceful Restart MPLS LDP Graceful Restart Last Updated: November 23, 2011 When a router is configured with Multiprotocol Label Switching (MPLS) Label Distribution Protocol (LDP) Graceful Restart (GR), it assists a neighboring

More information

FiberstoreOS BGP Configuration

FiberstoreOS BGP Configuration FiberstoreOS BGP Configuration Contents 1 Configure BGP...1 1.1 Overview... 1 1.2 Basic Topology (EBGP)... 2 1.2.2 Configuration... 2 1.2.3 Validation... 4 1.3 Basic topology(ibgp)... 5 1.3.2 Configuration...

More information

Configuring Virtual Private LAN Service (VPLS) and VPLS BGP-Based Autodiscovery

Configuring Virtual Private LAN Service (VPLS) and VPLS BGP-Based Autodiscovery Configuring Virtual Private LAN Service (VPLS) and VPLS BGP-Based Autodiscovery Finding Feature Information, page 1 Configuring VPLS, page 1 Configuring VPLS BGP-based Autodiscovery, page 17 Finding Feature

More information

ARX-VE Installation Guide

ARX-VE Installation Guide ARX-VE Installation Guide 810-0064-00 Publication Date This manual was published on February 12, 2013. Legal Notices Copyright Copyright 2011-2012, F5 Networks, Inc. All rights reserved. F5 Networks,

More information

BASIC MPLS - MPLS Traffic Engineering Network

BASIC MPLS - MPLS Traffic Engineering Network BASIC MPLS - MPLS Traffic Engineering Network Traffic engineering is essential for service provider and Internet service provider (ISP) backbones. Such backbones must support a high use of transmission

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

Configuring MPLS Transport Profile

Configuring MPLS Transport Profile CHAPTER 44 The Multiprotocol Label Switching (MPLS) Transport Profile (TP) enables you to create tunnels that provide the transport network service layer over which IP and MPLS traffic traverse. MPLS-TP

More information

Dynamic PCC. Information About Dynamic PCC. Path Computation Element Protocol Functions

Dynamic PCC. Information About Dynamic PCC. Path Computation Element Protocol Functions The Stateful Path Computation Element Protocol(PCEP) enables a router to report and optionally delegate Label Switched Paths (LSPs) which is established using either Resource Reservation Protocol (RSVP)

More information

CCIE Service Provider Sample Lab. Part 2 of 7

CCIE Service Provider Sample Lab. Part 2 of 7 CCIE Service Provider Sample Lab Part 2 of 7 SP Sample Lab Main Topology R13 S2/1.135.13/24 Backbone Carrier SP AS 1002 S2/1 PPP E0/1.69.6/24 R6 Customer Carrier SP ABC Site 5 AS 612 E1/0 ISIS.126.6/24

More information

MPLS Traffic Engineering Traffic Protection using Fast Re-route (FRR)

MPLS Traffic Engineering Traffic Protection using Fast Re-route (FRR) MPLS Traffic Engineering Traffic Protection using Fast Re-route (FRR) Santiago Álvarez August 2008 2007 Cisco Systems, Inc. All rights reserved. 1 MPLS TE Use Cases Strategic Bandwidth Optimization Tactical

More information

vcmp for Appliance Models: Administration Version 11.6

vcmp for Appliance Models: Administration Version 11.6 vcmp for Appliance Models: Administration Version 11.6 Table of Contents Table of Contents Legal Notices...7 Acknowledgments...9 Chapter 1: Introduction to the vcmp System...13 What is vcmp?...14 Other

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

Vendor: HP. Exam Code: HP0-Y36. Exam Name: Deploying HP Enterprise Networks. Version: Demo

Vendor: HP. Exam Code: HP0-Y36. Exam Name: Deploying HP Enterprise Networks. Version: Demo Vendor: HP Exam Code: HP0-Y36 Exam Name: Deploying HP Enterprise Networks Version: Demo QUESTION NO: 1 A provider of MPLS services configures MPLS Layer-3 VPN services for two customers. Each customer

More information

What You Will Learn By the end of this appendix, you should know and be able to explain the following:

What You Will Learn By the end of this appendix, you should know and be able to explain the following: What You Will Learn By the end of this appendix, you should know and be able to explain the following: What static MPLS labels are and how they can be used The difference between static MPLS bindings and

More information

Vendor: Juniper. Exam Code: JN Exam Name: Service Provider Routing and Switching Support, Professional. Version: Demo

Vendor: Juniper. Exam Code: JN Exam Name: Service Provider Routing and Switching Support, Professional. Version: Demo Vendor: Juniper Exam Code: JN0-692 Exam Name: Service Provider Routing and Switching Support, Professional Version: Demo QUESTION 1 You have applied a customized EXP rewrite rule on router R1 on the egress

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