28.06.2014 Views

Learning by Doing: CISCO Certified Network ... - SCN Research

Learning by Doing: CISCO Certified Network ... - SCN Research

Learning by Doing: CISCO Certified Network ... - SCN Research

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Background:<br />

BGP is primarily used between ISP’s for routing. In other words, it “is” the Internet.<br />

Right now there are about 100,000 BGP routes in the Internet. Unlike RIP, IGRP, or<br />

EIGRP you wouldn’t want to use BGP in a small network. Save this routing protocol for<br />

the huge corporations and Internet Service Providers. Some people think it is a very<br />

difficult protocol to configure and maintain while others think it is “a piece of cake…as<br />

long as you know what you are doing.” We are only going to touch on the real basics<br />

here. BGP is a very involved protocol and worthy of an entire course at the CCNP level<br />

at the least. Routers using BGP only exchange full routing tables when the connection is<br />

first established. After that there are no periodic updates, only when a change occurs.<br />

And then only the optimal route is broadcast not the entire table.<br />

Step-By-Step Instructions:<br />

1. Set up and cable the lab as shown. Put all the basics on the routers except for the<br />

routing protocols.<br />

2. Between Cult and Deadcow enable EIGRP with an autonomous system number of<br />

13.<br />

cult(config)#router eigrp 13<br />

cult(config-router)#network 192.168.1.0<br />

cult(config-router)#network 192.168.2.0<br />

deadcow(config)#router eigrp 13<br />

deadcow(config-router)#network 192.168.2.0<br />

deadcow(config-router)#network 192.168.3.0<br />

Test those routes between cult and deadcow. Now let’s move on to BGP.<br />

cult#sh ip route<br />

Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP<br />

D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area<br />

N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2<br />

E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP<br />

i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default<br />

U - per-user static route, o - ODR<br />

Gateway of last resort is not set<br />

C 192.168.1.0/24 is directly connected, Ethernet0/0<br />

C 210.1.1.0/24 is directly connected, Serial0/1<br />

C 192.168.2.0/24 is directly connected, Serial0/0<br />

318

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!