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

Virtual Interfaces(VLAN) in 5512x

Jonn cos
Level 4
Level 4

Hi all,

in 5512x datasheet, what do they mean by Virtual Interfaces (VLANS) ? is it SVI or VLAN ?

 

http://www.cisco.com/c/en/us/products/collateral/security/asa-5500-series-next-generation-firewalls/data_sheet_c78-701253.html

2 Replies 2

Bilal Nawaz
VIP Alumni
VIP Alumni

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.

Please rate useful posts & remember to mark any solved questions as answered. Thank you.

slicerpro
Level 1
Level 1

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.