Wireless Access

last person joined: yesterday 

Access network design for branch, remote, outdoor, and campus locations with HPE Aruba Networking access points and mobility controllers.
Expand all | Collapse all

split tunnel on wired port

This thread has been viewed 0 times
  • 1.  split tunnel on wired port

    Posted Mar 13, 2012 11:05 AM

    Hi

     

    im trying to configure a wired port to split tunnel the traffic. Is there a best practice guide to follow in this case?

    I also want to change the role when connecting as a wired client, i dont want to use the "authenticated" role in this case

     

    regards

     

    Carlos



  • 2.  RE: split tunnel on wired port

    EMPLOYEE
    Posted Mar 13, 2012 11:11 AM

    Is this for a remote access point, aka RAP?



  • 3.  RE: split tunnel on wired port

    Posted Mar 13, 2012 11:22 AM

    Download the Virtual Branch Network VRD from the link below and go to page#159 - Task 6 - Configure Wired AP and Wired Port Profiles 

    http://www.arubanetworks.com/pdf/technology/VBN_VRD.pdf

     

    Hope it helps ! 

    --

    HT 



  • 4.  RE: split tunnel on wired port

    Posted Mar 13, 2012 10:03 PM

    Try something like this, but do read the VRDs too...

     

    !

    ap wired-ap-profile "split-tunnel-port"

    wired-ap-enable forward-mode split-tunnel

    switchport access vlan x

    !

    ap wired-port-profile "split-tunnel-port-rules"

    wired-ap-profile "split-tunnel-port"

    aaa-profile "ROLE-WITH-SPLIT-TUNNEL-RULES"

    !

    ap-group "YOUR-GROUP"

    enet1-port-profile "split-tunnel-port-rules"

    !

     

    The bits in capitals obviously you need to work out!