EIGRP

15
CONFIGURACION CON EIGRP Contenido ROUTER 1 ............................................................................................................................................ 2 ROUTER 2 ............................................................................................................................................ 3 IMAGEN EIGRP

description

CONFIGURACION EN SIMULADOR CISCO PAKER

Transcript of EIGRP

Page 1: EIGRP

CONFIGURACION CON EIGRP

Contenido ROUTER 1 ............................................................................................................................................ 2

ROUTER 2 ............................................................................................................................................ 3

IMAGEN EIGRP

Page 2: EIGRP

ROUTER 1

--- System Configuration Dialog ---

Continue with configuration dialog? [yes/no]: n

Press RETURN to get started!

Router>ena

Router#configure terminal

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#hostname A

A(config)#int f 0/0

A(config-if)#ip address 192.168.1.254 255.255.255.0

A(config-if)#no shwtdown

^

% Invalid input detected at '^' marker.

A(config-if)#no shutdown

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

Page 3: EIGRP

A(config-if)#int s 0/0/0

A(config-if)#ip address 192.168.2.1 255.255.255.0

A(config-if)#clock rate 64000

A(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial0/0/0, changed state to down

A(config-if)#exit

A(config)#router eigrp 200

A(config-router)#network 192.168.1.0

A(config-router)#network 192.168.2.0

A(config-router)#exit

A(config)#

%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up

%DUAL-5-NBRCHANGE: IP-EIGRP 200: Neighbor 192.168.2.2 (Serial0/0/0) is up: new adjacency

A#

%SYS-5-CONFIG_I: Configured from console by console

ROUTER 2

--- System Configuration Dialog ---

Page 4: EIGRP

Continue with configuration dialog? [yes/no]: n

Press RETURN to get started!

Router>ena

Router#conf t

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#hostname B

B(config)#int f 0/1

B(config-if)#ip address 192.168.3.254 255.255.255.0

B(config-if)#no shutdown

%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up

B(config-if)#int s 0/1/0

B(config-if)#ip address 192.168.2.2 255.255.255.0

B(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial0/1/0, changed state to up

Page 5: EIGRP

B(config-if)#exit

B(config)#router

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1/0, changed state to up

B(config)#router eigrp 200

B(config-router)#network 192.168.2.0

B(config-router)#

%DUAL-5-NBRCHANGE: IP-EIGRP 200: Neighbor 192.168.2.1 (Serial0/1/0) is up: new adjacency

B(config-router)#network 192.168.3.0

B(config-router)#exit

B(config)#exit

B#

%SYS-5-CONFIG_I: Configured from console by console

B#show ip route

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

D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area

N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2

E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP

i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area

* - candidate default, U - per-user static route, o - ODR

P - periodic downloaded static route

Gateway of last resort is not set

D 192.168.1.0/24 [90/2172416] via 192.168.2.1, 00:00:42, Serial0/1/0

C 192.168.2.0/24 is directly connected, Serial0/1/0

Page 6: EIGRP

C 192.168.3.0/24 is directly connected, FastEthernet0/1

B#SHOW IP PROTOCOL

Routing Protocol is "eigrp 200 "

Outgoing update filter list for all interfaces is not set

Incoming update filter list for all interfaces is not set

Default networks flagged in outgoing updates

Default networks accepted from incoming updates

EIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0

EIGRP maximum hopcount 100

EIGRP maximum metric variance 1

Redistributing: eigrp 200

Automatic network summarization is in effect

Automatic address summarization:

Maximum path: 4

Routing for Networks:

192.168.2.0

192.168.3.0

Routing Information Sources:

Gateway Distance Last Update

192.168.2.1 90 370243

Distance: internal 90 external 170

B#show running-config

Building configuration...

Page 7: EIGRP

Current configuration : 646 bytes

!

version 12.4

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!

hostname B

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

Page 8: EIGRP

interface FastEthernet0/0

no ip address

duplex auto

speed auto

shutdown

!

interface FastEthernet0/1

ip address 192.168.3.254 255.255.255.0

duplex auto

speed auto

!

interface Serial0/1/0

ip address 192.168.2.2 255.255.255.0

!

interface Serial0/1/1

no ip address

shutdown

!

interface Vlan1

no ip address

shutdown

!

router eigrp 200

network 192.168.2.0

network 192.168.3.0

auto-summary

Page 9: EIGRP

!

ip classless

!

!

!

!

!

!

!

line con 0

line vty 0 4

login

!

!

!

end

--More—

EIGRP CON SUBNETEO

Page 10: EIGRP

ROUTER 1.1

--- System Configuration Dialog ---

Continue with configuration dialog? [yes/no]: N

Press RETURN to get started!

Page 11: EIGRP

Router>ENA

Router#CON T

% Ambiguous command: "CON T"

Router#conf t

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#hostname A

A(config)#int f 0/0

A(config-if)#ip address 192.168.1.30 255.255.255.224

A(config-if)#no sh

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0,

changed state to up

A(config-if)#int s 0/0/0

A(config-if)#ip address 192.168.1.33 255.255.255.224

A(config-if)#clock rate 64000

A(config-if)#no sh

%LINK-5-CHANGED: Interface Serial0/0/0, changed state to down

Page 12: EIGRP

A(config-if)#exit

A(config)#router eigrp 215

A(config-router)#network 192.168.1.0

A(config-router)#network 192.168.32

^

% Invalid input detected at '^' marker.

A(config-router)#

%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed

state to up

%DUAL-5-NBRCHANGE: IP-EIGRP 215: Neighbor 192.168.1.34 (Serial0/0/0) is

up: new adjacency

ROUTER 2.2 --- System Configuration Dialog ---

Continue with configuration dialog? [yes/no]: n

Press RETURN to get started!

Page 13: EIGRP

Router>ena

Router#conf t

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#hostname B

B(config)#int f 0/1

B(config-if)#ip address 192.168.1.94 255.255.255.224

B(config-if)#no sh

%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to

up

B(config-if)#int s 0/1/0

B(config-if)#ip address 192.168.1.34 255.255.255.224

B(config-if)#no sh

%LINK-5-CHANGED: Interface Serial0/1/0, changed state to up

B(config-if)#exit

B(config)#router

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1/0, changed state to up

Page 14: EIGRP

% Incomplete command.

B(config)#router eigrp 215

B(config-router)#network 192.168.1.32

B(config-router)#

%DUAL-5-NBRCHANGE: IP-EIGRP 215: Neighbor 192.168.1.33 (Serial0/1/0) is up: new

adjacency

B(config-router)#network 192.168.1.64

B(config-router)#exit

B(config)#exit

%SYS-5-CONFIG_I: Configured from console by console

B#show ip ruter

^

% Invalid input detected at '^' marker.

B#show ip router

^

% Invalid input detected at '^' marker.

B#show ip route

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

D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area

N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2

E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP

i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area

Page 15: EIGRP

* - candidate default, U - per-user static route, o - ODR

P - periodic downloaded static route

Gateway of last resort is not set

192.168.1.0/27 is subnetted, 3 subnets

D 192.168.1.0 [90/2172416] via 192.168.1.33, 00:01:59, Serial0/1/0

C 192.168.1.32 is directly connected, Serial0/1/0

C 192.168.1.64 is directly connected, FastEthernet0/1

B#