Sie sind auf Seite 1von 13

VLAN10: Tecnicos

VLAN20: Ventas
VLAN30: Gerencia
VLAN40: VoIP
VLAN50: WLAN
VLAN99: Administrativa

-----------------------------------------------------------------------------------
------------------------------------------
-----------------------------------------------------------------------------------
------------------------------------------
Data Center
-----------------------------------------------------------------------------------
------------------------------------------
-----------------------------------------------------------------------------------
------------------------------------------

Router
enable
configure terminal
banner motd ^Csolo personal autorizado por grupo 3^C
service password-encryption
enable secret cisco
no ip domain-lookup
hostname RM
ip domain-name DMG
crypto key generate rsa
yes
1024
ip ssh version 2
ip ssh authentication-retries 2
ip ssh time-out 120
interface Loopback1
description Telefonica
ip address 209.165.100.1 255.255.255.248
exit
interface FastEthernet0/0
description Medellin 1
ip address 172.20.0.242 255.255.255.252
no shutdown
exit
interface serial 0/2/0
description Conexiones WAN
encapsulation frame-relay
no shutdown
exit
interface serial 0/2/0.201 point-to-point
frame-relay interface-dlci 201
ip address 10.1.1.5 255.255.255.252
no shutdown
exit
interface serial 0/2/0.202 point-to-point
frame-relay interface-dlci 202
ip address 10.1.1.1 255.255.255.252
no shutdown
exit
interface serial 0/2/0.203 point-to-point
frame-relay interface-dlci 203
ip address 10.1.1.9 255.255.255.252
no shutdown
exit
router eigrp 1
passive-interface Loopback1
network 10.1.1.0 0.0.0.3
network 10.1.1.4 0.0.0.3
network 10.1.1.8 0.0.0.3
network 172.20.0.240 0.0.0.3
no auto-summary
exit
line console 0
password sena
logging synchronous
login
line vty 0 4
transport input ssh
transport output ssh
password ccna
login
end
write

-----------------------------------------------------------------------------------
------------------------------------------
Sw Core/Colapsado
-----------------------------------------------------------------------------------
------------------------------------------

enable
configure terminal
banner motd ^Csolo personal autorizado por grupo 3^C
service password-encryption
no ip domain-lookup
hostname CM
enable secret cisco
ip domain-name DMG
crypto key generate rsa
yes
1024
ip ssh version 2
ip ssh authentication-retries 2
ip ssh time-out 120
vlan 25
name Nativa
exit
vtp mode server
vtp domain DMG
vtp password sena
vlan 10
name Tecnicos
exit
vlan 20
name Ventas
exit
vlan 30
name Gerencia
exit
vlan 40
name VoIP
exit
vlan 207
name Administrativa
exit
spanning-tree mode rapid-pvst
spanning-tree vlan 10,20,25,30,40,207 root primary
ip routing
interface GigabitEthernet0/1
description conexion backbone
no switchport
no shutdown
ip address 172.20.0.241 255.255.255.252
ip summary-address eigrp 1 172.20.0.0 255.255.255.0
exit
interface range FastEthernet0/1-14
description conexion distribucion
switchport trunk encapsulation dot1q
switchport mode trunk
switchport trunk native vlan 25
no shutdown
exit
interface range FastEthernet0/15-24
shutdown
exit
interface Vlan10
ip address 172.20.0.1 255.255.255.128
ip helper-address 172.20.0.233
no shutdown
exit
interface Vlan20
ip address 172.20.0.129 255.255.255.192
ip helper-address 172.20.0.233
no shutdown
exit
interface Vlan30
ip address 172.20.0.193 255.255.255.224
ip helper-address 172.20.0.233
no shutdown
exit
interface vlan40
ip address 192.168.71.1 255.255.255.0
no shutdown
exit
interface Vlan207
ip address 172.20.0.225 255.255.255.240
no shutdown
exit
router eigrp 1
passive-interface FastEthernet0/1
passive-interface FastEthernet0/2
passive-interface FastEthernet0/3
passive-interface FastEthernet0/4
passive-interface FastEthernet0/5
passive-interface FastEthernet0/6
passive-interface FastEthernet0/7
passive-interface FastEthernet0/8
passive-interface FastEthernet0/9
passive-interface FastEthernet0/10
passive-interface FastEthernet0/11
passive-interface FastEthernet0/12
passive-interface FastEthernet0/13
passive-interface FastEthernet0/14
network 172.20.0.240 0.0.0.3
network 192.168.71.0 0.0.0.255
no auto-summary
exit
line console 0
password sena
logging synchronous
login
line vty 0 4
transport input ssh
transport output ssh
password ccna
login
line vty 5 15
no transport input
no transport output
end
write

-----------------------------------------------------------------------------------
------------------------------------------
Sw Acceso FS
-----------------------------------------------------------------------------------
------------------------------------------

enable
configure terminal
banner motd ^Csolo personal autorizado por grupo 3^C
service password-encryption
no ip domain-lookup
hostname AFS-M
enable secret cisco
ip domain-name DMG
crypto key generate rsa
yes
1024
ip ssh version 2
ip ssh authentication-retries 2
ip ssh time-out 120
vtp mode client
vtp domain DMG
vtp password sena
spanning-tree mode rapid-pvst
interface range FastEthernet0/1-2
description conexion a core
switchport mode trunk
switchport trunk native vlan 25
no shutdown
exit
interface range FastEthernet0/5-10
description vlan Administracion
switchport access vlan 207
switchport mode access
spanning-tree portfast
no shutdown
exit
interface range FastEthernet0/11-24
shutdown
exit
interface Vlan207
ip address 172.20.0.232 255.255.255.240
no shutdown
exit
ip default-gateway 172.20.0.225
line console 0
password sena
logging synchronous
login
line vty 0 4
transport input ssh
transport output ssh
password ccna
login
line vty 5 15
no transport input
no transport output
end
write

-----------------------------------------------------------------------------------
------------------------------------------
-----------------------------------------------------------------------------------
------------------------------------------
MEDELLIN 1
-----------------------------------------------------------------------------------
------------------------------------------
-----------------------------------------------------------------------------------
------------------------------------------

-----------------------------------------------------------------------------------
------------------------------------------
Sw Acceso 3 piso
-----------------------------------------------------------------------------------
------------------------------------------

enable
configure terminal
banner motd ^Csolo personal autorizado por grupo 3^C
service password-encryption
no ip domain-lookup
hostname A3-M1
enable secret cisco
ip domain-name DMG
crypto key generate rsa
yes
1024
ip ssh version 2
ip ssh authentication-retries 2
ip ssh time-out 120
vtp mode client
vtp domain DMG
vtp password sena
spanning-tree mode rapid-pvst
interface range FastEthernet0/4-20
description vlan tecnicos
switchport access vlan 10
switchport mode access
spanning-tree portfast
no shutdown
exit
interface range FastEthernet0/21-24
description vlan VoIP
switchport access vlan 40
switchport mode access
spanning-tree portfast
no shutdown
exit
interface range FastEthernet0/1-2
description conexion a distribucion
switchport trunk native vlan 25
switchport mode trunk
no shutdown
exit
interface Vlan207
ip address 172.20.0.226 255.255.255.240
no shutdown
exit
ip default-gateway 172.20.0.225
line console 0
password sena
logging synchronous
login
line vty 0 4
transport input ssh
transport output ssh
password ccna
login
line vty 5 15
no transport input
no transport output
end
write

-----------------------------------------------------------------------------------
------------------------------------------
Sw Acceso 2 piso
-----------------------------------------------------------------------------------
------------------------------------------

enable
configure terminal
banner motd ^Csolo personal autorizado por grupo 3^C
service password-encryption
no ip domain-lookup
hostname A2-M1
enable secret cisco
ip domain-name DMG
crypto key generate rsa
yes
1024
ip ssh version 2
ip ssh authentication-retries 2
ip ssh time-out 120
vtp mode client
vtp domain DMG
vtp password sena
spanning-tree mode rapid-pvst
interface range FastEthernet0/5-8
description vlan Gerencia
switchport access vlan 30
switchport mode access
spanning-tree portfast
no shutdown
exit
interface range FastEthernet0/9-13
description vlan Ventas
switchport access vlan 20
switchport mode access
spanning-tree portfast
no shutdown
exit
interface range FastEthernet0/14-20
description vlan Tecnicos
switchport access vlan 10
switchport mode access
spanning-tree portfast
no shutdown
exit
interface range FastEthernet0/21-24
description vlan VoIP
switchport access vlan 40
switchport mode access
spanning-tree portfast
no shutdown
exit
interface range FastEthernet0/1-2
description conexion a distribucion
switchport trunk native vlan 25
switchport mode trunk
no shutdown
exit
interface Vlan207
ip address 172.20.0.227 255.255.255.240
no shutdown
exit
ip default-gateway 172.20.0.225
line console 0
password sena
logging synchronous
login
line vty 0 4
transport input ssh
transport output ssh
password ccna
login
line vty 5 15
no transport input
no transport output
end
write
-----------------------------------------------------------------------------------
-------------------------------------------
Sw Acceso 1 piso
-----------------------------------------------------------------------------------
------------------------------------------

enable
configure terminal
banner motd ^Csolo personal autorizado por grupo 3^C
service password-encryption
no ip domain-lookup
hostname A1-M1
enable secret cisco
ip domain-name DMG
crypto key generate rsa
yes
1024
ip ssh version 2
ip ssh authentication-retries 2
ip ssh time-out 120
vtp mode client
vtp domain DMG
vtp password sena
spanning-tree mode rapid-pvst
interface range FastEthernet0/5-10
description vlan Gerencia
switchport access vlan 30
switchport mode access
spanning-tree portfast
no shutdown
exit
interface range FastEthernet0/11-17
description vlan Ventas
switchport access vlan 20
switchport mode access
spanning-tree portfast
no shutdown
exit
interface range FastEthernet0/18-21
description vlan VoIP
switchport access vlan 40
switchport mode access
spanning-tree portfast
no shutdown
exit
interface range FastEthernet0/1-2
description conexion a distribucion
switchport trunk native vlan 25
switchport mode trunk
no shutdown
exit
interface Vlan207
ip address 172.20.0.228 255.255.255.240
no shutdown
exit
ip default-gateway 172.20.0.225
line console 0
password sena
logging synchronous
login
line vty 0 4
transport input ssh
transport output ssh
password ccna
login
line vty 5 15
no transport input
no transport output
end
write

-----------------------------------------------------------------------------------
------------------------------------------
-----------------------------------------------------------------------------------
------------------------------------------
MEDELLIN 2
-----------------------------------------------------------------------------------
------------------------------------------
-----------------------------------------------------------------------------------
------------------------------------------

-----------------------------------------------------------------------------------
------------------------------------------
Sw Acceso 3 piso
-----------------------------------------------------------------------------------
------------------------------------------

enable
configure terminal
banner motd ^Csolo personal autorizado por grupo 3^C
service password-encryption
no ip domain-lookup
hostname A3-M2
enable secret cisco
ip domain-name DMG
crypto key generate rsa
yes
1024
ip ssh version 2
ip ssh authentication-retries 2
ip ssh time-out 120
vtp mode client
vtp domain DMG
vtp password sena
spanning-tree mode rapid-pvst
interface range FastEthernet0/4-20
description vlan tecnicos
switchport access vlan 10
switchport mode access
spanning-tree portfast
no shutdown
exit
interface range FastEthernet0/21-24
description vlan VoIP
switchport access vlan 40
switchport mode access
spanning-tree portfast
no shutdown
exit
interface range FastEthernet0/1-2
description conexion a distribucion
switchport trunk native vlan 25
switchport mode trunk
no shutdown
exit
interface Vlan207
ip address 172.20.0.229 255.255.255.240
no shutdown
exit
ip default-gateway 172.20.0.225
line console 0
password sena
logging synchronous
login
line vty 0 4
transport input ssh
transport output ssh
password ccna
login
line vty 5 15
no transport input
no transport output
end
write

-----------------------------------------------------------------------------------
------------------------------------------
Sw Acceso 2 piso
-----------------------------------------------------------------------------------
------------------------------------------

enable
configure terminal
banner motd ^Csolo personal autorizado por grupo 3^C
service password-encryption
no ip domain-lookup
hostname A2-M2
enable secret cisco
ip domain-name DMG
crypto key generate rsa
yes
1024
ip ssh version 2
ip ssh authentication-retries 2
ip ssh time-out 120
vtp mode client
vtp domain DMG
vtp password sena
spanning-tree mode rapid-pvst
interface range FastEthernet0/5-8
description vlan Gerencia
switchport access vlan 30
switchport mode access
spanning-tree portfast
no shutdown
exit
interface range FastEthernet0/9-13
description vlan Ventas
switchport access vlan 20
switchport mode access
spanning-tree portfast
no shutdown
exit
interface range FastEthernet0/14-20
description vlan Tecnicos
switchport access vlan 10
switchport mode access
spanning-tree portfast
no shutdown
exit
interface range FastEthernet0/21-24
description vlan VoIP
switchport access vlan 40
switchport mode access
spanning-tree portfast
no shutdown
exit
interface range FastEthernet0/1-2
description conexion a distribucion
switchport trunk native vlan 25
switchport mode trunk
no shutdown
exit
interface Vlan207
ip address 172.20.0.230 255.255.255.240
no shutdown
exit
ip default-gateway 172.20.0.225
line console 0
password sena
logging synchronous
login
line vty 0 4
transport input ssh
transport output ssh
password ccna
login
line vty 5 15
no transport input
no transport output
end
write

-----------------------------------------------------------------------------------
-------------------------------------------
Sw Acceso 1 piso
-----------------------------------------------------------------------------------
------------------------------------------

enable
configure terminal
banner motd ^Csolo personal autorizado por grupo 3^C
service password-encryption
no ip domain-lookup
hostname A1-M2
enable secret cisco
ip domain-name DMG
crypto key generate rsa
yes
1024
ip ssh version 2
ip ssh authentication-retries 2
ip ssh time-out 120
vtp mode client
vtp domain DMG
vtp password sena
spanning-tree mode rapid-pvst
interface range FastEthernet0/5-10
description vlan Gerencia
switchport access vlan 30
switchport mode access
spanning-tree portfast
no shutdown
exit
interface range FastEthernet0/11-17
description vlan Ventas
switchport access vlan 20
switchport mode access
spanning-tree portfast
no shutdown
exit
interface range FastEthernet0/18-21
description vlan VoIP
switchport access vlan 40
switchport mode access
spanning-tree portfast
no shutdown
exit
interface range FastEthernet0/1-2
description conexion a distribucion
switchport trunk native vlan 25
switchport mode trunk
no shutdown
exit
interface Vlan207
ip address 172.20.0.231 255.255.255.240
no shutdown
exit
ip default-gateway 172.20.0.225
line console 0
password sena
logging synchronous
login
line vty 0 4
transport input ssh
transport output ssh
password ccna
login
line vty 5 15
no transport input
no transport output
end
write

Das könnte Ihnen auch gefallen