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> source prefix <src_addr_prefix>

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

set service nat ipv6-to-ipv4 rule rule-number source prefix src_addr_prefix
delete service nat ipv6-to-ipv4 rule rule-number source prefix src_addr_prefix
show service nat
rule-number
The rule to apply to the inbound IPv6 traffic. The identifier ranges from 1 through 9999.
src_addr_prefix
The IPv6 prefix that matches the incoming IPv6 addresses.

Configuration mode

service {
    nat {
        ipv6-to-ipv4 {
            rule rule-number {
                source {
                    prefix src_addr_prefix
                }
            }
        }
    }
}

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

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

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