Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

set l3-interface loopback {lo | <vrf-name>} address <ip-address> prefix-length 32<int>


Parameters

Parameter

Description

loopback {lo | <vrf-name>}

Specifies a loopback interface. The value is a string.

  • lo: use lo for default VRF loopback.
  • <vrf-name>: use VRF name for a VRF loopback.

address <ip-address>

Specifies the IP address of a loopback interface.

prefix-length <int>

The IPv4 network prefix length is fixed to 32.

The IPv6 network prefix length is fixed to 128.


Usage Guidelines

A loopback interface is always Up.

...