2-604
Catalyst 6500 Series Switch Command Reference—Release8.4
OL-6244-01
Chapter2 Catalyst 6500 Series Switch and ROM Monitor Commands
set radius attribute
set radius attribute
To set attributes to the RADIUS ACCESS_REQUEST packet, use the set radius attribute command.
set radius attribute {number | name} include-in-access-req {enable | disable}
Syntax Description
Defaults All RADIUS attributes are disabled.
Command Types Switch command.
Command Modes Privileged.
Usage Guidelines The set radius attribute command allows you to specify the transmission of optional attributes such as
Framed-IP address, NAS-Port, Called-Station-Id, and Calling-Station-Id. You can set attribute
transmission by either the attribute number or the attribute name.
Examples This example shows how to specify and enable the Framed-IP address attribute by number:
Console> (enable) set radius attribute 8 include-in-access-req enable
Transmission of Framed-ip address in access-request packet is enabled.
Console> (enable)
This example shows how to specify and disable the Framed-IP address attribute by name:
Console> (enable) set radius attribute framed-ip-address include-in-access-req disable
Transmission of Framed-ip address in access-request packet is disabled.
Console> (enable)
Related Commands show radius
number Attribute number; valid value is 8.
name Attribute name; valid value is framed-ip-address.
include-in-access-req Sets attributes to the ACCESS_REQUEST packet.
enable | disable Enables or disables the attribute.