Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,How do i measure the total throughput going via 5585-X.It has the firewall througput of 5Gbps. Looking at aggregate of all the interfaces traffic going through it seems about 4gbps is going through.I use show traffic command and add up the trasmit...
I have a cisco asa running 6.3 I would like to allow HTTP POST method from specific IP range to a specific server.all other IP addresses should only be allowed normal HTTP access to webserver. I tried to write up the policy map but getting a bit...
I think if I change the access-list to deny that would rather work?access-list POST_ACL extended deny tcp 10.10.10.0 255.255.248.0 172.16.0.1 eq 80class-map POST_ACL match access-list POST_ACL class-map type inspect http match-all POST_METHOD match r...