Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Cisco CCIP MPLS Study Guide - James Reagan.pdf
Скачиваний:
250
Добавлен:
24.05.2014
Размер:
6.47 Mб
Скачать

E-BGP and MPLS VPNs 341

B 192.168.3.8 [200/0] via 204.134.83.3, 00:03:06

C192.168.3.4 is directly connected, Serial0/1

In the routing table for vpn_1 on the Atlanta POP router, there are two BGP routes (B) and one static route (S). The BGP routes (B) are learned from the Raleigh POP router and are the result of the redistribute connected and redistribute static commands on the Raleigh POP router. The Atlanta POP router is configured with a static route for 192.168.1.1 that is displayed in the routing table as (S).

On the Raleigh POP router, there are also two BGP routes (B) and one static route (S). The BGP routes (B) are learned from the Atlanta POP router and are the result of the redistribute connected and redistribute static commands on the Atlanta POP router. The Raleigh POP router is configured with a static route for 192.168.2.1 that is displayed in the routing table as (S).

The routing table for vpn_1 on the Raleigh POP router is as follows:

Raleigh#show ip route vrf vpn_1

.

. Output Omitted

.

Gateway of last resort is not set

192.168.1.0 255.255.255.255 is subnetted, 1 subnets B 192.168.1.1 [200/0] via 204.134.83.1, 00:02:05

192.168.2.0 255.255.255.255 is subnetted, 1 subnets S 192.168.2.1 [1/0] via 192.168.3.10, Serial0/1

192.168.3.0 255.255.255.252 is subnetted, 2 subnets C 192.168.3.8 is directly connected, Serial0/1

B 192.168.3.4 [200/0] via 204.134.83.1, 00:02:05 Raleigh#

E-BGP and MPLS VPNs

Again, although the exam objectives do not call for you to know about E-BGP as a PE-CE routing protocol, I’d like to describe a working example of how E-BGP can be used in a simple MPLS VPN. Figure 8.3 contains the simple service provider network we’ll use in this section.

Copyright ©2002 SYBEX, Inc., Alameda, CA

www.sybex.com

342 Chapter 8 Advanced MPLS Topics

 

 

 

 

 

 

F I G U R E

8 . 3

A simple service provider network

 

 

 

 

 

 

 

 

 

 

IGP

 

 

 

 

 

 

0/0

0/0

0/1

0/0

0/1

0/0

 

 

 

Serial 0/1

Serial Serial

 

Serial Serial

 

Serial Serial

 

Serial 0/1

 

 

 

 

 

 

 

 

 

 

PE1

P1

 

P2

 

PE2

 

 

Serial 0

 

 

 

 

 

Serial 0

 

 

CE1

 

 

 

 

 

CE2

 

 

 

 

 

I-BGP

 

 

 

 

 

 

Figure 8.4 illustrates the routing protocol utilization for the network in

 

 

Figure 8.3.

 

 

 

 

 

 

F I G U R E

8 . 4

Routing protocol utilization

 

 

 

 

 

 

 

 

 

 

 

RIPv2

 

 

 

 

Peer 1

Atlanta

Core

Raleigh

Peer 2

BGP

 

 

 

BGP

AS 65001

 

 

 

AS 60001

I-BGP

AS 65000

Table 8.3 lists the IP addresses and interfaces of the CE devices in

Figure 8.3.

T A B L E 8 . 3 Customer Addressing

Device

Loopback 0

Serial 0

 

 

 

Peer 1

192.168.1.1/32

192.168.3.5/30

Peer 2

192.168.2.1/32

192.168.3.10/30

 

 

 

Copyright ©2002 SYBEX, Inc., Alameda, CA

www.sybex.com

E-BGP and MPLS VPNs 343

Table 8.4 lists the IP addresses and interfaces of the service provider devices in Figure 8.3.

T A B L E 8 . 4

Service Provider Addressing

 

 

 

 

 

 

 

 

 

Device

Loopback 0

Serial 0/0

Serial 0/1

Serial 0/3

 

 

 

 

 

 

 

Atlanta

204.134.83.1/32

204.134.83.5/30

192.168.3.6/30

N/A

 

Core

204.134.83.2/32

204.134.83.9/30

204.134.83.6/30

N/A

 

Raleigh

204.134.83.3/32

N/A

192.168.3.9/30

204.134.83.10/30

 

 

 

 

 

 

Device Configuration

Presently, the network is set up with an IGP (RIPv2), tag switching, and MP-BGP between the Atlanta and Raleigh POP routers.

The configuration of the Raleigh POP router is as follows:

Raleigh#show running-config

Building configuration...

Current configuration : 1997 bytes

!

version 12.1

service timestamps debug uptime service timestamps log uptime no service password-encryption

!

hostname Raleigh

!

enable password cisco

!

!

!

!

!

memory-size iomem 25

Copyright ©2002 SYBEX, Inc., Alameda, CA

www.sybex.com

344 Chapter 8 Advanced MPLS Topics

ip subnet-zero

ip tcp synwait-time 5 no ip domain-lookup

!

!

ip cef

cns event-service server

!

!

!

!

!

interface Loopback0

ip address 204.134.83.3 255.255.255.255

!

interface Serial0/0 no ip address shutdown

no fair-queue clockrate 64000

!

interface Serial0/1

description *** Link to Peer2 ***

ip address 192.168.3.9 255.255.255.252 clockrate 64000

!

interface Serial0/2 no ip address shutdown

clockrate 64000

!

interface Serial0/3

description *** Link to Core Router ***

ip address 204.134.83.10 255.255.255.252 tag-switching ip

Copyright ©2002 SYBEX, Inc., Alameda, CA

www.sybex.com

E-BGP and MPLS VPNs 345

clockrate 64000

!

interface Ethernet1/0 no ip address shutdown

!

interface Ethernet1/1 no ip address shutdown

!

interface Ethernet1/2 no ip address shutdown

!

interface Ethernet1/3 no ip address shutdown

!

router rip version 2

network 204.134.83.0

!

router bgp 65000

no synchronization

bgp log-neighbor-changes

neighbor 204.134.83.1 remote-as 65000 neighbor 204.134.83.1 update-source Loopback0 neighbor 204.134.83.1 next-hop-self

no auto-summary

!

!

address-family vpnv4

neighbor 204.134.83.1 activate

neighbor 204.134.83.1 send-community both no auto-summary

exit-address-family

!

Copyright ©2002 SYBEX, Inc., Alameda, CA

www.sybex.com

346 Chapter 8 Advanced MPLS Topics

ip classless

no ip http server

!

!

!

line con 0 exec-timeout 0 0 privilege level 15 logging synchronous transport input none

ip netmask-format decimal line aux 0

line vty 0 4 privilege level 15 password cisco logging synchronous login

ip netmask-format decimal

!

end

The configuration of the Atlanta POP router is as follows:

Atlanta#show running-config

Building configuration...

Current configuration : 1972 bytes

!

version 12.1

service timestamps debug uptime service timestamps log uptime no service password-encryption

!

hostname Atlanta

!

enable password cisco

!

!

Copyright ©2002 SYBEX, Inc., Alameda, CA

www.sybex.com

E-BGP and MPLS VPNs 347

!

!

!

memory-size iomem 25 ip subnet-zero

ip tcp synwait-time 5 no ip domain-lookup

!

!

ip cef

cns event-service server

!

!

!

!

!

interface Loopback0

ip address 204.134.83.1 255.255.255.255

!

interface Serial0/0

description *** Link to Core Router ***

ip address 204.134.83.5 255.255.255.252 tag-switching ip

no fair-queue clockrate 64000

!

interface Serial0/1

description *** Link to Peer1 ***

ip address 192.168.3.6 255.255.255.252 clockrate 64000

!

interface Serial0/2 no ip address shutdown

clockrate 64000

!

Copyright ©2002 SYBEX, Inc., Alameda, CA

www.sybex.com

348 Chapter 8 Advanced MPLS Topics

interface Serial0/3 no ip address shutdown

clockrate 64000

!

interface Ethernet1/0 no ip address shutdown

!

interface Ethernet1/1 no ip address shutdown

!

interface Ethernet1/2 no ip address shutdown

!

interface Ethernet1/3 no ip address shutdown

!

router rip version 2

network 204.134.83.0

!

router bgp 65000

no synchronization

bgp log-neighbor-changes

neighbor 204.134.83.3 remote-as 65000 neighbor 204.134.83.3 update-source Loopback0 neighbor 204.134.83.3 next-hop-self

no auto-summary

!

address-family vpnv4

neighbor 204.134.83.3 activate

neighbor 204.134.83.3 send-community both

Copyright ©2002 SYBEX, Inc., Alameda, CA

www.sybex.com