Note
This configuration is for the Loopback Interface. You can also use the VE or Ethernet interfaces to configure the source and destination interfaces of the IPv4 tunnel end points.To create a loopback interface, do the following:
SLX# configure terminal SLX (config)#
SLX (config)# interface loopback 10 SLX (config)#
SLX (config-Loopback-10)# ip address 31.31.31.1/32
SLX (config-Loopback-10)# exit SLX (config)#
SLX# configure terminal SLX (config)#
SLX (config)# interface loopback 10 SLX (config)#
SLX (config-Loopback-10)# ip address 32.32.32.1/32
SLX (config-Loopback-10)# exit SLX (config)#
The following is a consolidation of the configuration commands executed on one of the tunnel end points.
interface Loopback 10 ip address 31.31.31.1/32
The following is a consolidation of the configuration commands executed on the other tunnel end point.
interface Loopback 10 ip address 32.32.32.1/32