05-26-2012 07:05 AM - edited 03-11-2019 04:12 PM
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
05-26-2012 08:26 AM
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
05-26-2012 02:54 PM
Thanks
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide