10 asa commands

2
! Enter privileged level 15 ! (no password by default) enable ! Enter configuration mode (similar to IOS on Router) config terminal ! Bring up a physical switchport ! And assign it to a VLAN (VLAN 1 is the default) interface e0/5 switchport access vlan 1 no shut exit ! Configure the logical VLAN 1 interface for the ! INSIDE, with its security level and IP address interface vlan 1 security-level 100 nameif INSIDE ip address 10.0.0.1 255.255.255.0 exit ! Enable HTTPS services (for use with ASDM) http server enable ! Specify where ASDM sessions are allowed ! to come from http 10.0.0.0 255.255.255.0 INSIDE ! We can stay in configuration mode and still ! issue our show commands show interface IP brief

Upload: bjb302

Post on 02-Jun-2018

222 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: 10 ASA Commands

8/9/2019 10 ASA Commands

http://slidepdf.com/reader/full/10-asa-commands 1/1

! Enter privileged level 15! (no password by default)

enable

! Enter configuration mode (similar to IOS on Router)

config terminal

! Bring up a physical switchport! And assign it to a VLAN (VLAN 1 is the default)

interface e0/5switchport access vlan 1no shutexit

! Configure the logical VLAN 1 interface for the! INSIDE, with its security level and IP address

interface vlan 1security-level 100

nameif INSIDEip address 10.0.0.1 255.255.255.0exit! Enable HTTPS services (for use with ASDM)

http server enable

! Specify where ASDM sessions are allowed! to come from

http 10.0.0.0 255.255.255.0 INSIDE

! We can stay in configuration mode and still! issue our show commands

show interface IP brief