cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
516
Views
0
Helpful
1
Replies

Configuration flow classification on c3750

Hello,

I want to make the flow classification on the 3750 switch.

I have 3 flow :

- voip

- visio

- other

I want allocate 1Mbit for the voip and 1Mbit for visio against the network congestion.

My classification configuration is :

class-map Voip

match access-group 102

class-map Viso

match access-group 103

policy-map VV

class Voip

  police 1000000 8000 exceed-action policed-dscp-transmit

class Visio

  police 1000000 8000 exceed-action policed-dscp-transmit

interface GigabitEthernet1/0/1

description LINK M->P 30Mb

ip address X.X.X.X X.X.X.X

service-policy output VV

duplex full

speed 100

access-list 102 permit ip X.X.X.X X.X.X.X any

access-list 103 permit ip X.X.X.X X.X.X.X any

I dont understand the policed-dscp-transmit ? I can choice drop but I will not that the voip and visio traffic drop if the class is full.

I must configuring a class for other traffic or by default, it use the bandwidth unallocated ?

My configuration is it good ?

thanks for your help.

lc

1 Reply 1

It's impossible to use service-policy output VV command on a c3750 switch

I have this error :

police command is not supported for this interface
The interface does not support the specified policy configuration and/or parameter values.
Warning: Assigning a policy map to the output side of an interface not supported

How can I apply my case on a c3750 switch in output on an interface?

Thanks.

lc

Review Cisco Networking products for a $25 gift card