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.

security vpn ipsec esp-group compression

Enables or disables ESP compression for an ESP group.

set security vpn ipsec esp-group compression { disable | enable }
delete security vpn ipsec esp-group compression
show security vpn ipsec esp-group compression
{ disable | enable }
Enable or disable ESP compression. The default is disable.

Configuration mode

security {
    vpn {
        ipsec {
              esp-group esp1 {
				                compression enable
				          }
			     }
		  }
}

Use the set form of this command to enable or disable ESP compression for an ESP group.

Use the delete form of this command to revert to the default compression configuration (disable).

Use the show form of this command to view the current compression configuration.