1IP-FOU(8) Linux IP-FOU(8)
2
3
4
6 ip-fou - Foo-over-UDP receive port configuration
7
8 ip-gue - Generic UDP Encapsulation receive port configuration
9
11 ip [ OPTIONS ] fou { COMMAND | help }
12
13 ip fou add port PORT { gue | ipproto PROTO }
14 ip fou del port PORT
15
17 The ip fou commands are used to create and delete receive ports for
18 Foo-over-UDP (FOU) as well as Generic UDP Encapsulation (GUE).
19
20 Foo-over-UDP allows encapsulating packets of an IP protocol directly
21 over UDP. The receiver infers the protocol of a packet received on a
22 FOU UDP port to be the protocol configured for the port.
23
24 Generic UDP Encapsulation (GUE) encapsulates packets of an IP protocol
25 within UDP and an encapsulation header. The encapsulation header con‐
26 tains the IP protocol number for the encapsulated packet.
27
28 When creating a FOU or GUE receive port, the port number is specified
29 in PORT argument. If FOU is used, the IP protocol number associated
30 with the port is specified in PROTO argument.
31
32 A FOU or GUE receive port is deleted by specifying PORT in the delete
33 command.
34
36 Configure a FOU receive port for GRE bound to 7777
37 # ip fou add port 7777 ipproto 47
38
39 Configure a FOU receive port for IPIP bound to 8888
40 # ip fou add port 8888 ipproto 4
41
42 Configure a GUE receive port bound to 9999
43 # ip fou add port 9999 gue
44
45 Delete the GUE receive port bound to 9999
46 # ip fou del port 9999
47
49 ip(8)
50
52 Tom Herbert <therbert@google.com>
53
54
55
56iproute2 2 Nov 2014 IP-FOU(8)