Pages

network cisco ccna gns3 certification arteq

network cisco ccna gns3 certification arteq
a network runs through it

Search insearchofthecert

Thursday, August 30, 2012

slimed eigrp case study...

a downloaded pdf slimed from somewhere on the internet, below...

i needed a break from doyle...


this is the mission...

The ITA core network is running EIGRP in AS 1.

Summarize the loopback interfaces on R2 with the best possible summary to the other EIGRP routers

Loopback 192 on R3 represents a connection to the Internet. Originate a default route into EIGRP from R3.

The Local Travel Agency router, R4, needs to communicate with the ITA core via OSPF area 0.

Redistribute OSPF into EIGRP.

Originate a default route into the OSPF process from R3.

Configure R2 to act as a DHCP server on the Ethernet subnet between R2 and R3.

mine's prettier...



r1

int lo1
ip add 192.168.1.1 255.255.255.252

int s1/2
ip add 192.168.1.129 255.255.255.252
clock rat 128000
band 128
no shut

int s1/3
ip add 192.168.1.133 255.255.255.252
clock rat 128000
band 128
no shut

r2

int lo101
ip add 192.168.1.101 255.255.255.252
int lo105
ip add 192.168.1.105 255.255.255.252
int lo109
ip add 192.168.1.109 255.255.255.252
int lo113
ip add 192.168.1.113 255.255.255.252

int s1/2
ip add 192.168.1.130 255.255.255.252
band 128
no shut

int f0/0
ip add 192.168.1.161 255.255.255.224
no shut

r3

int lo5
ip add 192.168.1.5 255.255.255.252
int lo192
ip add 192.168.100.1 255.255.255.0

int f0/0
ip add 192.168.1.162 255.255.255.224
no shut

int s1/0
ip add 10.1.1.3 255.255.255.248
clock rat 128000
band 128
no shut

int s1/3
ip add 192.168.1.134 255.255.255.252
band 128000
no shut

r4

int lo4
ip add 10.4.4.4 255.255.255.0

int s1/0
ip add 10.1.1.4 255.255.255.248
band 128
no shut

ping what you can...

r1#sh run | beg router
router eigrp 1
 network 192.168.1.0 0.0.0.3
 network 192.168.1.128 0.0.0.3

r2#sh run | beg router
router eigrp 1
 network 192.168.1.100 0.0.0.3
 network 192.168.1.104 0.0.0.3
 network 192.168.1.108 0.0.0.3
 network 192.168.1.112 0.0.0.3
 network 192.168.1.128 0.0.0.3
 network 192.168.1.160 0.0.0.3

r3#sh run | begin router
router eigrp 1
 network 192.168.1.4 0.0.0.3
 network 192.168.1.132 0.0.0.3
 network 192.168.1.160 0.0.0.31
 network 192.168.100.0

r2#sh ip route | excl L | incl loop


Gateway of last resort is not set

      192.168.1.0/24 is variably subnetted, 15 subnets, 3 masks
D        192.168.1.0/30 [90/20640000] via 192.168.1.129, 00:13:37, Serial1/2
D        192.168.1.4/30
           [90/156160] via 192.168.1.162, 00:08:13, FastEthernet0/0
C        192.168.1.100/30 is directly connected, Loopback101
C        192.168.1.104/30 is directly connected, Loopback105
C        192.168.1.108/30 is directly connected, Loopback109
C        192.168.1.112/30 is directly connected, Loopback113
C        192.168.1.128/30 is directly connected, Serial1/2
D        192.168.1.132/30
           [90/540160] via 192.168.1.162, 00:08:13, FastEthernet0/0
C        192.168.1.160/27 is directly connected, FastEthernet0/0
D     192.168.100.0/24
           [90/156160] via 192.168.1.162, 00:08:13, FastEthernet0/0





No comments:

Post a Comment