cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
463
Views
0
Helpful
2
Replies

VACL

amardram123
Level 1
Level 1

Hi all,

i need to block communication between vlans in one 3750 switch, i tried using access-list but not working.

i have 2 vlans 23(172.16.23.0/24) and 24(172.16.24.0/24), and i want to block all communication between these vlans.

can any1 help to config vacl between these 2 vlans.

Regards

Amar

1 Accepted Solution

Accepted Solutions

Jon Marshall
Hall of Fame
Hall of Fame

amardram123 wrote:

Hi all,

i need to block communication between vlans in one 3750 switch, i tried using access-list but not working.

i have 2 vlans 23(172.16.23.0/24) and 24(172.16.24.0/24), and i want to block all communication between these vlans.

can any1 help to config vacl between these 2 vlans.

Regards

Amar

You don't use vacl's for this.

access-list 101 deny ip 172.16.23.0 0.0.0.255 172.16.24.0 0.0.0.255

access-list 101 permit ip 172.16.23.0 0.0.0.255 any

access-list 102 deny ip 172.16.24.0 0.0.0.255 172.16.23.0 0.0.0.255

access-list 102 permit ip 172.16.24.0 0.0.0.255 any

int vlan 23

ip access-group 101 in

int vlan 24

ip access-group 102 in

Jon

View solution in original post

2 Replies 2

Jon Marshall
Hall of Fame
Hall of Fame

amardram123 wrote:

Hi all,

i need to block communication between vlans in one 3750 switch, i tried using access-list but not working.

i have 2 vlans 23(172.16.23.0/24) and 24(172.16.24.0/24), and i want to block all communication between these vlans.

can any1 help to config vacl between these 2 vlans.

Regards

Amar

You don't use vacl's for this.

access-list 101 deny ip 172.16.23.0 0.0.0.255 172.16.24.0 0.0.0.255

access-list 101 permit ip 172.16.23.0 0.0.0.255 any

access-list 102 deny ip 172.16.24.0 0.0.0.255 172.16.23.0 0.0.0.255

access-list 102 permit ip 172.16.24.0 0.0.0.255 any

int vlan 23

ip access-group 101 in

int vlan 24

ip access-group 102 in

Jon

Ganesh Hariharan
VIP Alumni
VIP Alumni

Hi all,

i need to block communication between vlans in one 3750 switch, i tried using access-list but not working.

i have 2 vlans 23(172.16.23.0/24) and 24(172.16.24.0/24), and i want to block all communication between these vlans.

can any1 help to config vacl between these 2 vlans.

Regards

Amar

Hi Amar,

A Jon has provided the solution just check out the below link for basic understanding of acl implementation on routers

http://www.sans.org/reading_room/whitepapers/networkdevs/easy-steps-cisco-extended-access-list_231

Hope to Help !!

Ganesh.H

Remember to rate the helpful post

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card