0% found this document useful (0 votes)
6 views12 pages

Router and PC Configuration Overview

The document contains configuration files for 3 PCs (PC1, PC2, PC3) and 3 routers (R1, R2, R3) that are connected in a network. The PCs have IP addresses on different subnets (192.168.10.0, 192.168.20.0, 192.168.30.0) and the routers connect the subnets and have interfaces for EIGRP routing. Access control lists are configured on the routers to filter and reflect traffic between the subnets.

Uploaded by

Alicia Cuesta
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views12 pages

Router and PC Configuration Overview

The document contains configuration files for 3 PCs (PC1, PC2, PC3) and 3 routers (R1, R2, R3) that are connected in a network. The PCs have IP addresses on different subnets (192.168.10.0, 192.168.20.0, 192.168.30.0) and the routers connect the subnets and have interfaces for EIGRP routing. Access control lists are configured on the routers to filter and reflect traffic between the subnets.

Uploaded by

Alicia Cuesta
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

SHOW RUN

PC1

hostname PC1

boot-start-marker

boot-end-marker

aqm-register-fnf

no aaa new-model

clock timezone CET 1 0

mmi polling-interval 60

no mmi auto-configure

no mmi pvc

mmi snmp-timeout 180

ip cef

no ipv6 cef

multilink bundle-name authenticated

redundancy

interface Ethernet0/0

ip address [Link] [Link]

interface Ethernet0/1

no ip address

shutdown

interface Ethernet0/2

no ip address

shutdown

interface Ethernet0/3

no ip address

shutdown

router eigrp 100

network [Link]

network [Link]

network [Link]
network [Link]

network [Link]

ip forward-protocol nd

no ip http server

no ip http secure-server

control-plane

line con 0

logging synchronous

line aux 0

line vty 0 4

login

transport input none

PC2

hostname PC2

boot-start-marker

boot-end-marker

aqm-register-fnf

no aaa new-model

clock timezone CET 1 0

mmi polling-interval 60

no mmi auto-configure

no mmi pvc

ip cef

no ipv6 cef

multilink bundle-name authenticated

redundancy

interface Ethernet0/0

ip address [Link] [Link]

interface Ethernet0/1

no ip address
shutdown

interface Ethernet0/2

no ip address

shutdown

interface Ethernet0/3

no ip address

shutdown

router eigrp 100

network [Link]

network [Link]

network [Link]

network [Link]

network [Link]

ip forward-protocol nd

no ip http server

no ip http secure-server

control-plane

line con 0

logging synchronous

line aux 0

line vty 0 4

login

End

PC3

hostname PC3

boot-start-marker

boot-end-marker

aqm-register-fnf

no aaa new-model

clock timezone CET 1 0


mmi polling-interval 60

no mmi auto-configure

no mmi pvc

mmi snmp-timeout 180

ip cef

no ipv6 cef

multilink bundle-name authenticated

redundancy

interface Ethernet0/0

ip address [Link] [Link]

interface Ethernet0/1

no ip address

shutdown

interface Ethernet0/2

no ip address

shutdown

interface Ethernet0/3

no ip address

shutdown

router eigrp 100

network [Link]

network [Link]

network [Link]

network [Link]

network [Link]

ip forward-protocol nd

no ip http server

no ip http secure-server

control-plane

line con 0

logging synchronous
line aux 0

line vty 0 4

login

transport input none

end

ROUTER 1

hostname R1

boot-start-marker

boot-end-marker

aqm-register-fnf

no aaa new-model

clock timezone CET 1 0

mmi polling-interval 60

no mmi auto-configure

no mmi pvc

mmi snmp-timeout 180

ip cef

no ipv6 cef

multilink bundle-name authenticated

redundancy

interface Ethernet0/0

ip address [Link] [Link]

ip access-group inboundfilters in

ip access-group outboundfilters out

interface Ethernet0/1

no ip address

shutdown

interface Ethernet0/2

no ip address

shutdown
interface Ethernet0/3

no ip address

shutdown

interface Serial1/0

ip address [Link] [Link]

serial restart-delay 0

interface Serial1/1

no ip address

shutdown

serial restart-delay 0

interface Serial1/2

no ip address

shutdown

serial restart-delay 0

interface Serial1/3

no ip address

shutdown

serial restart-delay 0

router eigrp 100

network [Link]

network [Link]

network [Link]

network [Link]

network [Link]

ip forward-protocol nd

no ip http server

no ip http secure-server

ip access-list extended ENTRADA

evaluate ESPEJO

ip access-list extended SALIDA

permit ip host [Link] any reflect ESPEJO timeout 300


ip access-list extended inboundfilters

permit icmp [Link] [Link] [Link] [Link]

evaluate tcptraffic

ip access-list extended outboundfilters

permit icmp [Link] [Link] [Link] [Link]

permit tcp [Link] [Link] [Link] [Link] reflect tcptraffic timeout 300

access-list 101 permit ip any any time-range horariotrabajo

access-list 101 permit ip any any

control-plane

line con 0

logging synchronous

line aux 0

line vty 0 4

login

transport input none

time-range horariotrabajo

periodic weekdays 8:00 to 17:30

end

ROUTER 2

hostname R2

boot-start-marker

boot-end-marker

aqm-register-fnf

no aaa new-model

clock timezone CET 1 0

mmi polling-interval 60

no mmi auto-configure

no mmi pvc

mmi snmp-timeout 180

ip cef
no ipv6 cef

multilink bundle-name authenticated

redundancy

interface Ethernet0/0

ip address [Link] [Link]

ip access-group sin_acceso_red10 out

interface Ethernet0/1

no ip address

shutdown

interface Ethernet0/2

no ip address

shutdown

interface Ethernet0/3

no ip address

shutdown

interface Serial1/0

ip address [Link] [Link]

serial restart-delay 0

interface Serial1/1

ip address [Link] [Link]

ip access-group PRACTICA in

serial restart-delay 0

interface Serial1/2

no ip address

shutdown

serial restart-delay 0

interface Serial1/3

no ip address

shutdown

serial restart-delay 0

interface Serial2/0
no ip address

shutdown

serial restart-delay 0

interface Serial2/1

no ip address

shutdown

serial restart-delay 0

interface Serial2/2

no ip address

shutdown

serial restart-delay 0

interface Serial2/3

no ip address

shutdown

serial restart-delay 0

router eigrp 100

network [Link]

network [Link]

network [Link]

network [Link]

network [Link]

ip forward-protocol nd

no ip http server

no ip http secure-server

ip access-list standard PRACTICA

deny [Link]

permit any

ip access-list standard sin_acceso_red10

deny [Link]

permit any

control-plane
line con 0

logging synchronous

line aux 0

line vty 0 4

login

transport input none

End

ROUTER 3

hostname R3

boot-start-marker

boot-end-marker

aqm-register-fnf

no aaa new-model

clock timezone CET 1 0

mmi polling-interval 60

no mmi auto-configure

no mmi pvc

mmi snmp-timeout 180

ip cef

no ipv6 cef

multilink bundle-name authenticated

username alicia password 0 1234

redundancy

interface Ethernet0/0

ip address [Link] [Link]

ip access-group 110 in

interface Ethernet0/1

no ip address

shutdown

interface Ethernet0/2

no ip address
shutdown

interface Ethernet0/3

no ip address

shutdown

interface Serial1/0

no ip address

shutdown

serial restart-delay 0

interface Serial1/1

ip address [Link] [Link]

serial restart-delay 0

interface Serial1/2

no ip address

shutdown

serial restart-delay

interface Serial1/3

no ip address

shutdown

serial restart-delay 0

router eigrp 100

network [Link]

network [Link]

network [Link]

network [Link]

network [Link]

ip forward-protocol ndno ip http server

no ip http secure-server

access-list 101 dynamic teslist timeout 15 permit ip [Link] [Link] [Link]


[Link]

access-list 110 dynamic DINAMICA timeout 30 permit ip any any

access-list 110 permit tcp any host [Link] eq telnet


control-plane

line con 0

logging synchronous

line aux 0

line vty 0 4

login local

autocommand access-enable host timeout 30

transport input none

End

You might also like