add interface-loopback

Description

Adds a new loopback interface (A fixed interface in the system that is commonly used for dynamic routing purposes).

Syntax

add interface-loopback ipv4-address <ipv4-address> { mask-length <mask-length> | subnet-mask <subnet-mask> }

Parameters

Parameter

Description

ipv4-address

Enter the IP address of the interface

mask-length

Represents the network's mask length

subnet-mask

Enter the Subnet mask of the specified network

A subnet mask, or 255.255.255.255

Example

add interface-loopback ipv4-address 192.168.1.1 mask-length 20