Cisco 10000 User Manual

Page 152

Advertising
background image

4-20

Cisco 10000 Series Router Software Configuration Guide

OL-2226-23

Chapter 4 Configuring Multiprotocol Label Switching

Session Limit Per VRF

exit

session-limit 5

vpdn-group group3

accept-dialin

protocol any

exit

no source vpdn-template

Example 4-6

creates a default VPDN template and three VPDN groups named groupA, groupB, and

groupC. As indicated in the default VPDN template configuration, the maximum combined number of
sessions allowed for all VPDN groups associated with the default template is 10 sessions. The local name
of the default VPDN template is local-name.

Example 4-6

also creates an additional VPDN template

named templateA, which has a session limit of 50. The combined number of sessions for all VPDN
groups associated with templateA cannot exceed 50 concurrent sessions, regardless of the session limits
set for the individual VPDN groups. VPDN groupA and groupB are attached to VPDN templateA and
each group has an individual session limit of 30 sessions. Because groupA and groupB are attached to
VPDN templateA, they use the hostname host1 as their local name.

In

Example 4-6

, the source vpdn-template command is not used to associate VPDN groupC with a

specific VPDN template. Therefore, by default, VPDN groupC is attached to the default VPDN template,
which has a group session limit of 10. VPDN groupC inherits the local name local-name from the default
VPDN template.

Example 4-6

Configuring Session Limit Per VRF

hostname host1

vpdn-template

group session-limit 10

local name local-name

exit

vpdn-template templateA

group session-limit 50

exit

vpdn-group groupA

accept-dialin

protocol any

exit

source vpdn-template templateA

session-limit 30

exit

vpdn-group groupB

accept-dialin

protocol any

exit

source vpdn-template templateA

session-limit 30

exit

vpdn-group groupC

accept-dialin

protocol any

Advertising