This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| network_stuff:cisco:ise [2025/01/17 17:46] – jotasandoku | network_stuff:cisco:ise [2025/01/22 10:16] (current) – jotasandoku | ||
|---|---|---|---|
| Line 106: | Line 106: | ||
| * Multiple policy sets in ISE allow flexibility | * Multiple policy sets in ISE allow flexibility | ||
| - | === wireless === | + | Commands: |
| + | show vlans | ||
| + | show authentication sessions | ||
| + | show dot1x all summary | ||
| - | {{: | + | === wireless |
| - | When 802.1x is used in wireless, every client (supplicant) uses a different WPA key for encrypting the traffic over the air. It is derived from the user's credentials and the shared secret between the client and the authentication server. So it's unique for every client. | + | |
| - | The AP connects to the access switches via an access port ( management VLAN, used for AP<> | + | {{: |
| - | Steps: | ||
| - | Client (supplicant) sends a special EAP request to the AP (EAPoL). | + | * When 802.1x is used in wireless, every client (supplicant) uses a different WPA key for encrypting the traffic over the air. It is derived from the user's credentials and the shared secret between the client and the authentication server. So it's unique for every client. |
| - | EAPoL message is encapsulated in the CAPWAP protocol so it can reach the WLC. | + | * The AP connects to the access switches via an access port ( management VLAN, used for AP<> |
| - | WLC forwards the EAP message to the ISE server encapsulated in a RADIUS packet. | + | * Steps: |
| - | ISE (Radius) checks AD and, if positive, replies with a RADIUS Access_Accept packet. There are normall | + | * Client (supplicant) sends a special EAP request to the AP (EAPoL). |
| - | Now the WLC does two things: | + | |
| - | - Moves this session to an specific VLAN (eg: user in prod SSID goes to VLAN PROD) | + | |
| - | - Derives a unique WPA key for this client (supplicant) and sends it to the AP | + | |
| - | + | | |
| + | | ||
| + | | ||