Configuring session limit per vrf – Cisco 10000 User Manual

Page 150

Advertising
background image

4-18

Cisco 10000 Series Router Software Configuration Guide

OL-2226-23

Chapter 4 Configuring Multiprotocol Label Switching

Session Limit Per VRF

Configuring Session Limit Per VRF

To configure the session limit Per VRF feature on the Cisco 10000 series router, enter the following
commands beginning in global configuration mode:

Command

Purpose

Step 1

Router(config)# vpdn enable

Enables virtual private dialup networking (VPDN) on the router
and informs the router to look for tunnel definitions in a local
database and on a remote authorization server if one is present.

Step 2

Router(config)# vpdn session-limit

sessions

Limits the number of simultaneous VPN sessions that can be
established on a router.

The sessions option is the maximum number of simultaneous
VPN sessions that you want to allow on a router. Valid values are
1 to 10,000.

Step 3

Router(config)# vpdn-template

template-name

Configures a VPDN template and enters VPDN group
configuration mode.

The template-name option is the name of the VPDN template

Step 4

Router(config-vpdn)# group session-limit

number

Specifies the maximum concurrent sessions allowed across all
VPDN groups associated with the VPDN template you specified
in step 3.

The number option is a value from 1 to 32,767.

Step 5

Repeat steps 2 and 3 to configure additional named VPDN templates.

Step 6

Router(config-vpdn)# exit

Exits VPDN group configuration mode.

Step 7

Router(config)# vpdn-group tag

Associates a VPDN group to a customer or VPDN profile.

The tag option is the name of the VPDN group.

Step 8

Router(config-vpdn)# accept-dialin

or

Router(config-vpdn)# request-dialout

Enables the router to accept dialin requests and enters VPDN
accept-dialin group configuration mode.

Enables the router to send L2TP dialout requests and enters
VPDN request-dialout group configuration mode.

Step 9

Router(config-vpdn-acc-in)# protocol

protocol

or

Router(config-vpdn-req-out)# protocol

protocol

Specifies the tunneling protocol to be used.

Step 10

Router(config-vpdn-acc-in)# exit

or

Router(config-vpdn-req-out)# exit

Exits VPDN accept-dialin or VPDN request-dialout group
configuration mode.

Step 11

Router(config-vpdn)# source vpdn-template

template-name

Configures the VPDN group to use the VPDN template settings
for all unspecified parameters.

The template-name option is the name of the VPDN template to
be associated with a VPDN group.

Advertising