...
Parameter | Description |
loopback {lo | <vrf-name>} | Specifies a loopback interface. The value is a string.
|
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. |
...
The IP address of a loopback interface is usually specified as the source address of packets.
NOTE:
Don't forget the key word "lo" in the command when creating a loopback interface in the default VRF.
Example
- Create a loopback interface in the default VRF.
Code Block |
---|
admin@Xorplus# set l3-interface loopback lo address 1.1.1.1 prefix-length 32 admin@Xorplus# commit |