12-24-2019 07:13 AM - edited 12-24-2019 07:13 AM
Hi Everyone....My new network architecture is simple explained below, require to configure new L3 core switch (9300 series) with 10 vlans
My senior mgmt. has given me a new requirement like they want Vlan 15 should be secure or it should not be accessible to other vlan. Please suggest all and best possible ways which can be configured in core switch itself, also suggest if configuration change is required, no downtime problem. Do not want to use ACL. Thanks in Advance. Amit
12-24-2019 07:24 AM
VLAN ACL (VACL )is the correct one.
Example reference guide :
12-24-2019 10:48 PM
Hello Balaji, Can we use yrf for particular vlan (Vlan 15) which is required to secure and rest configure as normal vlan.
Regds Amit
12-25-2019 02:53 AM
Sure you can use VRF here in your case, depends on your requirement - you can with normal VLAN with VACL or VRF.
here is a configuration guide for Cat 9K VRF config.
12-25-2019 01:44 AM - edited 12-25-2019 01:56 AM
Hello
if you don’t wish to use access list then to segregate that vlan you’ll need to use a VRF that’s if that switch supports it
Feature vrf
Ip vrf 15
int vlan 15
io vrf forwarding 15
Exit
ip route 0.0.0.0 0.0.0.0.0 x.x.x.x global
thst static route will allow vlan 15 users gain external connection
n
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