Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Broadband Subscriber Sessions User Guide
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
ON THIS PAGE
keyboard_arrow_right

Verifying and Managing Subscriber AAA Information

date_range 06-Dec-23

Purpose

View or clear subscriber access statistics and information.

Action

  • To display subscriber AAA statistics:

    content_copy zoom_out_map
    user@host> show network-access aaa statistics
    
    content_copy zoom_out_map
    user@host> show network-access aaa statistics authentication
    
  • To display RADIUS server status and information:

    content_copy zoom_out_map
    user@host> show network-access aaa radius-servers
    
  • To display subscriber access AAA information:

    content_copy zoom_out_map
    user@host> show network-access aaa subscribers
    
  • To display subscriber session information:

    content_copy zoom_out_map
    user@host> show network-access aaa subscribers session-id session-id
    
  • To clear subscriber access statistics and to log out specific subscribers:

    content_copy zoom_out_map
    user@host> clear network-access aaa subscriber
    

    You can specify the subscriber with the username username option or the session-id identifier option. In either case, specify reconnect to attempt to reconnect the subscriber session after it is completely logged out.

  • To clear blocked request statistics to debug session limits for all usernames across all access profiles:

    content_copy zoom_out_map
    user@host> clear network-access aaa subscriber session-limit-per-username
    
  • To clear blocked request statistics to debug session limits for a specific username across all access profiles:

    content_copy zoom_out_map
    user@host> clear network-access aaa subscriber session-limit-per-username username username
    
  • To clear blocked request statistics to debug session limits for all usernames in a specific access profile:

    content_copy zoom_out_map
    user@host> clear network-access aaa subscriber session-limit-per-username access-profile profile-name
    
  • To clear blocked request statistics to debug session limits for a specific username in a specific access profile:

    content_copy zoom_out_map
    user@host> clear network-access aaa subscriber session-limit-per-username username username access-profile profile-name
    
  • To clear AAA accounting statistics:

    content_copy zoom_out_map
    user@host> clear network-access aaa statistics accounting
    
  • To clear AAA address-assignment statistics for a client:

    content_copy zoom_out_map
    user@host> clear network-access aaa statistics address-assignment client
    
  • To clear AAA address-assignment pool statistics:

    content_copy zoom_out_map
    user@host> clear network-access aaa statistics address-assignment pool pool-name
    
  • To clear AAA authentication statistics:

    content_copy zoom_out_map
    user@host> clear network-access aaa statistics authentication
    
footer-navigation