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.

service nat ipv6-to-ipv4 rule <rule-number> destination prefix <dest_addr_prefix>

Specifies the NAT IPv6-to-IPv4 rule to apply to the IPv6 prefix for the destination.

set service nat ipv6-to-ipv4 rule rule-number destination prefix dest_addr_prefix
delete service nat ipv6-to-ipv4 rule rrule-number destination prefix dest_addr_prefix
show service nat
rule-number
The NAT rule to apply. The identifier ranges from 1 through 9999.
dest_addr_prefix
The IPv6 address prefix of the destination node in the IPv4 network.

Configuration mode

service {
    nat {
        ipv6-to-ipv4 {
            rule rule-number {
                destination {
                    prefix dest_addr_prefix
                }
            }
        }
    }
}

Use the set form of this command to specify the NAT IPv6-to-IPv4 rule to apply to the IPv6 prefix for the destination.

Use the delete form of this command to delete the NAT IPv6-to-IPv4 rule.

Use the show form of this command to display the configured NAT IPv6-to-IPv4 rules.