commit-buffer
Example:
firepower-2110 /system/services* # commit-buffer
Step 8 Change the ASA address to be on the correct network. The default ASA Management 1/1 interface IP address
is 192.168.45.1.
a) From the console, connect to the ASA CLI and access global configuration mode.
connect asa
enable
configure terminal
In ASA version 9.12(1) and later, you are prompted to set an enable password. In previous versions, the
default enable password is blank.
Example:
firepower-2110# connect asa
Attaching to Diagnostic CLI ... Press 'Ctrl+a then d' to detach.
Type help or '?' for a list of available commands.
ciscoasa> enable
Password:
The enable password is not set. Please set it now.
Enter Password: ******
Repeat Password: ******
ciscoasa# configure terminal
ciscoasa(config)#
b) Change the Management 1/1 IP address.
interface management1/1
ip address ip_address mask
Example:
ciscoasa(config)# interface management1/1
ciscoasa(config-ifc)# ip address 10.86.118.4 255.255.255.0
c) Change the network that can access ASDM.
no http 192.168.45.0 255.255.255.0 management
http ip_address mask management
Example:
ciscoasa(config)# no http 192.168.45.0 255.255.255.0 management
ciscoasa(config)# http 10.86.118.0 255.255.255.0 management
d) Save the configuration.
write memory
Cisco Firepower 2100 Getting Started Guide
212
ASA Deployment with ASDM
(Optional) Change the FXOS and ASA Management IP Addresses or Gateway