TP sysres IMA2a5 2021/2022 : Différence entre versions
De Wiki d'activités IMA
(→Architecture réseau) |
|||
| Ligne 51 : | Ligne 51 : | ||
* Architecture physique: | * Architecture physique: | ||
[[Fichier:kde_arch_phy.jpg]] | [[Fichier:kde_arch_phy.jpg]] | ||
| + | |||
| + | =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 | ||
Version du 30 septembre 2021 à 10:38
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

