Lines Matching full:tunnel
3 ip-l2tp - L2TPv3 static unmanaged tunnel configuration
16 .BR "ip l2tp add tunnel"
62 .BR "ip l2tp del tunnel"
74 .BR "ip l2tp show tunnel"
112 session is identified by a session_id and its parent tunnel's
113 tunnel_id. A tunnel must be created before a session can be created in
114 the tunnel.
116 When creating an L2TP tunnel, the IP address of the remote peer is
131 passed through the interface, it is carried over the L2TP tunnel to
146 To establish an unmanaged L2TP tunnel, use
147 .B l2tp add tunnel
151 tunnel's virtual network interface, as required.
159 .SS ip l2tp add tunnel - add a new tunnel
165 set the tunnel id, which is a 32-bit integer value. Uniquely
166 identifies the tunnel. The value used must match the peer_tunnel_id
170 set the peer tunnel id, which is a 32-bit integer value assigned to
171 the tunnel by the peer. The value used must match the tunnel_id value
180 tunnel. This address must be the address of a local interface. May be
184 set the encapsulation type of the tunnel.
190 set the UDP source port to be used for the tunnel. Must be present
195 set the UDP destination port to be used for the tunnel. Must be
198 .SS ip l2tp del tunnel - destroy a tunnel
201 set the tunnel id of the tunnel to be deleted. All sessions within the
202 tunnel must be deleted first.
203 .SS ip l2tp show tunnel - show information about tunnels
206 set the tunnel id of the tunnel to be shown. If not specified,
208 .SS ip l2tp add session - add a new session to a tunnel
214 set the tunnel id, which is a 32-bit integer value. Uniquely
215 identifies the tunnel into which the session will be created. The
216 tunnel must already exist.
254 set the tunnel id in which the session to be deleted is located.
261 set the tunnel id of the session(s) to be shown. If not specified,
271 site-A:# ip l2tp add tunnel tunnel_id 3000 peer_tunnel_id 4000 \\
277 site-B:# ip l2tp add tunnel tunnel_id 4000 peer_tunnel_id 3000 \\
288 Notice that the IP addresses, UDP ports and tunnel / session ids are
309 tunnel, the MTU of the L2TP interfaces must be set to allow space for
341 When raw ethernet frames are bridged across an L2TP tunnel, large
344 the tunnel. When the ethernet frames carry protocols which are
349 tunnel are reassembled back into a single frame before being
352 each tunnel endpoint.