Multi sending PEAP credentials to AP
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-03-2019 12:52 AM
Hello all
At the beginng: this is my first post here.
The LAN administrator at my company want to implement the 8021.x protocol. I got a username and password for all APs (one and the same certificate and credntials for all APs ).
The AP / APS tab has an Action button and a manage certificate.
In a manage certyficates i see PEAP Authentication tab.
Under the username and password entries there is a drop-down menu where I can choose MAC / NAME / Serial.
Is there any way to send a specific username and password to all APs?
At the beginng: this is my first post here.
The LAN administrator at my company want to implement the 8021.x protocol. I got a username and password for all APs (one and the same certificate and credntials for all APs ).
The AP / APS tab has an Action button and a manage certificate.
In a manage certyficates i see PEAP Authentication tab.
Under the username and password entries there is a drop-down menu where I can choose MAC / NAME / Serial.
Is there any way to send a specific username and password to all APs?
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-04-2019 09:39 AM
So:
Thanks to Ronald I used vim to create a sript
AP1 serial
802_1x
peap user pass
exit
exit
AP1 serial
802_1x
peap user pass
exit
exit
Thanks to Ronald I used vim to create a sript
AP1 serial
802_1x
peap user pass
exit
exit
AP1 serial
802_1x
peap user pass
exit
exit
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-03-2019 10:57 AM
HI Piotr,
as far as I can see that isn't possible - the option "other" to use a specific user/pw is only available in the AP settings for a single AP.
That would mean you'd need to use the GUI and set it one by one.
In that case I'd think the CLI is a little bit faster even you also need to do it one by one.
The commands.....
> ap
# to get a list of all the AP serial# you'd do a show
> show
>
> 802_1x
> peap
e.g.
V2110-1:ap:1231035490430000:802_1x# peap username1 password1
-Ron
as far as I can see that isn't possible - the option "other" to use a specific user/pw is only available in the AP settings for a single AP.
That would mean you'd need to use the GUI and set it one by one.
In that case I'd think the CLI is a little bit faster even you also need to do it one by one.
The commands.....
> ap
# to get a list of all the AP serial# you'd do a show
> show
>
> 802_1x
> peap
e.g.
V2110-1:ap:1231035490430000:802_1x# peap username1 password1
-Ron
