cancelar
Mostrando los resultados de 
Buscar en lugar de 
Quiere decir: 
cancel
822
Visitas
0
ÚTIL
1
Respuestas

Using VLANs with Cisco 1310 Bridge

cdacasinoit
Level 1
Level 1

I am trying to setup a wireless link between two locations, and be able to pass VLANs through the Wireless link.

Currently I have two 1310 bridges.

I followed the information at http://www.cisco.com/en/US/products/hw/wireless/ps4570/products_configuration_example09186a00801d0815.shtml, but it is only passing VLAN 1 across the link. I cannot figure what the problem is.

Both Bridges are running c1310-k9w7-mx.123-8.JEA3.

Partial Configs of both Bridges:

Bridge 1:

bridge irb

!

!

interface Dot11Radio0

no ip address

no ip route-cache

!

ssid PRIVATE

!

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

station-role root bridge

!

interface Dot11Radio0.1

encapsulation dot1Q 1 native

no ip route-cache

bridge-group 1

!

interface Dot11Radio0.3

encapsulation dot1Q 3

no ip route-cache

!

interface Dot11Radio0.5

encapsulation dot1Q 5

no ip route-cache

!

interface Dot11Radio0.19

encapsulation dot1Q 19

no ip route-cache

!

interface Dot11Radio0.27

encapsulation dot1Q 27

no ip route-cache

!

interface Dot11Radio0.29

encapsulation dot1Q 29

no ip route-cache

!

interface Dot11Radio0.30

encapsulation dot1Q 30

no ip route-cache

!

interface FastEthernet0

ip address PRIVATE

no ip route-cache

hold-queue 80 in

!

interface FastEthernet0.1

encapsulation dot1Q 1 native

no ip route-cache

bridge-group 1

!

interface FastEthernet0.3

encapsulation dot1Q 3

no ip route-cache

!

interface FastEthernet0.5

encapsulation dot1Q 5

no ip route-cache

!

interface FastEthernet0.19

encapsulation dot1Q 19

no ip route-cache

!

interface FastEthernet0.27

encapsulation dot1Q 27

no ip route-cache

!

interface FastEthernet0.29

encapsulation dot1Q 29

no ip route-cache

!

interface FastEthernet0.30

encapsulation dot1Q 30

no ip route-cache

!

interface BVI1

ip address PRIVATE

no ip route-cache

!

ip http server

no ip http secure-server

ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag

!

!

control-plane

!

bridge 1 route ip

!

!

!

line con 0

line vty 0 4

login local

!

end

Bridge 2:

dot11 ssid PRIVATE

   vlan 1

   authentication open

   infrastructure-ssid optional

!

!

!

username PRIVATE password 7 PRIVATE

!

bridge irb

!

!

interface Dot11Radio0

no ip address

no ip route-cache

!

ssid PRIVATE

!

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

station-role non-root bridge

!

interface Dot11Radio0.1

encapsulation dot1Q 1 native

no ip route-cache

bridge-group 1

!

interface Dot11Radio0.3

encapsulation dot1Q 3

no ip route-cache

!

interface Dot11Radio0.5

encapsulation dot1Q 5

no ip route-cache

!

interface Dot11Radio0.19

encapsulation dot1Q 19

no ip route-cache

!

interface Dot11Radio0.27

encapsulation dot1Q 27

no ip route-cache

!

interface Dot11Radio0.29

encapsulation dot1Q 29

no ip route-cache

!

interface Dot11Radio0.30

encapsulation dot1Q 30

no ip route-cache

!

interface FastEthernet0

ip address 192.168.0.153 255.255.0.0

no ip route-cache

hold-queue 80 in

!

interface FastEthernet0.1

encapsulation dot1Q 1 native

no ip route-cache

bridge-group 1

!

interface FastEthernet0.3

encapsulation dot1Q 3

no ip route-cache

!

interface FastEthernet0.5

encapsulation dot1Q 5

no ip route-cache

!

interface FastEthernet0.19

encapsulation dot1Q 19

no ip route-cache

!

interface FastEthernet0.27

encapsulation dot1Q 27

no ip route-cache

!

interface FastEthernet0.29

encapsulation dot1Q 29

no ip route-cache

!

interface FastEthernet0.30

encapsulation dot1Q 30

no ip route-cache

!

interface BVI1

ip address 192.168.0.151 255.255.0.0

no ip route-cache

!

ip http server

no ip http secure-server

ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag

!

!

control-plane

!

bridge 1 route ip

!

!

!

line con 0

line vty 0 4

login local

!

end

Configuration of the port the 1310 bridges are plugged into:

interface GigabitEthernet0/3

switchport trunk encapsulation dot1q

switchport trunk allowed vlan 1,3,5,19,27,29,30

switchport mode trunk

switchport priority extend trust

srr-queue bandwidth share 1 30 35 5

queue-set 2

priority-queue out

mls qos trust cos

auto qos trust

Does anyone have any ideas?

1 RESPUESTA 1

cdacasinoit
Level 1
Level 1

Sorry, just noticed that this was posted to the Shanish language section. I reported to the English one.