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> inbound-interface <inbound_intf>

Specifies the service IPv6-to-IPv4 rule to apply to the inbound interface.

set service nat ipv6-to-ipv4 rule rule-number inbound-interface inbound_intf
delete service nat ipv6-to-ipv4 rule rule-number inbound-interface inbound_intf
show service nat
rule-number
The rule to apply to the inbound IPv6 traffic. The identifier ranges from 1 through 9999.
inbound_intf
The data plane interface for which to enable NAT 6-4 translation.

Configuration mode

service {
    nat {
        ipv6-to-ipv4 {
            rule rule-number {
                inbound-interface inbound_intf
            }
        }
    }
}

Use the set form of this command to specify the service IPv6-to-IPv4 rule to apply to the inbound interface.

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.