Load Balancing RADIUS with Cisco ISE (2024)

This section explains the steps to configure Avi Load Balancer to load balance RADIUS traffic to Cisco Identity Services Engine (ISE). Avi Load Balancer uses L4 DataScripts to achieve persistence using various RADIUS attributes and load balance DHCP profiling traffic to the same server as RADIUS.

Prerequisites

  • Knowledge of Cisco ISE and its configuration is required before configuring Avi Load Balancer to load balance RADIUS traffic to Cisco ISE.

  • An active/standby SE group with IP routing enabled is required to support the preservation of client IP for the RADIUS virtual service.

Topology


Load Balancing RADIUS with Cisco ISE (1)
As shown in the topology, Avi Load Balancer is logically in line between the user’s network and the ISE Policy Service nodes (PSN). All traffic to ISE PSNs flow through Avi Load Balancer load balancers (Service Engines), and return traffic from ISE PSNs to users.

Scenario

An Avi Load Balancer VIP is configured as a RADIUS server on the network access device (NAD). Once Avi Load Balancer receives the RADIUS authentication traffic from the users, it is load balanced to one of the ISE PSNs using configured load balancing algorithms. A persistence entry is created using DataScripts which parses the RADIUS requests and creates an entry based on the configured RADIUS attributes. Any subsequent RADIUS authentication traffic or DHCP profile traffic from the same client will be sent to the same server using the persistence entry.

The Cisco-ISE will send a Change of Authorization (CoA) request with the following details:

  • The source IP of the individual PSN originating the CoA

  • The destination IP of the NAD

  • The destination port is UDP 1700 (by default)

The NAD expects the source IP to be that of the configured RADIUS server; in this case, it is the Avi Load Balancer VIP.

The NAT policy has been configured on Avi Load Balancer to NAT the source IP of the server to the VIP if the destination port of the packet is UDP 1700.

Configuration

Follow the below-mentioned steps to configure Avi Load Balancer for RADIUS load balancing:

  1. Configure DataScript to parse RADIUS and DHCP packets and persistence using required fields.

  2. Configure the health monitor for RADIUS. The SE IP needs to be configured as NAD on the ISE with the same credentials on the ISE and Avi Load Balancer.

  3. Configure the virtual service and pool.

  4. Attach DataScript to the virtual service.

  5. Configure NAT for CoA and attach to required Service Engine group.

Configuring DataScript to Parse RADIUS/DHCP Traffic

The functionality of the DataScript is explained using a sample DataScript. The DataScript can be modified as per the user's requirements. Refer to Layer 4 DataScripts in the VMware NSX Advanced Load Balancer DataScript Guide for more details on the DataScript function.

The DataScript details are provided in RADIUS-DHCP-HTTPS.

RADIUS requests are parsed, and NAS-IP-ADDRESS, CALLING-STATION-ID, and NAS-PORT-TYPE attributes are noted. If NAS-PORT-TYPE is 19 (wireless clients), then the aging time for the entries is set to 3600. For all other client types (wired/virtual), the aging time is 28800. If a CALLING-STATION-ID is populated in the RADIUS request, then that is used for persistence. If the request does not contain a CALLING-STATION-ID, NAS-IP-ADDRESS is used for persistence.

DHCP packets are parsed and the host populated client-identifier is noted, if any. Client-identifier is expected to be the host MAC address. If the client-identifier is populated, then it will match the persistence entry created for RADIUS using calling-station-id and will send the DHCP packet to the same PSN as RADIUS. If the client-identifier is not present in the DHCP packet, it will be forwarded using the configured load balancing algorithms to one of the three ISE PSNs.

DataScript also creates persistence entry using framed-ip-address, if present, in RADIUS accounting packets. Any subsequent HTTPS request from the same client to the VIP will be sent to the same PSN using the source IP of the packet, by matching the framed-ip-address entry.

Configuring RADIUS Health Monitoring

Navigate to Templates > Profiles > Health Monitors to configure a RADIUS health monitor to monitor the status of ISE.


Load Balancing RADIUS with Cisco ISE (2)

Field

Description

Name

Specify the name for the health monitor.

Description

Specify the description for the name given for the health monitor.

Send Interval

Specify the interval frequency in seconds to send health checks to a server.

Receive Timeout

Specify the receive timeout frequency in seconds to receive a valid response from the server within the receive timeout window. This timeout must be less than the send interval.

Type

Select Type as 'RADIUS' from the drop-down menu.

Successful Checks

Specify the number of continuous successful health checks before the server is marked up.

Failed Checks

Specify the number of continuously failed health checks before the server is marked down.

This field describes the object's replication scope. Check this box to replicate the object across the federation.

Is Federated?

If this field is unchecked, then the object is only visible within the Controller cluster and its associated Service Engines.

On completing the configuration, click Save.

Configuring Pool

  1. A single pool needs to be configured for all protocols. The pool members will be ISE-PSN. The default server port is 1812.


    Load Balancing RADIUS with Cisco ISE (3)
  2. Attach the RADIUS health monitor created to the pool.


    Load Balancing RADIUS with Cisco ISE (4)
  3. In the Advanced tab of the pool, select Disable Port Translation.


    Load Balancing RADIUS with Cisco ISE (5)
  4. Click Save.

Configuring Virtual Service

  1. Configure a virtual service to accept all required RADIUS traffic and DHCP traffic. Also, accept HTTPS traffic and SNMP if required.

    Note:

    1. The application profile selected must be System-L4-Application with the Preserve Client IP option enabled.

    2. The network profile selected must be System-UDP-Fast-Path.


    Load Balancing RADIUS with Cisco ISE (6)
  2. Configure all required ports for RADIUS and DHCP. For DHCP, use System-UDP-Per-Pkt by overriding the TCP/UDP profile. Use UDP per packet profile as the ISE does not respond to the DHCP packets. If HTTPS is configured, it must be overridden to use the System-TCP-Proxy profile.

  3. Attach the pool configured earlier and click Save.

Configuring and Attaching DataScript to the Virtual Service

The following are the steps to configure and attach the DataScript to the virtual service:

  1. Navigate to Templates > Scripts.


    Load Balancing RADIUS with Cisco ISE (7)
  2. Click the Create button to create a new DataScript.


    Load Balancing RADIUS with Cisco ISE (8)
  3. Scroll down to the VS Datascript Evt L4 Request Event Script section.


    Load Balancing RADIUS with Cisco ISE (9)
  4. The script parses the requests from the client towards the server; hence, it is a request event script.

  5. Attach the script to this event.

  6. In the Pools section, select the pool configured for RADIUS and DHCP.


    Load Balancing RADIUS with Cisco ISE (10)
  7. Save the DataScript.

  8. Select required protocol parsers. Select Default-DHCP and Default-Radius in this DataScript.


    Load Balancing RADIUS with Cisco ISE (11)
  9. Attach the DataScript to the VS. Navigate to Edit Virtual Service > Policies > DataScripts > Add DataScript and select the configured DataScript. Click Save DataScript.


    Load Balancing RADIUS with Cisco ISE (12)

Configuring NAT

NAT rules are configured as a policy called nat policy using the Avi Load Balancer CLI and are attached to the Service Engine group. NAT rules are per-VRF. NAT rules match criteria can be from source/dest IP/ranges or source/dest port/ranges.

The action for NAT in the ISE use case is to set the source IP as the virtual service VIP for CoA packets. The ISE sends the CoA packets to UDP port 1700 (by default) to ensure there are match criteria. The nat_ip is the IP, that the source IP of the matched traffic will be translated to. In this case, it is the Avi Load Balancer VIP of the RADIUS virtual service.

See NAT Configuration on NSX Advanced Load Balancer Service Engine for more details on NAT configuration. It is recommended to use a separate Service Engine group for RADIUS load balancing.

Note:

  1. NAT will work only if IP routing is enabled on the SE group, hence all the limitations that are applicable to enable IP routing will apply here. SEs must be in legacy active/standby. See Default Gateway (IP Routing on NSX Advanced Load Balancer SE)for more details.

  2. For RADIUS load balancing with ISE, it is recommended to preserve the client IP, since the ISE sends CoA to the NAD IP which is obtained from the IP header and not the IP from the RADIUS header. If the client IP is not preserved, the ISE will see SE as NAD and CoA will fail. See Preserve Client IP for more details.

  3. NAT will work only for UDP traffic as of release 18.2.5. It will not work for any other traffic (ICMP/TCP).

Forwarding for Non-load Balanced Traffic

Since Avi Load Balancer SEs are configured with IP routing enabled, any traffic that does not require load balancing and is destined directly to/from the ISE PSN IPs will be routed by the SE from/to network hosts.

Load Balancing RADIUS with Cisco ISE (2024)

References

Top Articles
Latest Posts
Article information

Author: Dan Stracke

Last Updated:

Views: 5911

Rating: 4.2 / 5 (63 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Dan Stracke

Birthday: 1992-08-25

Address: 2253 Brown Springs, East Alla, OH 38634-0309

Phone: +398735162064

Job: Investor Government Associate

Hobby: Shopping, LARPing, Scrapbooking, Surfing, Slacklining, Dance, Glassblowing

Introduction: My name is Dan Stracke, I am a homely, gleaming, glamorous, inquisitive, homely, gorgeous, light person who loves writing and wants to share my knowledge and understanding with you.