Loader

Radius

Edits and shows the internal data structures of RADIUS Manager.
Information Note 1: + = select one parameter from list
Note 2: **ne - Substitute olt for ne for the OLT2> on the CLI command path.
  • Command Path - >ne aaa radius
  • Command Path - >olt aaa radius
  • Command - aaa
  • Action -
    • radius edit the internal data structures of RADIUS Manager   
      • Edit Authentication settings
        • +Management-Ip-Address Management IP Address
          • Address= Management IP address 
        •  +max-queue-size RADIUSTransceiver's RADIUSPacketHandler Maximum Queue Size Information
          • + all edit both the downstream and upstream transceivers being used by RADIUS
            • RadiusPacketHandler= Maximum Queue Size downstream and upstream (2048-8192) 
          • + downstream= edit the downstream transceiver being used by RADIUS
            • RadiusPacketHandler= - Maximum Queue Size downstream (2048-8192) 
          • + upstream= edit the upstream transceiver being used by RADIUS
            • RadiusPacketHandler= - Maximum Queue Size upstream (2048-8192) 
        • +Radius-Server-Availability - Radius Server Availability information
          • + host RADIUS Server Hostname
          • +ip ip address 
      • Show - show the internal data structures of RADIUS Manager 
        • +acct-xid-cache display Accounting Xid Cache entries currently in progress for RADIUS
        • +auth-cache display RADIUS Authentication Cache
          • + all all cache
          • + card-id= [MDS slot]
          • + ont-id= [MDS slot]-[PON port]-[ONT ID]
          • + pon-id= [MDS slot]-[PON port]
          • + port-id= [MDS slot]-[PON port]-[ONT ID]-[Port ID]
            • verbose display complete information
        • +high-water-mark display RADIUSTransceiver's RADIUSPacketHandler High Water Mark
        • +ip2profiles display the list of profiles being used based on IP Address and UDP Port
        • +listeners display the list of listeners being used by RADIUS
        • +max-queue-size display RADIUSTransceiver's RADIUSPacketHandler Maximum Queue Size
        • +radius-xid-cache display Xid Cache entries currently in progress for RADIUS
        • +xcvrs display RADIUS transceivers
          • + all display all of the transceivers being used by RADIUS
          • + downstream display the downstream transceiver being used by RADIUS
          • + upstream display the upstream transceivers being used by RADIUS

Set Maximum Queue Size for both downstream and upstream 

  1. From the ESUx> command line, input ne aaa radius edit max-queue-size all radiusPacketHandler=8192,  and press Enter.  Output similar to the following is displayed:
    ESUx> **ne aaa radius edit max-queue-size all radiusPacketHandler=8192 <enter>
    success
    ESUx> _

Show RADIUS Authentication Cache Entries

  1. From the ESUx command line, input **ne aaa radius show portid-2 verbose, and press Enter. Output similar to the following is displayed:
    ESUx> **ne aaa radius show auth-cache card-id=2 verbose <enter>
    
    | RADIUS Authentication Cache Entries                               |
    |=================|===================|==============|==============|
    | AID             | MAC               | Service Type | Age          |
    |=================|===================|==============|==============|
    | ETH1-2-1-1-2    | 20:7B:D2:B7:C5:96 | PAE          | 4630         |
    |                 |                                                 |
    |                 +---> NAS Port Id          : eth1/2/1/1/2         |
    |                 |   > Source IP Address    : 172.32.1.2           |
    |                 |   > Source Port          : 20000                |
    |                 |   > RADIUS Profile Names : dot1x-default        |
    |                 |   > Server IP Address    :             |
    |                 |   > Server Port          : 0                    |
    |                 |   > Server Protocol      : UDP(2)               |
    |                 |                                                 |
    |=================|===================|==============|==============|
    
    ESUx> _

Show Downstream RADIUS Transceivers

  1. From the ESUx command line, input **ne aaa radius show all, and press Enter. Output similar to the following is displayed:
    ESUx> **ne aaa radius show xcvrs all <enter>
    
    | Downstream RADIUS Transceivers                                     |
    |============================|============================|==========|
    |   Downstream Receive On    |     Downstream Send To     |          |
    | IP Address      | Port     | IP Address      | Port     | Protocol |
    |=================|==========|=================|==========|==========|
    | 172.32.0.1      | 20000    | 172.32.1.1      | 20002    | n/a      |
    |=================|==========|=================|==========|==========|
    
    ESUx> _
     

Previous  |  Next



FEEDBACK: Are you happy with this material?