cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2554
Views
0
Helpful
2
Replies

[solved] ASA5550: Deny IP spoof from

Marian Hercek
Level 1
Level 1

ASA 5550, software version 9.1(7)

Error message: Deny IP spoof from 192.168.54.114 to 192.168.10.1 (on interface MGMT).

interface GigabitEthernet0/1
 nameif inside-srv
 security-level 100
 ip address 192.168.10.1 255.255.255.0

interface GigabitEthernet0/2
 no nameif
 security-level 100
 no ip address

interface GigabitEthernet0/2.54
 vlan 54
 nameif MGMT
 security-level 100
 ip address 192.168.54.1 255.255.255.0

Took capture on interface MGMT and I can't see any spoofed address. Check attached screenshot.

2 Replies 2

Pranay Prasoon
Level 3
Level 3

I think it makes sense why you are getting the error message. 192.168.54.114 wants to reach to 192.168.10.1. It would have its default gateway to ASA mgmt interface. Now 192.168.10.1 is the interface that belongs to ASA itself, which is prohibited by ASA. You can't reach to any of the far interface on ASA for management traffic.

The problem was that SNMP was configured on wrong interface.

Review Cisco Networking for a $25 gift card