How to deny SIP traffic from a specific IP/port
Hello everybody,
I'd need to configure an access list that would block SIP traffic from an IP/port.
I configured a static ACL:
access-control
realm-id access
description blockSIP
source-address 10.4.14.133:5060 //endpoint's IP
destination-address 10.4.14.241:5060 //SBC's IP
application-protocol SIP
transport-protocol ALL
access deny
average-rate-limit 5000
trust-level none
The access realm has 'access-control' none.
The above ACL doesnt blok anything. The traffic is passed on to backbone...
Pete