TP sysres IMA2a5 2021/2022 : Différence entre versions
De Wiki d'activités IMA
(→Configuration du point wifi) |
|||
| Ligne 57 : | Ligne 57 : | ||
configure terminal | configure terminal | ||
aaa authentication login EAP_'''<SSID>''' group RADIUS_'''<SSID>''' | aaa authentication login EAP_'''<SSID>''' group RADIUS_'''<SSID>''' | ||
| − | radius-server host 193.48.57.1<XX> auth-port 1812 acct-port 1813 key glopglop | + | radius-server host 193.48.57.1'''<XX>''' auth-port 1812 acct-port 1813 key glopglop |
aaa group server radius RADIUS_'''<SSID>''' | aaa group server radius RADIUS_'''<SSID>''' | ||
| − | server 193.48.57.1<XX> auth-port 1812 acct-port 1813 | + | server 193.48.57.1'''<XX>''' auth-port 1812 acct-port 1813 |
exit | exit | ||
dot11 ssid '''<SSIDwifi_number>''' | dot11 ssid '''<SSIDwifi_number>''' | ||
mbssid guest-mode | mbssid guest-mode | ||
| − | vlan 1<XX> | + | vlan 1'''<XX>''' |
authentication open eap EAP_'''<SSID>''' | authentication open eap EAP_'''<SSID>''' | ||
authentication network-eap EAP_'''<SSID>''' | authentication network-eap EAP_'''<SSID>''' | ||
authentication key-management wpa | authentication key-management wpa | ||
exit | exit | ||
| − | interface dot11radio0.1<XX> | + | interface dot11radio0.1'''<XX>''' |
| − | encapsulation dot1q 1<XX> | + | encapsulation dot1q 1'''<XX>''' |
| − | bridge-group <XX> | + | bridge-group '''<XX>''' |
exit | exit | ||
| − | interface g0.1<XX> | + | interface g0.1'''<XX>''' |
| − | encapsulation dot1q 1<XX> | + | encapsulation dot1q 1'''<XX>''' |
| − | bridge-group <XX> | + | bridge-group '''<XX>''' |
exit | exit | ||
interface dot11radio 0 | interface dot11radio 0 | ||
no shutdown | no shutdown | ||
| − | encryption vlan 1<XX> mode ciphers aes-ccm tkip | + | encryption vlan 1'''<XX>''' mode ciphers aes-ccm tkip |
mbssid | mbssid | ||
ssid '''<SSIDwifi_number>''' | ssid '''<SSIDwifi_number>''' | ||
Version du 30 septembre 2021 à 19:04
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_<SSID> radius-server host 193.48.57.1<XX> auth-port 1812 acct-port 1813 key glopglop aaa group server radius RADIUS_<SSID> server 193.48.57.1<XX> auth-port 1812 acct-port 1813 exit dot11 ssid <SSIDwifi_number> mbssid guest-mode vlan 1<XX> authentication open eap EAP_<SSID> authentication network-eap EAP_<SSID> authentication key-management wpa exit interface dot11radio0.1<XX> encapsulation dot1q 1<XX> bridge-group <XX> exit interface g0.1<XX> encapsulation dot1q 1<XX> bridge-group <XX> exit interface dot11radio 0 no shutdown encryption vlan 1<XX> mode ciphers aes-ccm tkip mbssid ssid <SSIDwifi_number> exit exit write

