04-21-2014 01:40 AM - edited 03-07-2019 07:09 PM
Hi all,
in 5512x datasheet, what do they mean by Virtual Interfaces (VLANS) ? is it SVI or VLAN ?
04-21-2014 04:57 AM
Hello,
I believe it means SVI's or in this case, sub interfaces with a vlan tag on them. I know this bit for sure however my knowledge of ASA's is very limited, I think you can also create VLANs - in similar fashion.
Hth.
02-17-2015 07:19 PM
Virtual interfaces are what you are calling SVI's. For example, you would have interface vlan1, interface vlan2, etc. While you are still at it, name you interfaces using nameif command
interface vlan1
nameif outside
ip address x.x.x.x x.x.x.x
interface vlan 2
nameif inside
ip address x.x.x.x x.x.x.x
Optionally, you can configure security levels for the interfaces. By default, the outside interface is assigned security level of 0 while the inside interface is assigned security level of 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