System information

Configuring Interfaces and TCP/IP Features
5-11
2. Use the ip address command in Interface Configuration mode to define an IP
address for the tunnel interface, as shown below:
MOT(config-if)#ip address <A.B.C.D> <net-mask>
where:
A.B.C.D is the IP address of the tunnel interface.
net-mask is the subnetwork mask of the tunnel interface.
3. To optionally configure a secondary IP address for the tunnel interface use the ip
address secondary command, in Interface Configuration mode, as shown below:
MOT(config-if)#ip address <A.B.C.D> <net-mask> secondary
where:
A.B.C.D is the IP address of the tunnel interface.
net-mask is the subnetwork mask of the tunnel interface.
secondary optionally designates the IP address as a secondary ip address.To
specify additional secondary IP addresses include the keyword secondary
after the IP address and subnet mask.
4. To specify the tunnel source, use the tunnel source command in Interface
Configuration mode, as shown below:
MOT(config-if)#tunnel source <address> <type> <number>
where:
address is the IP address of the tunnel interface source.
type is the interface type.
number is the tunnel interface number.
5. To specify the tunnel destination, use the tunnel destination command in
Interface Configuration mode, as shown below:
MOT(config-if)#tunnel destination {<address> | <hostname>}
where:
address is the IP address of the tunnel interface destination.
hostname is the DNS name of the destination.