CSS logging
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2011 03:54 PM
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
- Labels:
-
Application Networking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2011 04:18 PM
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
