beautypg.com

Description – Enterasys Networks X-Pedition XSR CLI User Manual

Page 579

background image

Interface VPN Commands

XSR CLI Reference Guide 14-125

Mode

VPN Interface configuration: XSR(config‐if)#

Example

The following example configures VPN interface 1 with an IP address, and TOS copy enabled. It 
also sets a peer IP address, GRE, and turns on the associated VPN tunnel.

XSR(config)#interface vpn 1
XSR(config-int-vpn)#ip address 20.20.20.1/24
XSR(config-int-vpn)#copy-tos
XSR(config-int-vpn)#service-policy output vpn
XSR(config-int-vpn)#tunnel t1
XSR#(config-tms-tunnel)#set protocol gre
XSR#(config-tms-tunnel)#set peer 10.10.10.2
XSR#(config-tms-tunnel)#set active
XSR#(config-tms-tunnel)#no shutdown

description

This commands describes a VPN interface and any tunnel it contains.

Syntax

description comment

Syntax of the “no” Form

The no form of this command deletes the description described earlier:

no description

Mode

Interface Internet Protocol configuration: 

XSR(config-int)#

Example

The following example describes ACME_VPN:

XSR(config)#interface vpn 57 multi-point
XSR(config-int)#description ACME_VPN

comment

Everything to the end of the line is recorded as a comment. Use quotation marks for 
multiple words.