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

DHCP_SNOOPING_DENY

Ivan Marinovic
Level 1
Level 1

Good morning,

I have one small problem...

When i change voice vlan on one location I start receiving this massage:

%SW_DAI-4-DHCP_SNOOPING_DENY: 1 Invalid ARPs (Req) on Fa0/11, vlan 8.([e8ba.7006.b8aa/10.15.8.2/0000.0000.0000/10.15.8.1/21:52:59 C

And phones are not working any more…

loong description:

In one of our location we don’t have distribution switch, (because it is small-only 20 users), so we connect cisco 2960 directly to 6509. So our core switch is also distribution switch for that location.

Currently we are using 2 vlan  10 for voice and  20 for data. Now i need to change voice vlan to vlan 8. When i change/create new vlan, add new interface, add trunk… and on 2960 change switchport voice vlan. Ip phones (cisco and linksys) are not booting, they don’t receive dhcp. And in log i find these massage:

%SW_DAI-4-DHCP_SNOOPING_DENY: 1 Invalid ARPs (Req) on Fa0/11, vlan 8.([e8ba.7006.b8aa/10.15.8.2/0000.0000.0000/10.15.8.1/21:52:59 C

So what command i need to enter that switch „trust“ that phones??

I try clear all mac, arp tables but that didn’t help.

1 Accepted Solution

Accepted Solutions

Talha Ansari
Level 1
Level 1

Hi,

It would be helpful if you post the configuration of 2960 and 6500.

I think you have DHCP and Dynamic Arp Inspection enabled right on 6500.

Try this :

1) Clear DHCP bindings on the DHCP server.

2) Change the Voice VLAN.

3) Clear ARP on 6500.

HTH

Regards,

Talha

View solution in original post

5 Replies 5

Talha Ansari
Level 1
Level 1

Hi,

It would be helpful if you post the configuration of 2960 and 6500.

I think you have DHCP and Dynamic Arp Inspection enabled right on 6500.

Try this :

1) Clear DHCP bindings on the DHCP server.

2) Change the Voice VLAN.

3) Clear ARP on 6500.

HTH

Regards,

Talha

Thanks on your replay...

i will try this tonight when no users are log on....

config  2960

Hi,

You have DHCP snooping and DAI configured indeed:

ip dhcp snooping vlan 2-95

ip dhcp snooping

ip name-server

ip arp inspection vlan 2-95

So do like Talha said and also clear the ip dhcp snooping binding database:

clear ip dhcp snooping database

Regards.

Alain.

Don't forget to rate helpful posts.

Hi,

I did as Talha sad:

1) Clear DHCP bindings on the DHCP server.

2) Change the Voice VLAN.

3) Clear ARP on 6500.

but it was not working so i did:

no ip dhcp snooping vlan 2-95

no ip dhcp snooping

no ip name-server

no ip arp inspection vlan 2-95

and then everything go ok... and then I enable privies command....

Thanx,

Ivan

Using the no commands was the shortest cut..

Nice to know it ended well.