mardi 19 décembre 2017

TP 8-Wireless Access point Network

A wireless network uses radio waves to connect devices such as laptops to the Internet and to your business network and its applications. When you connect a laptop to a WiFi hotspot at a cafe, hotel, airport lounge, or other public place, you're connecting to that business's wireless network



2-Objective:
Configuration of Router and wireless Access point devices.



Routeur 0
1-Configuration des interfaces fastethernet f0/0
en-conf t-int f0/0-ip address 192.168.1.1 255.255.255.0-no sh-ex
2- Configuration des interfaces Ethernet e0/0/0
int e0/0/0-ip address 192.168.2.1 255.255.255.0-no sh-ex-ex-wr
3- Configuration des interfaces Ethernet e0/1/0
int e0/1/0-ip address 192.168.3.1 255.255.255.0-no sh-ex-ex-wr
4-Network rip
en-conf t-router rip-network 192.168.1.0-network 192.168.2.0- network 192.168.3.0
5-Ip helper
en-conf t-int f0/0-ip helper 192.168.2.2 –no sh-ex-int e0/0/0-ip helper 192.168.2.2 -no sh-ex- int e0/1/0-ip helper 192.168.2.2 –no sh-ex-ex-wr