cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
851
Views
5
Helpful
4
Replies

ASA 5505 trying to copy file to flash

trih
Level 1
Level 1

I have deleted all files on my ASA 5505 firewall. I have loaded a image from a local tftp-server. When I after the reboot tries to set a IP address on interface ethernet0/0 I get this error:

ERROR: This command can only be configured on VLAN interfaces.

 

Please help.

1 Accepted Solution

Accepted Solutions

Seb Rupik
VIP Alumni
VIP Alumni

Hi there,

The ethernet interfaces on the 5505 only operate at layer 2. You need to configure and VLAN SVI and apply the VLAN to the interface.

eg:

!
int vlan 2
  nameif outside
  ip address 192.168.2.254 255.255.255.0
  security-level 0
!
int eth0/0
  no shut
  switchport access vlan 2
!

cheers,

Seb.

View solution in original post

4 Replies 4

Seb Rupik
VIP Alumni
VIP Alumni

Hi there,

The ethernet interfaces on the 5505 only operate at layer 2. You need to configure and VLAN SVI and apply the VLAN to the interface.

eg:

!
int vlan 2
  nameif outside
  ip address 192.168.2.254 255.255.255.0
  security-level 0
!
int eth0/0
  no shut
  switchport access vlan 2
!

cheers,

Seb.

Thanks for the quick reply Seb Rupik.

Now that the ASA is running again I need the ASDM I cannot download it from the ASA. How can I get it?

You just download it from Cisco download page. Make sure the ASDM version "is inline" with the FW software version; read compatibility guide.

Review Cisco Networking for a $25 gift card