Service-Type is an IETF standard attribute. As far as I know, RADIUS Dictionaries come with RADIUS servers and I have not really seen a standardized way to share those across products, and for the IETF Attributes, these are by default in most RADIUS products.
What is the RADIUS server you are using?
Which attributes are you looking for specifically?
This is a partial export of the IETF dictionary from ClearPass, on the IETF:Service-Type Attribute (6):
<Attribute profile="in out" type="Unsigned32" name="Service-Type" id="6">
<ValidValues>
<ValidValue enumOrdinal="1" value="Login-User"/>
<ValidValue enumOrdinal="2" value="Framed-User"/>
<ValidValue enumOrdinal="3" value="Callback-Login-User"/>
<ValidValue enumOrdinal="4" value="Callback-Framed-User"/>
<ValidValue enumOrdinal="5" value="Outbound-User"/>
<ValidValue enumOrdinal="6" value="Administrative-User"/>
<ValidValue enumOrdinal="7" value="NAS-Prompt-User"/>
<ValidValue enumOrdinal="8" value="Authenticate-Only"/>
<ValidValue enumOrdinal="9" value="Callback-NAS-Prompt"/>
<ValidValue enumOrdinal="10" value="Call-Check"/>
<ValidValue enumOrdinal="11" value="Callback-Administrative"/>
<ValidValue enumOrdinal="12" value="Voice"/>
<ValidValue enumOrdinal="103809026" value="Annex-Framed-Tunnel"/>
<ValidValue enumOrdinal="14" value="Modem-Relay"/>
<ValidValue enumOrdinal="13" value="Fax"/>
<ValidValue enumOrdinal="16" value="IAPP-AP-Check"/>
<ValidValue enumOrdinal="17" value="Authorize-Only"/>
<ValidValue enumOrdinal="18" value="Framed-Management"/>
<ValidValue enumOrdinal="103809025" value="Annex-Authorize-Only"/>
<ValidValue enumOrdinal="25" value="EAPoUDP"/>
<ValidValue enumOrdinal="15" value="IAPP-Register"/>
</ValidValues>
</Attribute>
If your RADIUS server does not have these attributes or values, you can use this information to add the attribute.
------------------------------
Herman Robers
------------------------
If you have urgent issues, always contact your Aruba partner, distributor, or Aruba TAC Support. Check
https://www.arubanetworks.com/support-services/contact-support/ for how to contact Aruba TAC. Any opinions expressed here are solely my own and not necessarily that of Hewlett Packard Enterprise or Aruba Networks.
------------------------------
Original Message:
Sent: Feb 18, 2021 12:57 AM
From: james jordan caracas
Subject: become enable function in awx
Thank s for the reply again. do you know where can i get the VSAS dictionary file for the Arubaos switches?
------------------------------
james jordan caracas
Original Message:
Sent: Feb 15, 2021 06:46 AM
From: Herman Robers
Subject: become enable function in awx
In ClearPass it looks like:
------------------------------
Herman Robers
------------------------
If you have urgent issues, always contact your Aruba partner, distributor, or Aruba TAC Support. Check https://www.arubanetworks.com/support-services/contact-support/ for how to contact Aruba TAC. Any opinions expressed here are solely my own and not necessarily that of Hewlett Packard Enterprise or Aruba Networks.
Original Message:
Sent: Feb 15, 2021 02:58 AM
From: james jordan caracas
Subject: become enable function in awx
Hi Herman,
Thanks for the reply.
I tried enabling 'aaa authentication login privilege-mode'. but when i tried to login my account is shows that my account is invalid. i have read some manual saying that i need to edit the service-type on my radius server.
aaa authentication login privilege-mode
When enabled, the switch reads the Service-Type field in the client authentication received from a RADIUS server. The following table describes the applicableService-Type values and corresponding client access levels the switch allows upon authentication by the server.
Service-type value
Service-type | Value | Client access level |
---|
Administrative-user | 6 | manager |
NAS-prompt-user | 7 | operator |
Any other type | Any value except 6 or 7 | Access Denied |
I dont know where to get this data. is this something to do with the RADIUS Server Authentication with VSA
Thank you.
------------------------------
james jordan caracas
Original Message:
Sent: Jan 04, 2021 08:30 AM
From: Herman Robers
Subject: become enable function in awx
I would skip the enable process all together. If you are doing radius auth on ArubaOS Swicht, like it seems in your case, add the command 'aaa authentication login privilege-mode' to your configuration and get admins into enable mode immediately after login.
------------------------------
Herman Robers
------------------------
If you have urgent issues, always contact your Aruba partner, distributor, or Aruba TAC Support. Check https://www.arubanetworks.com/support-services/contact-support/ for how to contact Aruba TAC. Any opinions expressed here are solely my own and not necessarily that of Hewlett Packard Enterprise or Aruba Networks.
Original Message:
Sent: Dec 28, 2020 09:40 AM
From: james jordan caracas
Subject: become enable function in awx
Hi i have been using ansible for month.
i am running a show run in a switch in production who as a radius authentication.
aaa authentication num-attempts 5
aaa authentication lockout-delay 300
aaa authentication telnet login radius local
aaa authentication telnet enable radius local
aaa authentication web login radius local
aaa authentication web enable radius local
aaa authentication ssh login radius local
aaa authentication ssh enable radius local
but when i run the play book
this error shows

it seems like it can enter only the (> mode) not the ( # mode )
how can i use the become enable function?
------------------------------
james jordan caracas
------------------------------