Alcatel-Lucent 6850-48 参考指南

下载
页码 3444
IP Commands
OmniSwitch CLI Reference Guide
September 2009
page 32-7
ip interface tunnel
Configures the end points for the GRE and IPIP tunnels.
ip interface name tunnel [source ip_address] [destination ip_address] [protocol {ipip | gre}]
Syntax Definitions
name
Text string up to 20 characters. Use quotes around string if description 
contains multiple words with spaces between them (e.g. “Alcatel-Lucent 
Marketing”). Note that this value is case sensitive.
source ip_address
Source IP address of the tunnel.
destination ip_address
Destination IP address of the tunnel.
ipip
Specifies the tunneling protocol as IPIP.
gre
Specifies the tunneling protocol as GRE.
Defaults
Platforms Supported
OmniSwitch 6400, 6850, 6855, 9000, 9000E
Usage Guidelines
• You can configure an interface as either a vlan or tunnel interface.
• The maximum number of GRE tunnel interfaces that can be configured on a switch is 8.
• The maximum number of IPIP tunnel interfaces that can be configured on a switch is 127 (16 on an 
OmniSwitch 6400).
Examples
-> ip interface “tnl-1” tunnel source 23.23.23.1 destination 155.2.2.2 protocol gre
-> ip interface “tnl-1” tunnel source 23.23.23.1 destination 155.2.2.2 protocol 
ipip
Release History
Release 6.1; command was introduced.
Release 6.3.1; tunnel parameters added.
parameter
default
ipip | gre
ipip