tunnel-source
vpn interface gre tunnel-source—Configure the source IP address of a GRE tunnel (on vEdge routers only).
To configure the physical interface that is the source of a GRE tunnel, use the tunnel-source-interface command.
vManage Feature Template
For vEdge routers only:
Configuration ► Templates ► VPN Interface GRE
Command Hierarchy
vpn vpn-id interface grenumber (tunnel-source ip-address | tunnel-source-interface interface-name)
Options
- Source Address
- ip-address
Source IP address of a GRE tunnel. This is an address on the local vEdge router.
Operational Commands
show interface
show tunnel gre-keepalive
show tunnel statistics
Example
Configure the source IP address for a GRE tunnel:
vEdge(config-vpn-0)# interface gre1 vEdge(config-interface-gre1)# tunnel-source 10.0.5.11 vEdge(config-interface-gre1)# show full configuration vpn 0 interface gre1 ip address 10.0.111.11/24 keepalive 60 10 tunnel-source 10.0.5.11 tunnel-destination 172.168.1.1 no shutdown ! !
Release Information
Command introduced in Viptela Software Release 15.4.1.
Additional Information
See the Configuring Interfaces article for your software release.
keepalive
tunnel-destination
tunnel-source-interface