Cahier 2016 groupe n°9 : Différence entre versions
De Wiki d'activités IMA
(→Matériel) |
(→Séance 1) |
||
Ligne 23 : | Ligne 23 : | ||
== Séance 1 == | == Séance 1 == | ||
− | + | Prise de connaissance du sujet et lecture concernant la configuration de la wifi | |
== Séance 2 == | == Séance 2 == |
Version du 10 octobre 2016 à 09:39
cours utilisé : http://vantroys.polytech-lille.net/TIIR/cisco.pdf
WIFI
Présentation
Le but du projet consiste à créer un accès wifi sur un commutateur OVH 6006 afin de permettre aux utilisateurs de se connecter à distance.
Architecture de la promo IMA5 2016/2017 :
[schema.png]
Matériel
Cisco Aironet 1600
Planning
Séance 1
Prise de connaissance du sujet et lecture concernant la configuration de la wifi
Séance 2
Connexion sur la borne wifi cisco 1600 par USB:
#su #minicom -os
paramètres : /dev/ttyUSB0, 9600 Bauds, no flow control, no parity, 1 bit stop, 8 data bits
Commande sur la borne Wifi :
ap>show ip interface BVI1 is down, line protocol is down Internet address is 193.48.65.201/26 Broadcast address is 255.255.255.255 Address determined by configuration file MTU is 1500 bytes ...
ap> show interfaces
On remarque qu'il y a 4 interfaces sur la borne wifi :
- BVI1
- Dot11Radio0
- Dot11Radio1
- GigabitEthernet0
En attente de notre configuration sur le commutateur, voici la liste des commandes que nous utiliserons afin de configurer la borne Wifi:
ap> enable ap# configure terminal ap(config)# interface "nom_interface" ap(config-if)# ip address "ip" "masque" ap(config-if)# description ap(config-if)# no shutdown ap(config-if)# exit ap(config)# exit ap#