Enterasys Networks XSR CLI Router User Manual


 
Interface VPN Commands
XSR CLI Reference Guide 14-125
Mode
VPNInterfaceconfiguration:XSR(configif<xx>)#
Example
ThefollowingexampleconfiguresVPNinterface1withanIPaddress,andTOScopyenabled.It
alsosetsapeerIPaddress,GRE,andturnsontheassociatedVPNtunnel.
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
ThiscommandsdescribesaVPNinterfaceandanytunnelitcontains.
Syntax
description comment
Syntax of the “no” Form
Thenoformofthiscommanddeletesthedescriptiondescribedearlier:
no description
Mode
InterfaceInternetProtocolconfiguration:XSR(config-int<vpn>)#
Example
ThefollowingexampledescribesACME_VPN:
XSR(config)#interface vpn 57 multi-point
XSR(config-int<vpn>)#description ACME_VPN
comment
Everythingtotheendofthelineisrecordedasacomment.Usequotationmarksfor
multiplewords.