Enabling the DHCP Probe in Cisco ISE Policy Services Node and Configure it on a Cisco Switch
Cisco Identity Services Engine (ISE) is a comprehensive network security policy management platform that offers various features to enforce security policies across an organization’s network infrastructure. One of these features is DHCP Probe, which allows ISE to discover and profile network devices based on the DHCP traffic passing through a Cisco switch VLAN.
This training document will explain how to enable DHCP Probe in Cisco ISE Policy Services Node and configure it on a Cisco switch VLAN using the helper address or directly on the switch.
Prerequisites: Before proceeding with the configuration, ensure that you have the following prerequisites in place:
- Cisco ISE is installed and configured
- The Cisco switch is connected to the network and is operational
- A VLAN is configured on the Cisco switch
Configuration Steps:
Step 1: Enable DHCP Probe in Cisco ISE Policy Services Node
- Log in to the Cisco ISE web interface using an administrator account.
- Navigate to Work Centers > Profiler.
- Select Node Config > Deployment and select the Policy Service node to perform profiling from the list of deployed nodes on the RHS pane.
- Click Edit and navigate to the DHCP tab.
- Click the Enable DHCP Probe checkbox.
- Configure the following options:
- Probe Interval: The interval at which ISE sends DHCP probes to discover network devices.
- Probe Retry Count: The number of times ISE attempts to send a DHCP probe to a device.
- Probe VLAN Tag: The VLAN ID that ISE uses to send DHCP probes.
Step 2: Configure DHCP Probe on the Cisco switch VLAN using ISE Policy Node as the IP helper-address
- Log in to the Cisco switch using a privileged account.
- Navigate to the VLAN configuration mode by entering the following command: configure terminal vlan vlan-id
- Configure the VLAN ID and VLAN name using the following commands: vlan-id name vlan-name
- Assign an IP address to the VLAN interface using the following command: interface vlan vlan-id ip address ip-address subnet-mask
- Configure the ISE Policy Node as the IP helper-address using the following command: ip helper-address ise-policy-node-ip-address
Step 3: Configure DHCP Probe directly on the Cisco switch VLAN
- Navigate to the interface configuration mode by entering the following command: interface interface-name
- Enable DHCP snooping on the interface using the following command: ip dhcp snooping
- Enable DHCP Probe on the interface using the following command: ip dhcp snooping information option allow-untrusted
- Save the configuration changes using the following command: end
Conclusion: In conclusion, DHCP Probe is an essential feature of Cisco ISE that allows organizations to discover and profile network devices based on DHCP traffic passing through a Cisco switch VLAN. By following the steps outlined in this training document, you can enable DHCP Probe in Cisco ISE Policy Services Node and configure it on a Cisco switch VLAN using either the helper address or directly on the switch.