You are on page 1of 2

//levantamos las interfaces

int fa 0/0
ip add 172.31545
no shut
/////// DHCP
ip dhcp pool VOICE 3
network 172.30.30.192 255.255.255.224
default-router 172.30.30.193
option 150 ip 172.30.30.193

/// Servicio
telephony-service
max-dn 5
max-ephones 5
ip source-address 172.30.30.193 port 2000
auto assign 1 to 5

/// Vlan del switch


int fa0/1
int range fa0/1-5
switchport mode access
switchport voice vlan 1

/// config del router


ephone-dn 1
number 1123

///////////////////QoS Ospf///////////
class-map match-all Alta
match protocol pop3
exit
class-map match-all Media
match protocol http
exit
class-map match-all Baja
match protocol ICMP
exit

policy-map PROTOCOLOS
class Alta
set precedence 7
exit
class Media
set precedence 5
exit
class Baja
set precedence 3
exit

int s0/0/0
service-policy output PROTOCOLOS
do show policy-map int s0/0/0

You might also like