cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
323
Views
0
Helpful
1
Replies

CSS logging

jbonaccitomax
Level 1
Level 1

Is there a way to see if a service is being blocked in the logs or in a capture/realtime, which I am unable to find any info on how to do this in the CSS. For example if I allow port TCP 8080 to load balance which works, but another request is also port TCP 8081 being denied. How can I see if port 8081 is being denied in the logs. I know that I should just add it in, but I wanted to know if you are able to see port denies in the logs.

Thanks

Jerrod

1 Reply 1

bkathava
Cisco Employee
Cisco Employee

Hi Jerrod,

If you just looking to check then easy way to do is create an access list and have the clause deny 8081 and log it. You should see something like this

ACL-7: ACL match 2:254 
Discarding  
ACL-7: TCP SrcPort: 1043 
DestPort: 21  

Hope this helps.


VK