Jump to content

Cisco Aironet Multi SSID


Der letzte Beitrag zu diesem Thema ist mehr als 180 Tage alt. Bitte erstelle einen neuen Beitrag zu Deiner Anfrage!

Empfohlene Beiträge

Hier mal ein Output :-)

WLANTESTAP(config)#dot11 ssid TEST
WLANTESTAP(config-ssid)#vlan 10
Warning: Vlan 10 already mapped to SSID ANOTHER_TEST. SSIDs with same vlan association cannot be attached to the same interface.

 

und ..

 

WLANTESTAP(config)#int dot11Radio 0.10
WLANTESTAP(config-subif)#encapsulation dot1Q 10
%Configuration of multiple subinterfaces of the same main
interface with the same VID (10) is not permitted.
This VID is already configured on Dot11Radio0.1.

 

 

Aber ich denke es geht schon.

Hier mal ein Beispiel - hab es aber nicht getestet:

 

dot11 ssid SSID1
authentication open
vlan 10
!
dot11 ssid SSID2
authentication open
vlan 10
!
interface dot11radio0
ssid SSID1
ssid SSID2
!
interface dot11radio0.1
encapsulation dot1q 10
bridge-group 10
!
interface fastethernet 0.1
encapsulation dot1q 10
bridge-group 10
!

 

Und schon sind beide SSIDs im selben VLAN.

Nachtrag:

Pustekuchen:

 

ap#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
ap(config)#dot11 ssid SSID1
ap(config-ssid)# authentication open
ap(config-ssid)# vlan 10
ap(config-ssid)#!
ap(config-ssid)#dot11 ssid SSID2
ap(config-ssid)# authentication open
ap(config-ssid)# vlan 10
Warning: Vlan 10 already mapped to SSID SSID1. SSIDs with same vlan association cannot be attached to the same interface.
ap(config-ssid)#!
ap(config-ssid)#interface dot11radio0
ap(config-if)# ssid SSID1
ap(config-if)# ssid SSID2
Dot11Radio0: VLAN 10 is already mapped to SSID SSID1, SSID to VLAN mapping should be unique on interface.
ap(config-if)#!
ap(config-if)#interface dot11radio0.1
ap(config-subif)# encapsulation dot1q 10
ap(config-subif)# bridge-group 10
ap(config-subif)#!
ap(config-subif)#interface fastethernet 0.1
ap(config-subif)# encapsulation dot1q 10
ap(config-subif)# bridge-group 10
ap(config-subif)#!
ap(config-subif)#exit
ap(config)#exit

 

Naja ... die ganzen Messages oben sind alles Warnings (also solche schönen Wörter wie "should" und so weiter).

 

Jetzt geht's ans Verifizieren:

ap#show dot11 bssid

Interface      BSSID         Guest  SSID
Dot11Radio0   001a.e35e.7b90  No   SSID1

 

Schade ... nur die erste SSID

Link zu diesem Kommentar
Der letzte Beitrag zu diesem Thema ist mehr als 180 Tage alt. Bitte erstelle einen neuen Beitrag zu Deiner Anfrage!

Schreibe einen Kommentar

Du kannst jetzt antworten und Dich später registrieren. Falls Du bereits ein Mitglied bist, logge Dich jetzt ein.

Gast
Auf dieses Thema antworten...

×   Du hast formatierten Text eingefügt.   Formatierung jetzt entfernen

  Only 75 emoji are allowed.

×   Dein Link wurde automatisch eingebettet.   Einbetten rückgängig machen und als Link darstellen

×   Dein vorheriger Inhalt wurde wiederhergestellt.   Editor-Fenster leeren

×   Du kannst Bilder nicht direkt einfügen. Lade Bilder hoch oder lade sie von einer URL.

×
×
  • Neu erstellen...