Add files for t8-ejemplo-redes
This commit is contained in:
parent
d40f1191c4
commit
b30ef81a86
37
1/PAR/assignments/t8-ejemplo-redes/comandos-switch.txt
Normal file
37
1/PAR/assignments/t8-ejemplo-redes/comandos-switch.txt
Normal file
@ -0,0 +1,37 @@
|
||||
# Initial Conf
|
||||
enable
|
||||
conf t
|
||||
enable secret cisco
|
||||
username cisco privilege 1 password 0 cisco
|
||||
vlan 100
|
||||
name 100_SOPORTE
|
||||
vlan 102
|
||||
name 102_MERCADEO
|
||||
vlan 104
|
||||
name 104_JURIDICA
|
||||
vlan 106
|
||||
name 106_I+D
|
||||
vlan 108
|
||||
name 108_VENTAS
|
||||
|
||||
# Conf Left
|
||||
int f0/1
|
||||
switchport access vlan 102
|
||||
int f0/2
|
||||
switchport access vlan 104
|
||||
int f0/3
|
||||
switchport access vlan 100
|
||||
int f0/24
|
||||
switchport mode trunk
|
||||
|
||||
# Conf right
|
||||
int f0/1
|
||||
switchport access vlan 106
|
||||
int f0/2
|
||||
switchport access vlan 108
|
||||
int range f0/23-24
|
||||
switchport mode trunk
|
||||
|
||||
# IP
|
||||
int vlan1
|
||||
ip address 10.30.3.1 255.255.255.0
|
BIN
1/PAR/assignments/t8-ejemplo-redes/t8-ejemplo-redes.pkt
Executable file
BIN
1/PAR/assignments/t8-ejemplo-redes/t8-ejemplo-redes.pkt
Executable file
Binary file not shown.
Loading…
Reference in New Issue
Block a user