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.

resources group address-group

Specifies the name of an address resource group as the translation address for a NAT rule.

set resources group address-group address-group-name address member-address
delete resources group address-group address-group-name address member-address
address-group-name
The name of a resource address group
member-address
Member address

Configuration mode

resources {
	 group {
   address-group address-group-name {
    address member-address
    address member-address
    address member-address
   }
  }
}

Use the set form of this command to specify the name of a resource address group as the translation address for a NAT rule.

You can create a NAT rule with specific translation addresses, address ranges, or both. Each entry listed in the resource address group is used to create a set of mappings based on the port range.

Note: This feature traverses the entries specified in the resource address group in numerical ascending order and not in the order the addresses were configured.

Use the delete form of this command to remove the address-group.