Configuring RADIUS Dictionary

Use the following sample configuration to configure the RADIUS dictionary.

config 
   profile radius 
      dictionary { ISE dictionary | 3GPP dictionary } 
      commit 

NOTES:

  • profile radius : Enter the RADIUS configuration mode.

  • dictionary { ISE dictionary | 3GPP dictionary } : The SMF service renders the RADIUS configuration and populates the request messages with the ISE or 3GPP specific parameters as selected.

  • commit : Commit the configuration.

Example

The following is an example of the RADIUS dictionary configuration.

config 
   profile radius 
      dictionary { ISE dictionary | 3GPP dictionary } 
      exit