radius
no radius
debug>router
Supported on all 7210 SAS platforms as described in this document
This command enables debugging for RADIUS connections.
The no form of this command disables RADIUS debugging.
no radius
detail-level {low | medium | high}
no detail-level
debug>router>radius
Supported on all 7210 SAS platforms as described in this document
This command configures the RADIUS debugging output detail level.
The no form of this command reverts to the default values.
detail-level medium
Specifies that the output include the packet type, server address, length, and RADIUS server policy name.
Specifies that the output include the RADIUS attributes in the packets, in addition to all information included in low detail output.
Specifies that the output include hexadecimal packet dumps, in addition to all information included in medium and low detail output.
packet-type [authentication] [accounting] [coa]
no packet-type
debug>router>radius
Supported on all 7210 SAS platforms as described in this document
This command specifies the RADIUS packet types to include in the RADIUS debugging output.
The no form of this command reverts to the default values.
packet-type authentication accounting coa
Specifies that RADIUS authentication packets should be included.
Specifies that RADIUS accounting packets should be included.
Specifies that RADIUS change-of-authorization packets should be included.
radius-attr type attribute-type [transaction]
radius-attr type attribute-type [transaction] {address | hex | integer | string} value attribute-value
radius-attr vendor vendor-id type attribute-type [transaction] [encoding encoding-type]
radius-attr vendor vendor-id type attribute-type [transaction] [encoding encoding-type] {address | hex | integer | string} value attribute-value
no radius-attr type attribute-type
no radius-attr type attribute-type {address | hex | integer | string} value attribute-value
no radius-attr vendor vendor-id type attribute-type
no radius-attr vendor vendor-id type attribute-type {address | hex | integer | string} value attribute-value
debug>router>radius
Supported on all 7210 SAS platforms as described in this document
This command specifies the RADIUS attributes to include in medium or high detail RADIUS debugging output.
The no form of this command disables the inclusion of the specified attributes.
Specifies that the attribute-value is an IPv4 or IPv6 address, prefix, or subnet.
Specifies the RADIUS attribute type.
Specifies the value of the RADIUS attribute.
Specifies the size of the vendor-type and vendor-length in bytes. The information is configured in the format "xy", where "x" is the size of the vendor-type and "y" is the size of the vendor-length.
Specifies that the attribute-value is a binary string in hexadecimal format.
Specifies that the attribute-value is an integer.
Specifies that the attribute-value is an ASCII string.
Specifies that the system outputs both request and response packets in the same session, even if the response packet does not include the filtered attributes.
Specifies the vendor ID for the vendor-specific attributes.
server-address ip-address
no server-address ip-address
debug>router>radius
Supported on all 7210 SAS platforms as described in this document
This command specifies the RADIUS server information to include in the RADIUS debugging output.
The no form of this command removes the specified RADIUS server from the RADIUS debugging output.
Specifies the IPv4 or IPv6 address of the RADIUS server.