SDN Workshop. Contact: WSDN01_v0.1

Size: px
Start display at page:

Download "SDN Workshop. Contact: WSDN01_v0.1"

Transcription

1 SDN Workshop Contact: WSDN01_v0.1 Issue Date: [Date] Revision: [xx]

2 BGP-LS - Lab SDN Workshop WSDN01_v0.1 Issue Date: [Date] Revision: [xx]

3 BGP-LS Configuration 3

4 Configuration Example Task: configure BGP-LS on Cisco IOS-XRv nodes with various parameter settings. In addition, enable BGP egress peer engineering (EPE). Pre-requisite configuration: IP address configuration on all the routers IGP (OSPF) configuration on all the routers ebgp IPv4 address-family sessions 4

5 Base Topology AS65000 AS65001 lo 0: lo 0: / / Gi0/0/0/0 Gi0/0/0/ /24 Gi0/0/0/1 Gi0/0/0/1 Gi0/0/0/0 Gi0/0/0/0.2 R1 R2 R4.4 R5 Gi0/0/0/2.4 ebgp (IPv4) ebgp.5 AS /24.3 Gi0/0/0/ /24 Gi0/0/0/0 Gi0/0/0/0.6.6 OSPF Instance 1 Area R3 lo 0: Gi0/0/0/3 Gi0/0/0/ /24 ebgp (IPv4).6 R6 AS65003 lo 0:

6 Part 1: Basic BGP-LS configuration AS65000 ebgp (BGP-LS) ebgp AS65001 lo 0: ibgp (BGP-LS) ebgp lo 0: / / Gi0/0/0/0 Gi0/0/0/ /24 Gi0/0/0/1 Gi0/0/0/1 Gi0/0/0/0 Gi0/0/0/0.2 R1 R2 R4.4 R5 Gi0/0/0/2.4 ebgp (IPv4) ebgp.5 AS65002 ibgp (BGP-LS) /24 ibgp (BGP-LS).3 Gi0/0/0/ /24 Gi0/0/0/0 Gi0/0/0/0.6.6 OSPF Instance 1 Area R3 lo 0: Gi0/0/0/3 Gi0/0/0/ /24 ebgp (IPv4).6 R6 AS65003 lo 0:

7 R1 configuration Configure ebgp session with R2 to exchange link-state information R1(config)# route-policy PASS-ALL R1(config-rpl)# pass R1(config-rpl)# end-policy! creates a route policy that allows all routes to pass through R1(config)# router bgp R1(config-bgp)# bgp router-id R1(config-bgp)# address-family ipv4 unicast R1(config-bgp)# address-family link-state link-state! enable the ipv4 unicast and link-state address families R1(config-bgp)# neighbor R1(config-bgp-nbr)# remote-as R1(config-bgp-nbr)# address-family link-state link-state R1(config-bgp-nbr)# route-policy PASS-ALL in R1(config-bgp-nbr)# route-policy PASS-ALL out! create an ebgp session with R2 and enable BGP link-state address family 7

8 R2 configuration (1) Distribute link-state information from OSPF into BGP Configure policy to pass everything R2(config)# router ospf 1 R2(config-ospf)# distribute bgp-ls R2(config-ospf)# exit! distribute OSPF link-state information into BGP R2(config)# route-policy PASS-ALL R2(config-rpl)# pass R2(config-rpl)# end-policy! creates a route policy that allows all routes to pass through 8

9 R2 configuration (2) Configure ebgp session with R2 to exchange link-state information R2(config)# router bgp R2(config-bgp)# bgp router-id R2(config-bgp)# address-family ipv4 unicast R2(config-bgp)# address-family link-state link-state! enable the ipv4 unicast and link-state address families R2(config-bgp)# neighbor R2(config-bgp-nbr)# remote-as R2(config-bgp-nbr)# address-family link-state link-state R2(config-bgp-nbr)# route-policy PASS-ALL in R2(config-bgp-nbr)# route-policy PASS-ALL out! create an ebgp session with R1 and enable BGP link-state address family 9

10 R2 configuration (3) Configure ibgp sessions with R3 and R4 to exchange link-state information R2(config-bgp)# neighbor R2(config-bgp-nbr)# remote-as R2(config-bgp-nbr)# address-family link-state link-state R2(config-bgp-nbr)# update-source Loopback0! create an ibgp session with R3 and enable BGP link-state address family R2(config-bgp)# neighbor R2(config-bgp-nbr)# remote-as R2(config-bgp-nbr)# address-family link-state link-state R2(config-bgp-nbr)# update-source Loopback0! create an ibgp session with R4 and enable BGP link-state address family 10

11 R3 configuration Configure ibgp sessions with R2 and R4 to exchange link-state information R3(config)# router bgp R3(config-bgp)# address-family link-state link-state! enable the link-state address families R3(config-bgp)# neighbor R3(config-bgp-nbr)# remote-as R3(config-bgp-nbr)# address-family link-state link-state R3(config-bgp-nbr)# update-source Loopback0! create an ibgp session with R2 and enable BGP link-state address family R3(config-bgp)# neighbor R3(config-bgp-nbr)# remote-as R3(config-bgp-nbr)# address-family link-state link-state R3(config-bgp-nbr)# update-source Loopback0! create an ibgp session with R4 and enable BGP link-state address family 11

12 R4 configuration Configure ibgp sessions with R2 and R3 to exchange link-state information R4(config)# router bgp R4(config-bgp)# address-family link-state link-state! enable the link-state address families R4(config-bgp)# neighbor R4(config-bgp-nbr)# remote-as R4(config-bgp-nbr)# address-family link-state link-state R4(config-bgp-nbr)# update-source Loopback0! create an ibgp session with R2 and enable BGP link-state address family R4(config-bgp)# neighbor R4(config-bgp-nbr)# remote-as R4(config-bgp-nbr)# address-family link-state link-state R4(config-bgp-nbr)# update-source Loopback0! create an ibgp session with R3 and enable BGP link-state address family 12

13 R2: show routing table Show routing table of R2 RP/0/0/CPU0:R2#show ip route Codes: C - connected, S - static, R - RIP, B - BGP, (>) - Diversion path 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, E - EGP i - ISIS, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, su - IS-IS summary null, * - candidate default U - per-user static route, o - ODR, L - local, G - DAGR, l - LISP A - access/subscriber, a - Application route M - mobile route, r - RPL, (!) - FRR Backup path Gateway of last resort is not set C L C L O L O O C L /24 is directly connected, 10:15:30, GigabitEthernet0/0/0/ /32 is directly connected, 10:15:30, GigabitEthernet0/0/0/ /24 is directly connected, 10:15:30, GigabitEthernet0/0/0/ /32 is directly connected, 10:15:30, GigabitEthernet0/0/0/ /24 [110/2] via , 09:26:05, GigabitEthernet0/0/0/1 [110/2] via , 09:26:05, GigabitEthernet0/0/0/ /32 is directly connected, 10:15:30, Loopback /32 [110/2] via , 09:26:05, GigabitEthernet0/0/0/ /32 [110/2] via , 09:27:58, GigabitEthernet0/0/0/ /24 is directly connected, 10:15:30, GigabitEthernet0/0/0/ /32 is directly connected, 10:15:30, GigabitEthernet0/0/0/0 13

14 R2: show OSPF database Show OSPF database of R2 RP/0/0/CPU0:R2#show ospf database OSPF Router with ID ( ) (Process ID 1) Router Link States (Area ) Link ID ADV Router Age Seq# Checksum Link count x x00b x x0009cc x x00ebe3 5 14

15 R2: show OSPF database (cont) Show OSPF database of R2 RP/0/0/CPU0:R2#show ospf database router OSPF Router with ID ( ) (Process ID 1) Router Link States (Area ) LS age: 186 Options: (No TOS-capability, DC) LS Type: Router Links Link State ID: Advertising Router: LS Seq Number: Checksum: 0xb226 Length: 84 Number of Links: 5 Link connected to: a Stub Network (Link ID) Network/subnet number: (Link Data) Network Mask: Number of TOS metrics: 0 TOS 0 Metrics: 1 Link connected to: another Router (point-to-point) (Link ID) Neighboring Router ID: (Link Data) Router Interface address: Number of TOS metrics: 0 TOS 0 Metrics: 1 Link connected to: a Stub Network (Link ID) Network/subnet number: (Link Data) Network Mask: Number of TOS metrics: 0 TOS 0 Metrics: 1 Link connected to: another Router (point-to-point) (Link ID) Neighboring Router ID: (Link Data) Router Interface address: Number of TOS metrics: 0 TOS 0 Metrics: 1 Link connected to: a Stub Network (Link ID) Network/subnet number: (Link Data) Network Mask: Number of TOS metrics: 0 TOS 0 Metrics: 1 Routing Bit Set on this LSA LS age: 1131 Options: (No TOS-capability, DC) LS Type: Router Links Link State ID: Advertising Router: LS Seq Number: Checksum: 0x9cc Length: 84 Number of Links: 5 Link connected to: a Stub Network (Link ID) Network/subnet number: (Link Data) Network Mask: Number of TOS metrics: 0 TOS 0 Metrics: 1 Link connected to: another Router (point-to-point) (Link ID) Neighboring Router ID: (Link Data) Router Interface address: Number of TOS metrics: 0 TOS 0 Metrics: 1 Link connected to: a Stub Network (Link ID) Network/subnet number: (Link Data) Network Mask: Number of TOS metrics: 0 TOS 0 Metrics: 1 Link connected to: another Router (point-to-point) (Link ID) Neighboring Router ID: (Link Data) Router Interface address: Number of TOS metrics: 0 TOS 0 Metrics: 1 Link connected to: a Stub Network (Link ID) Network/subnet number: (Link Data) Network Mask: Number of TOS metrics: 0 TOS 0 Metrics: 1 Routing Bit Set on this LSA LS age: 1408 Options: (No TOS-capability, DC) LS Type: Router Links Link State ID: Advertising Router: LS Seq Number: Checksum: 0xebe3 Length: 84 Number of Links: 5 Link connected to: a Stub Network (Link ID) Network/subnet number: (Link Data) Network Mask: Number of TOS metrics: 0 TOS 0 Metrics: 1 Link connected to: another Router (point-to-point) (Link ID) Neighboring Router ID: (Link Data) Router Interface address: Number of TOS metrics: 0 TOS 0 Metrics: 1 Link connected to: a Stub Network (Link ID) Network/subnet number: (Link Data) Network Mask: Number of TOS metrics: 0 TOS 0 Metrics: 1 Link connected to: another Router (point-to-point) (Link ID) Neighboring Router ID: (Link Data) Router Interface address: Number of TOS metrics: 0 TOS 0 Metrics: 1 Link connected to: a Stub Network (Link ID) Network/subnet number: (Link Data) Network Mask: Number of TOS metrics: 0 TOS 0 Metrics: 1 15

16 R1: check BGP neighbors Check BGP neighbors of R1 RP/0/0/CPU0:R1#show bgp neighbors detail BGP neighbor is <snip> For Address Family: Link-state Link-state BGP neighbor version 107 Update group: 0.1 Filter-group: 0.1 No Refresh request being processed Route refresh request: received 3, sent 1 Policy for incoming advertisements is PASS-ALL Policy for outgoing advertisements is PASS-ALL 18 accepted prefixes, 18 are bestpaths Cumulative no. of prefixes denied: 0. Prefix advertised 0, suppressed 0, withdrawn 0 Maximum prefixes allowed Threshold for warning message 75%, restart interval 0 min An EoR was received during read-only mode Last ack version 107, Last synced ack version 0 Outstanding version objects: current 0, max 0 Additional-paths operation: None <snip> 16

17 R1: check link-state routes Check link-state routes received by R1 RP/0/0/CPU0:R1#show bgp link-state link-state Prefix codes: E link, V node, T IP reacheable route, u/u unknown I Identifier, N local node, R remote node, L link, P prefix L1/L2 ISIS level-1/level-2, O OSPF, D direct, S static/peer-node a area-id, l link-id, t topology-id, s ISO-ID, c confed-id/asn, b bgp-identifier, r router-id, i if-address, n nbr-address, o OSPF Route-type, p IP-prefix d designated router address Network Next Hop Metric LocPrf Weight Path *> [V][O][I0x0][N[c65001][b ][a ][r ]]/376 *> [V][O][I0x0][N[c65001][b ][a ][r ]]/376 *> [V][O][I0x0][N[c65001][b ][a ][r ]]/376 Nodes *> [E][O][I0x0][N[c65001][b ][a ][r ]][R[c65001][b ][a ][r ]][L[i ][n ]]/792 *> [E][O][I0x0][N[c65001][b ][a ][r ]][R[c65001][b ][a ][r ]][L[i ][n ]]/792 *> [E][O][I0x0][N[c65001][b ][a ][r ]][R[c65001][b ][a ][r ]][L[i ][n ]]/792 *> [E][O][I0x0][N[c65001][b ][a ][r ]][R[c65001][b ][a ][r ]][L[i ][n ]]/792 *> [E][O][I0x0][N[c65001][b ][a ][r ]][R[c65001][b ][a ][r ]][L[i ][n ]]/792 *> [E][O][I0x0][N[c65001][b ][a ][r ]][R[c65001][b ][a ][r ]][L[i ][n ]]/792 Links 17

18 R1: check link-state routes (cont.) Check link-state routes received by R1 RP/0/0/CPU0:R1#show bgp link-state link-state Prefix codes: E link, V node, T IP reacheable route, u/u unknown I Identifier, N local node, R remote node, L link, P prefix L1/L2 ISIS level-1/level-2, O OSPF, D direct, S static/peer-node a area-id, l link-id, t topology-id, s ISO-ID, c confed-id/asn, b bgp-identifier, r router-id, i if-address, n nbr-address, o OSPF Route-type, p IP-prefix d designated router address Network Next Hop Metric LocPrf Weight Path <snip> *> [T][O][I0x0][N[c65001][b ][a ][r ]][P[o0x01][p /24]]/480 *> [T][O][I0x0][N[c65001][b ][a ][r ]][P[o0x01][p /24]]/480 *> [T][O][I0x0][N[c65001][b ][a ][r ]][P[o0x01][p /32]]/488 *> [T][O][I0x0][N[c65001][b ][a ][r ]][P[o0x01][p /24]]/480 *> [T][O][I0x0][N[c65001][b ][a ][r ]][P[o0x01][p /24]]/480 *> [T][O][I0x0][N[c65001][b ][a ][r ]][P[o0x01][p /32]]/488 *> [T][O][I0x0][N[c65001][b ][a ][r ]][P[o0x01][p /24]]/480 *> [T][O][I0x0][N[c65001][b ][a ][r ]][P[o0x01][p /24]]/480 *> [T][O][I0x0][N[c65001][b ][a ][r ]][P[o0x01][p /32]]/488 Prefixes Processed 18 prefixes, 18 paths 18

19 R1: check link-state routes (cont) Get detail of a node link-state route received by R1 RP/0/0/CPU0:R1#show bgp link-state link-state [V][O][I0x0][N[c65001][b ][a ][r ]]/376 BGP routing table entry for [V][O][I0x0][N[c65001][b ][a ][r ]]/376 Versions: Process brib/rib SendTblVer Speaker Last Modified: Aug 27 19:41: for 00:05:16 Paths: (1 available, best #1) Not advertised to any peer Path #1: Received by speaker 0 Not advertised to any peer from ( ) Origin IGP, localpref 100, valid, external, best, group-best Received Path ID 0, Local Path ID 0, version

20 R1: check link-state routes (cont) Get detail of a link link-state route received by R1 RP/0/0/CPU0:R1#show bgp link-state link-state [E][ O][I0x0][N[c65001][b ][a ][r ]][R[c65001][b ][a ][r ]][L[i ] [n ]]/792 BGP routing table entry for [E][O][I0x0][N[c65001][b ][a ][r ]][R[c65001][b ][a ][r ]][L[i ][n ]]/792 Versions: Process brib/rib SendTblVer Speaker Last Modified: Aug 27 19:41: for 00:05:37 Paths: (1 available, best #1) Not advertised to any peer Path #1: Received by speaker 0 Not advertised to any peer from ( ) Origin IGP, localpref 100, valid, external, best, group-best Received Path ID 0, Local Path ID 0, version 93 Link-state: metric: 1 20

21 R1: check link-state routes (cont) Get detail of a prefix link-state route received by R1 RP/0/0/CPU0:R1#show bgp link-state link-state [T][ O][I0x0][N[c65001][b ][a ][r ]][P[o0x01][p /24]]/480 BGP routing table entry for [T][O][I0x0][N[c65001][b ][a ][r ]][P[o0x01][p /24]]/480 Versions: Process brib/rib SendTblVer Speaker Last Modified: Aug 27 19:41: for 00:05:49 Paths: (1 available, best #1) Not advertised to any peer Path #1: Received by speaker 0 Not advertised to any peer from ( ) Origin IGP, localpref 100, valid, external, best, group-best Received Path ID 0, Local Path ID 0, version 99 Link-state: Metric: 1 21

22 Part 2: BGP EPE AS65000 ebgp (BGP-LS) ebgp AS65001 lo 0: ibgp (BGP-LS) ebgp lo 0: / / Gi0/0/0/0 Gi0/0/0/ /24 Gi0/0/0/1 Gi0/0/0/1 Gi0/0/0/0 Gi0/0/0/0.2 R1 R2 R4.4 R5 Gi0/0/0/2.4 BGP EPE enabled ebgp (IPv4) ebgp.5 AS65002 ibgp (BGP-LS) /24 ibgp (BGP-LS).3 Gi0/0/0/ /24 Gi0/0/0/0 Gi0/0/0/0.6.6 OSPF Instance 1 Area R3 lo 0: Gi0/0/0/3 Gi0/0/0/ /24 ebgp (IPv4) BGP EPE enabled.6 R6 AS65003 lo 0:

23 R3 configuration Enable egress-engineering on ebgp session to R6 R3(config)# router bgp R3(config-bgp)# neighbor R3(config-bgp-nbr)# egress-engineering! Enable BGP EPE on session to R6 23

24 R4 configuration Enable egress-engineering on ebgp sessions to R5 and R6 R4(config)# router bgp R4(config-bgp)# neighbor R4(config-bgp-nbr)# egress-engineering! Enable BGP EPE on session to R5 R4(config-bgp)# neighbor R4(config-bgp-nbr)# egress-engineering! Enable BGP EPE on session to R6 24

25 R3: show BGP EPE SIDs show BGP EPE SIDs RP/0/0/CPU0:R3#show bgp egress-engineering Egress Engineering Peer Set: /32 (12d8735c) Nexthop: Version: 10, rn_version: 10 Flags: 0x a Local ASN: Remote ASN: Local RID: Remote RID: First Hop: NHID: 6 Label: 24004, Refcount: 3 rpc_set: 12d82f9c Egress Engineering Peer Set: /32 (12f77ba4) Nexthop: Version: 8, rn_version: 8 Flags: 0x Local ASN: Remote ASN: Local RID: Remote RID: First Hop: , NHID: 0, 0 Label: 24003, Refcount: 3 rpc_set: 12ae0f9c Egress Engineering Peer Set: /32 (12f76c00) Nexthop: Version: 9, rn_version: 9 Flags: 0x a Local ASN: Remote ASN: Local RID: Remote RID: First Hop: NHID: 7 Label: 24005, Refcount: 3 rpc_set: 12d006b4 25

26 R3: show MPLS label table Show MPLS label table RP/0/0/CPU0:R3#show mpls forwarding Local Outgoing Prefix Outgoing Next Hop Bytes Label Label or ID Interface Switched Pop No ID Gi0/0/0/ Peer-Node-SID Pop No ID Gi0/0/0/ Pop No ID Gi0/0/0/ Pop No ID Gi0/0/0/ Peer-Adj-SIDs 26

27 R3: show MPLS label table (cont.) Show MPLS label table RP/0/0/CPU0:R3#show mpls forwarding labels detail Local Outgoing Prefix Outgoing Next Hop Bytes Label Label or ID Interface Switched Pop No ID Gi0/0/0/ Updated: Aug 27 19:55: Path Flags: 0x6080 [ MULT ] Version: 21, Priority: 3 Label Stack (Top -> Bottom): { Imp-Null } NHID: 0x0, Encap-ID: N/A, Path idx: 0, Backup path idx: 0, Weight: 0 MAC/Encaps: 14/14, MTU: 1500 Packets Switched: 0 Pop No ID Gi0/0/0/ Updated: Aug 27 19:55: Path Flags: 0x6080 [ MULT ] Version: 21, Priority: 3 Label Stack (Top -> Bottom): { Imp-Null } NHID: 0x0, Encap-ID: N/A, Path idx: 1, Backup path idx: 0, Weight: 0 MAC/Encaps: 0/0, MTU: 1500 Packets Switched: 0 27

28 R4: show BGP EPE SIDs show BGP EPE SIDs RP/0/0/CPU0:R4#show bgp egress-engineering Egress Engineering Peer Set: /32 (12d87a18) Nexthop: Version: 6, rn_version: 6 Flags: 0x Local ASN: Remote ASN: Local RID: Remote RID: First Hop: NHID: 1 Label: 24000, Refcount: 3 rpc_set: 12d86fd4 Egress Engineering Peer Set: /32 (12d87c60) Nexthop: Version: 7, rn_version: 7 Flags: 0x Local ASN: Remote ASN: Local RID: Remote RID: First Hop: NHID: 2 Label: 24001, Refcount: 3 rpc_set: 12d84de8 28

29 R4: show MPLS label table Show MPLS label table RP/0/0/CPU0:R4#show mpls forwarding Local Outgoing Prefix Outgoing Next Hop Bytes Label Label or ID Interface Switched Pop No ID Gi0/0/0/ Peer-Node-SID Pop No ID Gi0/0/0/

30 R4 Show MPLS label table RP/0/0/CPU0:R4#show mpls forwarding labels detail Local Outgoing Prefix Outgoing Next Hop Bytes Label Label or ID Interface Switched Pop No ID Gi0/0/0/ Updated: Aug 27 11:37: Path Flags: 0x6000 [ ] Version: 13, Priority: 3 Label Stack (Top -> Bottom): { Imp-Null } NHID: 0x0, Encap-ID: N/A, Path idx: 0, Backup path idx: 0, Weight: 0 MAC/Encaps: 14/14, MTU: 1500 Packets Switched: 0 RP/0/0/CPU0:R4#show mpls forwarding labels detail Local Outgoing Prefix Outgoing Next Hop Bytes Label Label or ID Interface Switched Pop No ID Gi0/0/0/ Updated: Aug 27 11:39: Path Flags: 0x6000 [ ] Version: 14, Priority: 3 Label Stack (Top -> Bottom): { Imp-Null } NHID: 0x0, Encap-ID: N/A, Path idx: 0, Backup path idx: 0, Weight: 0 MAC/Encaps: 14/14, MTU: 1500 Packets Switched: 0 30

31 R1: check link-state routes Check link-state routes received by R1 RP/0/0/CPU0:R1#show bgp link-state link-state Prefix codes: E link, V node, T IP reacheable route, u/u unknown I Identifier, N local node, R remote node, L link, P prefix L1/L2 ISIS level-1/level-2, O OSPF, D direct, S static/peer-node a area-id, l link-id, t topology-id, s ISO-ID, c confed-id/asn, b bgp-identifier, r router-id, i if-address, n nbr-address, o OSPF Route-type, p IP-prefix d designated router address Network Next Hop Metric LocPrf Weight Path *> [V][O][I0x0][N[c65001][b ][a ][r ]]/376 *> [V][O][I0x0][N[c65001][b ][a ][r ]]/376 *> [V][O][I0x0][N[c65001][b ][a ][r ]]/376 Nodes *> [E][O][I0x0][N[c65001][b ][a ][r ]][R[c65001][b ][a ][r ]][L[i ][n ]]/792 *> [E][O][I0x0][N[c65001][b ][a ][r ]][R[c65001][b ][a ][r ]][L[i ][n ]]/792 *> [E][O][I0x0][N[c65001][b ][a ][r ]][R[c65001][b ][a ][r ]][L[i ][n ]]/792 *> [E][O][I0x0][N[c65001][b ][a ][r ]][R[c65001][b ][a ][r ]][L[i ][n ]]/792 *> [E][O][I0x0][N[c65001][b ][a ][r ]][R[c65001][b ][a ][r ]][L[i ][n ]]/792 *> [E][O][I0x0][N[c65001][b ][a ][r ]][R[c65001][b ][a ][r ]][L[i ][n ]]/792 Links 31

32 R1: check link-state routes (cont.) Check link-state routes received by R1 RP/0/0/CPU0:R1#show bgp link-state link-state Prefix codes: E link, V node, T IP reacheable route, u/u unknown I Identifier, N local node, R remote node, L link, P prefix L1/L2 ISIS level-1/level-2, O OSPF, D direct, S static/peer-node a area-id, l link-id, t topology-id, s ISO-ID, c confed-id/asn, b bgp-identifier, r router-id, i if-address, n nbr-address, o OSPF Route-type, p IP-prefix d designated router address Network Next Hop Metric LocPrf Weight Path <snip> *> [E][B][I0x0][N[c65001][b ][q ]][R[c65003][b ][q ]][L[i ][n ]]/664 *> [E][B][I0x0][N[c65001][b ][q ]][R[c65003][b ][q ]][L[i ][n ]]/664 *> [E][B][I0x0][N[c65001][b ][q ]][R[c65003][b ][q ]][L[i ][n ]]/664 *> [E][B][I0x0][N[c65001][b ][q ]][R[c65002][b ][q ]][L[i ][n ]]/664 *> [E][B][I0x0][N[c65001][b ][q ]][R[c65003][b ][q ]][L[i ][n ]]/664 New BGP-EPE links Processed 18 prefixes, 18 paths 32

33 R1: check link-state routes (cont.) Check link-state routes received by R1 RP/0/0/CPU0:R1#show bgp link-state link-state Prefix codes: E link, V node, T IP reacheable route, u/u unknown I Identifier, N local node, R remote node, L link, P prefix L1/L2 ISIS level-1/level-2, O OSPF, D direct, S static/peer-node a area-id, l link-id, t topology-id, s ISO-ID, c confed-id/asn, b bgp-identifier, r router-id, i if-address, n nbr-address, o OSPF Route-type, p IP-prefix d designated router address Network Next Hop Metric LocPrf Weight Path <snip> *> [T][O][I0x0][N[c65001][b ][a ][r ]][P[o0x01][p /24]]/480 *> [T][O][I0x0][N[c65001][b ][a ][r ]][P[o0x01][p /24]]/480 *> [T][O][I0x0][N[c65001][b ][a ][r ]][P[o0x01][p /32]]/488 *> [T][O][I0x0][N[c65001][b ][a ][r ]][P[o0x01][p /24]]/480 *> [T][O][I0x0][N[c65001][b ][a ][r ]][P[o0x01][p /24]]/480 *> [T][O][I0x0][N[c65001][b ][a ][r ]][P[o0x01][p /32]]/488 *> [T][O][I0x0][N[c65001][b ][a ][r ]][P[o0x01][p /24]]/480 *> [T][O][I0x0][N[c65001][b ][a ][r ]][P[o0x01][p /24]]/480 *> [T][O][I0x0][N[c65001][b ][a ][r ]][P[o0x01][p /32]]/488 Prefixes Processed 18 prefixes, 18 paths 33

34 R1: check link-state routes (cont) Get detail of a BGP-EPE link link-state route received by R1 RP/0/0/CPU0:R1#show bgp link-state link-state [E][ B][I0x0][N[c65001][b ][q ]][R[c65003][b ][q ]][L[i ][n ]]/6 64 BGP routing table entry for [E][B][I0x0][N[c65001][b ][q ]][R[c65003][b ][q ]][L[i ][n ]]/664 Versions: Process brib/rib SendTblVer Speaker Last Modified: Aug 27 19:55: for 00:02:41 Paths: (1 available, best #1) Not advertised to any peer Path #1: Received by speaker 0 Not advertised to any peer from ( ) Origin IGP, localpref 100, valid, external, best, group-best Received Path ID 0, Local Path ID 0, version 109 Link-state: Peer-SID:

35 R1: check link-state routes (cont) Get detail of a BGP-EPE link link-state route received by R1 RP/0/0/CPU0:R1#show bgp link-state link-state [E][ B][I0x0][N[c65001][b ][q ]][R[c65003][b ][q ]][L[i ][n ]]/ 664 Versions: Process brib/rib SendTblVer Speaker Last Modified: Aug 27 19:55: for 00:02:53 Paths: (1 available, best #1) Not advertised to any peer Path #1: Received by speaker 0 Not advertised to any peer from ( ) Origin IGP, localpref 100, valid, external, best, group-best Received Path ID 0, Local Path ID 0, version 110 Link-state: Peer-Adj-SID:

36 Thank You! End of session WSDN01_v0.1 Issue Date: [Date] Revision: [xx]

Border Gateway Protocol (BGP) Optimal Route Reflection

Border Gateway Protocol (BGP) Optimal Route Reflection Border Gateway Protocol (BGP) Optimal Route Reflection Contents Introduction Background Information Network Diagram Theory IOS-XR Implementation Configure Configuration Example MPLS Traffic-Engineering

More information

Configure Segment Routing for BGP

Configure Segment Routing for BGP Border Gateway Protocol (BGP) is an Exterior Gateway Protocol (EGP) that allows you to create loop-free inter-domain routing between autonomous systems. An autonomous system is a set of routers under a

More information

SDN Workshop. Contact: WSDN01_v0.1

SDN Workshop. Contact: WSDN01_v0.1 SDN Workshop Contact: training@apnic.net WSDN01_v0.1 Issue Date: [Date] Revision: [xx] Segment Routing - Lab SDN Workshop WSDN01_v0.1 Issue Date: [Date] Revision: [xx] Segment Routing Configuration 3 Configuration

More information

IOS-XR EVPN Distributed Anycast IRB Gateway, L2/L3VPN Service with MPLS Data Plane

IOS-XR EVPN Distributed Anycast IRB Gateway, L2/L3VPN Service with MPLS Data Plane IOS-XR EVPN Distributed Anycast IRB Gateway, L2/L3VPN Service with MPLS Data Plane Table of Content: 1. Overview... 2 2. Transport... 3 3. Services EVPN IRB L2/l3VPN Multipoint... 4 3.1. VRF/IRB Configuration...

More information

Module 4 BGP-LS Configuration Lab

Module 4 BGP-LS Configuration Lab APNIC SDN Workshop Lab Module 4 BGP-LS Configuration Lab Objective: All the routers are pre-configured with basic interface, OSPF and BGP configuration according to the following topology diagram. As part

More information

Configure Topology-Independent Loop-Free Alternate (TI-LFA)

Configure Topology-Independent Loop-Free Alternate (TI-LFA) Configure Topology-Independent Loop-Free Alternate (TI-LFA) Topology-Independent Loop-Free Alternate (TI-LFA) uses segment routing to provide link protection in topologies where other fast reroute techniques

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

Implementing DCI VXLAN Layer 3 Gateway

Implementing DCI VXLAN Layer 3 Gateway This chapter module provides conceptual and configuration information for Data Center Interconnect (DCI) VXLAN Layer 3 Gateway on Cisco ASR 9000 Series Router. Release Modification Release 5.3.2 This feature

More information

BGP Link-State. Finding Feature Information. Overview of Link-State Information in BGP

BGP Link-State. Finding Feature Information. Overview of Link-State Information in BGP (LS) is an Address Family Identifier (AFI) and Sub-address Family Identifier (SAFI) defined to carry interior gateway protocol (IGP) link-state database through BGP. BGP-LS delivers network topology information

More information

Lab- Configuring Basic Single-Area OSPFv2

Lab- Configuring Basic Single-Area OSPFv2 Lab- onfiguring Basic Single-Area OSPFv2 Topology G0/0 G0/0 2013 isco and/or its affiliates. All rights reserved. This document is isco Public. Page 1 of 29 Addressing Table Objectives Device Interface

More information

Chapter 3 Lab 3-2, Multi-Area OSPFv2 and OSPFv3 with Stub Area

Chapter 3 Lab 3-2, Multi-Area OSPFv2 and OSPFv3 with Stub Area Chapter 3 Topology Objectives Configure multi-area OSPFv2 for IPv4. Configure multi-area OSPFv3 for IPv6 Verify multi-area behavior. Configure stub and totally stubby areas for OSPFv2. Configure stub and

More information

Segment Routing Configuration Guide for Cisco ASR 9000 Series Routers, IOS XR Release 6.1.x

Segment Routing Configuration Guide for Cisco ASR 9000 Series Routers, IOS XR Release 6.1.x Segment Routing Configuration Guide for Cisco ASR 9000 Series Routers, IOS XR Release 6.1.x First Published: 2015-09-01 Last Modified: 2016-11-21 Americas Headquarters Cisco Systems, Inc. 170 West Tasman

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

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

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

Chapter 6 Lab 6-4, BGP Route Reflectors and Route Filters

Chapter 6 Lab 6-4, BGP Route Reflectors and Route Filters Chapter 6 Lab 6-4, BGP Route Reflectors and Route Filters Topology Objectives Background Configure IBGP routers to use a route reflector and a simple route filter. The International Travel Agency maintains

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

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

Page1. Cisco IOS Software, Linux Software (I86BI_LINUX-ADVENTERPRISEK9-M), Version 15.2(4)M1, DEVELOPMENT TEST SOFTWARE

Page1. Cisco IOS Software, Linux Software (I86BI_LINUX-ADVENTERPRISEK9-M), Version 15.2(4)M1, DEVELOPMENT TEST SOFTWARE BGP Disclaimer This Configuration Guide is designed to assist members to enhance their skills in particular technology area. While every effort has been made to ensure that all material is as complete

More information

Contents. BGP commands 1

Contents. BGP commands 1 Contents BGP commands 1 address-family ipv4 1 address-family ipv6 2 address-family link-state 3 advertise-rib-active 4 aggregate 5 balance 7 balance as-path-neglect 9 bestroute as-path-neglect 10 bestroute

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

OSPF Routers Connected by a Point to Multipoint Link

OSPF Routers Connected by a Point to Multipoint Link OSPF Routers Connected by a Point to Multipoint Link Document ID: 47862 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram Configurations Verify Examine

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

Configure Segment Routing for IS-IS Protocol

Configure Segment Routing for IS-IS Protocol Integrated Intermediate System-to-Intermediate System (IS-IS), Internet Protocol Version 4 (IPv4), is a standards-based Interior Gateway Protocol (IGP). The Cisco IOS XR software implements the IP routing

More information

OSPFv2 Segment Routing Strict SPF

OSPFv2 Segment Routing Strict SPF The OSPFv2 Segment Routing Strict Shortest Path First (SPF) feature provides information about the strict SPF segment identifiers (SIDs). Restrictions for, on page 1 Information About, on page 1 Enabling

More information

Adapted from the Synchronization example in g/case/studies/icsbgp4.html

Adapted from the Synchronization example in   g/case/studies/icsbgp4.html Adapted from the Synchronization example in http://www.cisco.com/en/us/docs/internetworkin g/case/studies/icsbgp4.html When an AS provides transit service to other ASs when there are non-bgp routers in

More information

OSPF Support for Multi-VRF on CE Routers

OSPF Support for Multi-VRF on CE Routers OSPF Support for Multi-VRF on CE Routers Finding Feature Information OSPF Support for Multi-VRF on CE Routers Last Updated: June 24, 2011 The OSPF Support for Multi-VRF on CE Routers feature provides the

More information

CCNA Semester 2 labs. Part 2 of 2 Labs for chapters 8 11

CCNA Semester 2 labs. Part 2 of 2 Labs for chapters 8 11 CCNA Semester 2 labs Part 2 of 2 Labs for chapters 8 11 8.2.4.5 Lab - Configuring Basic Single-Area OSPFv2 8.3.3.6 Lab - Configuring Basic Single-Area OSPFv3 9.2.2.7 Lab - Configuring and Verifying Standard

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

Network Layer Week 5. Module : Computer Networks Lecturer: Lucy White Office : 324

Network Layer Week 5. Module : Computer Networks Lecturer: Lucy White Office : 324 Network Layer Week 5 Module : Computer Networks Lecturer: Lucy White lbwhite@wit.ie Office : 324 1 Network Layer Network Layer Protocols Common Network Layer Protocols Internet Protocol version 4 (IPv4)

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

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

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

address-family ipv4 vrf vrf-name - Selects a per-vrf instance of a routing protocol.

address-family ipv4 vrf vrf-name - Selects a per-vrf instance of a routing protocol. LAB 1: Initial MPLS VPN Setup LAB 2: Running OSPF between PE and CE Routers LAB 3: Running BGP between PE and CE Routers LAB 4: Overlapping VPNs LAB 1: Initial MPLS VPN Setup Introduction: Introduction

More information

Chapter 1 Lab 1-1, Single-Area OSPF Link Costs and Interface Priorities

Chapter 1 Lab 1-1, Single-Area OSPF Link Costs and Interface Priorities Chapter 1 Lab 1-1, Single-Area OSPF Link Costs and Interface Priorities Topology Objectives Configure single-area OSPF on a router. Advertise loopback interfaces into OSPF. Verify OSPF adjacencies. Verify

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

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

Configuration and Management of Networks

Configuration and Management of Networks Configuring BGP using the AS_PATH attribute Topology Objectives Background Use BGP commands to prevent private AS numbers from being advertised to the outside world. Use the AS_PATH attribute to filter

More information

Get your hands dirty - Segment Routing on IOS-XR and IOS-XE

Get your hands dirty - Segment Routing on IOS-XR and IOS-XE Get your hands dirty - Segment Routing on IOS-XR and IOS-XE Nagendra Kumar Nainar Ashish Panda LTRRST-2500 Agenda Introduction to Segment routing Basic Segment Routing Configuration SR-LDP Interoperability

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

SDN Workshop. Contact: WSDN01_v0.1

SDN Workshop. Contact: WSDN01_v0.1 SDN Workshop Contact: training@apnic.net WSDN01_v0.1 Issue Date: [Date] Revision: [xx] BGP-LS SDN Workshop WSDN01_v0.1 Issue Date: [Date] Revision: [xx] Overview In a nutshell Motivations Introduction

More information

CertifyMe. CertifyMe

CertifyMe. CertifyMe CertifyMe Number: 642-661 Passing Score: 800 Time Limit: 120 min File Version: 7.6 http://www.gratisexam.com/ CertifyMe-642-661 Exam A QUESTION 1 Exhibit: Certkiller router#show ip route Codes: C - connected,

More information

Lab - Configuring Basic Single-Area OSPFv2

Lab - Configuring Basic Single-Area OSPFv2 Lab - Configuring Basic Single-Area SPFv2 Topology Addressing Table Device Interface IP Address Subnet Mask Default Gateway G0/0 192.168.1.1 255.255.255.0 N/A R1 S0/0/0 (DCE) 192.168.12.1 255.255.255.252

More information

Chapter 3 Lab 3-1, Single-Area OSPF Link Costs and Interface Priorities

Chapter 3 Lab 3-1, Single-Area OSPF Link Costs and Interface Priorities NPv6 ROUTE hapter 3 Lab 3-1, Single-Area OSPF Link osts and Interface Priorities Topology Objectives onfigure single-area OSPF on a router. Advertise loopback interfaces into OSPF. Verify OSPF adjacencies.

More information

Route Policy Language. Set Object

Route Policy Language. Set Object Route Policy Language as-path-set name [set elements] end-set Set Object Route Policy Object route-policy name [policy statements] community-set name [set elements] end-set AS Path Set Community Set extcommunity-set

More information

Implementing BGP. BGP Functional Overview. Border Gateway Protocol (BGP) is an Exterior Gateway Protocol (EGP) that allows you to create loop-free

Implementing BGP. BGP Functional Overview. Border Gateway Protocol (BGP) is an Exterior Gateway Protocol (EGP) that allows you to create loop-free Border Gateway Protocol (BGP) is an Exterior Gateway Protocol (EGP) that allows you to create loop-free interdomain routing between autonomous systems. An autonomous system is a set of routers under a

More information

Lab - Configuring Multi-area OSPFv3 Topology

Lab - Configuring Multi-area OSPFv3 Topology Topology 2017 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 8 Addressing Table Device Interface IPv6 Address R1 R2 R3 S0/0/0 (DCE) Lo0 Lo1 Lo2 Lo3 S0/0/0 S0/0/1

More information

BGP Route Reflector Commands

BGP Route Reflector Commands This chapter provides details of the commands used for configuring Border Gateway Protocol (BGP) Route Reflector (RR). address-family (BGP), on page 2 keychain, on page 5 neighbor (BGP), on page 7 remote-as

More information

LAB5: OSPF IPv4. OSPF: Stub. Disclaimer

LAB5: OSPF IPv4. OSPF: Stub. Disclaimer Page1 LAB5: SPF IPv4 Disclaimer This onfiguration 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

IPv6 Routing Protocols

IPv6 Routing Protocols IPv6 Routing Protocols ITU/APNIC/PacNOG21 IPv6 Workshop 4 th 8 th December 2017 Nuku alofa These materials are licensed under the Creative Commons Attribution-NonCommercial 4.0 International license (http://creativecommons.org/licenses/by-nc/4.0/)

More information

Chapter 6 Lab 6-3, Configuring IBGP and EBGP Sessions, Local Preference, and MED

Chapter 6 Lab 6-3, Configuring IBGP and EBGP Sessions, Local Preference, and MED Chapter 6 Lab 6-3, Configuring IBGP and EBGP Sessions, Local Preference, and MED Topology Objectives Background For IBGP peers to correctly exchange routing information, use the next-hop-self command with

More information

OSPF External path selection: External Type- 2 (E2) VS NSSA Type-2 (N2)

OSPF External path selection: External Type- 2 (E2) VS NSSA Type-2 (N2) OSPF External path selection: External Type- 2 (E2) VS NSSA Type-2 (N2) Contents Introduction Prerequisites Requirements Components Used Background Information Abstract from RFC 3101 Section 2.5 Abstract

More information

Troubleshooting LSP Failure in MPLS VPN

Troubleshooting LSP Failure in MPLS VPN Troubleshooting LSP Failure in MPLS VPN Document ID: 23565 Contents Introduction Prerequisites Requirements Components Used Conventions Network Diagram Router Configurations Problem Cause of the LSP Failure

More information

CCIE Service Provider Sample Lab. Part 1 of 7

CCIE Service Provider Sample Lab. Part 1 of 7 CCIE Service Provider Sample Lab Part 1 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

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

Adjust Administrative Distance for Route Selection in Cisco IOS Routers Configuration Example

Adjust Administrative Distance for Route Selection in Cisco IOS Routers Configuration Example Adjust Administrative Distance for Route Selection in Cisco IOS Routers Configuration Example Document ID: 113153 Contents Introduction Prerequisites Requirements Components Used Conventions Configure

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

Nexus 9000/3000 Graceful Insertion and Removal (GIR)

Nexus 9000/3000 Graceful Insertion and Removal (GIR) White Paper Nexus 9000/3000 Graceful Insertion and Removal (GIR) White Paper September 2016 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information. Page 1 of 21

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

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

Configuring IPv6 VPN Provider Edge over MPLS (6VPE)

Configuring IPv6 VPN Provider Edge over MPLS (6VPE) Configuring IPv6 VPN Provider Edge over MPLS (6VPE) Finding Feature Information, page 1 Configuring 6VPE, page 1 Finding Feature Information Your software release may not support all the features documented

More information

Configuring BGP community 43 Configuring a BGP route reflector 44 Configuring a BGP confederation 44 Configuring BGP GR 45 Enabling Guard route

Configuring BGP community 43 Configuring a BGP route reflector 44 Configuring a BGP confederation 44 Configuring BGP GR 45 Enabling Guard route Contents Configuring BGP 1 Overview 1 BGP speaker and BGP peer 1 BGP message types 1 BGP path attributes 2 BGP route selection 6 BGP route advertisement rules 6 BGP load balancing 6 Settlements for problems

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

Segment Routing MPLS data plane. Clarence Filsfils Kris Michielsen

Segment Routing MPLS data plane. Clarence Filsfils Kris Michielsen Segment Routing MPLS data plane Clarence Filsfils Kris Michielsen Segment Routing MPLS data plane Segment Routing leverages existing MPLS data plane How to verify Segment Routing MPLS forwarding 2 Segment

More information

Lab 8a. OSPF. Set up OSPF in a single area so that all subnets are visible from all routers.

Lab 8a. OSPF. Set up OSPF in a single area so that all subnets are visible from all routers. Rev. 08.09 Lab 8a. OSPF c cnac o okbook.com G O A L Set up OSPF in a single area so that all subnets are visible from all routers. Gi 0/0 Gi 0/0 Lo 0. 0..0.0 /0. 0..0. / Topology You'll need routers of

More information

Chapter 4 Lab 4-3, Manipulating Administrative Distances

Chapter 4 Lab 4-3, Manipulating Administrative Distances hapter 4 Lab 4-3, Manipulating Administrative Distances Topology bjectives Background onfigure RIP on a router. onfigure SPF on a router. Manipulate administrative distances. ompare routing protocol behavior.

More information

Применение MPLS в сетях связи. (Часть 2)

Применение MPLS в сетях связи. (Часть 2) Применение MPLS в сетях связи. (Часть 2) Дополнительные главы Компьютерных сетей и телекоммуникаций. Васин В.В. CCIE, ECE, CCSI MPLS VPN Technology Introducing VPNs Traditional Router-Based Networks Traditional

More information

APNIC elearning: BGP Basics. 30 September :00 PM AEST Brisbane (UTC+10) Revision: 2.0

APNIC elearning: BGP Basics. 30 September :00 PM AEST Brisbane (UTC+10) Revision: 2.0 APNIC elearning: BGP Basics 30 September 2015 1:00 PM AEST Brisbane (UTC+10) Issue Date: 07 July 2015 Revision: 2.0 Presenter Nurul Islam (Roman) Senior Training Specialist, APNIC Nurul maintains the APNIC

More information

DE-CIX Academy: BGP - Multihoming

DE-CIX Academy: BGP - Multihoming Notice of Liability Despite careful checking of content, we accept no liability for the content of external links. Content on linked sites is exclusively the responsibility of the respective website operator.

More information

OSPF Commands. Cisco IOS IP Command Reference, Volume 2 of 3: Routing Protocols IP2R-61

OSPF Commands. Cisco IOS IP Command Reference, Volume 2 of 3: Routing Protocols IP2R-61 OSPF Commands Use the commands in this chapter to configure and monitor the Open Shortest Path First (OSPF) routing protocol. For OSPF configuration information and examples, refer to the Configuring OSPF

More information

LAB11: EIGRP IPv4. EIGRP: Stub. Disclaimer

LAB11: EIGRP IPv4. EIGRP: Stub. Disclaimer Page1 AB11: EIGRP IPv4 isclaimer This onfiguration 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

2016/09/07 08:37 1/5 Internal BGP Lab. Set up Internal BGP (ibgp) within the each Group autonomous system to carry routing information within the AS.

2016/09/07 08:37 1/5 Internal BGP Lab. Set up Internal BGP (ibgp) within the each Group autonomous system to carry routing information within the AS. 2016/09/07 08:37 1/5 Internal BGP Lab Internal BGP Lab Introduction The purpose of this exercise is to: Set up Internal BGP (ibgp) within the each Group autonomous system to carry routing information within

More information

Config. Router# show ip ospf

Config. Router# show ip ospf Config cc na c ookb ook.com R1(config)#router ospf 10 R1(config-router)#router-id 0.0.0.1 Do router-id first, before relationships are formed using it R3(config-router)#do clear ip ospf process Necessary

More information

CIS 83 LAB 2 - Single Area OSPF Rich Simms September 12, Objective. Scenario. Topology

CIS 83 LAB 2 - Single Area OSPF Rich Simms September 12, Objective. Scenario. Topology CIS 83 LAB 2 - Single Area OSPF Rich Simms September 12, 2006 Objective The objective of this lab is to become familiar setting up and configuring OSPF on three routers for a single area. OSPF is our first

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

Topology & EIGRP Invocation. Router# show ipv6 protocols. Router# show ipv6 eigrp neighbors [ detail fa0/0 ]

Topology & EIGRP Invocation. Router# show ipv6 protocols. Router# show ipv6 eigrp neighbors [ detail fa0/0 ] Topology & EIGRP Invocation Router-ID is in the EIGRP block Interfaces included at each interface Passive interfaces designated in the EIGRP block The EIGRP block may require a no shutdown R5 ipv6 unicast-routing

More information

Migrating from OSPF to IS-IS

Migrating from OSPF to IS-IS Migrating from OSPF to IS-IS ISP Workshops Last updated 25 th August 2015 1 Introduction p With the advent of IPv6 and dual stack networks, more ISPs expressing interest to migrate to IS-IS n Migration

More information

Protecting an EBGP peer when memory usage reaches level 2 threshold 66 Configuring a large-scale BGP network 67 Configuring BGP community 67

Protecting an EBGP peer when memory usage reaches level 2 threshold 66 Configuring a large-scale BGP network 67 Configuring BGP community 67 Contents Configuring BGP 1 Overview 1 BGP speaker and BGP peer 1 BGP message types 1 BGP path attributes 2 BGP route selection 6 BGP route advertisement rules 6 BGP load balancing 6 Settlements for problems

More information

Lab 4: Routing using OSPF

Lab 4: Routing using OSPF Network Topology:- Lab 4: Routing using OSPF Device Interface IP Address Subnet Mask Gateway/Clock Description Rate Fa 0/0 172.16.1.17 255.255.255.240 ----- R1 LAN R1 Se 0/0/0 192.168.10.1 255.255.255.252

More information

RealCiscoLAB.com. Chapter 6 Lab 6-2, Using the AS_PATH Attribute. Topology. Objectives. Background. CCNPv6 ROUTE

RealCiscoLAB.com. Chapter 6 Lab 6-2, Using the AS_PATH Attribute. Topology. Objectives. Background. CCNPv6 ROUTE RealCiscoLAB.com CCNPv6 ROUTE Chapter 6 Lab 6-2, Using the AS_PATH Attribute Topology Objectives Background Use BGP commands to prevent private AS numbers from being advertised to the outside world. Use

More information

LAB8: Named EIGRP IPv4

LAB8: Named EIGRP IPv4 Page1 AB8: Named EIGRP IPv4 isclaimer This onfiguration 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

Sample Configuration for OSPFv3

Sample Configuration for OSPFv3 Sample Configuration for OSPFv3 Document ID: 112100 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram Configuration Verify Troubleshoot Related Information

More information

The information in this document is based on Cisco IOS Software Release 15.4 version.

The information in this document is based on Cisco IOS Software Release 15.4 version. Contents Introduction Prerequisites Requirements Components Used Background Information Configure Network Diagram Relevant Configuration Verify Test case 1 Test case 2 Test case 3 Troubleshoot Introduction

More information

IOS Implementation of the ibgp PE CE Feature

IOS Implementation of the ibgp PE CE Feature IOS Implementation of the ibgp PE CE Feature Document ID: 117567 Contributed by Luc De Ghein, Cisco TAC Engineer. Apr 04, 2014 Contents Introduction Background Information Implement ibgp PE CE BGP Customer

More information

Implementing MPLS Layer 3 VPNs

Implementing MPLS Layer 3 VPNs A Multiprotocol Label Switching (MPLS) Layer 3 Virtual Private Network (VPN) consists of a set of sites that are interconnected by means of an MPLS provider core network. At each customer site, one or

More information

Chapter 4 Lab 4-2, Controlling Routing Updates. Topology. Objectives. CCNPv7 ROUTE

Chapter 4 Lab 4-2, Controlling Routing Updates. Topology. Objectives. CCNPv7 ROUTE Chapter 4 Lab 4-2, Controlling Routing Updates Topology Objectives Filter routes using a distribute list and ACL. Filter routes using a distribute list and prefix list. Filter redistributed routes using

More information

BGP Attributes and Policy Control

BGP Attributes and Policy Control BGP Attributes and Policy Control ISP/IXP Workshops 1 Agenda BGP Attributes BGP Path Selection Applying Policy 2 BGP Attributes The tools available for the job 3 What Is an Attribute?... Next Hop......

More information

Configuration prerequisites 45 Configuring BGP community 45 Configuring a BGP route reflector 46 Configuring a BGP confederation 46 Configuring BGP

Configuration prerequisites 45 Configuring BGP community 45 Configuring a BGP route reflector 46 Configuring a BGP confederation 46 Configuring BGP Contents Configuring BGP 1 Overview 1 BGP speaker and BGP peer 1 BGP message types 1 BGP path attributes 2 BGP route selection 6 BGP route advertisement rules 6 BGP load balancing 6 Settlements for problems

More information

INTRODUCTION TO CISCO IOS XR

INTRODUCTION TO CISCO IOS XR INTRODUCTION TO CISCO IOS XR Technical Workbook February 2014 This workbook provides a brief introductory tour to Cisco s IOS XR operating system as a supplement to the Cisco Configuration Guides found

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

BGP Nonstop Routing was made a default feature.

BGP Nonstop Routing was made a default feature. Border Gateway Protocol (BGP) is an Exterior Gateway Protocol (EGP) that allows you to create loop-free interdomain routing between autonomous systems. An autonomous system is a set of routers under a

More information

Module 6 Implementing BGP

Module 6 Implementing BGP Module 6 Implementing BGP Lesson 1 Explaining BGP Concepts and Terminology BGP Border Gateway Protocol Using BGP to Connect to the Internet If only one ISP, do not need BGP. If multiple ISPs, use BGP,

More information

Routing Protocol Type Primarily IGP or EGP RIP Distance-Vector IGP EIGRP OSPF IS-IS BGP

Routing Protocol Type Primarily IGP or EGP RIP Distance-Vector IGP EIGRP OSPF IS-IS BGP Appendix D Memory Tables Chapter 1 Table 1-2 Routing Protocol Characteristics Routing Protocol Type Primarily IGP or EGP RIP Distance-Vector IGP EIGRP OSPF IS-IS BGP Chapter 3 Table 3-2 Hexadecimal/Binary

More information

Ravi Chandra cisco Systems Cisco Systems Confidential

Ravi Chandra cisco Systems Cisco Systems Confidential BGP4 1 Ravi Chandra cisco Systems 0799_04F7_c2 Cisco Systems Confidential 2 Border Gateway Protocol (BGP) Introduction to BGP BGP Peer Relationship BGP Attributes Applying Policy with BGP Putting it all

More information

IPv6 Routing Protocols Update

IPv6 Routing Protocols Update IPv6 Routing Protocols Update Wim Verrydt Solutions Architect BRKRST-2022 Abstract and Pre-requisite The proposed session provides a comprehensive overview of the main IPv6 routing protocols: IS-IS, OSPFv3,

More information

CCNA Exploration: Routing Protocols and Concepts Chapter 11 Case Study

CCNA Exploration: Routing Protocols and Concepts Chapter 11 Case Study bjectives: Consolidate SPF knowledge. Describe the operation of SPF multi-area. Introduce the concept of route summarization with SPF. Introduce the concept of SPF optimization. Intro: Trevni Inc. needed

More information

This document is not restricted to specific software and hardware versions.

This document is not restricted to specific software and hardware versions. Contents Introduction Prerequisites Requirements Components Used Background Information Configure Network Diagram Configuration DN Bit Verify Troubleshoot Related Cisco Support Community Discussions Introduction

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

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

AS 100 AS 300. Lab -1 Private Communities - II .1 S1/2. Task 1. On R1: / / /24. Configure the above topology.

AS 100 AS 300. Lab -1 Private Communities - II .1 S1/2. Task 1. On R1: / / /24. Configure the above topology. Lab -1 Private Communities - II AS 100.1 R1 S1/2 12.1.1.0/24 S1/1.2 R2 S1/3 S1/3 13.1.1.0/24 23.1.1.0/24 S1/1.3 R3 S1/2 Lo0 6.6.6.0/24 Lo1 7.7.7.0/24 AS 300 Task 1 Configure the above topology. On R1:

More information