05-14-2008
05:29 AM
- last edited on
03-25-2019
05:39 PM
by
ciscomoderator
Hello I am configuring subinterfaces on mys asa5540 the question I have is do I have to have a security-level on the trunk interface here is what I am referring to:
interface GigabitEthernet0/2
speed 1000
duplex full
no nameif
security-level 0
no ip address
I know I have to have it on the subinterface not sure about the trunk interface. Please adise!
05-14-2008 07:22 AM
You don't need it/it isn't used. With the no nameif, untagged packets are dropped and hence need no for a security level.
http://www.cisco.com/en/US/docs/security/asa/asa80/configuration/guide/intrface.html#wp1044006
Hope that helps.
05-14-2008 09:42 AM
Thanks! This help!!!!
05-14-2008 05:31 PM
Here is a quick example of a working subinterface/vlan config that I just applied to an ASA pair last week:
interface Ethernet0/2
speed 100
duplex full
no nameif
no security-level
no ip address
!
interface Ethernet0/2.1
description Guest Access
vlan 7
nameif GuestAccess
security-level 10
ip address 192.168.202.1 255.255.255.0 standby 192.168.202.2
!
interface Ethernet0/2.2
description DMZ
vlan 8
nameif DMZ
security-level 50
ip address 192.168.200.1 255.255.255.0 standby 192.168.200.62
05-15-2008 04:20 AM
tHANK yOU! sO YOU HAD TO CREATE AND ACCESS-LIST AND NAT STATEMENT FOR YOUR GUESTACCESS BECAUSE OF THE SECURITY-LEVEL CORRECT?
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