08-30-2023 12:48 AM
I have router 7604 and when i apply police-map to interface port-channel
to limit the rate but when i see the monitor the port didn't drop the packet when reach the maximum ??
port-channel with 4 interfaces Gig
policy map with 2.8 Gig
08-30-2023 12:56 AM
Hello!
Could you paste configuration?
BR
08-30-2023 01:09 AM
interface Port-channel61
description xxxx
no ip redirects
no ip unreachables
no ip proxy-arp
speed nonegotiate
service-policy input xxxx
service-policy output xxxx
--------------------
Policy Map xxxx
Class class-default
police cir 1200000000 bc 37500000
conform-action transmit
exceed-action drop
---------------------
Gi3/1 up up ----Gi3/4 up up ----- Gi3/5 up up ----- Po61
08-30-2023 01:58 AM
What dose the output of:
show service-policy interface po61
Say?
BR
08-30-2023 03:44 AM
This command is not supported
08-30-2023 04:17 AM
what about: show policy-map interface po61
BR
08-31-2023 01:21 AM
what about: show policy-map interface po61
Policy Map xxxx
Class class-default
police cir 1200000000 bc 37500000
conform-action transmit
exceed-action drop
08-31-2023 01:32 AM - edited 08-31-2023 01:33 AM
Hello @ghtmoha153 ,
Are there no counters shown for conform and exceed packets ?
Because that is the purpose of the show commmand but in some platforms there can be limitations.
Hope to help
Giuseppe
08-31-2023 01:35 AM
My issue i can't limit the port capacity
08-31-2023 02:00 AM
You replied with the configuration and I'm asking about the statistics. Input the command into cli and paste the result here.
TY and BR
09-05-2023 12:25 AM
SB-01#show policy-map interface po61
Port-channel61
Service-policy input: xxxx
class-map: class-default (match-any)
Match: any
police :
1200000000 bps 37500000 limit 37500000 extended limit
Earl in slot 1 :
0 bytes
5 minute offered rate 0 bps
aggregate-forwarded 0 bytes action: transmit
exceeded 0 bytes action: drop
aggregate-forward 0 bps exceed 0 bps
Earl in slot 2 :
0 bytes
5 minute offered rate 0 bps
aggregate-forwarded 0 bytes action: transmit
exceeded 0 bytes action: drop
aggregate-forward 0 bps exceed 0 bps
Earl in slot 3 :
7570173209162 bytes
5 minute offered rate 462960280 bps
aggregate-forwarded 7570173209162 bytes action: transmit
exceeded 0 bytes action: drop
aggregate-forward 465449360 bps exceed 0 bps
Earl in slot 4 :
0 bytes
5 minute offered rate 0 bps
aggregate-forwarded 0 bytes action: transmit
exceeded 0 bytes action: drop
aggregate-forward 0 bps exceed 0 bps
Service-policy output: xxxx
class-map: class-default (match-any)
Match: any
police :
1200000000 bps 37500000 limit 37500000 extended limit
Earl in slot 1 :
4932161 bytes
5 minute offered rate 296 bps
aggregate-forwarded 4932161 bytes action: transmit
exceeded 0 bytes action: drop
aggregate-forward 136 bps exceed 0 bps
Earl in slot 2 :
0 bytes
5 minute offered rate 0 bps
aggregate-forwarded 0 bytes action: transmit
exceeded 0 bytes action: drop
aggregate-forward 0 bps exceed 0 bps
Earl in slot 3 :
65737640 bytes
5 minute offered rate 352 bps
aggregate-forwarded 65737640 bytes action: transmit
exceeded 0 bytes action: drop
aggregate-forward 0 bps exceed 0 bps
Earl in slot 4 :
105150095177170 bytes
5 minute offered rate 7508638584 bps
aggregate-forwarded 105150095177170 bytes action: transmit
exceeded 0 bytes action: drop
aggregate-forward 7349008464 bps exceed 0 bps
09-05-2023 03:21 AM
Hello @ghtmoha153 ,
for the distributed architecture ( true if you are using DFC in each linecard ) we see the output divided for each linecard earl X
Earl in slot 3 :
7570173209162 bytes
5 minute offered rate 462960280 bps
aggregate-forwarded 7570173209162 bytes action: transmit
exceeded 0 bytes action: drop
aggregate-forward 465449360 bps exceed 0 bps
if all the ports in the po61 are in linecard 3 I would say all traffic is conforming and it is transmitted so you don't see any drops.
Hope to help
Giuseppe
09-05-2023 04:21 AM
What do you suggest?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide