Ip csg radius monitor nas – Cisco OL-15491-01 User Manual
Page 131
A-131
Cisco Content Services Gateway - 2nd Generation Release 2.0 Installation and Configuration Guide
OL-15491-01
Appendix A CSG2 Command Reference
ip csg radius monitor nas
ip csg radius monitor nas
To specify that the CSG2 is to monitor the RADIUS flows to the specified Network Access Server (NAS),
use the ip csg radius monitor nas command in global configuration mode. To stop monitoring the
RADIUS flows, use the no form of this command.
ip csg radius monitor nas nas-ip-address [vrf nas-vrf-name]
no ip csg radius monitor nas nas-ip-address [vrf nas-vrf-name]
Syntax Description
Defaults
If no VRF table is specified for the NAS, the CSG2 uses the global routing table for RADIUS
communication.
Command Modes
Global configuration
Command History
Usage Guidelines
This command is required whenever a RADIUS monitor is configured. Use this command to identify
each NAS that is to communicate with the RADIUS monitor server. Each interface on which a NAS
server resides must be marked as a subscriber interface.
Examples
The following example shows how to use the ip csg radius monitor nas command to enable the CSG2
to monitor the RADIUS flows:
ip csg radius monitor nas 1.2.3.4 vrf NAS_TABLE
nas-ip-address
Specifies the NAS IP address to monitor.
Note
The CSG2 performs radius monitor processing only on User
Datagram Protocol (UDP) traffic that is destined for the NAS IP
address. The NAS IP address cannot be used for any other UDP
communication with the CSG2.
vrf nas-vrf-name
(Optional) Virtual Routing and Forwarding (VRF) table which the NAS IP
address is to use for RADIUS communication.
Note
The VRF table name is defined using the vrf definition command
in global configuration mode. VRF table names supported by the
CSG2 can be from 1 to 32 characters long, and can include
uppercase or lowercase letters, numbers, and any special characters.
The CSG2 does not support the use of the word forwarding as a
valid VRF name.
Release
Modification
12.4(15)MD
This command was introduced.