- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Aruba & ProVision-based
- >
- Re: vlan acls
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
04-07-2016 11:51 AM - edited 04-07-2016 11:56 AM
04-07-2016 11:51 AM - edited 04-07-2016 11:56 AM
vlan acls
Hi, I'm trying to prevent vlan 4 (172.26.96.0/22 from accessing all other vlans.
but
I would like vlan 4 to be able to access 172.24.1.4 on udp 67
and
I would like vlan 4 to be able to access the internet default gateway
Procurve 5400
Thanks,
Brian
- Tags:
- ACLs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-11-2016 01:13 AM
04-11-2016 01:13 AM
Re: vlan acls
Dear
Plz try the below..
1. for preventing vlan 4 from all other vlans
20 deny ip 0.0.0.0 255.255.255.255 0.0.0.0 255.255.255.255
2. for allowing vlan 4 to communictae 172.24.1.4 on UDP 67
11 permit udp 0.0.0.0 255.255.255.255 172.24.1.4 0.0.0.0 eq 67
3. For allowing vlan 4 to communicate default gateway
10 permit ip 0.0.0.0 255.255.255.255 X.X.X.X 255.255.255.255
Where X.X.X.X is your Default Gateway.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-11-2016 10:15 AM
04-11-2016 10:15 AM
Re: vlan acls
Try below. Maybe syntax isn;t 100% , but I'm doing too much vendors at the moment
#first, pass dhcp requests:
permit udp any any eq 67
#allow pinging the GW: (assuming .1 is GW)
permit icmp any host 172.26.96.1
#Block other VLANs, assuming they are RFC1918 networks
deny ip any 10.0.0.0 0.255.255.255
deny ip any 192.168.0.0 0.0.255.255
deny ip any 172.16.0.0 0.15.255.255
#Permit internet access
permit ip any any
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP