- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- ACL Deny Logs
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2016 09:38 AM - edited 05-26-2016 12:18 PM
05-26-2016 09:38 AM - edited 05-26-2016 12:18 PM
ACL Deny Logs
Hi All, Im configuraing an HP 2910 running and I have an ACL setup which denies communication between 2 devices. The ACL itself works as expected and communicaion is blocked accordingly. However my issue is i cant seem to find where the Deny ACL is being logged. I checked the logbuffer but it doesnt seem to show any acl messages. Heres a snippet of my configurations.
ip access-list extended "101"
20 permit ip 192.68.94.244 0.0.0.0 192.68.94.201 0.0.0.0
30 permit ip 192.68.94.244 0.0.0.0 192.68.94.202 0.0.0.0
40 deny ip 192.44.68.244 0.0.0.0 192.68.94.240 0.0.0.0 log
50 permit ip 192.68.94.244 0.0.0.0 192.68.94.237 0.0.0.0
exit
interface 1
ip access-group "101" in
exit
Show debug:
Debug Logging
Source IP Selection: Outgoing Interface
Origin identifier: Outgoing Interface IP
Destination:
Logging --
192.68.94.201
192.68.94.202
Facility = user
Severity = debug
System Module = all-pass
Priority Desc =
Memory buffer
Enabled debug types:
acl log
snmp event
snmp pdu
snmp routinesIm not sure if im missing something, or if theres something id need to change in order to see the ACL's that are being logged. Much appreciation for your help.