Enabling multicontext mode on the Cisco ASA 5500 series is simple. You simply type “mode multiple” in config terminal mode. This command will completely change the behaviour of your device, and likely scrap alot of your config. So I would suggest doing the proper reading on it before attempting to do this. The device will reboot immediately after confirming that you actually want to proceed.
WARNING: This command will change the behavior of the device
WARNING: This command will initiate a Reboot
Proceed with change mode? [confirm]
Convert the system configuration? [confirm]
!
The old running configuration file will be written to flash
The admin context configuration will be written to flash
The new running configuration file was written to flash
Security context mode: multiple
***
*** — SHUTDOWN NOW —
***
*** Message to all terminals:
***
*** change mode
After the boot, you will enter the admin context of the device upon SSHing to the usual management interface IP. You can now start creating multiple contexts (if you have the proper licence) The base config and context config of the device can be edited from the system context (“changeto context system“)
You can scrap your multiple context mode and revert to single context by doing “mode single” whenever you like. Both of these commands will change your config and the behaviour of your firewall, so make sure you make the appropriate config backups before you do this.