06-28-2021 07:56 AM
Hi
Need steps to create VLAN in cisco catalyst 2960 switch.
VLAN 100
192.168.100.1/24 is the IP
i do have existing VLAN's 10,20,30,40,50,60 these vlan have specific network.
An these can commmunicate internally and can get internet.
But VLAN 100 must not communicate with the above vlan's but must get Internet
How to create rules ,
Kindly support
06-28-2021 10:45 AM - edited 06-28-2021 01:54 PM
what device is this and what IOS Code it running, can you provide us show run config, so we can tweak for you
or refer below VACL :
https://www.ciscopress.com/articles/article.asp?p=1181682&seqNum=4
06-28-2021 11:49 AM
The original post was pretty clear about platform saying "in cisco catalyst 2960 switch". While knowing the version of code might be helpful I think it more important to know what image type/licensing is running on the switch. Assuming that the switch does support the functionality you would follow these steps:
- configure vlan 100 and give it a name.
- configure interface vlan 100 and specify IP address and mask
- configure an extended access list. In that list deny any traffic with source address in 192.168.100.0/24 and destination in the other local subnets. Then allow traffic from 192.168.100.0/24 to any destination.
- apply the access list inbound on interface vlan 100.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide