- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- ACL in 2920. blocked traffic in both directions
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
12-13-2015 08:33 PM
12-13-2015 08:33 PM
ACL in 2920. blocked traffic in both directions
Good day!
I apologize for my bad english
have vlan 50 and 99
ACL
ip access-list extended "110"
10 deny ip 192.168.99.1 0.0.0.0 0.0.0.0 255.255.255.255
20 permit ip 0.0.0.0 255.255.255.255 0.0.0.0 255.255.255.255
exit
vlan 50
name "test"
ip access-group "110" vlan-in
ip address 192.168.50.254 255.255.255.0
vlan 99
name "guest"
ip address 192.168.99.254 255.255.255.0
everything is fine, with a host 192.168.99.1 access VLAN 50 no, everyone else sees.
But! 50 vlan not visible and host 192.168.99.1.
Question - why ACL works in both directions? when packets must be processed at VACL included in the VLAN, but not outgoing.
- Tags:
- ACLs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2015 10:15 AM
12-14-2015 10:15 AM
Re: ACL in 2920. blocked traffic in both directions
Try:
ip access-list extended "110"
10 deny ip 0.0.0.0 255.255.255.255 192.168.99.1 0.0.0.0
20 permit ip 0.0.0.0 255.255.255.255 0.0.0.0 255.255.255.255