TP sysres IMA2a5 2021/2022 : Différence entre versions
De Wiki d'activités IMA
(→Architecture réseau) |
(→Configuration du point wifi) |
||
| Ligne 55 : | Ligne 55 : | ||
| − | configure terminal | + | configure terminal |
| − | aaa authentication login EAP_'''<SSID>''' group RADIUS_MARIO | + | aaa authentication login EAP_'''<SSID>''' group RADIUS_MARIO |
| − | radius-server host 193.48.57.171 auth-port 1812 acct-port 1813 key glopglop | + | radius-server host 193.48.57.171 auth-port 1812 acct-port 1813 key glopglop |
| − | aaa group server radius RADIUS_MARIO | + | aaa group server radius RADIUS_MARIO |
| − | server 193.48.57.171 auth-port 1812 acct-port 1813 | + | server 193.48.57.171 auth-port 1812 acct-port 1813 |
| − | exit | + | exit |
| − | dot11 ssid MARIO1 | + | dot11 ssid MARIO1 |
| − | mbssid guest-mode | + | mbssid guest-mode |
| − | vlan 171 | + | vlan 171 |
| − | authentication open eap EAP_MARIO | + | authentication open eap EAP_MARIO |
| − | authentication network-eap EAP_MARIO | + | authentication network-eap EAP_MARIO |
| − | authentication key-management wpa | + | authentication key-management wpa |
| − | exit | + | exit |
| − | interface dot11radio0.171 | + | interface dot11radio0.171 |
| − | encapsulation dot1q 171 | + | encapsulation dot1q 171 |
| − | bridge-group 71 | + | bridge-group 71 |
| − | exit | + | exit |
| − | interface g0.171 | + | interface g0.171 |
| − | encapsulation dot1q 171 | + | encapsulation dot1q 171 |
| − | bridge-group 71 | + | bridge-group 71 |
| − | exit | + | exit |
| − | interface dot11radio 0 | + | interface dot11radio 0 |
| − | no shutdown | + | no shutdown |
| − | encryption vlan 171 mode ciphers aes-ccm tkip | + | encryption vlan 171 mode ciphers aes-ccm tkip |
| − | mbssid | + | mbssid |
| − | ssid MARIO1 | + | ssid MARIO1 |
| − | exit | + | exit |
| − | exit | + | exit |
| − | write | + | write |
Version du 30 septembre 2021 à 10:39
Répartition des binômes
| Cahier | Elèves |
|---|---|
| Cahier n°1 | Basile.Cougnacq |
| Cahier n°2 | Benoit.Bouckaert |
| Cahier n°3 | God-Belange.Aradukunda |
| Cahier n°4 | Kevin.Doolaeghe |
| Cahier n°5 | Lea.Viciot |
| Cahier n°6 | Nicolas.Erceau |
| Cahier n°7 | Quentin.Lemaire |
| Cahier n°8 | Quentin.Maesen |
| Cahier n°9 | Romain.Haye |
| Cahier n°10 | Thomas.Obled |
| Cahier n°11 | Valentin.Harlet |
| Cahier n°12 | William.Meslard |
| Cahier n°13 | Yasmine.Haloua |
Architecture réseau
- Architecture logique:
- Architecture physique:
Configuration du point wifi
configure terminal aaa authentication login EAP_<SSID> group RADIUS_MARIO radius-server host 193.48.57.171 auth-port 1812 acct-port 1813 key glopglop aaa group server radius RADIUS_MARIO server 193.48.57.171 auth-port 1812 acct-port 1813 exit dot11 ssid MARIO1 mbssid guest-mode vlan 171 authentication open eap EAP_MARIO authentication network-eap EAP_MARIO authentication key-management wpa exit interface dot11radio0.171 encapsulation dot1q 171 bridge-group 71 exit interface g0.171 encapsulation dot1q 171 bridge-group 71 exit interface dot11radio 0 no shutdown encryption vlan 171 mode ciphers aes-ccm tkip mbssid ssid MARIO1 exit exit write

