05-13-2024 11:34 PM
Our gateway mac address is different when we give arp -a in cmd the mac address is another show when we trace it shows a student mac what could be the problem?
05-13-2024 11:35 PM
Could a student have assigned its own machine the gateway IP address?
05-13-2024 11:39 PM
Sure this is l2 attack' the hack PC send GARP to all other host it mac and GW IP.
This make traffic forward to hack PC before reforward again.
So hack PC be man in middle see all traffic from host to GW.
you need DAI for this attack.
MHM
05-13-2024 11:45 PM
Our Gateway original Mac Address is 6cb2.ae41.23d6.
But arp -a showing a04f.85fa.a543.So what is solution ?
05-13-2024 11:46 PM
The simplest immediate solution is to disconnect that client machine. Afterwards you should consider to implement dhcp snooping and dynamic arp inspection
05-13-2024 11:53 PM
how i can implement dhcp snooping and dynamic arp inspection?
05-14-2024 12:03 AM
You first need to configure DHCP snooping with "ip dhcp snooping" and under your uplink interfaces "ip dhcp snooping trust". Are you using IP helpers/dhcp relay in your environment?
Once DHCP snooping is working you can enable ip arp inspection using "ip arp inspection". Note that you will need to create static entries for any hosts with statically assigned ip addresses.
You can read more about DHCP snooping and DAI here:
05-14-2024 12:10 AM
interface Vlan20
description **** SVI FOR STUDENTS VLAN ****
ip address 172.16.0.3 255.255.0.0
ip helper-address 10.0.0.110
05-14-2024 01:11 AM
You will need to configure "ip dhcp snooping information option allow-untrusted" on distribution switches.
05-14-2024 01:58 AM
The following VLAN configurations on our core switch are VLAN 1, VLAN 10, and VLAN 20. Three servers and two access points are connected to the core switch, and their VLAN is 1. Three servers are connected to the switch, and their VLAN is 10. DHCP Server connected with Core switch Port no 1.So port no 1 have to be set as snooping trust, while the other ports will remain unchanged? And will this configuration need to be replicated on the rest of the distribution switches, or will it remain the same?
05-14-2024 03:15 AM
one Core switch and 35 distribution switches are using in network.Can you help me determine which commands I should use on core switch and which commands I should use on distribution switches?
05-13-2024 11:48 PM
As @Torbjørn mention' disconnect this PC and prevent this in feature as I mention use DAI.
MHM
05-13-2024 11:52 PM - edited 05-13-2024 11:52 PM
can i configure DAI in Cisco network switches?
05-13-2024 11:56 PM
Yes sure you can'
And if you dont use dhcp you can use static DAI.
MHM
05-14-2024 01:59 AM
One more question is
The following VLAN configurations on our core switch are VLAN 1, VLAN 10, and VLAN 20. Three servers and two access points are connected to the core switch, and their VLAN is 1. Three servers are connected to the switch, and their VLAN is 10. DHCP Server connected with Core switch Port no 1.So port no 1 have to be set as snooping trust, while the other ports will remain unchanged? And will this configuration need to be replicated on the rest of the distribution switches, or will it remain the same?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide