Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
ACL vlan M4100
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2018-03-23
12:35 AM
2018-03-23
12:35 AM
ACL vlan M4100
Hi Team,
I craeted 2 vlans in the switch:
Vlan 10 : 192.168.1.1/24
Vlan 20: 192.168.2.1/24
I want to create a ACL in the CLI for denying the traffic for 192.168.1.5 to 192.168.2.5
Please provide the CLI commands
Model: M4100-24G-POE+ (GSM7224Pv1h2)|ProSafe 24 ports gigabits fully managed L2 switch with PoE+
Message 1 of 3
Labels:
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2018-03-23
01:05 AM
2018-03-23
01:05 AM
Re: ACL vlan M4100
Welcome to the community!
I think you can try with the following commands
en
config
ip access-list acl1
deny ip 192.168.1.5 255.255.255.255 192.168.2.5 255.255.255.255
permit ip any any
exit
ip access-group acl1 vlan 10 in 1
save
Any trouble please keep us informed.
Thanks
Carl
Netgear Employee
Message 2 of 3
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2018-04-03
06:18 AM