Controllerless Networks

 View Only
last person joined: 3 days ago 

Instant Mode - the controllerless Wi-Fi solution that's easy to set up, is loaded with security and smarts, and won't break your budget
Expand all | Collapse all

AP-515 native vlan

This thread has been viewed 46 times
  • 1.  AP-515 native vlan

    Posted Jul 23, 2022 08:31 PM


    AP-515
    wlan access-rule STAFF
    index 2
    rule any any match any any any permit
    wlan access-rule GUEST
    index 3
    rule any any match any any any permit
    wlan ssid-profile STAFF
    enable
    index 0
    type employee
    essid STAFF
    vlan 101
    wlan ssid-profile GUEST
    enable
    index 1
    type guest
    essid GUEST
    vlan 102
    captive-portal internal
    wlan captive-portal
    wired-port-profile wired-SetMeUp
    switchport-mode access
    allowed-vlan all
    native-vlan guest
    no shutdown
    access-rule-name wired-SetMeUp
    speed auto
    duplex auto
    no poe
    type guest
    captive-portal disable
    no dot1x
    wired-port-profile default_wired_port_profile
    switchport-mode trunk
    allowed-vlan 100-102
    native-vlan 1
    shutdown
    access-rule-name default_wired_port_profile
    type employee
    captive-portal disable
    no dot1x
    enet0-port-profile default_wired_port_profile
    uplink​

    QUESTIONS:

    1. since switch port that AP connected using native vlan 100

    should I change "native-vlan 1" in AP site to "native-vlan 100"

    2. since switch using trunk mode and AP need to server multiple vlan ssid

    in AP should I set "wired-port-profile default_wired_port_profile" to trunk mode

    switchport-mode trunk
    allowed-vlan 100-102

    tq



  • 2.  RE: AP-515 native vlan

    EMPLOYEE
    Posted Jul 24, 2022 07:42 AM
    the native vlan is generally not tagged so you done need to do anything on the Instant AP.
    By default whatever the native VLAN is, that's where the AP will get it IP address from.
    Your config will work as along as VLAN 101 and 102 are tagged on that switch port that AP is connected to.

    ------------------------------
    Any opinions expressed here are solely my own and not necessarily that of Hewlett Packard Enterprise or Aruba.
    ------------------------------



  • 3.  RE: AP-515 native vlan

    Posted Jul 25, 2022 04:04 AM
    Either manually change each AP when it comes out via the console cable to VLAN 100.
    Or set you switch ports ups so that VLAN 100 is untagged.

    Regards,
     Ewan.


  • 4.  RE: AP-515 native vlan

    Posted Jul 25, 2022 04:30 AM
    in 2930f the command will be like this
    interface 1/1/1
        no shutdown
        no routing
    untagged vlan 100
    tagged vlan 101,102

    in 6100cx the command changed like these
    interface 1/1/1
        no shutdown
        no routing
        vlan trunk native 100
        vlan trunk allowed 100-102
        exit


    In my case AP515 is connected to 6100CX

    if my steps wrong please let me know
    tq