Sei sulla pagina 1di 25

Diagrama Lgico de Red

Sucursal 1 Sucursal 2

ISP

NUCLEO NUCLEO

Distribucin Distribucin

ACCESO ACCESO

Vlan Vlan Vlan Vlan Vlan Vlan

Vlan Nombre Prefijo Rango Puertos Vlan Nombre Prefijo Rango Puertos
10 Produccin /24 10.150.0.0 -255 1-10 10 Produccin /24 10.150.1.0 -255 1-10
20 TI /26 10.150.2.128 -191 1-22 20 TI /26 10.150.2.192 -255 1-22
30 Gerencia /28 10.150.2.32 -47 1-10 30 Gerencia /28 10.150.2.48 -63 1-10
40 RRHH /29 10.150.2.16 -23 11-20 40 RRHH /29 10.150.2.24 -31 11-20
100 DNS1 /28 10.150.2.64 -79 1-2 300 DNS2 /28 10.150.2.80 -95 1-2
200 Web /28 10.150.2.96 -111 3-4 -- -- -- -- --
C&C IT

Santiago de Chile, mircoles 10 de junio de 2015

Carta de Presentacin.

Estimados Solicitantes de NET TIME,

En relacin a la licitacin para el desarrollo de la construccin de su red local, nos


vemos muy comprometidos y preparados para sacar adelante este proyecto, con
el ideal de entregar un servicio de calidad, cumpliendo con todas las expectativas
y necesidades tecnolgicas de NET TIME.

A lo largo de nuestra carrera hemos adquirido una formacin multidisciplinaria,


dando paso a habilidades y amplios conocimientos en el rea de Networking.
Entre estos aprendizajes podemos nombrar las de certificaciones como: Cisco IT-
Essentials, CCNA (Cisco Certified Network Associate), ENA (Extreme Networks
Associate), Virtualizacin, servicios de linux y ms. Permitiendo una preparacin
de clase mundial que est basada en tecnologas utilizada en el mercado nacional.
Contamos con experiencia en laboratorios de red y participacin de proyectos en
ferias cientficas dictadas en la sede de estudio, lo que nos permite tener grandes
herramientas al momento de desarrollar habilidades como administrador de red.

Nuestra empresa cuenta con dos egresados de la carrera de tcnico en


conectividad y redes, con buenas relaciones interpersonales, que trabajan en
equipo para dar soluciones a clientes de manera rpida, eficaz y responsable, por
lo que consideramos ser las personas idneas para llevar a cabo este trabajo.

Cordialmente

Christhian Aracena y Cesar Ortega

Administradores de C&C IT
Manual de Administrador.

############ ISP ############

================ RC ===============

enable
configure terminal
hostname RC
username RA password cisco123
banner motd #ACCESO RESTRINGIDO#
enable secret s1-cisco
line console 0
password s1-cisco
login
exit
line vty 0 1
password s1-cisco
login
exit

interface serial 0/0/1


ip address 200.100.0.2 255.255.255.252
encapsulation ppp
ppp authentication chap
no shutdown
exit

ip route 0.0.0.0 0.0.0.0 serial 0/0/1


exit

copy running-config startup-config


############ SUCURSAL 1 ############

================ RA ===============

enable
configure terminal
hostname RA
username RC password cisco123
banner motd #ACCESO RESTRINGIDO#
enable secret s1-cisco
line console 0
password s1-cisco
login
exit
line vty 0 1
password s1-cisco
login
exit

interface gigabitEthernet 0/0


no shutdown
exit

interface gigabitEthernet 0/0.10


encapsulation dot1q 10
ip address 10.150.0.254 255.255.255.0
ip nat inside
ip access-group 100 in
no shutdown
exit

interface gigabitEthernet 0/0.20


encapsulation dot1q 20
ip address 10.150.2.190 255.255.255.192
ip nat inside
ip access-group 100 in
no shutdown
exit
interface gigabitEthernet 0/1
no shutdown
exit
interface gigabitEthernet 0/1.30
encapsulation dot1q 30
ip address 10.150.2.46 255.255.255.240
ip nat inside
ip access-group 100 in
no shutdown
exit

interface gigabitEthernet 0/1.40


encapsulation dot1q 40
ip address 10.150.2.22 255.255.255.248
ip nat inside
ip access-group 100 in
no shutdown
exit

interface gigabitEthernet 0/1.100


encapsulation dot1q 100
ip address 10.150.2.78 255.255.255.240
ip nat inside
ip access-group 100 in
no shutdown
exit

interface gigabitEthernet 0/1.200


encapsulation dot1q 200
ip address 10.150.2.110 255.255.255.240
ip nat inside
ip access-group 100 in
no shutdown
exit

interface serial 0/0/1


ip address 200.100.0.1 255.255.255.252
ip nat outside
encapsulation ppp
ppp authentication chap
no shutdown
exit
interface serial 0/0/0
ip address 10.150.2.1 255.255.255.252
ip nat inside
no shutdown
exit

ip dhcp excluded-address 10.150.2.78


ip dhcp pool DNS1
network 10.150.2.64 255.255.255.240
default-router 10.150.2.78
dns-server 10.150.2.65

ip dhcp excluded-address 10.150.2.110


ip dhcp pool WEB
network 10.150.2.96 255.255.255.240
default-router 10.150.2.110
dns-server 10.150.2.65

ip dhcp excluded-address 10.150.0.254


ip dhcp pool PRODUCCION1
network 10.150.0.0 255.255.255.0
default-router 10.150.0.254
dns-server 10.150.2.65

ip dhcp excluded-address 10.150.2.190


ip dhcp pool TI1
network 10.150.2.128 255.255.255.192
default-router 10.150.2.190
dns-server 10.150.2.65

ip dhcp excluded-address 10.150.2.46


ip dhcp pool GERENCIA1
network 10.150.2.32 255.255.255.240
default-router 10.150.2.46
dns-server 10.150.2.65

ip dhcp excluded-address 10.150.2.22


ip dhcp pool RRHH1
network 10.150.2.16 255.255.255.248
default-router 10.150.2.22
dns-server 10.150.2.65
ip dhcp excluded-address 10.150.2.94
ip dhcp pool DNS2
network 10.150.2.80 255.255.255.240
default-router 10.150.2.94
dns-server 10.150.2.81

ip dhcp excluded-address 10.150.1.254


ip dhcp pool PRODUCCION2
network 10.150.1.0 255.255.255.0
default-router 10.150.1.254
dns-server 10.150.2.81

ip dhcp excluded-address 10.150.2.254


ip dhcp pool TI2
network 10.150.2.192 255.255.255.192
default-router 10.150.2.254
dns-server 10.150.2.81

ip dhcp excluded-address 10.150.2.62


ip dhcp pool GERENCIA2
network 10.150.2.48 255.255.255.240
default-router 10.150.2.62
dns-server 10.150.2.81

ip dhcp excluded-address 10.150.2.30


ip dhcp pool RRHH2
network 10.150.2.24 255.255.255.248
default-router 10.150.2.30
dns-server 10.150.2.81

router ospf 1
network 10.150.0.0 0.0.0.255 area 0
network 10.150.2.128 0.0.0.63 area 0
network 10.150.2.32 0.0.0.15 area 0
network 10.150.2.16 0.0.0.7 area 0
network 10.150.2.0 0.0.0.3 area 0
network 10.150.2.64 0.0.0.15 area 0
network 10.150.2.96 0.0.0.15 area 0
default-information originate
exit
access-list 1 permit 10.150.0.0 0.0.7.255
ip nat inside source list 1 interface serial 0/0/1 overload

access-list 100 deny ip 10.150.0.0 0.0.0.255 200.100.0.0 0.0.0.3


access-list 100 permit udp any host 10.150.2.65 eq 53
access-list 100 deny icmp any 10.150.0.0 0.0.7.255
access-list 100 permit ip any any

ip route 0.0.0.0 0.0.0.0 serial0/0/1


exit

copy running-config startup-config


================ S1_SW1 ===============

enable
configure terminal
hostname S1_SW1
banner motd #ACCESO RESTRINGIDO#
enable secret s1-cisco
line console 0
password s1-cisco
login
exit
line vty 0 1
password s1-cisco
login
exit

vlan 10
name PRODUCCION
exit
vlan 20
name TI
exit
vlan 30
name GERENCIA
exit
Vlan 40
name RRHH
exit
vlan 100
name DNS1
exit
vlan 200
name WEB
exit
vtp mode server
vtp domain sucursal1
vtp password cisco123

interface range fastethernet 0/19-24


switchport mode trunk
switchport trunk allowed vlan all
no shutdown
exit

interface gigabitEthernet 0/1


switchport mode trunk
switchport trunk allowed vlan all
no shutdown
exit

spanning-tree mode rapid-pvst


spanning-tree vlan 1 priority 4096
exit

copy running-config startup-config


================ S1_SW2 ===============

enable
configure terminal
hostname S1_SW2
banner motd #ACCESO RESTRINGIDO#
enable secret s1-cisco
line console 0
password s1-cisco
login
exit
line vty 0 1
password s1-cisco
login
exit

vtp mode client


vtp domain sucursal1
vtp password cisco123

interface range fastethernet 0/19-24


switchport mode trunk
switchport trunk allowed vlan all
no shut
exit

interface gigabitEthernet 0/1


switchport mode trunk
switchport trunk allowed vlan all
no shutdown
exit

spanning-tree mode rapid-pvst


spanning-tree vlan 1 root secondary
exit

copy running-config startup-config


================ S1_SW3 ===============

enable
configure terminal
hostname S1_SW3
banner motd #ACCESO RESTRINGIDO#

enable secret s1-cisco


line console 0
password s1-cisco
login
exit

line vty 0 1
password s1-cisco
login
exit

vtp mode client


vtp domain sucursal1
vtp password cisco123

interface range fastethernet 0/23-24


switchport mode trunk
switchport trunk allowed vlan all
no shutdown
exit

interface range fastethernet 0/1-10


switchport mode access
switchport access vlan 10
no shutdown
exit

spanning-tree mode rapid-pvst


exit

copy running-config startup-config


================ S1_SW4 ===============

enable
configure terminal
hostname S1_SW4
banner motd #ACCESO RESTRINGIDO#
enable secret s1-cisco
line console 0
password s1-cisco
login
exit
line vty 0 1
password s1-cisco
login
exit

vtp mode client


vtp domain sucursal1
vtp password cisco123

interface range fastethernet 0/23-24


switchport mode trunk
switchport trunk allowed vlan all
no shutdown
exit

interface range fastethernet 0/1-22


switchport mode access
switchport access vlan 20
switchport port-security
switchport port-security maximum 1
switchport port-security mac-address sticky
switchport port-security violation shutdown
no shutdown
exit

interface range fastethernet 0/2-22


shutdown

spanning-tree mode rapid-pvst


exit
copy running-config startup-config
================ S1_SW5 ===============

enable
configure terminal
hostname S1_SW5
banner motd #ACCESO RESTRINGIDO#
enable secret s1-cisco
line console 0
password s1-cisco
login
exit
line vty 0 1
password s1-cisco
login
exit

vtp mode client


vtp domain sucursal1
vtp password cisco123

interface range fastethernet 0/23-24


switchport mode trunk
switchport trunk allowed vlan all
no shutdown
exit

interface range fastethernet 0/1-10


switchport mode access
switchport access vlan 30
no shutdown
exit

interface range fastethernet 0/11-20


switchport mode access
switchport access vlan 40
no shutdown
exit

spanning-tree mode rapid-pvst


exit

copy running-config startup-config


================ S1_SW6 ===============

enable
configure terminal
hostname S1_SW6
banner motd #ACCESO RESTRINGIDO#
enable secret s1-cisco
line console 0
password s1-cisco
login
exit
line vty 0 1
password s1-cisco
login
exit

vtp mode client


vtp domain sucursal1
vtp password cisco123

interface range fastethernet 0/23-24


switchport mode trunk
switchport trunk allowed vlan all
no shutdown
exit

interface range fastethernet 0/1-2


switchport mode access
switchport access vlan 100
no shutdown
exit

interface range fastethernet 0/3-4


switchport mode access
switchport access vlan 200
no shutdown
exit

spanning-tree mode rapid-pvst


exit
copy running-config startup-config
############ SUCURSAL 2 ############

================ RB ===============

enable
configure terminal
banner motd #ACCESO RESTRINGIDO#
enable secret s2-cisco
line console 0
password s2-cisco
login
exit
line vty 0 1
password s2-cisco
login
exit

interface gigabitEthernet 0/0


no shutdown
exit

interface gigabitEthernet 0/0.10


encapsulation dot1q 10
ip address 10.150.1.254 255.255.255.0
ip helper-address 10.150.2.1
ip access-group 100 in
no shutdown
exit

interface gigabitEthernet 0/0.300


encapsulation dot1q 300
ip address 10.150.2.94 255.255.255.240
ip helper-address 10.150.2.1
ip access-group 100 in
no shutdown
exit

interface gigabitEthernet 0/1


no shutdown
exit
interface gigabitEthernet 0/1.20
encapsulation dot1q 20
ip address 10.150.2.254 255.255.255.192
ip helper-address 10.150.2.1
ip access-group 100 in
no shutdown
exit

interface gigabitEthernet 0/1.30


encapsulation dot1q 30
ip address 10.150.2.62 255.255.255.240
ip helper-address 10.150.2.1
ip access-group 100 in
no shutdown
exit

interface gigabitEthernet 0/1.40


encapsulation dot1q 40
ip address 10.150.2.30 255.255.255.248
ip helper-address 10.150.2.1
ip access-group 100 in
no shutdown
exit
interface serial 0/0/0
ip address 10.150.2.2 255.255.255.252
no shutdown
exit
router ospf 1
network 10.150.1.0 0.0.0.255 area 0
network 10.150.2.192 0.0.0.63 area 0
network 10.150.2.48 0.0.0.15 area 0
network 10.150.2.24 0.0.0.7 area 0
network 10.150.2.0 0.0.0.3 area 0
network 10.150.2.80 0.0.0.15 area 0
exit

access-list 100 deny ip 10.150.1.0 0.0.0.255 200.100.0.0 0.0.0.3


access-list 100 permit udp any host 10.150.2.81 eq 53
access-list 100 deny icmp any 10.150.0.0 0.0.7.255
access-list 100 permit ip any any
exit
copy running-config startup-config
================ S2_SW1 ===============

enable
configure terminal
hostname S2_SW1
banner motd #ACCESO RESTRINGIDO#
enable secret s2-cisco
line console 0
password s2-cisco
login
exit
line vty 0 1
password s2-cisco
login
exit

vtp mode client


vtp domain sucursal2
vtp password cisco123

interface range fastethernet 0/19-24


switchport mode trunk
switchport trunk allowed vlan all
no shutdown
exit

interface gigabitEthernet 0/1


switchport mode trunk
switchport trunk allowed vlan all
no shutdown
exit

spanning-tree mode rapid-pvst


spanning-tree vlan 1 root secondary
exit

copy running-config startup-config


================ S2_SW2 ===============

enable
configure terminal
hostname S2_SW2
banner motd #ACCESO RESTRINGIDO#
enable secret s2-cisco
line console 0
password s2-cisco
login
exit
line vty 0 1
password s2-cisco
login
exit

vlan 10
name PRODUCCION
exit
vlan 20
name TI
exit
vlan 30
name GERENCIA
exit
Vlan 40
name RRHH
exit
vlan 300
name DNS2
exit

vtp mode server


vtp domain sucursal2
vtp password cisco123

interface range fastethernet 0/19-24


switchport mode trunk
switchport trunk allowed vlan all
no shutdown
exit
interface gigabitEthernet 0/1
switchport mode trunk
switchport trunk allowed vlan all
no shutdown
exit

spanning-tree mode rapid-pvst


spanning-tree vlan 1 priority 4096
exit

copy running-config startup-config


================ S2_SW3 ===============

enable
configure terminal
hostname S2_SW3
banner motd #ACCESO RESTRINGIDO#
enable secret s2-cisco
line console 0
password s2-cisco
login
exit
line vty 0 1
password s2-cisco
login
exit

vtp mode client


vtp domain sucursal2
vtp password cisco123

interface range fastethernet 0/23-24


switchport mode trunk
switchport trunk allowed vlan all
no shutdown
exit

interface range fastethernet 0/1-2


switchport mode access
switchport access vlan 300
no shutdown
exit

spanning-tree mode rapid-pvst


exit

copy running-config startup-config


================ S2_SW4 ===============

enable
configure terminal
hostname S1_SW2
banner motd #ACCESO RESTRINGIDO#
enable secret s2-cisco
line console 0
password s2-cisco
login
exit
line vty 0 1
password s2-cisco
login
exit

vtp mode client


vtp domain sucursal2
vtp password cisco123

interface range fastethernet 0/23-24


switchport mode trunk
switchport trunk allowed vlan all
no shutdown
exit

interface range fastethernet 0/1-10


switchport mode access
switchport access vlan 10
no shutdown
exit

spanning-tree mode rapid-pvst


exit

copy running-config startup-config


================ S2_SW5 ===============

enable
configure terminal
hostname S2_SW5
banner motd #ACCESO RESTRINGIDO#
enable secret s2-cisco
line console 0
password s2-cisco
login
exit
line vty 0 1
password s2-cisco
login
exit

vtp mode client


vtp domain sucursal2
vtp password cisco123

interface range fastethernet 0/23-24


switchport mode trunk
switchport trunk allowed vlan all
no shutdown
exit

interface range fastethernet 0/1-22


switchport mode access
switchport access vlan 20
switchport port-security
switchport port-security maximum 1
switchport port-security mac-address sticky
switchport port-security violation shutdown
no shutdown
exit

interface range fastethernet 0/2-22


shutdown

spanning-tree mode rapid-pvst


exit
copy running-config startup-config
================ S2_SW6 ===============

enable
configure terminal
hostname S2_SW6
banner motd #ACCESO RESTRINGIDO#
enable secret s2-cisco
line console 0
password s2-cisco
login
exit
line vty 0 1
password s2-cisco
login
exit

vtp mode client


vtp domain sucursal2
vtp password cisco123

interface range fastethernet 0/23-24


switchport mode trunk
switchport trunk allowed vlan all
no shutdown
exit

interface range fastethernet 0/1-10


switchport mode access
switchport access vlan 30
no shutdown
exit

interface range fastethernet 0/11-20


switchport mode access
switchport access vlan 40
no shutdown
exit

spanning-tree mode rapid-pvst


exit

copy running-config startup-config


PROYECTO DE
LICITACIN PARA
NET TIME.

Egresados: Cesar Ortega


Christhian Aracena
Carrera: Tcnico en Conectividad y Redes
Sede: Escuela de Ingeniera de San Joaqun
Fecha: Mircoles 10 de Junio, 2015
Director: Rodrigo Quevedo

Potrebbero piacerti anche