cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1125
Views
5
Helpful
3
Replies

CISCO ASA5510 Firewall transparent mode

turbie_cisco
Level 1
Level 1

Hi,

i have a ASA5510 in the office, that already configured 3 context, namely, admin, user, server.

in the server context, the last running config was not saved, and there was a power trip last friday night. 1 of the sub interface was affected, and i need to recreate that interface.

how do I do it?

I am getting the below error, it only allow me to do changes those pre-defined interface.

kul-fw-03/admin(config)# interface ethernet 0/2.111

                                              ^

ERROR: % Invalid input detected at '^' marker.

how to I create extra sub interface?

PS: the current config is done by the network guy who left the company last month.:(

please help.

1 Accepted Solution

Accepted Solutions

Jennifer Halim
Cisco Employee
Cisco Employee

you would need to configure it from the System context, not the Admin context.

If you are trying to add the sub interfaces for the server context, then go to the System context:

config t

interface ethernet 0/2.111

exit

context server

  allocate-interface ethernet0/2.111

here is a sample configuration for your reference:

http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00808d2b63.shtml

Hope that helps.

View solution in original post

3 Replies 3

Jennifer Halim
Cisco Employee
Cisco Employee

you would need to configure it from the System context, not the Admin context.

If you are trying to add the sub interfaces for the server context, then go to the System context:

config t

interface ethernet 0/2.111

exit

context server

  allocate-interface ethernet0/2.111

here is a sample configuration for your reference:

http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00808d2b63.shtml

Hope that helps.

Hi Jannifer,

was once straggle how to get into sysem context, at the end I am loggin in using the roll over cable to the firewall.

thanks for your kind assistance.

Great to know all is working good now. Pls kindly mark your post answered so others can learn from it. Thank you.

Review Cisco Networking for a $25 gift card