Está en la página 1de 8

2. La empresa textil Teje Peru S. A.

ha decidido implementar una red de


comunicaciones de datos, para facilitar el trabajo de su personal, pero,
preocupada por los riesgos de que los trabajadores dela rea de personal
pueda ver informacin sensible del rea de contabilidad. Disea una red con
la topologa que se muestra en el siguiente grfico, en la que se define 2 VLAN,
cada de las cuales se organizan de la siguiente manera:
VLAN contabilidad: PC01, Pc02, Pc03 ; VLAN personal: Pc10, Pc11, Pc12.
La conexin de los equipos a los switches se muestra en el diagrama.
Programe los switches de manera que los funcionen de acuerdo a los
requerimientos establecidos. La direccin de red de los equipos debe ser
192.168.0.0/24

PC01:
IP Address: 192.168.0.1 SubnetMask: 255.255.255.0
PC02:
IP Address: 192.168.0.1 SubnetMask: 255.255.255.0

PC10:
IP Address: 192.168.0.1 SubnetMask: 255.255.255.0
PC11:
IP Address: 192.168.0.1 SubnetMask: 255.255.255.0

PC12:
IP Address: 192.168.0.1 SubnetMask: 255.255.255.0
PC03:
IP Address: 192.168.0.1 SubnetMask: 255.255.255.0

Configuracion Acceso01:
Switch>
Switch>enable
Switch#conf term
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#hostname Acceso01
Acceso01(config)#vlan 10
Acceso01(config-vlan)#name contabilidad
Acceso01(config-vlan)#exit
Acceso01(config)#vlan 20
Acceso01(config-vlan)#name personal
Acceso01(config-vlan)#exit
Acceso01(config)#exit
Acceso01#
%SYS-5-CONFIG_I: Configured from console by console
conf term
Enter configuration commands, one per line. End with CNTL/Z.
Acceso01(config)#int fa0/2
Acceso01(config-if)#sw
Acceso01(config-if)#switchport mode
Acceso01(config-if)#switchport mode acc
Acceso01(config-if)#switchport mode access
Acceso01(config-if)#switchport access vlan 10
Acceso01(config-if)#exit
Acceso01(config)#exit
Acceso01#
%SYS-5-CONFIG_I: Configured from console by console
conf term
Enter configuration commands, one per line. End with CNTL/Z.
Acceso01(config)#int fa0/3
Acceso01(config-if)#switchport mode access
Acceso01(config-if)#switchport access vlan 10
Acceso01(config-if)#exit
Acceso01(config)#exit
Acceso01#
%SYS-5-CONFIG_I: Configured from console by console
conf term
Enter configuration commands, one per line. End with CNTL/Z.
Acceso01(config)#int fa0/4
Acceso01(config-if)#switchport mode access
Acceso01(config-if)#switchport access vlan 20
Acceso01(config-if)#exit
Acceso01(config)#exit
Acceso01#
%SYS-5-CONFIG_I: Configured from console by console

Acceso01>en
Acceso01#conf term
Enter configuration commands, one per line. End with CNTL/Z.
Acceso01(config)#int fa0/1
Acceso01(config-if)#sw
Acceso01(config-if)#switchport mode trunk
Acceso01(config-if)#exit
Acceso01(config)#

Configuracion Acceso02:

Switch>enable
Switch#conf term
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#hostname Accesso02
Accesso02(config)#vlan 10
Accesso02(config-vlan)#name contabilidad

Accesso02(config-vlan)#exit
Accesso02(config)#vlan 20
Accesso02(config-vlan)#name personal
Accesso02(config-vlan)#conf term
^
% Invalid input detected at '^' marker.
Accesso02(config-vlan)#int fa0/3
Accesso02(config-if)#switchport mode access
Accesso02(config-if)#switchport access vlan 20
Accesso02(config-if)#exit
Accesso02(config)#exit
Accesso02#
%SYS-5-CONFIG_I: Configured from console by console
conf term
Enter configuration commands, one per line. End with CNTL/Z.
Accesso02(config)#int fa0/4
Accesso02(config-if)#switchport mode access
Accesso02(config-if)#switchport access vlan 20
Accesso02(config-if)#exit
Accesso02(config)#exit
Accesso02#
%SYS-5-CONFIG_I: Configured from console by console
conf term
Enter configuration commands, one per line. End with CNTL/Z.
Accesso02(config)#int fa0/2
Accesso02(config-if)#switchport mode access
Accesso02(config-if)#switchport access vlan 10
Accesso02(config-if)#exit
Accesso02(config)#exit
Accesso02#
%SYS-5-CONFIG_I: Configured from console by console
Acceso02>en
Acceso02#conf term
Enter configuration commands, one per line. End with CNTL/Z.
Acceso02(config)#int fa0/1
Acceso02(config-if)#sw
Acceso02(config-if)#switchport mode trunk
Acceso02(config-if)#exit
Acceso02(config)#

Configuracion Core:

Switch>
Switch>ena
Switch#conf term
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#hostname Core
Core(config)#conf term
^
% Invalid input detected at '^' marker.
Core(config)#vlan 10
Core(config-vlan)#name contabilidad
Core(config-vlan)#exit
Core(config)#vlan 20
Core(config-vlan)#name personal
Core(config-vlan)#exit
Core(config)#int fa0/1
Core(config-if)#sw

Core(config-if)#switchport mode trunk


Core(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up
exit
Core(config)#int fa0/2
Core(config-if)#sw
Core(config-if)#switchport mode trunk
Core(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/2, changed state to down
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/2, changed state to up
exit
Core(config)#
Core#
%SYS-5-CONFIG_I: Configured from console by console

También podría gustarte