Wireless Access

last person joined: 13 hours ago 

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

This thread has been viewed 7 times
  • 1.  gre tunnel

    Posted Aug 18, 2016 07:08 AM

    below is the configuration i have done in two controllers 192.168.29.156 and 192.168.29.159 and created vlan 90 in both controllers and given vlan ip as 192.168.150.159 and 192.168.150.156 in  29.159 and 29. 156 respectively . but its not pinging to 192.168.150.159 from 192.168.150.156 and vice versa

     

    #interface tunnel 18

    (DMZ) (config-tunnel)#tunnel mode gre 1
    (DMZ) (config-tunnel)#tunnel source vlan 150
    (DMZ) (config-tunnel)#tunnel destination 192.168.150.159
    (DMZ) (config-tunnel)#tunnel keepalive
    (DMZ) (config-tunnel)#trusted
    (DMZ) (config-tunnel)#tunnel vlan 90
    (Master) (config-tunnel)#no sh
    (Master) (config-tunnel)#write me


    #interface tunnel 12
    (Master) (config-tunnel)#tunnel mode gre 1
    (Master) (config-tunnel)#tunnel source vlan 150
    (Master) (config-tunnel)#tunnel destination 192.168.150.156
    (Master) (config-tunnel)#tunnel keepalive
    (Master) (config-tunnel)#trusted
    (Master) (config-tunnel)#tunnel vlan 90
    (Master) (config-tunnel)#no sh
    (Master) (config-tunnel)#write me

     

    Regards, 

    Mallikarjun



  • 2.  RE: gre tunnel

    EMPLOYEE
    Posted Aug 18, 2016 09:16 AM

    Type "show ip route" on each controller to see what route it is taking to each ip address that you want to ping.

     

    Could you ping those ip addresses before you established the tunnels?