- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- 5300 procurve inter-vlan routing/ACL
-
- Forums
-
Blogs
- Alliances
- Around the Storage Block
- Behind the scenes @ Labs
- HPE Careers
- HPE Storage Tech Insiders
- Infrastructure Insights
- Inspiring Progress
- Internet of Things (IoT)
- My Learning Certification
- OEM Solutions
- Servers: The Right Compute
- Shifting to Software-Defined
- Telecom IQ
- Transforming IT
- Infrastructure Solutions German
- L’Avenir de l’IT
- IT e Trasformazione Digitale
- Enterprise Topics
- ИТ для нового стиля бизнеса
- Blogs
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Enterprise.nxt
- Marketplace
- Aruba Airheads Community
-
Forums
-
Blogs
-
InformationEnglish
- 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
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-04-2005 03:19 AM
03-04-2005 03:19 AM
5300 procurve inter-vlan routing/ACL
I need to accomplish two tasks:
1) enable a host (and only that host) from vlan-a to access a host (and only that host) on vlan -b
and
2) enable all hosts on vlan-b to access a host (printer - an of course, only that printer) on vlan-a
I could do it through an external router/firewall device, but would rather have it performed internally in the switches...
any help is much appreciated...
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-05-2005 03:51 PM
03-05-2005 03:51 PM
Re: 5300 procurve inter-vlan routing/ACL
access-list 101 permit ip any host e.f.g.i
then
vlan a access-group 101 in
where a.b.c.d is the ip address of the vlan-a host and e.f.g.h is the IP address of the vlan-b host from 1)
e.f.g.i is the IP address of the printer.
a is the vlan number of vlan -a
The list has an implicit deny ip any any at the end so that's all the traffic it will pass at layer 3. If there were a router with connection to the internet involved then we would need to add
access-list 101 deny ip any e.f.g.0 0.0.0.255
access-list 101 permit ip any any
Ron
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-07-2005 01:27 AM
03-07-2005 01:27 AM
Re: 5300 procurve inter-vlan routing/ACL
Carl.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-07-2005 01:28 AM
03-07-2005 01:28 AM
Re: 5300 procurve inter-vlan routing/ACL
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2019 Hewlett Packard Enterprise Development LP