cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
489
Views
4
Helpful
1
Replies

police command

m-ko
Level 1
Level 1

If I have an OPT-E-MAN circuit with 20Meg rate. Should I have my police statemetn like this:

police 2000000 2000000 conform-action transmit exceed-action drop

or

police 2000000 250000 conform-action transmit exceed-action drop

I divided the second number by 8 because it is in byte, while the first number is in bit per second.

Correct me if I am wrong.

Thanks

1 Reply 1

pkhatri
Level 11
Level 11

You will have to use the second form of the command because the burst parameter has to be specified in bytes:

police 2000000 250000 conform-action transmit exceed-action drop

Hope that helps - pls do rate the post if it does.

Paresh