cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
451
Views
0
Helpful
2
Replies

Limit Use TCP/UPD 2967 - IOS XR5.3.4

andreherminio
Level 1
Level 1

Good afternoon

I need to limit the use of TCP/UPD 2967 ports on 04MB with burst-size of 03Kb in a GigaEthernet interface.  I am using the IOS XR 5.3.4, could someone please help me with setting this demand?

1 Accepted Solution

Accepted Solutions

Hello Georg,

Thank you very much for your help!!!

Setting 100% functional!!!

View solution in original post

2 Replies 2

Hello,

 

try the below:

 

ipv4 access-list TCP_UDP_2967_ACL
10 permit udp any any eq 2967
20 permit tcp any any eq 2967
!
class-map match-all TCP_UDP_2967_CLASS
match access-group ipv4 TCP_UDP_2967_ACL
!
policy-map TCP_UDP_2967_POLICY
class TCP_UDP_2967_CLASS
police rate 400000 bps burst 300
exceed-action drop

!

interface GiagbitEthernet0/0/0
service-policy input TCP_UDP_2967_POLICY

Hello Georg,

Thank you very much for your help!!!

Setting 100% functional!!!

Review Cisco Networking products for a $25 gift card