[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring the NIC Proxy for the Pseudo-RADIUS Server

Configure the NIC proxy for the pseudo RADIUS server..

Tasks to configure the NIC proxy are:

  1. Configuring Resolution Information for a NIC Proxy
  2. Changing the Configuration for the NIC Proxy Cache
  3. Configuring a NIC Proxy for NIC Replication

Configuring Resolution Information for a NIC Proxy

Use the following configuration statements to configure the NIC proxy:

slot number external-subscriber-monitor nic-proxy-configuration radius-accounting-nic resolution {
resolver-name resolver-name;
constraints constraints;
}

To configure resolution information for a NIC proxy:

  1. From configuration mode, access the configuration statement that configures the NIC proxy configuration. In this sample procdure, the NIC proxy called radius-accounting-nic is configured.
  2. Specify the resolution information for this NIC proxy.

    For more information about configuring resolution information for a NIC proxy, see Configuring Resolution Information for a NIC Proxy (SRC CLI).

  3. (Optional) Verify your configuration.

Changing the Configuration for the NIC Proxy Cache

You can modify cache properties for the NIC proxy to optimize the resolution performance for your network configuration and system resources. Typically, you can use the default settings for the cache properties. The configuration statements are available at the Advanced editing level.

Use the following configuration statements to configure the NIC proxy cache:

slot number external-subscriber-monitor nic-proxy-configuration radius-accounting-nic cache {
cache-size cache-size;
cache-cleanup-interval cache-cleanup-interval;
cache-entry-age cache-entry-age;
}

To configure the cache for a NIC proxy:

  1. From configuration mode, access the configuration statement that configures the NIC proxy configuration. In this sample procdure, the NIC proxy called radius-accounting-nic is configured.
  2. Specify the cache properties for the NIC proxy.
  3. (Optional) Verify your configuration.

Configuring a NIC Proxy for NIC Replication

Typically, you configure NIC replication to keep the NIC highly available. You configure NIC host selection to specify the groups of NIC hosts to be contacted to resolve a request, and to define how the NIC proxy handles NIC hosts that the proxy is unable to contact. The configuration statements are available at the Advanced editing level.

Use the following configuration statements to configure NIC host selection for a NIC proxy:

slot number external-subscriber-monitor nic-proxy-configuration radius-accounting-nic nic-host-selection {
groups groups;
selection-criteria (roundRobin | randomPick | priorityList);
}
slot number external-subscriber-monitor nic-proxy-configuration radius-accounting-nic nic-host-selection blacklisting {
try-next-system-on-error;
number-of-retries-before-blacklisting number-of-retries-before-blacklisting;
blacklist-retry-interval blacklist-retry-interval;
}

To configure a NIC proxy to use NIC replication:

  1. From configuration mode, access the configuration statement that specifies the NIC proxy configuration. In this sample procedure, the NIC proxy called radius-accounting-nic is configured.
  2. (Optional) Configure NIC host selection for a NIC proxy.

    For more information about configuring NIC host selection for a NIC proxy, see Configuring a NIC Proxy for NIC Replication (SRC CLI).

  3. (Optional) Verify your configuration.
  4. Access the configuration statement that specifies the NIC proxy configuration for blacklisting—the process of handling nonresponsive NIC hosts.
  5. (Optional) Configure blacklisting for a NIC proxy.

    For more information about configuring NIC host selection for a NIC proxy, see Configuring a NIC Proxy for NIC Replication (SRC CLI).

  6. (Optional) Verify your configuration.

[Contents] [Prev] [Next] [Index] [Report an Error]