LAN Routing
1753925 Members
9198 Online
108810 Solutions
New Discussion

Re: HP 2920 Inter VLAN Routing

 
SOLVED
Go to solution
Pete W
Valued Contributor

Re: HP 2920 Inter VLAN Routing

To avoid having to put the ACL on every interface (PACL), you could put it on the VLAN something like this:

 

ip access-list extended Vlan2_ACL

   permit ip any 172.16.2.0 0.0.0.255

   deny ip any 172.16.0.0 0.15.255.255

   permit ip 0.0.0.0 255.255.255.255

 

ip access-list extended Vlan3_ACL

   permit ip any 172.16.3.0 0.0.0.255

   deny ip any 172.16.0.0 0.15.255.255

   permit ip any any

 

vlan 2
ip access-group Vlan2_ACL vlan

vlan 3
ip access-group Vlan3_ACL vlan

 

Pete

Little_Love
Occasional Visitor

Re: HP 2920 Inter VLAN Routing

How did you make it work?

dave_fluffy
Occasional Advisor

Re: HP 2920 Inter VLAN Routing

PM me, and ill email you the config

rahulsinhaniya
Occasional Visitor

Re: HP 2920 Inter VLAN Routing

Could you please share the config with us ? I am having the same problem