| Yazan: Site Yöneticisi,
Tarih: 21-08-2007 23:26
|
Okunma Sayısı : 4280  |
Beğenilme : Yok |
1300 Serisi Access pointleri iki modda ayarlayabiliriz.Birincisi access point mod,ikincisi ise workgroup bridge moddur.Access point olarak çalistirilan 1300 Serisi access pointler kablosuz baglanan clientlarla, tekrarlayici access pointlerle,root olmayan bridgelerle ve workgroup bridgelerle haberlesebilir.Workgroup bridge modda çalisan AP,kök (root) AP ile ,tekrarlayici AP ile ve root olmayan bridge ile haberlesebilir.Bridge modda çalisan AP ler sadece ethernetten gelen clientlara hizmet eder.Kablosuz gelen clientlara hizmet veremezler.Bridge modda çalisan AP lerin her iki tarafida ayni networkte yer alir.
Asagida Bridge modda test ortaminda çalistirilmis iki AP nin örnek Sh run çiktilari yer almaktadir.Cihazlardan bir tanesi ROOT BRIDGE digeri ise NON-ROOT BRIDGE olarak ayarlanmistir.
Cisco AP lerde wireless interface i defaulta kapali gelir.Cihazin önce interfaceinin web ara yüzünden yada komut satirindan enable edilmesi gerekir. Cihaz öncelikle dhcp den ip almaya çalisir.Eger ip alamazsa yada cihaz pc ye cross kablo ile bagliysa cihaz 10.0.0.1 ipsini alir.Cihazin defaul kullanici adi ve sifresi "Cisco" (C harfi büyük) dur. Eger Non root bridge ,root bridge ile haberlesmisse ipsini root bridge den alir.Hangi ipyi aldigini root bridge in web sayfasindan Associations kismindan yada IPSU yazilimiyla ögrenilebilir. Asagidaki ayarda "demo" isimle SSID tanimlanmis olup güvenlik olarakta 128 bitlik WEP sifrelemesi kullanilmistir. ----------------------------------------------------------------------------------------------- ROOT olan AP nin ayarlari ------------------------------------------------------------------------------------------------
bridge#sh run Building configuration...
Current configuration : 1623 bytes ! version 12.3 no service pad service timestamps debug datetime msec service timestamps log datetime msec service password-encryption ! hostname bridge ! enable secret 5 xxxxxxxxxxx ! username Cisco password 7 xxxxxxxxxxx ip subnet-zero ! no aaa new-model ! ! bridge irb ! ! interface Dot11Radio0 no ip address no ip route-cache ! encryption key 1 size 128bit 7 aaaaaaaaaaaaaaaaaaaa transmit-key encryption mode wep mandatory ! ssid demo authentication open ! short-slot-time concatenation speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0 rts threshold 4000 station-role root antenna receive right antenna transmit right world-mode dot11d country TR outdoor infrastructure-client bridge-group 1 bridge-group 1 spanning-disabled ! interface FastEthernet0 no ip address no ip route-cache duplex auto speed auto bridge-group 1 bridge-group 1 spanning-disabled ! interface BVI1 ip address 172.16.100.200 255.255.255.0 no ip route-cache ! ip default-gateway 172.16.100.1 ip http server no ip http secure-server ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag ip radius source-interface BVI1 logging snmp-trap emergencies logging snmp-trap alerts logging snmp-trap critical logging snmp-trap errors logging snmp-trap warnings bridge 1 route ip ! ! ! line con 0 transport preferred all transport output all line vty 0 4 login local transport preferred all transport input all transport output all line vty 5 15 login transport preferred all transport input all transport output all ! end
bridge#
------------------------------------------------------------------------------------------------ NON ROOT ola AP nin ayarlari ------------------------------------------------------------------------------------------------
AP#sh run Building configuration...
Current configuration : 1360 bytes ! version 12.2 no service pad service timestamps debug datetime msec service timestamps log datetime msec service password-encryption ! hostname AP ! logging queue-limit 100 enable secret 5 xxxxxxxxxx ! username Cisco password 7xxxxxxxxxxxxxxx ip subnet-zero ! ! ! bridge irb ! ! interface Dot11Radio0 no ip address no ip route-cache ! encryption key 1 size 128bit 7 aaaaaaaaaaaaaaaaaaaa transmit-key encryption mode wep mandatory ! ssid demo authentication open infrastructure-ssid optional ! cca 0 concatenation world-mode dot11d country TR outdoor speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0 rts threshold 4000 antenna receive right antenna transmit right station-role install non-root infrastructure-client bridge-group 1 bridge-group 1 spanning-disabled ! interface FastEthernet0 ip address 172.16.100.201 255.255.255.0 no ip route-cache duplex auto speed auto bridge-group 1 bridge-group 1 spanning-disabled ! interface BVI1 ip address 172.16.100.201 255.255.255.0 no ip route-cache ! ip default-gateway 172.16.100.1 ip http server ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag /122-15.JA/1100 ip radius source-interface BVI1 bridge 1 route ip ! ! ! line con 0 line vty 0 4 login local line vty 5 15 login ! end
AP#
|