Download as pdf or txt
Download as pdf or txt
You are on page 1of 22

TAREA PRACTICA MODULO 4 CISCO Miguel Alfonzo Rodriguez

Configuracin de Equipos

Configuracin Router A:
Router#sh running-config Building configuration...

Current configuration : 1016 bytes ! version 15.1 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname Router ! ! ! ! ! ! ! ! ! ! ! ! license udi pid CISCO2911/K9 sn FTX152462MR

! ! ! ! ! spanning-tree mode pvst ! ! ! ! interface GigabitEthernet0/0 ip address 192.168.1.254 255.255.255.0 duplex auto speed auto ! interface GigabitEthernet0/1 ip address 192.168.2.254 255.255.255.0 duplex auto speed auto ! interface GigabitEthernet0/2 no ip address duplex auto speed auto shutdown ! interface Serial0/3/0 ip address 192.168.0.10 255.255.255.252 encapsulation frame-relay frame-relay interface-dlci 203 ip ospf network point-to-point

! interface Serial0/3/1 no ip address shutdown ! interface Vlan1 no ip address shutdown ! router ospf 10 log-adjacency-changes passive-interface default no passive-interface Serial0/3/0 network 192.168.0.0 0.0.255.255 area 10 ! ip classless ! ! ! no cdp run ! ! ! ! ! line con 0 ! line aux 0 ! line vty 0 4 login

! ! ! end

Router#

Configuracin Router B:
Router#sh ru Building configuration...

Current configuration : 864 bytes ! version 12.4 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname Router ! ! ! ! ! ! ! ! ! !

! ! ! ! spanning-tree mode pvst ! ! ! ! interface FastEthernet0/0 ip address 192.168.3.254 255.255.255.0 duplex auto speed auto ! interface FastEthernet0/1 no ip address duplex auto speed auto shutdown ! interface Serial0/1/0 ip address 192.168.0.14 255.255.255.252 encapsulation frame-relay frame-relay interface-dlci 204 ip ospf network point-to-point ! interface Serial0/1/1 no ip address shutdown ! interface Vlan1

no ip address shutdown ! router ospf 10 log-adjacency-changes passive-interface default no passive-interface Serial0/1/0 network 192.168.0.0 0.0.255.255 area 10 ! ip classless ! ! ! no cdp run ! ! ! ! ! line con 0 ! line aux 0 ! line vty 0 4 login ! ! ! end

Router#

Configuracin Router 1
R1#sh ru Building configuration...

Current configuration : 1086 bytes ! version 12.4 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname R1 ! ! ! ! ! ! ! ! username ISP password 0 cisco ! ! ! ! ! ! !

spanning-tree mode pvst ! ! ! ! interface FastEthernet0/0 no ip address duplex auto speed auto shutdown ! interface FastEthernet0/1 no ip address duplex auto speed auto shutdown ! interface Serial0/1/0 ip address 192.168.0.2 255.255.255.252 encapsulation ppp ppp authentication chap ! interface Serial0/1/1 no ip address encapsulation frame-relay ! interface Serial0/1/1.201 point-to-point ip address 192.168.0.9 255.255.255.252 frame-relay interface-dlci 201 ! interface Serial0/1/1.202 point-to-point

ip address 192.168.0.13 255.255.255.252 frame-relay interface-dlci 202 ! interface Vlan1 no ip address shutdown ! router ospf 10 log-adjacency-changes network 192.168.0.8 0.0.0.3 area 10 network 192.168.0.12 0.0.0.3 area 10 network 192.168.0.0 0.0.0.3 area 0 ! router rip ! ip classless ! ! ! ! ! ! ! line con 0 ! line aux 0 ! line vty 0 4 login ! !

! end

R1#

Configuracin Router ISP:


ISP#sh ru Building configuration...

Current configuration : 1893 bytes ! version 12.2 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname ISP ! ! ! ! ! ! ! ! username ISP password 0 cisco username R1 password 0 cisco username R2 password 0 cisco ! !

! ! ! no ip domain-lookup ! ! ! ! ! ! interface Loopback0 ip address 150.185.181.247 255.255.254.0 ! interface FastEthernet0/0 ip address 192.168.0.25 255.255.255.252 duplex auto speed auto ! interface FastEthernet1/0 ip address 192.168.0.29 255.255.255.252 duplex auto speed auto ! interface Serial2/0 ip address 192.168.0.1 255.255.255.252 encapsulation ppp ppp authentication chap ip access-group PC2toH2 in ! interface Serial3/0 ip address 192.168.0.5 255.255.255.252

encapsulation ppp ppp authentication chap ! interface FastEthernet4/0 no ip address shutdown ! interface FastEthernet5/0 no ip address shutdown ! interface FastEthernet6/0 no ip address duplex auto speed auto shutdown ! router ospf 20 log-adjacency-changes redistribute connected subnets passive-interface default no passive-interface Serial2/0 no passive-interface Serial3/0 no passive-interface Loopback0 network 192.168.0.0 0.0.255.255 area 0 ! router rip ! ip classless ! !

ip access-list extended PC1toH2 deny icmp host 192.168.1.1 host 192.168.0.30 echo deny icmp host 192.168.1.1 host 192.168.0.30 echo-reply deny tcp host 192.168.1.1 host 192.168.0.30 eq ftp deny tcp host 192.168.1.1 host 192.168.0.30 eq 20 deny tcp host 192.168.1.1 host 192.168.0.30 eq domain deny udp host 192.168.1.1 host 192.168.0.30 eq domain permit ip any any ip access-list extended PC2toH2 permit tcp host 192.168.2.1 host 192.168.0.30 eq www permit ip any any deny ip any any ip access-list extended RBtoH1 permit tcp any 192.168.0.12 0.0.0.3 range 1029 1043 deny ip any any ! ! ! ! ! line con 0 ! line aux 0 ! line vty 0 4 login ! ! ! end

ISP#

Configuracin Router 2:
R2#sh ru Building configuration...

Current configuration : 1174 bytes ! version 12.4 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname R2 ! ! ! ! ! ! ! ! username ISP password 0 cisco ! ! ! ! ! ! !

spanning-tree mode pvst ! ! ! ! interface FastEthernet0/0 no ip address duplex auto speed auto shutdown ! interface FastEthernet0/1 no ip address duplex auto speed auto shutdown ! interface Serial0/1/0 ip address 192.168.0.6 255.255.255.252 encapsulation ppp ppp authentication chap ! interface Serial0/1/1 no ip address encapsulation frame-relay ! interface Serial0/1/1.300 point-to-point ip address 192.168.0.17 255.255.255.252 frame-relay interface-dlci 300 ! interface Serial0/1/1.301 point-to-point

ip address 192.168.0.21 255.255.255.252 frame-relay interface-dlci 301 ! interface Vlan1 no ip address shutdown ! router eigrp 1 redistribute ospf 20 metric 100 100 100 100 100 network 192.168.0.16 0.0.0.3 network 192.168.0.20 0.0.0.3 no auto-summary ! router ospf 20 log-adjacency-changes redistribute eigrp 1 subnets network 192.168.0.4 0.0.0.3 area 0 ! ip classless ! ! ! ! ! ! ! line con 0 ! line aux 0 ! line vty 0 4

login ! ! ! end

R2#

Configuracin Router C:
RC#sh ru Building configuration...

Current configuration : 893 bytes ! version 12.4 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname RC ! ! ! ! ! ip dhcp pool RC network 192.168.4.0 255.255.255.0 default-router 192.168.4.1 ! !

! ! ! ! ! ! ! spanning-tree mode pvst ! ! ! ! interface FastEthernet0/0 ip address 192.168.4.254 255.255.255.0 duplex auto speed auto ! interface FastEthernet0/1 no ip address duplex auto speed auto shutdown ! interface Serial0/1/0 ip address 192.168.0.18 255.255.255.252 encapsulation frame-relay frame-relay interface-dlci 302 ! interface Serial0/1/1 no ip address shutdown

! interface Vlan1 no ip address shutdown ! router eigrp 1 passive-interface default no passive-interface Serial0/1/0 network 192.168.0.0 0.0.255.255 no auto-summary ! ip classless ! ! ! no cdp run ! ! ! ! ! line con 0 ! line aux 0 ! line vty 0 4 login ! ! ! end

RC#

Configuracin Router D:
RD#sh ru Building configuration...

Current configuration : 814 bytes ! version 12.4 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname RD ! ! ! ! ! ! ! ! ! ! ! ! ! ! spanning-tree mode pvst

! ! ! ! interface FastEthernet0/0 ip address 192.168.5.254 255.255.255.0 duplex auto speed auto ! interface FastEthernet0/1 no ip address duplex auto speed auto shutdown ! interface Serial0/1/0 ip address 192.168.0.22 255.255.255.252 encapsulation frame-relay frame-relay interface-dlci 303 ! interface Serial0/1/1 no ip address shutdown ! interface Vlan1 no ip address shutdown ! router eigrp 1 passive-interface default no passive-interface Serial0/1/0

network 192.168.0.0 0.0.255.255 no auto-summary ! ip classless ! ! ! no cdp run ! ! ! ! ! line con 0 ! line aux 0 ! line vty 0 4 login ! ! ! end

RD#

You might also like