0% found this document useful (0 votes)
9 views

ASA Basic Configuration

The document outlines configuration commands for a network device, including setting the hostname, interface configurations, and enabling HTTP, Telnet, and SSH access. It also includes steps for registering a license, setting up NTP, and establishing routing. Additionally, there are notes regarding Java compatibility and specific configurations for the ASA device.

Uploaded by

Barca To End
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views

ASA Basic Configuration

The document outlines configuration commands for a network device, including setting the hostname, interface configurations, and enabling HTTP, Telnet, and SSH access. It also includes steps for registering a license, setting up NTP, and establishing routing. Additionally, there are notes regarding Java compatibility and specific configurations for the ASA device.

Uploaded by

Barca To End
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

show run hostname

show version
show int ip b
license smart register idtoken <your-token>
show file system ---> Flash Memory information
configure factory-default
erase startup config (xxxxxx - zero configuration)
hostname ASA
show nameif
wr
domain-name iti.com (MUST for SSH)
banner motd ITI
enable password 123 (no enable secret)
clock set 00:00:00 11 may 2025
show route

interface GigabitEthernet0/1
ip address 10.10.10.1 255.255.255.0
no shut
nameif Inside
security-level 100

interface GigabitEthernet0/2
nameif Outside

interface Management0/0
nameif MGMT
ip address 172.16.1.1 255.255.255.0

route Outside 0.0.0.0 0.0.0.0 192.168.220.2


Http Enable :
http server enable
http 172.16.1.2 255.255.255.255 MGMT
username admin password cisco encrypted privilege 15
aaa authentication http console LOCAL

‫ اللي مديهالي الموقع هي دي اللي‬Java‫ نسخة الـ‬: ‫* ملحوظة هامة‬


Update ‫ وكمان وقف‬incomptability ‫امشي عليها عشان ميحصلش‬
‫الجافا علي ويندوز‬

ASA ‫ بتاع‬Flash‫ موجود جوا الـ‬ASDM

‫ طالع نت‬ASA‫ اتأكد أن الـ‬-1


outside‫ للـ‬inside‫ تطلع الـ‬Access rule ‫ اتأكد أن فيه‬-2
NAT -3

Making ASA as NTP Client :


ntp server x.x.x.x
show ntp status
Telnet Access :
passwd 123
telnet 192.168.220.0 255.255.255.0 OUTSIDE
aaa authentication telnet console LOCAL
SSH Access :
aaa authentication ssh console LOCAL
username abeer password 123
crypto key generate rsa modulus 2048
ssh 172.16.1.0 255.255.255.0 MGMT
ssh timeout 10

You might also like