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

This appendix contains six challenge labs. The challenge labs will test your ability to configure all of the topics covered in this study guide.

Challenge Lab 1

The following challenge lab tests your ability to configure MPLS, BGP, and MP-IBGP.

10.1.0.0/16

 

 

10.1.0.0/16

 

 

 

 

 

 

 

 

 

 

Customer B1

 

 

 

 

 

Customer A1

 

 

 

Serial 0

 

 

 

 

10.2.0.2/16

 

Serial 0 10.2.0.2/16

10.2.0.1/16

 

 

10.2.0.1/16

Serial 0/2

 

 

Serial 0/1

 

 

 

 

 

 

PE1

 

 

Serial 0/0

 

192.168.1.1

 

 

 

Serial 0/0

 

192.168.1.10

 

 

 

 

 

 

 

 

 

 

 

 

 

P1

 

 

Serial 0/1

 

 

 

 

 

 

 

Serial 0/0

 

 

 

 

 

 

 

 

 

 

 

P2

 

 

Serial 0/1

 

 

 

 

 

 

 

Serial 0/0

 

 

 

 

 

Serial 0/2

 

 

PE2

 

 

 

 

Serial 0/1

10.3.0.1/16

 

 

10.3.0.1/16

10.3.0.2/16

 

 

 

10.3.0.2/16

Customer B2

 

 

 

 

 

Customer A2

 

 

 

 

 

 

 

 

 

 

 

 

 

 

10.4.0.0

 

 

10.4.0.0

Copyright ©2002 SYBEX, Inc., Alameda, CA

www.sybex.com

 

 

 

Challenge Lab 1 381

You need to know all the interfaces and IP addressing contained in the

following table:

 

 

 

 

 

 

 

 

Device

Serial 0/0

Serial 0/1

Loopback 0

 

 

 

 

 

PE1

192.168.1.10

 

192.168.1.1

 

P1

192.168.1.9

192.168.1.14

192.168.1.2

 

P2

192.168.1.13

192.168.1.18

192.168.1.3

 

PE2

192.168.1.17

 

192.168.1.4

 

 

 

 

 

 

MPLS

This section includes the following lab exercise:

Lab 1.1: Configure MPLS

L A B 1 . 1

Configure MPLS

1.Configure MPLS on PE1.

2.Configure MPLS on P1.

3.Configure MPLS on P2.

4.Configure MPLS on PE2.

BGP

This section includes the following lab exercise:

Lab 1.2: Configure BGP

L A B 1 . 2

Configure BGP

1.Configure BGP AS 65000 on PE1.

2.Add an I-BGP neighbor statement for PE2 (use the Loopback 0 address).

Copyright ©2002 SYBEX, Inc., Alameda, CA

www.sybex.com

382 Appendix A Challenge Labs

L A B 1 . 2 ( c o n t i n u e d )

3.Configure BGP AS 65000 on PE2.

4.Add an I-BGP neighbor statement for PE1 (use the Loopback 0 address).

MP-IBGP

This section includes the following lab exercise:

Lab 1.3: Configure MP-IBGP

L A B 1 . 3

Configure MP-IBGP

1.On PE1, activate neighbor PE2.

2.On PE1, configure PE1 to send both standard and extend communities to PE2.

3.On PE2, activate neighbor PE1.

4.On PE2, configure PE2 to send both standard and extend communities to PE1.

Answer to Lab 1.1

PE1#config t

Enter configuration commands, one per line. End with CNTL/Z. PE1(config)#ip cef

PE1(config)#mpls ip

PE1(config)#interface serial 0/0

PE1(config-if)#mpls ip

P1#config t

Enter configuration commands, one per line. End with CNTL/Z. P1(config)#ip cef

Copyright ©2002 SYBEX, Inc., Alameda, CA

www.sybex.com

Challenge Lab 1 383

P1(config)#mpls ip

P1(config)#interface serial 0/0

P1(config-if)#mpls ip

P1(config-if)#exit

P1(config)#interface serial 0/1

P1(config-if)#mpls ip

P2#config t

Enter configuration commands, one per line. End with CNTL/Z. P2(config)#ip cef

P2(config)#mpls ip

P2(config)#interface serial 0/0

P2(config-if)#mpls ip P2(config-if)#exit

P2(config)#interface serial 0/1

P2(config-if)#mpls ip

PE2#config t

Enter configuration commands, one per line. End with CNTL/Z. PE2(config)#ip cef

PE2(config)#mpls ip

PE2(config)#interface serial 0/0

PE2(config-if)#mpls ip

Answer to Lab 1.2

PE1#config t

Enter configuration commands, one per line. End with CNTL/Z. PE1(config)#router bgp 65000

PE1(config-router)#no synchronization

PE1(config-router)#network 192.168.1.1 mask 255.255.255.255 PE1(config-router)#neighbor 192.168.1.4 remote-as 65000 PE1(config-router)#neighbor 192.168.1.4 update-source Loopback0

Copyright ©2002 SYBEX, Inc., Alameda, CA

www.sybex.com