cancelar
Mostrando los resultados de 
Buscar en lugar de 
Quiere decir: 
cancel
5425
Visitas
5
ÚTIL
3
Respuestas

Ajustar Ancho De Banda

dannytorrez
Level 1
Level 1

Buenos dias a todos, actualmente tengo en produccion switches ME-3400 y necesito ajustar el ancho de banda tando de entrada como de salida en cada uno de los puertos de dicho switch. He intentado usar class-map y unicamente me deja poner las service-policy unicamente en un sentido y requiero que sea en ambos sentidos el ajuste del bandwitdh. Hay alguna otra opcion en estos switches que me permita hacer este ajuste????....gracasi por todo....

3 RESPUESTAS 3

hola Danny,

asi es estos equipos no te dejan hacer policing en outbound.

solo se puede scheduling y queueing. 


http://cisco.com/en/US/docs/switches/metro/me3400/software/release/12.2_44_se/configuration/guide/swqos.html#wp1457953

no se si policy por classes o shaping sean opción para la que buscas.

Switch(config)# policy-map out-policy

Switch(config-pmap)# class classout1

Switch(config-pmap-c)# shape average 50000000

Switch(config-pmap-c)# exit

Switch(config-pmap)# class classout2

Switch(config-pmap-c)# shape average 20000000

Switch(config-pmap-c)# exit

Switch(config-pmap)# class classout3

Switch(config-pmap-c)# shape average 10000000

Switch(config-pmap-c)# exit

Switch(config-pmap)# exit

Switch(config)# interface fastethernet 0/1

Switch(config-if)# service-policy output out-policy

Switch(config-if)# exit

 

Shaping: 

To configure port shaping (a transmit port shaper), create a policy map
that contains only a default class, and use the shape average command to
specify the maximum bandwidth for a port. This example shows how to
configure a policy map that shapes a port to 90 Mbps, allocated
according to the out-policy policy map configured in the previous
example. The service-policy policy map class command is used to create a
child policy to the parent:

 

Switch(config)# policy-map out-policy-parent

Switch(config-pmap)# class class-default

Switch(config-pmap-c)# shape average 90000000

Switch(config-pmap-c)# service-policy out-policy

Switch(config-pmap-c)# exit

Switch(config-pmap)# exit

Switch(config)# interface fastethernet0/1

Switch(config-if)# service-policy output out-policy-parent

Switch(config-if)# exit

Hola buenos dias Armando, tengo configurado algunas service policy de salida en algunos de mis switches y en general funcionan bien. Sin embargo como le comente, es preciso para mis aplicaciones poder ajustar el ancho de banda de entrada como de salida en cada interfaz fisica, en los switches 3550 24-EMI esto es posible y ya tengo eso resuelto....que opciones tengo con los ME-3400...???...gracias por su tiempo...

No se si traffic shaping seria una opción para lo que buscas.
para que outclass1, outclass2, y outclass3 tomen un maximo de 50, 20, y 10 Mbps, 
respectivamente del bandiwth dispondible en el puerto.
La class class-default como minimo toma el bandwidth restante Switch(config)# policy-map out-policy Switch(config-pmap)# class classout1 Switch(config-pmap-c)# shape average 50000000 Switch(config-pmap-c)# exit Switch(config-pmap)# class classout2 Switch(config-pmap-c)# shape average 20000000 Switch(config-pmap-c)# exit Switch(config-pmap)# class classout3 Switch(config-pmap-c)# shape average 10000000 Switch(config-pmap-c)# exit Switch(config-pmap)# exit Switch(config)# interface fastethernet 0/1 Switch(config-if)# service-policy output out-policy Switch(config-if)# exit
Vamos a comenzar

¡Conecte con otros expertos de Cisco y del mundo! Encuentre soluciones a sus problemas técnicos o comerciales, y aprenda compartiendo experiencias.

Queremos que su experiencia sea grata, le compartimos algunos links que le ayudarán a familiarizarse con la Comunidad de Cisco: