Вы находитесь на странице: 1из 8

HQ Router> Router>enable Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#hostname HQ HQ(config)#banner motd #bienveniado a HQ# HQ(config)#no ip domain lookup HQ(config)#line console 0 HQ(config-line)#password cisco HQ(config-line)#login HQ(config-line)#exit HQ(config)#line vty 0 4 HQ(config-line)#password cisco HQ(config-line)#login HQ(config-line)#end %SYS-5-CONFIG_I: Configured from console by console HQ#copy running-config startup config Destination filename [startup-config]? Building configuration... [OK] HQ#

fa0/0 de hq HQ#enable HQ#configure terminal Enter configuration commands, one per line. End with CNTL/Z. HQ(config)#interface fa 0/0 HQ(config-if)#ip address 192.168.158.1 255.255.255.128 HQ(config-if)#description lan-hq HQ(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 t o up

fa0/1 de hq HQ#configure terminal Enter configuration commands, one per line. End with CNTL/Z. HQ(config)#interface fa0/1 HQ(config-if)#ip address 192.168.158.129 255.255.255.192 HQ(config-if)#description lan2-hq HQ(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 t o up

SERIAL 0/0/1 DE HQ HQ#configure terminal Enter configuration commands, one per line. End with CNTL/Z. HQ(config)#interface serial 0/0/1 HQ(config-if)#ip address 192.168.159.97 255.255.255.252 HQ(config-if)#description HACIA-REMOTE1 HQ(config-if)#clock rate 64000 HQ(config-if)#NO SHUTDOWN %LINK-5-CHANGED: Interface Serial0/0/1, changed state to down

serial 0/0/0 de hq Hq#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Hq(config)#interface serial 0/0/0 Hq(config-if)#ip address 192.168.159.101 255.255.255.252 Hq(config-if)#description hacia-remote2 Hq(config-if)#clock rate 64000 Hq(config-if)#no shutdown %LINK-5-CHANGED: Interface Serial0/0/0, changed state to down

loop back de hq Hq#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Hq(config)#interface loopback 0 %LINK-5-CHANGED: Interface Loopback0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback0, changed state to up Hq(config-if)#ip address 189.54.69.254 255.255.255.252 bad mask /30 for address 189.54.69.254 Hq(config-if)#description hacia-isp Hq(config-if)#no shutdown

defaul gateway en hq configure terminal ip route 0.0.0.0 0.0.0.0 loopback 0 route eigrp 1 redistribute static end

poner no auto sumary hq#configure terminal Enter configuration commands, one per line. End with CNTL/Z. hq(config)#router eigrp 1 hq(config-router)#no aut hq(config-router)#no auto-summary

configuracion de EIGRP en hq hq#configure terminal Enter configuration commands, one per line. End with CNTL/Z. hq(config)#router eigrp 1 hq(config-router)#network 192.168.158.1 0.0.0.127 hq(config-router)#network 192.168.158.129 0.0.0.63 hq(config-router)#network 192.168.159.101 0.0.0.3 hq(config-router)#network 192.168.159.97 0.0.0.3 hq(config-router)#network 192.168.159.65 0.0.0.31 hq(config-router)#network 192.168.159.1 0.0.0.63 hq(config-router)#network 192.168.159.98 0.0.0.3 hq(config-router)#network 192.168.157.1 0.0.0.255 hq(config-router)#network 192.168.158.193 0.0.0.63 hq(config-router)#network 192.168.159.102 0.0.0.3 hq(config-router)#redistribute static hq(config-router)#end

pc1-hq 192.168.158.126 255.255.255.128 192.168.158.1 pc2-hq 192.168.158.190 255.255.255.192 192.168.158.129

REMOTE 1 Router>enable Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname remote1 remote1(config)#enable secret cisco remote1(config)#banner motd #bienvenido a remote1# remote1(config)#no ip domain lookup remote1(config)#line console 0 remote1(config-line)#password cisco remote1(config-line)#login remote1(config-line)#exit remote1(config)#line vty 0 4 remote1(config-line)#password cisco remote1(config-line)#login remote1(config-line)#end %SYS-5-CONFIG_I: Configured from console by console remote1#copy running-config startup-config Destination filename [startup-config]? Building configuration... [OK] remote1#

fa0/0 de remote 1 remote1#configure terminal Enter configuration commands, one per line. End with CNTL/Z. remote1(config)#interface fa 0/0 remote1(config-if)#ip address 192.168.159.65 255.255.255.224 remote1(config-if)#description lan-remote1 remote1(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 t o up

fa0/1 de remote 1 remote1#configure terminal Enter configuration commands, one per line. End with CNTL/Z.

remote1(config)#interface fa 0/1 remote1(config-if)#ip address 192.168.159.1 255.255.255.192 remote1(config-if)#description lan2-remote1 remote1(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 t o up

serial 0/0/1 de remote1 remote1#configure terminal Enter configuration commands, one per line. End with CNTL/Z. remote1(config)#interface serial 0/0/1 remote1(config-if)#ip address 192.168.159.98 255.255.255.252 remote1(config-if)#DESCRIPTION HACIA-HQ remote1(config-if)#no shutdown %LINK-5-CHANGED: Interface Serial0/0/1, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/1, changed state to u

defaul gateway en remote1 configure terminal ip route 0.0.0.0 0.0.0.0 loopback 0 route eigrp 1 redistribute static end

poner no auto-sumary remote1#configure terminal Enter configuration commands, one per line. End with CNTL/Z. remote1(config)#router eigrp 1 remote1(config-router)#no aut remote1(config-router)#no auto-summary

router eigrp1 en remote1 remote1#configure terminal Enter configuration commands, one per line. End with CNTL/Z. remote1(config)#router eigrp 1 remote1(config-router)#network 192.168.158.1 0.0.0.127 remote1(config-router)#network 192.168.158.129 0.0.0.63 remote1(config-router)#network 192.168.159.101 0.0.0.3 remote1(config-router)#network 192.168.159.97 0.0.0.3 remote1(config-router)#network 192.168.159.65 0.0.0.31 remote1(config-router)#network 192.168.159.1 0.0.0.63 remote1(config-router)#network 192.168.159.98 0.0.0.3

remote1(config-router)#network 192.168.157.1 0.0.0.255 remote1(config-router)#network 192.168.158.193 0.0.0.63 remote1(config-router)#network 192.168.159.102 0.0.0.3 remote1(config-router)#redistribute static remote1(config-router)#end

PC3-remote1 192.168.159.94 255.255.255.224 192.168.159.65 PC4-REMOTE1 192.168.159.62 255.255.255.192 192.168.159.1

REMOTE 2 Router>ENABLE Router#CONFIGURE TERMINAL Enter configuration commands, one per line. End with CNTL/Z. Router(config)#HOSTNAME REMOTE2 REMOTE2(config)#enable secret cisco REMOTE2(config)#banner motd #bienvenido a REMOTE2# REMOTE2(config)#no ip domain lookup REMOTE2(config)#line console 0 REMOTE2(config-line)#password cisco REMOTE2(config-line)#login REMOTE2(config-line)#exit REMOTE2(config)#line vty 0 4 REMOTE2(config-line)#password cisco REMOTE2(config-line)#login REMOTE2(config-line)#end %SYS-5-CONFIG_I: Configured from console by console

REMOTE2#copy running startup-config Destination filename [startup-config]? Building configuration... [OK]

fa0/0 de remote 2 REMOTE2#configure terminal Enter configuration commands, one per line. End with CNTL/Z. REMOTE2(config)#interface fa 0/0 REMOTE2(config-if)#ip address 192.168.157.1 255.255.255.0 REMOTE2(config-if)#description lan-remote2 REMOTE2(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 t o up

fa 0/1 de remote 2 REMOTE2#configure terminal Enter configuration commands, one per line. End with CNTL/Z. REMOTE2(config)#interface fa0/1 REMOTE2(config-if)#ip address 192.168.158.193 255.255.255.192 REMOTE2(config-if)#description lan2-remote2 REMOTE2(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 t o up

serial 0/0/0 de remote 2 REMOTE2(config)#interface serial 0/0/0 REMOTE2(config-if)#ip address 192.168.159.102 255.255.255.252 REMOTE2(config-if)#description HACIA-HQ REMOTE2(config-if)#NO SHUTDOWN %LINK-5-CHANGED: Interface Serial0/0/0, changed state to up

defaul gateway en remote2 configure terminal ip route 0.0.0.0 0.0.0.0 loopback 0 route eigrp 1 redistribute static end

poner no auto-sumary

remote2#configure terminal Enter configuration commands, one per line. End with CNTL/Z. remote2(config)#router eigrp 1 remote2(config-router)#no auto-summary

router eigrp en remote2 remote2#configure terminal Enter configuration commands, one per line. End with CNTL/Z. remote2(config)#router eigrp 1 remote2(config-router)#network 192.168.158.1 0.0.0.127 remote2(config-router)#network 192.168.158.129 0.0.0.63 remote2(config-router)#network 192.168.159.101 0.0.0.3 remote2(config-router)#network 192.168.159.97 0.0.0.3 remote2(config-router)#network 192.168.159.65 0.0.0.31 remote2(config-router)#network 192.168.159.1 0.0.0.63 remote2(config-router)#network 192.168.159.98 0.0.0.3 remote2(config-router)#network 192.168.157.1 0.0.0.255 remote2(config-router)#network 192.168.158.193 0.0.0.63 remote2(config-router)#network 192.168.159.102 0.0.0.3 remote2(config-router)#redistribute static remote2(config-router)#end

PC5-REMOTE2 192.168.158.254 255.255.255.192 192.169.158.193 PC6-REMOTE 2 192.168.157.254 255.255.255.0 192.168.157.1

Вам также может понравиться