Tiempo que le cuesta a 1bit en recorrer el medio físico entre un punto y otro.
El cálculo es el siguiente:
t= longitud(metros)/3*10ex 8 m/s si el medio es fibra
t= longitud(metros)/2.1*10ex 8 m/s si el medio es cobre
Ejemplo:
Si el cable mide 1000Km y es adsl
t= 1000000/2.1*10ex 8 = 4.8 ms
Retardo de serialización (Serialization delay)
Llamamos retardo de serialización (serialization delay) al tiempo que le cuesta al router en poner un paquete en el medio físico. Es un tiempo fijo, no aumenta ni disminuye ni depende de otros factores.
El cálculo es el siguiente
t= (nº bits enviados)/velocidad del enlace
Ejemplo 1:
Datos a enviar: 125 bytes
Velocidad enlace: Fast ethernet 100Mb/s
125 * 8 = 1000 bits a enviar
100Mb/s = 100.000000 b/s
t= 1000/100.000000 = 0.00001 s = 0.01 ms
Ejemplo 2:
Datos a enviar: 125 bytes
Velocidad enlace: 56Kb/s
125 * 8 = 1000 bits a enviar
56Kb/s = 56000b/s
t= 1000/56000 = 0.01785 = 17.85ms
El cálculo es el siguiente
t= (nº bits enviados)/velocidad del enlace
Ejemplo 1:
Datos a enviar: 125 bytes
Velocidad enlace: Fast ethernet 100Mb/s
125 * 8 = 1000 bits a enviar
100Mb/s = 100.000000 b/s
t= 1000/100.000000 = 0.00001 s = 0.01 ms
Ejemplo 2:
Datos a enviar: 125 bytes
Velocidad enlace: 56Kb/s
125 * 8 = 1000 bits a enviar
56Kb/s = 56000b/s
t= 1000/56000 = 0.01785 = 17.85ms
COR list (Class Of Restrictions)
Configuracion de una Cor list para que la extension 5000 solo pueda realizar llamadas de emergencias (112) y nacionales
1- Definir etiquetas COR
dial-peer cor custom
name nacion
name inter
2- Configurar COR list (entrada, salida)
dial-peer cor list EMERGENCIAS
member emerg
dial-peer cor list NACIONAL
member nacion
dial-peer cor list INT
member inter
dial-peer cor list RESTRICCION
member emerg
member nacion
3- Configurar plan de marcado asignando las Cor list (entrada,salida)
dial-peer voice 5000 pots
destination-pattern 5000
port 1/0/1
corlist incoming RESTRICCION
dial-peer voice 112 pots
destination-pattern 112
no digit-strip
port 1/1:1
corlist outgoing EMERGENCIAS
dial-peer voice 9 pots
destination-pattern 9T
no digit-strip
port 1/1:1
corlist outgoing NACIONAL
dial-peer voice 00 pots
destination-pattern 00T
no digit-strip
port 1/1:1
corlist outgoing INTERNACIONAL
Connect Cisco Voice Gateway to use a SIP Proxy Server

Cisco Voice Gateway Configuration:
Router#conf t
Router(config)#sip-ua
Router(config-sip-ua)#sip-server ipv4:10.1.1.1
Router(config-sip-ua)#exit
Router#conf t
Router(config)#dial-peer voice 15 voip
Router(config-dial-peer)#destination-pattern ....
Router(config-dial-peer)#session protocol sipv2
Router(config-dial-peer)#session target sip-server
Router(config-dial-peer)#exit
Router#conf t
Router(config)#dial-peer voice 16 voip
Router(config-dial-peer)#destination-pattern ....
Router(config-dial-peer)#session protocol sipv2
Router(config-dial-peer)#session target ipv4:5.5.5.5
Router(config-dial-peer)#exit
Explanation:
*sip-ua (sip user agent, initiate request to a SIP voice proxy server)
*10.1.1.1 Ip address SIP Cisco Proxy server
*Use dial plan 15 if you need to send any 4 digit extension request to CISCO SIP proxy server
*Use dial plan 16 if you need to send any 4 digit extension request to other 3rd party SIP proxy server
Suscribirse a:
Entradas (Atom)