Users Guide

Table Of Contents
Security Commands 936
Command History
Introduced in version 6.3.0.1 firmware. Updated in 6.3.5.0 firmware.
Example
This example configures the switch to send the Service-Type attribute to the
RADIUS server in the Access-Request message.
console#conf
console(config)#radius server auth 4.3.2.1
console(config-auth-radius)#attribute 6 on-for-login-auth
This example configures the switch to process and validate the Service-Type
received in the Access-Accept message from the RADIUS server.
console#conf
console(config)#radius server auth 4.3.2.1
console(config-auth-radius)#attribute 6 mandatory
attribute 8
Use the attribute 8 command to configure the switch to send the RADIUS
Framed-IP-Address attribute in the Access-Request message sent to a specific
RADIUS authentication server. The switch sends the IP address of the host
attempting to authenticate in the Framed-IP-Address attribute in the Access-
Request sent to the authentication server.
Syntax
attribute 8 include-in-access-req
no attribute 8 include-in-access-req
Default Configuration
By default, the Framed-IP-Address is not included in the Access-Request
message sent to the authentication server.
Command Mode
RADIUS Server Configuration
User Guidelines
There are no user guidelines for this command.