How to allocate interfaces in multiple contexts?
When we have switched to multiple context, ASA created a system space and admin context by default. Admin context can be used as a normal user context, but is not recommended. System context is used to manage the entire system space, such as creating contexts, allocating resources, allocating interfaces, etc.
Lets say I have created a context with name ASA1 and I would like to allocate Eth0/0 and Eth0/1 to this context.
This will be done from System context: Here are the commands
changeto System
allocate-interface Eth0/0
allocate-interface Eth0/1
Lets say I have created a context with name ASA1 and I would like to allocate Eth0/0 and Eth0/1 to this context.
This will be done from System context: Here are the commands
changeto System
allocate-interface Eth0/0
allocate-interface Eth0/1
0 comments:
Post a Comment