- Read Me First
- RADIUS Attributes Overview and RADIUS IETF Attributes
- RADIUS Vendor-Proprietary Attributes
- RADIUS Vendor-Specific Attributes and RADIUS Disconnect-Cause Attribute Values
- Connect-Info RADIUS Attribute 77
- Encrypted Vendor-Specific Attributes
- RADIUS Attribute 8 Framed-IP-Address in Access Requests
- RADIUS Attribute 82 Tunnel Assignment ID
- RADIUS Tunnel Attribute Extensions
- RADIUS Attribute 66 Tunnel-Client-Endpoint Enhancements
- RADIUS Attribute Value Screening
- RADIUS Attribute 55 Event-Timestamp
- RADIUS Attribute 104
- RADIUS NAS-IP-Address Attribute Configurability
- RADIUS Attribute 5 NAS-Port Format Specified on a Per-Server Group Level
- Finding Feature Information
- Prerequisites for RADIUS Attribute 55 Event-Timestamp
- Information About RADIUS Attribute 55 Event-Timestamp
- How to Configure RADIUS Attribute 55 Event-Timestamp
- Configuration Example for RADIUS Attribute 55 Event-Timestamp
- Additional References for RADIUS Attribute 55 Event-Timestamp
- Feature Information for RADIUS Attribute 55 Event-Timestamp
RADIUS Attribute 55 Event-Timestamp
The RADIUS Attribute 55 Event-Timestamp feature allows a network access server (NAS) to insert an event time-stamp attribute in accounting and authentication packets that are sent to the RADIUS server with or without Network Time Protocol (NTP) synchronization.
- Finding Feature Information
- Prerequisites for RADIUS Attribute 55 Event-Timestamp
- Information About RADIUS Attribute 55 Event-Timestamp
- How to Configure RADIUS Attribute 55 Event-Timestamp
- Configuration Example for RADIUS Attribute 55 Event-Timestamp
- Additional References for RADIUS Attribute 55 Event-Timestamp
- Feature Information for RADIUS Attribute 55 Event-Timestamp
Finding Feature Information
Your software release may not support all the features documented in this module. For the latest caveats and feature information, see Bug Search Tool and the release notes for your platform and software release. To find information about the features documented in this module, and to see a list of the releases in which each feature is supported, see the feature information table.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.
Prerequisites for RADIUS Attribute 55 Event-Timestamp
Before the Event-Timestamp attribute can be sent in accounting and authentication request packets, you must configure the clock on the network device. For information about setting the clock on your network device, see the “Performing Basic System Management” section in the “Basic System Management” chapter of Network Management Configuration Guide.
To avoid configuring the clock on the network device every time the network device is reloaded, you can enable the clock calendar-valid command. For information about this command, see the “Setting Time and Calendar Services” section in the “Basic System Management” chapter of Network Management Configuration Guide.
Information About RADIUS Attribute 55 Event-Timestamp
When a network device dials in to a network access server (NAS) that is configured for RADIUS authentication, the NAS begins the process of contacting the RADIUS server in preparation for user authentication. Typically, the RADIUS attribute 55 (Event-Timestamp) is not communicated to the RADIUS server until after a successful Network Time Protocol (NTP) synchronization. This feature enables a NAS to insert the Event-Timestamp attribute in accounting and authentication request packets even if NTP synchronization does not happen.
The Event-Timestamp attribute records the time at which the event occurred on the NAS. This times tamp is sent in seconds in RADIUS attribute 55 since January 1, 1970 00:00 UTC.
The Event-Timestamp attribute is saved in memory on the NAS for the life of the session. The RADIUS accounting and authentication start packet, all subsequent accounting and authentication packets, updates (if configured), and stop packets also include the same RADIUS attribute 55 Event-Timestamp representing the time at which the original packet was sent.
How to Configure RADIUS Attribute 55 Event-Timestamp
Configuring RADIUS Attribute 55 Event-Timestamp
Perform this task to send RADIUS attribute 55 in accounting and authentication requests.
1.
enable
2.
configure
terminal
3.
aaa
new-model
4.
aaa
authentication
ppp
default
group
radius
5.
aaa
accounting
network
default
start-stop
group
radius
6.
radius-server
host
ip-address
7.
radius-server
attribute
55
include-in-acct-req
8.
radius-server
attribute
55
access-req
include
9.
exit
DETAILED STEPS
Verifying RADIUS Attribute 55 Event-Timestamp
Perform this task to verify that RADIUS attribute 55 is sent in accounting and authentication packets.
1.
enable
2.
show
running-config
3.
debug
radius
DETAILED STEPS
Configuration Example for RADIUS Attribute 55 Event-Timestamp
Example: RADIUS Attribute 55 in Accounting and Authentication Packets
The following example shows a configuration that sends RADIUS attribute 55 in accounting and authentication packets:
Device> enable Device# configure terminal Device(config)# aaa new-model Device(config)# aaa authentication ppp default group radius Device(config)# aaa accounting network default start-stop group radius Device(config)# radius-server host 192.0.2.3 Device(config)# radius-server attribute 55 include-in-acct-req Device(config)# radius-server attribute 55 access-req include Device(config)# exit
Additional References for RADIUS Attribute 55 Event-Timestamp
Related Documents
Standards and RFCs
Standard/RFC |
Title |
---|---|
RFC 2138 |
Remote Authentication Dial In User Service (RADIUS) |
Technical Assistance
Description |
Link |
---|---|
The Cisco Support and Documentation website provides online resources to download documentation, software, and tools. Use these resources to install and configure the software and to troubleshoot and resolve technical issues with Cisco products and technologies. Access to most tools on the Cisco Support and Documentation website requires a Cisco.com user ID and password. |
Feature Information for RADIUS Attribute 55 Event-Timestamp
The following table provides release information about the feature or features described in this module. This table lists only the software release that introduced support for a given feature in a given software release train. Unless noted otherwise, subsequent releases of that software release train also support that feature.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.Feature Name |
Releases |
Feature Information |
---|---|---|
RADIUS Attribute 55 Event-Timestamp |
Cisco IOS XE Release 3.9S |
The RADIUS Attribute 55 Event-Timestamp feature allows a network access server (NAS) to insert an event time-stamp attribute in accounting and authentication packets sent to the RADIUS server with or without Network Time Protocol (NTP) synchronization. The following commands were introduced or modified: radius-server attribute 55 access-req include and radius-server attribute 55 include-in-acct-req. |