cancelar
Mostrando los resultados de 
Buscar en lugar de 
Quiere decir: 
cancel
795
Visitas
0
ÚTIL
1
Respuestas

bandwidth restriction on SVI switch 9300

ErickArteaga234
Level 1
Level 1

Hi all!
I have a switch model C9300-48UXM, within my configuration in the SVI 100.
I need to set the bandwidth limit to 2 Mb. when creating the class-map and policy-map:

 

class-map match-all VLAN_100|2MBPS
match vlan 100
!
!
policy-map VLAN_100|2MBPS
class VLAN_100|2MBPS
police cir 2120000 bc 460000 be 1420000 conform-action transmit exceed-action drop

As soon as I enter the policy-map to my vlan interface, the following log appears: Only Marking policy action is supported on SVI interface. Policy Rejected

interface Vlan100
description LAN
ip address 10.52.35.46 255.255.255.0
ip ospf 200 area 0
service-policy input VLAN_100|2MBPS
service-policy output VLAN_100|2MBPS

Mar  4 07:37:06.878:  Only Marking policy action is supported on SVI interface. Policy Rejected

For this model of equipment, what type of configuration would I need to apply to restrict the bandwidth in this SVI?

1 SOLUCIÓN ACEPTADA

Soluciones aceptadas

Hi

You can try using shaping instead policing.

There are some differences, for example:

Policing can be used in both directions

Shaping only outbound.

 

If you want to use policing so you can change the config through:

 

policy-map VLAN_100|2MBPS
class VLAN_100|2MBPS
police cir 2120000

conform-action transmit

exceed -action drop

 

or apply it on the default class just for testing purporse.

 

policy-map VLAN_100|2MBPS
class class-default
police cir 2120000

conform-action transmit

exceed -action drop

 

 

 

Regards.




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

Ver la solución en mensaje original publicado

1 RESPUESTA 1

Hi

You can try using shaping instead policing.

There are some differences, for example:

Policing can be used in both directions

Shaping only outbound.

 

If you want to use policing so you can change the config through:

 

policy-map VLAN_100|2MBPS
class VLAN_100|2MBPS
police cir 2120000

conform-action transmit

exceed -action drop

 

or apply it on the default class just for testing purporse.

 

policy-map VLAN_100|2MBPS
class class-default
police cir 2120000

conform-action transmit

exceed -action drop

 

 

 

Regards.




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<