Hello All,
I have managed to simulate to Cisco ASA's on GNS3 - ASA1 and ASA2.
ASA2 is configured as multiple mode to enable contexts while ASA2 has been configured as single mode.
On ASA2 I can assign an IP address to its gigabitethernet interfaces as normal, however I'm unable to assign an interface to the gigabitethernet interfaces on ASA1.
Can someone please tell me why that is? I'm sure there is a simple explanation.
Cheers
Carlton
I am not sure how you are trying it but you would need to do this:
In the system context:
context Test
config-url Test.cfg
allocate-interface gig0/0
allocate-interface gig0/1
Changeto context Test
interface gig0/0
ip address 1.1.1.1 255.255.255.0
no shut
nameif inside
interface gig0/1
ip address 2.2.2.2 255.255.255.0\
nameif outside
no shut
Hope that helps.
Thanks,
Varun Rao
Security Team,
Cisco TAC
Thanks