Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1067 connectés 

  FORUM HardWare.fr
  Systèmes & Réseaux Pro
  Réseaux

  [Mis à jour] Problème pont wifi

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

[Mis à jour] Problème pont wifi

n°80174
lapin_vert
Posté le 02-05-2011 à 18:00:30  profilanswer
 

Bonjour,
 
j'ai mis en place un pont wifi composé de deux bornes Cisco 1250; une en root-AP et l'autre en WGB. Les perfs en download sont excellentes (40Mo/s) mais le taux d'upload est très faible voir inexistant.
 
J'ai bien vérifié et le problème provient bien du pont, pas du firewall ou quoi que ce soit.
 
Y'a t-il une option à entrer dans la config ou un bug à la con ?


Message édité par lapin_vert le 27-05-2011 à 14:35:13
mood
Publicité
Posté le 02-05-2011 à 18:00:30  profilanswer
 

n°80197
lapin_vert
Posté le 03-05-2011 à 09:33:38  profilanswer
 

Configuration de la borne Root-AP:

Code :
  1. AP_ROOTBRIDGE#show run
  2. Building configuration...
  3. Current configuration : 3008 bytes
  4. !
  5. version 12.4
  6. no service pad
  7. service timestamps debug datetime msec
  8. service timestamps log datetime msec
  9. service password-encryption
  10. !
  11. hostname AP_ROOTBRIDGE
  12. !
  13. enable secret XXXXXXXXXXXXXx
  14. !
  15. no aaa new-model
  16. ip domain name xxx.com
  17. !
  18. !
  19. !
  20. dot11 ssid SSID1
  21.    vlan 1
  22.    authentication open
  23.    authentication key-management wpa version 2
  24.    mbssid guest-mode
  25.    wpa-psk ascii XXXXXXXXXX
  26. !
  27. dot11 ssid SSID2
  28.    vlan 21
  29.    authentication open
  30.    authentication key-management wpa version 2
  31.    mbssid guest-mode
  32.    wpa-psk ascii XXXXXXXXXX
  33. !
  34. power inline negotiation prestandard source
  35. !
  36. !
  37. username XXXXXXXXXXXX
  38. !
  39. bridge irb
  40. !
  41. !
  42. interface Dot11Radio0
  43. no ip address
  44. no ip route-cache
  45. !
  46. encryption vlan 1 mode ciphers aes-ccm
  47. !
  48. encryption vlan 21 mode ciphers aes-ccm
  49. !
  50. ssid SSID1
  51. !
  52. ssid SSID2
  53. !
  54. mbssid
  55. station-role root access-point
  56. !
  57. interface Dot11Radio0.1
  58. encapsulation dot1Q 1 native
  59. no ip route-cache
  60. bridge-group 1
  61. bridge-group 1 subscriber-loop-control
  62. bridge-group 1 block-unknown-source
  63. no bridge-group 1 source-learning
  64. no bridge-group 1 unicast-flooding
  65. bridge-group 1 spanning-disabled
  66. !
  67. interface Dot11Radio0.21
  68. encapsulation dot1Q 21
  69. no ip route-cache
  70. bridge-group 21
  71. bridge-group 21 subscriber-loop-control
  72. bridge-group 21 block-unknown-source
  73. no bridge-group 21 source-learning
  74. no bridge-group 21 unicast-flooding
  75. bridge-group 21 spanning-disabled
  76. !
  77. interface Dot11Radio1
  78. no ip address
  79. no ip route-cache
  80. shutdown
  81. no dfs band block
  82. channel dfs
  83. station-role root
  84. bridge-group 1
  85. bridge-group 1 subscriber-loop-control
  86. bridge-group 1 block-unknown-source
  87. no bridge-group 1 source-learning
  88. no bridge-group 1 unicast-flooding
  89. bridge-group 1 spanning-disabled
  90. !
  91. interface GigabitEthernet0
  92. no ip address
  93. no ip route-cache
  94. duplex auto
  95. speed auto
  96. !
  97. interface GigabitEthernet0.1
  98. encapsulation dot1Q 1 native
  99. no ip route-cache
  100. bridge-group 1
  101. no bridge-group 1 source-learning
  102. bridge-group 1 spanning-disabled
  103. !
  104. interface GigabitEthernet0.21
  105. encapsulation dot1Q 21
  106. no ip route-cache
  107. bridge-group 21
  108. no bridge-group 21 source-learning
  109. bridge-group 21 spanning-disabled
  110. !
  111. interface BVI1
  112. ip address 192.168.0.1 255.255.255.0
  113. no ip route-cache
  114. !
  115. ip default-gateway 192.168.0.254
  116. ip http server
  117. no ip http secure-server
  118. ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
  119. bridge 1 route ip
  120. !
  121. !
  122. line con 0
  123. line vty 0 4
  124. login local
  125. line vty 5 15
  126. login local
  127. transport input ssh
  128. !
  129. end
 


Configuration de la borne WGB:

Code :
  1. AP_WGB#show run
  2. Building configuration...
  3. Current configuration : 1671 bytes
  4. !
  5. version 12.4
  6. no service pad
  7. service timestamps debug datetime msec
  8. service timestamps log datetime msec
  9. service password-encryption
  10. !
  11. hostname AP_WGB
  12. !
  13. enable secret XXXXXXXXXX
  14. !
  15. no aaa new-model
  16. ip domain name xxxx.com
  17. !
  18. !
  19. !
  20. dot11 ssid SSID1
  21.    vlan 1
  22.    authentication open
  23.    authentication key-management wpa version 2
  24.    mbssid guest-mode
  25.    wpa-psk ascii 7 xxxxxxxxxxxxxxxxx
  26. !
  27. power inline negotiation prestandard source
  28. !
  29. !
  30. username xxxxxxxxxxx
  31. !
  32. bridge irb
  33. !
  34. !
  35. interface Dot11Radio0
  36. no ip address
  37. no ip route-cache
  38. !
  39. encryption vlan 1 mode ciphers aes-ccm
  40. !
  41. ssid SSID1
  42. !
  43. station-role workgroup-bridge multicast mode infrastructure
  44. !
  45. interface Dot11Radio0.1
  46. encapsulation dot1Q 1 native
  47. no ip route-cache
  48. bridge-group 1
  49. bridge-group 1 spanning-disabled
  50. !
  51. interface Dot11Radio1
  52. no ip address
  53. no ip route-cache
  54. shutdown
  55. no dfs band block
  56. channel dfs
  57. station-role root
  58. bridge-group 1
  59. bridge-group 1 subscriber-loop-control
  60. bridge-group 1 block-unknown-source
  61. no bridge-group 1 source-learning
  62. no bridge-group 1 unicast-flooding
  63. bridge-group 1 spanning-disabled
  64. !
  65. interface GigabitEthernet0
  66. no ip address
  67. no ip route-cache
  68. duplex auto
  69. speed auto
  70. !
  71. interface GigabitEthernet0.1
  72. encapsulation dot1Q 1 native
  73. no ip route-cache
  74. bridge-group 1
  75. bridge-group 1 spanning-disabled
  76. !
  77. interface BVI1
  78. ip address 192.168.0.2 255.255.255.0
  79. no ip route-cache
  80. !
  81. ip default-gateway 192.168.0.254
  82. ip http server
  83. no ip http secure-server
  84. ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
  85. bridge 1 route ip
  86. !
  87. !
  88. !
  89. line con 0
  90. line vty 0 4
  91. login local
  92. !
  93. end



Message édité par lapin_vert le 25-05-2011 à 16:38:00
n°80285
lapin_vert
Posté le 05-05-2011 à 15:43:23  profilanswer
 

Le problème de débit est résolu. Aucune idée du pourquoi du comment...
 
Par contre, la borne WGB plante a un moment aléatoire. Un test de débit, un upload de firmware et elle crash.

n°81193
jagstang
Pa Capona ಠ_ಠ
Posté le 25-05-2011 à 14:50:28  profilanswer
 

Tu as oublié ta PSK dans la seconde config


---------------
What if I were smiling and running into your arms? Would you see then what I see now?  
n°81312
lapin_vert
Posté le 27-05-2011 à 14:34:53  profilanswer
 

Le problème s'est résolu par un miracle inexplicable... :o
 
J'ai toutefois un deuxième problème dont voici les symptômes:

  • La borne WGB n'est pas accessible depuis la root access point.
  • Les clients connectés en filaire sur la WGB peuvent accéder à la borne.
  • La borne WGB ne ping rien vers la root, donc elle n'accède pas à sa passerelle.
  • Les clients filaires de la borne WGB accède correctement à la même passerelle.


Merci pour vos idées :D

n°81455
lapin_vert
Posté le 31-05-2011 à 10:20:15  profilanswer
 

Dans la FAQ de la fonction WGB sur le site de Cisco il est dit:

Citation :

When a Workgroup Bridge (WGB34x or WGB352) is associated to an access point, you cannot access the WGB console menus or ping the WGB from a station on the wired LAN connected to the Ethernet port of the access point. But, you can access the WGB from any client device connected to the WGB Ethernet port and from any client device associated to the access point that is associated to the WGB. Radio traffic between the access point and the WGB is not affected.


 
Donc ce comportement serait normal selon Cisco. Mais aucune explication trouvée :/


Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Systèmes & Réseaux Pro
  Réseaux

  [Mis à jour] Problème pont wifi

 

Sujets relatifs
Réseau wifi - empêcher les utilisateurs de téléchargerProblème spanning tree
Problème de routage...Netasq U30[Résolu] Probleme connexion port console alcatel omnistack LS 6200
[MDT 2010] Problème Installation PilotesProbleme VPN + Webmail sur un serveur
petit probleme avec 2008 & RDSPetit projet borne wifi pour foyer
Problème trames RADIUS avec Wiresharkrestreindre accès wifi
Plus de sujets relatifs à : [Mis à jour] Problème pont wifi


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR