- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- Re: Access list on 5460zl blocks nothing
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
09-17-2013 10:45 AM - edited 09-29-2013 02:03 AM
09-17-2013 10:45 AM - edited 09-29-2013 02:03 AM
Access list on 5460zl blocks nothing - solved
We have a 5406zl switch with sofwtare version K.15.09.0012. We want to block vlans with client devices that are not manager by the school. We have made the following access list for employees:
ip access-list extended "ACL-mdw_in"
20 permit tcp 0.0.0.0 255.255.255.255 10.2.0.0 0.0.0.3 eq 53
21 permit udp 0.0.0.0 255.255.255.255 10.2.0.0 0.0.0.3 eq 53
30 permit tcp 0.0.0.0 255.255.255.255 192.168.1.235 0.0.0.0 eq 80
40 permit tcp 0.0.0.0 255.255.255.255 192.168.1.233 0.0.0.0 eq 3389
100 deny ip 0.0.0.0 255.255.255.255 192.168.0.0 0.0.255.255
110 deny ip 0.0.0.0 255.255.255.255 172.16.0.0 0.15.255.255
120 deny ip 0.0.0.0 255.255.255.255 10.0.0.0 0.255.255.255
200 permit ip 0.0.0.0 255.255.255.255 0.0.0.0 255.255.255.255
exit
They have access to dns, webmail, a terminal server and the internet and no access to internal subnets.
We have a vlan for guest withthe following access list:
ip access-list extended "Expeditie"
10 deny ip 0.0.0.0 255.255.255.255 0.0.0.0 255.255.255.255
exit
That have access to an Internet gateway only which is located in the subnet itself. No access to the internal network. They use external DNS.
The vlan configuration looks like this:
vlan 748
name "Bedr-Gast"
tagged A2,A15,A21-A24,B20-B23,Trk1-Trk2
ip access-group "Expeditie" in
ip address 10.36.255.254 255.255.0.0
ip helper-address 10.2.0.2
exit
With a similar configuration for the employee vlan.
The access lists blocks nothing. We can ping internal systems such as domain controllers and make a RDP connection to it. We tried using the specific subnet of the vlan as source address instead of "any", but that made no difference. The access losts don't seem to work at all.
Is it a software bug or did we make a configuration mistake? We use this software version after trying several others, because we had (severe) throughput problems when routing across 2 hops. It did work when we implemented it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2013 12:03 AM
09-19-2013 12:03 AM
Re: Access list on 5460zl blocks nothing
Change it to "out".
I've forgotten the logic, but the direction is the opposite of whatever seems logical.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2013 02:01 AM
09-29-2013 02:01 AM
Re: Access list on 5460zl blocks nothing
We found the cause of the problem.
We were connecting through a wireless network via an msm765 controller. It appeared that there was a single AP that was in a separate group. It had incorrect settings for the particular SSID/VSC. Although the egress vlan was correctly set, it was not enabled, so we ended up in the wrong vlan.