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.

interfaces <interface> ipv6 ripng neighbor <ip-address>

Configures the IPv6 link-local address of a neighbor for RIPng.

set interfaces interface ipv6 ripng neighbor ip-address
show interface interface ipv6 ripng neighbor
interface
A type of interface. For detailed keywords and arguments that can be specified as interface types, refer to Supported Interface Types.
ip-address
The IPv6 link-local address of a neighbor.

Configuration mode.

interfaces interface {
         address address {
                ipv6 {
                       ripng {
                             neighbor ip-address
                       }
                }
         }
}

Use the set form of this command to configure the IPv6 link-local address of a neighbor for RIPng.

Use the show form of this command to display the IPv6 link-local address of the neighbor.