You are on page 1of 2

SW-STGO

creacion de Vlan
vlan
name
vlan
name
vlan
name
vlan
name

10
10
20
20
30
30
40
40

asignacion de puertos a las vlan


interface fa0/1
switchport mode access
switchport access vlan 10
switchport voice vlan 40
end
interface fa0/2
switchport mode access
switchport access vlan 20
switchport voice vlan 40
end
interface fa0/3
switchport mode access
switchport access vlan 30
switchport voice vlan 40
end
configuracion de troncales
interface G0/1
switchport mode trunk
switchport trunk native vlan 99
switchport trunk allowed 10,20,30,40,99
end
configuracion de routing entre Vlans
vlan 10
vlan 20
vlan 30
vlan 40
interface fa0/1
switchport access vlan 10
switchport voice vlan 40
interface G0/1
switchport access vlan 10
switchport voice vlan 40
interface fa0/2
switchport access vlan 20
switchport voice vlan 40
interface G0/1
switchport access vlan 20
switchport voice vlan 40
interface fa0/3

switchport access vlan 30


switchport voice vlan 40
interface G0/1
switchport access vlan 30
switchport voice vlan 40
end
snooping de DHCP
ip dhcp snooping
ip dhcp snooping vlan 10,20,30,40
interface fa0/1
ip dhcp sooping trust
interface fa0/2
ip dhcp sooping trust
interface fa0/3
ip dhcp sooping trust

You might also like