Controller-less WLANs

 View Only
last person joined: one year ago 

Articles relating to existing and legacy HPE Aruba Networking products and solutions including IAP, Central / HPE Aruba Networking Central, MSR, and Outdoor Mesh

IAP on Juniper EX switch 

Jul 11, 2014 07:00 PM

Question Why does Aruba Instant APs connected to Juniper EX switch don't form a cluster?
Environment Aruba Instant APs connected to Juniper EX switch.

 

With Juniper EX switches; if the native vlan is included in the member vlan; it would be tagged. This would result in APs not able to communicate to each other consequently not join the cluster.

 

Example ::

 

family ethernet-switching {

                    port-mode trunk;

                    vlan {

                        members [ VLAN5 VLAN200 VLAN100];    <-- Native VLAN Included

                    }

                    native-vlan-id VLAN100;

                }

 

 

 

rtaImage.jpg

 

 

To have the native vlan untagged; it should only be defined under native-vlan-id.

 

 

Example ::

 

family ethernet-switching {

                    port-mode trunk;

                    vlan {

                        members [ VLAN5 VLAN200];    <-- Native VLAN NOT Included

                    }

                    native-vlan-id VLAN100;

                }

 

 

 

Juniper KB Article :: https://kb.juniper.net/InfoCenter/index?page=content&id=KB17419

Statistics
0 Favorited
2 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.