You are on page 1of 4

Configuracin de Interfaces

===========================
R1
-------------------
configure terminal
interface fastethernet 0
ip address 201.1.1.1 255.255.255.0
no shutdown
exit
interface serial 0
ip address 40.4.4.17 255.255.255.252
no shutdown
exit
R2
-------------------
configure terminal
interface fastethernet 0
ip address 202.2.2.1 255.255.255.0
no shutdown
exit
interface serial 0
ip address 40.4.4.22 255.255.255.252
no shutdown
exit
R3
-------------------
configure terminal
interface serial 0
ip address 40.4.4.5 255.255.255.252
no shutdown
exit
interface serial 1
ip address 40.4.4.1 255.255.255.252
no shutdown
exit
interface serial 2
ip address 40.4.4.18 255.255.255.252
no shutdown
exit
R4
-------------------
configure terminal
interface serial 0
ip address 40.4.4.2 255.255.255.252
no shutdown
exit
interface serial 1
ip address 40.4.4.13 255.255.255.252
no shutdown
exit
interface serial 2
ip address 40.4.4.25 255.255.255.252
no shutdown
exit
R5
-------------------
configure terminal
interface serial 0
ip address 40.4.4.9 255.255.255.252
no shutdown
exit
interface serial 1
ip address 40.4.4.6 255.255.255.252
no shutdown
exit
interface serial 2
ip address 40.4.4.21 255.255.255.252
no shutdown
exit
R6
-------------------
configure terminal
interface serial 0
ip address 40.4.4.14 255.255.255.252
no shutdown
exit
interface serial 1
ip address 40.4.4.10 255.255.255.252
no shutdown
exit
interface serial 2
ip address 40.4.4.29 255.255.255.252
no shutdown
exit
R7
-------------------
configure terminal
interface serial 0
ip address 40.4.4.26 255.255.255.252
no shutdown
exit
interface serial 1
ip address 40.4.4.30 255.255.255.252
no shutdown
exit
interface serial 2
ip address 40.4.4.33 255.255.255.252
no shutdown
exit
R8
-------------------
configure terminal
interface fastethernet 0
ip address 203.3.3.1 255.255.255.0
no shutdown
exit
interface serial 0
ip address 40.4.4.34 255.255.255.252
no shutdown
exit

Enrutamiento Esttico
=====================
R1
-------------------
configure terminal
ip route 40.4.4.0 255.255.255.252 40.4.4.18
ip route 40.4.4.4 255.255.255.252 40.4.4.18
ip route 40.4.4.8 255.255.255.252 40.4.4.18
ip route 40.4.4.12 255.255.255.252 40.4.4.18
ip route 40.4.4.20 255.255.255.252 40.4.4.18
ip route 40.4.4.24 255.255.255.252 40.4.4.18
ip route 40.4.4.28 255.255.255.252 40.4.4.18
ip route 40.4.4.32 255.255.255.252 40.4.4.18
ip route 202.2.2.0 255.255.255.0 40.4.4.18
ip route 203.3.3.0 255.255.255.0 40.4.4.18
exit
R2
-------------------
configure terminal
ip route 40.4.4.0 255.255.255.252 40.4.4.21
ip route 40.4.4.4 255.255.255.252 40.4.4.21
ip route 40.4.4.8 255.255.255.252 40.4.4.21
ip route 40.4.4.12 255.255.255.252 40.4.4.21
ip route 40.4.4.16 255.255.255.252 40.4.4.21
ip route 40.4.4.24 255.255.255.252 40.4.4.21
ip route 40.4.4.28 255.255.255.252 40.4.4.21
ip route 40.4.4.32 255.255.255.252 40.4.4.21
ip route 203.3.3.0 255.255.255.0 40.4.4.21
ip route 201.1.1.0 255.255.255.0 40.4.4.21
exit
R3
-------------------
configure terminal
ip route 40.4.4.8 255.255.255.252 40.4.4.6
ip route 40.4.4.12 255.255.255.252 40.4.4.2
ip route 40.4.4.20 255.255.255.252 40.4.4.6
ip route 40.4.4.24 255.255.255.252 40.4.4.2
ip route 40.4.4.28 255.255.255.252 40.4.4.6
ip route 40.4.4.32 255.255.255.252 40.4.4.2
ip route 202.2.2.0 255.255.255.0 40.4.4.6
ip route 201.1.1.0 255.255.255.0 40.4.4.17
ip route 203.3.3.0 255.255.255.0 40.4.4.2
exit
R4
-------------------
configure terminal
ip route 40.4.4.4 255.255.255.252 40.4.4.1
ip route 40.4.4.8 255.255.255.252 40.4.4.1
ip route 40.4.4.16 255.255.255.252 40.4.4.1
ip route 40.4.4.20 255.255.255.252 40.4.4.1
ip route 40.4.4.28 255.255.255.252 40.4.4.14
ip route 40.4.4.32 255.255.255.252 40.4.4.26
ip route 202.2.2.0 255.255.255.0 40.4.4.1
ip route 201.1.1.0 255.255.255.0 40.4.4.1
ip route 203.3.3.0 255.255.255.0 40.4.4.26
exit
R5
-------------------
configure terminal
ip route 40.4.4.0 255.255.255.252 40.4.4.5
ip route 40.4.4.12 255.255.255.252 40.4.4.10
ip route 40.4.4.16 255.255.255.252 40.4.4.5
ip route 40.4.4.24 255.255.255.252 40.4.4.5
ip route 40.4.4.28 255.255.255.252 40.4.4.10
ip route 40.4.4.32 255.255.255.252 40.4.4.10
ip route 202.2.2.0 255.255.255.0 40.4.4.22
ip route 201.1.1.0 255.255.255.0 40.4.4.5
ip route 203.3.3.0 255.255.255.0 40.4.4.10
exit
R6
-------------------
configure terminal
ip route 40.4.4.0 255.255.255.252 40.4.4.13
ip route 40.4.4.4 255.255.255.252 40.4.4.9
ip route 40.4.4.16 255.255.255.252 40.4.4.13
ip route 40.4.4.20 255.255.255.252 40.4.4.9
ip route 40.4.4.24 255.255.255.252 40.4.4.13
ip route 40.4.4.32 255.255.255.252 40.4.4.30
ip route 202.2.2.0 255.255.255.0 40.4.4.9
ip route 201.1.1.0 255.255.255.0 40.4.4.9
ip route 203.3.3.0 255.255.255.0 40.4.4.30
exit
R7
-------------------
configure terminal
ip route 40.4.4.0 255.255.255.252 40.4.4.25
ip route 40.4.4.4 255.255.255.252 40.4.4.25
ip route 40.4.4.8 255.255.255.252 40.4.4.29
ip route 40.4.4.12 255.255.255.252 40.4.4.25
ip route 40.4.4.16 255.255.255.252 40.4.4.25
ip route 40.4.4.20 255.255.255.252 40.4.4.29
ip route 202.2.2.0 255.255.255.0 40.4.4.29
ip route 201.1.1.0 255.255.255.0 40.4.4.25
ip route 203.3.3.0 255.255.255.0 40.4.4.34
exit
R8
-------------------
configure terminal
ip route 40.4.4.0 255.255.255.252 40.4.4.33
ip route 40.4.4.4 255.255.255.252 40.4.4.33
ip route 40.4.4.8 255.255.255.252 40.4.4.33
ip route 40.4.4.12 255.255.255.252 40.4.4.33
ip route 40.4.4.16 255.255.255.252 40.4.4.33
ip route 40.4.4.20 255.255.255.252 40.4.4.33
ip route 40.4.4.24 255.255.255.252 40.4.4.33
ip route 40.4.4.28 255.255.255.252 40.4.4.33
ip route 202.2.2.0 255.255.255.0 40.4.4.33
ip route 201.1.1.0 255.255.255.0 40.4.4.33
exit

You might also like