Differences between revisions 2 and 3
Revision 2 as of 2015-09-01 13:43:19
Size: 401
Editor: PieterSmit
Comment:
Revision 3 as of 2015-09-01 15:20:33
Size: 535
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
== Linux Ethernet GRE ==
 * Setup {{{ ip link add testgre type gretap remote 10.65.128.65 }}}
 * Display with {{{ ip -d link }}}

Ethernet over GRE tunnel

  • 2015 Example
    • For EoIP interfaces you can use MAC addresses that are in the range from 00:00:5E:80:00:00 - 00:00:5E:FF:FF:FF , which IANA has reserved for such cases.

!
dot11 tunnel xyz
    type gre
    destination 10.100.11.49
!
dot11 ssid abc
  tunnel xyz
  dhcp-snoop enable
  dhcp-snoop circuit-id format name ssid client-mac 
!

Linux Ethernet GRE

  • Setup  ip link add testgre type gretap remote 10.65.128.65 

  • Display with  ip -d link 

...

cisco/WiFi/EoGRE (last edited 2015-09-01 15:26:32 by PieterSmit)