Está en la página 1de 2

===router==========

ENA
CONF
HOSTNAME CMEROUTER
int fa0/0
ip add 10.10.10.1 255.255.254.0
no shut
exit
int fa0/0.200
encapsulation dot1q 200
ip add 10.10.200.1 255.255.255.0
exit
int fa0/0.18
encapsulation dot1q 18
ip add 10.10.18.1 255.255.255.0
exit
ip dhcp excluded-address 10.10.10.1
ip dhcp excluded-address 10.10.200.1
ip dhcp excluded-address 10.10.18.1
ip dhcp pool Datos
network 10.10.200.0 255.255.255.0
default-router 10.10.200.1
option 150 ip 10.10.10.1
ip dhcp pool voz
network 10.10.18.0 255.255.255.0
default-router 10.10.18.1
option 150 ip 10.10.10.1
telephony-service
max-dn 10
max-ephones 10
ip source-address 10.10.18.1 port 2000
auto assign 1 to 5
exit

ephone-dn 1
number 2001
exit
ephone-dn 2
number 2002
exit
======switch==========

enable
config t
hostname sw
vlan 18
exit
vlan 200
exit
int range fa0/1-15
switchport mode access
switchport voice vlan 18
exit
int range f0/16-23
switchport mode access
switchport access vlan 200
exit
todas las VLANS
int f0/24
switchport mode trunk
switchport trunk allowed vlan 18,200
exit

También podría gustarte