Interface VPN Commands
14-126 Configuring the VPN

ip address negotiated

ThiscommandmarkstheVPNinterfacetodynamicallygetitsIPaddressviathetunnelprotocol.
PPTPandL2TPprotocolsusePPPIPCPandIPSec/IKEusestheModeConfigurationprotocol.
Syntax
ip address negotiated
Syntax of the “no” Form
no ip address negotiated
Mode
InterfaceInternetProtocolconfiguration:XSR(config-int<vpn>)#
Example
ThefollowingexamplesetstheVPNinterfacetogetitsIPaddressfromthetunnelprotocol:
XSR(config)#interface vpn 57 point-to-point
XSR(config-int<vpn>)#ip address negotiated

ip multicast-redirect

Thiscommandcontrolsredirectionofmulticastpacketstotheunicastaddressoftheremote
tunnelendpointortoanexplicitlydefinedaddresssuchasanotherIPaddressattheendofan
unnumberedtunnel.ThecommandisusefulbecausenativeIPSectunnelsattachedtoVPN
interfaceswillnoteasilyforwardmulticasttrafficwithoutsubstantialcryptomapconfiguration.
MulticastredirectionmustbeenabledtosupportRIPoverIPSectunnelswhenexplicitmulticast
policyrulesarenotincludedintheSecurityPolicyDatabase.RedirectionisnotrequiredforPPTP
andL2TPtunnels.
Syntax
ip multicast-redirect [tunnel-endpoint | ip-address]
Syntax of the “no” Form
Thenoformofthecommanddisablesmulticastpacketredirectionandallowsmulticasttrafficto
flowthroughthetunnelwithoutmodification:
no ip multicast-redirect [tunnel-endpoint | ip-address]
Note: Multicast redirection, if enabled, applies to all tunnels terminating at a point-to-multipoint VPN
interface.
tunnel-endpoint RedirectsmulticasttotheremotetunnelendpointʹsIPaddressas
dynamicallysetduringtunnelcreation.
ip-address Redirectsmulticasttraffictoanexplicit,predefinedaddress.