SW 1

You might also like

You are on page 1of 1

vlan 10

name VLAN_10
exit
vlan 20
name VLAN_20
exit
vlan 30
name VLAN_30
exit
vlan 70
name VLAN_70
exit
vlan 55
name vlan_administraciion
exit

interface f0/1
switchport mode access
Switchport access vlan 10

interface f0/12
switchport mode access
Switchport access vlan 20

interface f0/21
switchport mode access
Switchport access vlan 30

interface f0/23
switchport mode access
Switchport access vlan 70

int g0/1
switchport mode trunk
switchport trunk allowed vlan 55

ip default-gateway 192.168.55.1

You might also like