ā04-12-2023 04:46 AM
Hello everyone,
I have a NAC solution that uses DHCP relay for device profiling and i want to configure DHCP relay on my cisco C1000 switch with the NAC IP as a secondary ip to sniff packets. how do i go about doing this
thanks
Solved! Go to Solution.
ā04-12-2023 05:12 AM
interface Vlan40
description EMPLOYEE
ip address 10.1.40.1 255.255.255.0
ip helper-address 10.1.100.100
ip helper-address 10.1.200.6
ip flow ingress
ā04-12-2023 05:12 AM
interface Vlan40
description EMPLOYEE
ip address 10.1.40.1 255.255.255.0
ip helper-address 10.1.100.100
ip helper-address 10.1.200.6
ip flow ingress
ā04-12-2023 05:25 AM
Thanks for your response, i would like to confirm some things
1. 10.1.100.100 does this IP represent the IP of the DHCP server?
2.10.1.200.6 and this the IP of the NAC device
ā04-12-2023 05:30 AM
correct the order is not important the interface will send packet to all ip helper-address list.
so dont worry which come first
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