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

GRE Tunnel between Master & Guest controller

This thread has been viewed 6 times
  • 1.  GRE Tunnel between Master & Guest controller

    Posted Jan 11, 2015 10:49 PM

    Hi All,

     

    I want to create tunnel between my master controllers in VRRP mode which also enabled with PEF licenses and Guest controller in DMZ. I hope i should create tunnel using my Virtual IP address. Can anyone tell me the commands to create a tunnel between these for guest users and how to verify the tunnel status..? 



  • 2.  RE: GRE Tunnel between Master & Guest controller

    EMPLOYEE
    Posted Jan 11, 2015 10:51 PM


  • 3.  RE: GRE Tunnel between Master & Guest controller
    Best Answer

    MVP
    Posted Jan 12, 2015 12:43 PM

    I've actually have had this up and running in a lab where both source and destination where VRRP address on both sides.

     

     

    configure terminal 
    	interface tunnel 1
            description "to edge"
            tunnel source 192.168.253.1
            tunnel mode gre 0
            tunnel destination 11.11.11.1
            trusted
            mtu 1400
            tunnel vlan 252
    		no shutdown
    !
    
    configure terminal 
    	interface tunnel 1
            description "to main"
            tunnel source 11.11.11.1
            tunnel mode gre 0
            tunnel destination 192.168.253.1
            trusted
            mtu 1400
            tunnel vlan 252
    !

     



  • 4.  RE: GRE Tunnel between Master & Guest controller

    Posted Jan 18, 2015 02:25 AM

    Thanks ... I need to create L3 GRE since they are in serperate vlans.



  • 5.  RE: GRE Tunnel between Master & Guest controller

    MVP
    Posted Jan 27, 2015 04:29 AM

    Not sure what you mean here, but if you want to 'extend' the guest valn from controller 1 to mcontroller 2 you do not need an L3 gre tunnel.

    If the guest vlan is different on both end you do but why would you require this? The vlan is only important at the central site since you're transporting all traffic there anyway right?