0% found this document useful (0 votes)
87 views

Examen Final Teleinformatica

This document configures VLANs, trunk ports, access ports, and routing on multiple switches and routers to set up a network. Server 1 and Server 2 are configured as VTP servers for domains CIX and UNPRG respectively. Clients 1-3 are configured in domain CIX and clients 4-6 are configured in domain UNPRG. Router CIX and Router UNPRG are configured with subinterfaces for the VLANs and OSPF routing. EIGRP routing is also configured on an unspecified router.

Uploaded by

jesuscustodio
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
87 views

Examen Final Teleinformatica

This document configures VLANs, trunk ports, access ports, and routing on multiple switches and routers to set up a network. Server 1 and Server 2 are configured as VTP servers for domains CIX and UNPRG respectively. Clients 1-3 are configured in domain CIX and clients 4-6 are configured in domain UNPRG. Router CIX and Router UNPRG are configured with subinterfaces for the VLANs and OSPF routing. EIGRP routing is also configured on an unspecified router.

Uploaded by

jesuscustodio
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 11

"""""""""""""""""SERVIDOR 1""""""""""""""""""""

enable
configure terminal
hostname SERVER1
VTP domain CIX
vtp mode server
vtp password 12345
interface range fa0/1-3 , fa0/24
switchport mode trunk
switchport trunk native VLAN 99
no shutdown
exit
interface range fa0/2-3
switchport mode access
switchport access VLAN 10
no shutdown
exit
VLAN 10
exit
VLAN 20
exit
exit
VLAN 40
exit
VLAN 99
name TRONCAL
exit
do wr

""""""""""""""""""""""" SERVIDOR 2 """""""""""""""""""""

enable
configure terminal
hostname SERVER1
VTP domain UNPRG
vtp mode server
vtp password 12345
interface range fa0/1-3 , fa0/24
switchport mode trunk
switchport trunk native VLAN 99
no shutdown
exit
VLAN 15
exit
VLAN 25
exit
VLAN 35
exit
VLAN 99
name TRONCAL
exit
do wr

""""""""""""""""""""""" CLIENTE 1 """""""""""""""""

enable
configure terminal
hostname CL1
vtp domain CIX
vtp mode client
vtp password 12345
interface range fa0/1
switchport mode trunk
switchport trunk native VLAN 99
no shutdown
exit
interface range fa0/2-3
switchport mode access
switchport access VLAN 10
no shutdown
exit
do wr

"""""""""""""""""""" CLIENTE 2 """"""""""""""""""""""

enable
configure terminal
hostname CL2
vtp domain CIX
vtp mode client
vtp password 12345

interface range fa0/1


switchport mode trunk
switchport trunk native VLAN 99
no shutdown
exit
interface range fa0/2-3
switchport mode access
switchport access VLAN 20
no shutdown
exit
do wr

"""""""""""""""""" CLIENTE 3 """""""""""""""""""""""

enable
configure terminal
hostname CL3
vtp domain CIX
vtp mode client
vtp password 12345
interface range fa0/1
switchport mode trunk
switchport trunk native VLAN 99
no shutdown
exit
interface range fa0/2-3
switchport mode access

switchport access VLAN 30


no shutdown
exit
do wr

"""""""""""""""""""" CLIENTE 4 """"""""""""""""""""""

enable
configure terminal
hostname CL4
vtp domain UNPRG
vtp mode client
vtp password 12345
interface range fa0/1
switchport mode trunk
switchport trunk native VLAN 99
no shutdown
exit
interface range fa0/2-3
switchport mode access
switchport access VLAN 15
no shutdown
exit
do wr

"""""""""""""""""" CLIENTE 5 """"""""""""""""""""""""""

enable

configure terminal
hostname CL5
vtp domain UNPRG
vtp mode client
vtp password 12345
interface range fa0/1
switchport mode trunk
switchport trunk native VLAN 99
no shutdown
exit
interface range fa0/2-3
switchport mode access
switchport access VLAN 25
no shutdown
exit
do wr

"""""""""""""""""" CLIENTE 6 """""""""""""""""""""""""""

enable
configure terminal
hostname CL6
vtp domain UNPRG
vtp mode client
vtp password 12345
interface range fa0/1
switchport mode trunk
switchport trunk native VLAN 99

no shutdown
exit
interface range fa0/2-3
switchport mode access
switchport access VLAN 35
no shutdown
exit
do wr
"""""""""""""""""" ROUTER CIX """""""""""""""""""""""""""""""""""
enable
Configure terminal
hostname CIX
interface serial 0/0/0
ip address 172.7.1.169 255.255.255.252
clock rate 64000
no shutdown
#exit
interface fa 0/0
no shutdown
exit
interface fa 0/1
ip address 172.7.1.161 255.255.255.248
no shutdown
#exit
interface fa0/0.10
encapsulation dot1Q 10
ip address 172.7.0.1 255.255.255.128
#exit

interface fa0/0.20
encapsulation dot1Q 20
ip address 172.7.1.97 255.255.255.224
exit
interface fa0/0.30
encapsulation dot1Q 30
ip address 172.7.1.129 255.255.255.240
exit
interface fa0/0.40
encapsulation dot1Q 40
ip address 172.7.1.145 255.255.255.240
exit
interface fa0/0.99
encapsulation dot1Q 99 native
ip address 172.7.99.1 255.255.255.0
exit
do wr

router OSPF 101


network 172.7.0.0 0.0.0.127 area 0
network 172.7.1.96 0.0.0.31 area 0
network 172.7.1.128 0.0.0.15 area 0
network 172.7.1.144 0.0.0.15 area 0
network 172.7.1.168 0.0.0.3 area 0
network 172.7.1.160 0.0.0.7 area 0
do wr
exit

interface FA0/0.10
IP HELPER-address 172.7.1.162
exit
interface FA0/0.20
IP HELPER-address 172.7.1.162
exit
interface FA0/0.30
IP HELPER-address 172.7.1.162
exit
interface FA0/0.40
IP HELPER-address 172.7.1.162
exit

"""""""""""""""""""""""""" ROUTER UNPRG """""""""""""""""""""""""""""

enable
Configure terminal
hostname UNPRG
interface serial 0/0/0
ip address 172.7.1.170 255.255.255.252
clock rate 64000
no shutdown
#exit
interface fa 0/0
no shutdown
exit
interface fa0/0.15

encapsulation dot1Q 15
ip address 172.7.1.1 255.255.255.192
#exit
interface fa0/0.25
encapsulation dot1Q 25
ip address 172.7.1.65 255.255.255.224
exit
interface fa0/0.35
encapsulation dot1Q 35
ip address 172.7.0.129 255.255.255.128
exit
interface fa0/0.99
encapsulation dot1Q 99 native
ip address 172.7.99.1 255.255.255.0
exit
do wr

router OSPF 101


network 172.7.1.0 0.0.0.63 area 0
network 172.7.1.64 0.0.0.31 area 0
network 172.7.0.128 0.0.0.127 area 0
network 172.7.1.168 0.0.0.3 area 0
do wr
exit

interface FA0/0.15
IP HELPER-address 172.7.1.162
exit

interface FA0/0.25
IP HELPER-address 172.7.1.162
exit
interface FA0/0.35
IP HELPER-address 172.7.1.162
exit

""""""""""""""""" eigrp """"""""2222222


Router(config)#router eigrp 1
proceso o sistema autnomo
Router(config-router)#network [IP DE RED]
Router(config-router)#no auto-summary
Router(config-router)#exit

// El 1 es el numero de id de

You might also like