interface tunnel-ip
Configures an IP-in-IP tunnel interface.
To remove this configuration, use the no prefix of the command.
interface tunnel-ip id
no interface tunnel-ip id
Syntax Description
id |
Specifies the tunnel interface identifier. Range is from 0 to 131070. |
Command Default
None
Command Modes
XR Config mode
Release | Modification |
---|---|
Release 6.1.3 |
This command was introduced. |
Usage Guidelines
No specific guidelines impact the use of this command.
Examples
The following example shows how you can configure an IP-in-IP tunnel interface.
RP/0/RP0/CPU0:router(config)# interface tunnel-ip 10
RP/0/RP0/CPU0:router(config-if)# ipv4 unnumbered loopback 20
RP/0/RP0/CPU0:router(config-if)# tunnel mode ipv4 decap
RP/0/RP0/CPU0:router(config-if)# tunnel source loopback 0
RP/0/RP0/CPU0:router(config-if)# tunnel destination 50.10.1.2/32