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.

3. Let’s add in the BGP. It too uses an autonomous system number. Let’s use 100<br />

for the ISP and 200 for our serial 1 interface.<br />

ISP(config)# router bgp 100<br />

ISP(config-router)#no synchronization<br />

ISP(config-router)#network 193.168.1.0<br />

ISP(config-router)#network 210.1.1.0<br />

ISP(config-router)#neighbor 210.1.1.2 remote-as 200<br />

cult(config)#router bgp 200<br />

cult(config-router)#no synchronization<br />

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

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

cult(config-router)#neighbor 210.1.1.1 remote-as 100<br />

4. Next we need to redistribute our routing protocols:<br />

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

cult(config-router)#redistribute bgp 200<br />

cult(config-router)#passive-interface Serial0/1<br />

cult(config-router)#default-metric 1000 100 250 100 1500<br />

cult(config)#router bgp 200<br />

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

5. Now let’s see our ip routes:<br />

ISP#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 193.168.1.0/24 is directly connected, Loopback0<br />

B 192.168.1.0/24 [20/0] via 210.1.1.2, 00:09:52<br />

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

B 192.168.2.0/24 [20/0] via 210.1.1.2, 00:09:52<br />

B 192.168.3.0/24 [20/2195456] via 210.1.1.2, 00:07:14<br />

319

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

Saved successfully!

Ooh no, something went wrong!