home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

interfaces tunnel <tunx> parameters ip ignore-df

Configures the tunnel to ignore the DF bit of the payload when encapsulating IP traffic.

set interfaces tunnel tunx parameters ip ignore-df
delete interfaces tunnel tunx parameters ip ignore-df
show interfaces tunnel tunx parameters ip ignore-df

By default, the DF bit of the payload is not ignored.

tunx
The identifier of a tunnel interface. The identifier ranges from tun0 through tunx, where x is a nonnegative integer.

Configuration mode


interfaces {
	tunnel tunx {
		parameters { 
			ip {
				ignore-df
			}
		}
	}
}
Note: This command is valid only with GRE and GRE-multipoint encapsulation.

Use the set form of this command configure the tunnel to ignore the DF bit of the payload when encapsulating IP traffic.

Use the delete form of this command to consider the DF bit of the payload when encapsulating IP traffic.

Use the show form of this command to display the value of the ignore-df parameter.