The RSVP Aggregation feature allows the Resource Reservation Protocol (RSVP) state to be reduced within an RSVP/DiffServ network by aggregating many smaller reservations into a single, larger reservation at the edge.
Your software release may not support all the features documented in this module. For the latest caveats and feature information, see
Bug Search Tool and the release notes for your platform and software release. To find information about the features documented in this module, and to see a list of the releases in which each feature is supported, see the feature information table at the end of this module.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to
www.cisco.com/go/cfn. An account on Cisco.com is not required.
Prerequisites for RSVP Aggregation
You must configure at least two aggregating nodes (provider edge [PE] devices), one interior node (provider [P] device) and two end user nodes (customer edge [CE] devices) within your network.
You must configure your network to support the following Cisco IOS features:
RSVP
Class Based Weighted Fair Queuing (CBWFQ)
RSVP Scalability Enhancements
Note
You configure these features because Cisco IOS Release 12.2(33)SRC supports control plane aggregation only. Dataplane aggregation must be achieved by using the RSVP Scalability Enhancements.
Restrictions for RSVP Aggregation
Functionality Restrictions
The following functionality is not supported:
Multilevel aggregation
Multiple, adjacent aggregation regions
Dynamic resizing of aggregate reservations
Policing of end-to-end (E2E) reservations by the aggregator
Policing of aggregate reservations by interior routers
Differentiated Services Code Point (DSCP) marking by the aggregator
Equal Cost Multiple Paths (ECMP) load-balancing within the aggregation region
RSVP Fast Local Repair in case of a routing change resulting in a different aggregator or deaggregator, admission control is performed on E2E PATH refresh
Multicast RSVP reservations
RSVP policy servers including Common Open Policy Server (COPS)
Dataplane aggregation
The following functionality is supported:
Multiple, non-adjacent aggregation regions
Control plane aggregation
Note
RSVP/DiffServ using CBWFQ provides the dataplane aggregation.
Configuration Restrictions
Sources should not send marked packets without an installed reservation.
Sources should not send marked packets that exceed the reserved bandwidth.
Sources should not send marked packets to a destination other than the reserved path.
All RSVP capable routers within an aggregation region regardless of role must support the aggregation feature to recognize the RFC 3175 RSVP message formats properly.
E2E reservations must be present to establish dynamic aggregates; aggregates cannot be established manually.
Aggregates are established at a fixed bandwidth regardless of the number of current E2E reservations being aggregated.
Aggregators and deaggregators must be paired to avoid blackholing of E2E reservations because of dynamic aggregate establishment.
Note
Blackholing means that the reservation is never established. If an E2E reservation crosses from an exterior to an interior interface, the E2E reservation turns into an RSVP-E2E-IGNORE protocol packet. If there is no corresponding deaggregator, a router where this RSVP-E2E-IGNORE reservation crosses an interior to an exterior interface, then the RSVP-E2E-IGNORE reservation is never restored to an E2E reservation. The RSVP-E2E-IGNORE reservation eventually reaches its destination, which is the RSVP receiver; however, the RSVP receiver does not know what to do with the RSVP-E2E-IGNORE reservation and discards the packet.
The establishment of a single RSVP reservation requires a large amount of resources including memory allocated for the associated data structures, CPU for handling signaling messages, I/O operations for datapath programming, interprocess communication, and signaling message transmission.
When a large number of small reservations are established, the resources required for setting and maintaining these reservations may exceed a node's capacity to the point where the node's performance is significantly degraded or it becomes unusable. The RSVP Aggregation feature addresses this scalability issue by introducing flow aggregation.
Flow aggregation is a mechanism wherein RSVP state can be reduced within a core router by aggregating many smaller reservations into a single, larger reservation at the network edge. This preserves the ability to perform connection admission control on core router links within the RSVP/DiffServ network while reducing signaling resource overhead.
How Aggregation Functions
Common segments of multiple end-to-end (E2E) reservations are aggregated over an aggregation region into a larger reservation that is called an aggregate reservation. An aggregation region is a connected set of nodes that are capable of performing RSVP aggregation as shown in the figure below.
Figure 1
RSVP Aggregation Network Overview
There are three types of nodes within an aggregation region:
Aggregator--Aggregates multiple E2E reservations.
Deaggregator--Deaggregates E2E reservations; provides mapping of E2E reservations onto aggregates.
Interior--Neither aggregates or deaggregates, but is an RSVP core router that understands RFC 3175 formatted RSVP messages. Core/interior routers 1 through 4 are examples shown in the figure above.
There are two types of interfaces on the aggregator/deaggregator nodes:
Exterior interface--The interface is not part of the aggregate region.
Interior interface--The interface is part of the aggregate region.
Any router that is part of the aggregate region must have at least one interior interface and may have one or more exterior interfaces. Depending on the types of interfaces spanned by an IPv4 flow, a node can be an aggregator, a deaggregator, or an interior router with respect to that flow.
RSVP aggregation further enhances RSVP scalability within an RSVP/DiffServ network as shown in the figure above by allowing the establishment of aggregate reservations across an aggregation region. This allows for aggregated connection admission control on core/interior router interfaces. Running RSVP on the core/interior routers allows for more predictable bandwidth use during normal and failure scenarios.
The voice gateways are running classic RSVP, which means RSVP is keeping a state per flow and also classifying, marking, and scheduling packets on a per-flow basis. The edge/aggregation routers are running RSVP with scalability enhancements for admission control on the exterior interfaces connected to the voice gateways and running RSVP aggregation on the interfaces connected to core/interior routers 1 and 3. The core/interior routers in the RSVP/DiffServ network are running RSVP for the establishment of the aggregate reservations. The edge and core/interior routers inside the RSVP/DiffServ network also implement a specific per hop behavior (PHB) for a collection of flows that have the same DSCP.
The voice gateways identify voice data packets and set the appropriate DSCP in their IP headers so that the packets are classified into the priority class in the edge/aggregation routers and in core/interior routers 1, 2, 3 or 1, 4, 3.
The interior interfaces on the edge/aggregation/deaggregation routers (labeled A and B) connected to core/interior routers 1 and 3 are running RSVP aggregation. They are performing admission control only per flow against the RSVP bandwidth of the aggregate reservation for the corresponding DSCP.
Admission control is performed at the deaggregator because it is the first edge node to receive the returning E2E RSVP RESV message. CBWFQ is performing the classification, policing, and scheduling functions on all nodes within the RSVP/DiffServ network including the edge routers.
Aggregate reservations are dynamically established over an aggregation region when an E2E reservation enters an aggregation region by crossing from an exterior to an interior interface; for example, when voice gateway C initiates an E2E reservation to voice gateway D. The aggregation is accomplished by "hiding" the E2E RSVP messages from the RSVP nodes inside the aggregation region. This is achieved with a new IP protocol, RSVP-E2E-IGNORE, that replaces the standard RSVP protocol in E2E PATH, PATHTEAR, and RESVCONF messages. This protocol change to RSVP-E2E-IGNORE is performed by the aggregator when the message enters the aggregation region and later restored back to RSVP by the deaggregator when the message exits the aggregation region. Thus, the aggregator and deaggregator pairs for a given flow are dynamically discovered during the E2E PATH establishment.
The deaggregator router 2 is responsible for mapping the E2E PATH onto an aggregate reservation per the configured policy. If an aggregate reservation with the corresponding aggregator router 1 and a DSCP is established, the E2E PATH is forwarded. Otherwise a new aggregate at the requisite DSCP is established, and then the E2E PATH is forwarded. The establishment of this new aggregate is for the fixed bandwidth parameters configured at the deaggregator router 2. Aggregate PATH messages are sent from the aggregator to the deaggregator using RSVP's normal IP protocol. Aggregate RESV messages are sent back from the deaggregator to the aggregator, thus establishing an aggregate reservation on behalf of the set of E2E flows that use this aggregator and deaggregator. All RSVP capable interior nodes process the aggregate reservation request following normal RSVP processing including any configured local policy.
The RSVP-E2E-IGNORE messages are ignored by the core/interior routers, no E2E reservation states are created, and the message is forwarded as IP. As a consequence, the previous hop/next hop (PHOP/ NHOP) for each RSVP-E2E-IGNORE message received at the deaggregator or aggregator is the aggregator or deaggregator node. Therefore, all messages destined to the next or previous hop (RSVP error messages, for example) do not require the protocol to be changed when they traverse the aggregation region.
By setting up a small number of aggregate reservations on behalf of a large number of E2E flows, the number of states stored at core/interior routers and the amount of signal processing within the aggregation region is reduced.
In addition, by using differentiated services mechanisms for classification and scheduling of traffic supported by aggregate reservations rather than performing per aggregate reservation classification and scheduling, the amount of classification and scheduling state in the aggregation region is further reduced. This reduction is independent of the number of E2E reservations and the number of aggregate reservations in the aggregation region. One or more RSVP/DiffServ DSCPs are used to identify the traffic covered by aggregate reservations, and one or more RSVP/DiffServ per hop behaviors (PHBs) are used to offer the required forwarding treatment to this traffic. There may be more than one aggregate reservation between the same pair of routers, each representing different classes of traffic and each using a different DSCP and a different PHB.
Integration with RSVP Features
RSVP aggregation has been integrated with many RSVP features, including the following:
RSVP Fast Local Repair
RSVP Local Policy Support
RSVP Refresh Reduction and Reliable Messaging
Benefits of RSVP Aggregation
Enhanced Scalability
Aggregating a large number of small reservations into one reservation requires fewer resources for signaling, setting, and maintaining the reservation thereby increasing scalability.
Enhanced Bandwidth Usage within RSVP/DiffServ Core Network
Aggregate reservations across an RSVP/DiffServ network allow for more predictable bandwidth use of core links across RSVP/DiffServ PHBs. Aggregate reservations can use RSVP fast local repair and local policy preemption features for determining bandwidth use during failure scenarios.
All interfaces on nodes running Cisco IOS Release 12.2(33)SRC software must be configured with RSVP Scalability Enhancements.
Note
Interior nodes only require RSVP Scalability Enhancements (RSVP/DiffServ) configuration. Interior nodes simply need to have RSVP/DiffServ configured and be running Cisco IOS Release 12.2(33)SRC with RSVP aggregation support to enable the nodes to process per normal RSVP processing rules RFC 3175 formatted messages properly. This is because Cisco IOS Release 12.2(33)SRC supports control plane aggregation only. Dataplane aggregation must be achieved by using the RSVP Scalability Enhancements.
Perform these tasks on all nodes within the aggregation region including aggregators, deaggregators, and interior nodes.
The optional interface-kbps and single-flow-kbps arguments specify the amount of bandwidth that can be allocated by RSVP flows or to a single flow, respectively. Values are from 1 to 10000000.
Note
Repeat this command for each interface that you want to enable.
Step 5
end
Example:
Router(config-if)# end
(Optional) Returns to privileged EXEC mode.
Setting the Resource Provider
Note
Resource provider was formerly called QoS provider.
SUMMARY STEPS
1.enable
2.configureterminal
3. interface
typenumber
4. ip rsvp resource-provider [none | wfq-interface | wfq-pvc]
5.end
DETAILED STEPS
Command or Action
Purpose
Step 1
enable
Example:
Router> enable
Enables privileged EXEC mode.
Enter your password
if prompted.
Step 2
configureterminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3
interface
typenumber
Example:
Router(config)# interface Ethernet0/0
Configures the interface type and enters interface configuration
mode.
Step 4
ip rsvp resource-provider [none | wfq-interface | wfq-pvc]
Example:
Router(config-if)# ip rsvp resource-provider none
Sets the resource provider.
Enter the optional
none keyword to set the resource
provider to none regardless of whether one is configured on the interface.
Note
Setting the resource provider to
none instructs RSVP to
not associate any resources, such as weighted fair queueing
(WFQ) queues or bandwidth, with a reservation.
Enter the optional
wfq-interface keyword to specify WFQ as
the resource provider on the interface.
Enter the optional
wfq-pvc keyword to specify WFQ as the
resource provider on the permanent virtual circuit (PVC) or connection.
Step 5
end
Example:
Router(config-if)# end
(Optional) Returns to privileged EXEC mode.
Disabling Data Packet Classification
Note
Disabling data packet classification instructs RSVP not to process
every packet, but to perform admission control only.
SUMMARY STEPS
1.enable
2.configureterminal
3. interface
typenumber
4. ip rsvp data-packet classification none
5.end
DETAILED STEPS
Command or Action
Purpose
Step 1
enable
Example:
Router> enable
Enables privileged EXEC mode.
Enter your password
if prompted.
Step 2
configureterminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3
interface
typenumber
Example:
Router(config)# interface Ethernet0/0
Configures the interface type and enters interface configuration
mode.
Step 4
ip rsvp data-packet classification none
Example:
Router(config-if)# ip rsvp data-packet classification none
Creates a class map to be used for matching packets to a specified class and enters class-map configuration mode.
The optionaltypestack keywords enable the flexible packet matching (FPM) functionality to determine the correct protocol stack in which to examine.
Note
If the appropriate protocol header description files (PHDFs) have been loaded onto the router (via the loadprotocolcommand), a stack of protocol headers can be defined so the filter can determine which headers are present and in what order.
The optional typeaccess-control keywords determine the exact pattern to look for in the protocol stack of interest.
Note
You must specify a stack class map (via the typestack keywords) before you can specify an access-control class map (via the type access-control keywords).
The optional typeport-filter keywords create a port-filter class-map that enables the TCP/UDP port policing of control plane packets.
Note
When enabled, these keywords provide filtering of traffic destined to specific ports on the control plane host subinterface.
The optional typequeue-threshold keywords enable queue thresholding that limits the total number of packets for a specified protocol that is allowed in the control plane IP input queue. This feature applies only to control plane host subinterface.
The optional match-all | match-any keywords determine how packets are evaluated when multiple match criteria exist. Packets must either meet all of the match criteria (match-all) or one of the match criteria (match-any) in order to be considered a member of the class.
Step 4
matchaccess-group{access-group | name access-group-name}
Example:
Router(config-cmap)# match access-group 100
Specifies the numbered access list against whose contents packets are checked to determine if they match the criteria specified in the class map.
Note
After you create the class map, you configure its match criteria. Here are some of the commands that you can use:
matchaccess-group
matchinput-interface
matchmplsexperimental
matchprotocol
Step 5
exit
Example:
Router(config-cmap)# exit
Exits to global configuration mode.
Step 6
policy-map [type access-control] policy-map-name
Example:
Router(config)# policy-map wfq-voip
Creates or modifies a policy map that can be attached to one or more interfaces to specify a service policy and enters policy-map configuration mode.
The optional typeaccess-control keywords determine the exact pattern to look for in the protocol stack of interest.
Step 7
class {class-name | class-default}
Example:
Router(config-pmap-c)# class voice
Specifies the class so that you can configure or modify its policy. Enters policy-map class configuration mode.
Enter the classname or use the class-defaultkeyword.
(Optional) Prioritizes a class of traffic belonging to a policy map.
The optionalburst argument specifies the burst size in bytes. The burst size configures the network to accommodate temporary bursts of traffic. The default burst value, which is computed as 200 milliseconds of traffic at the configured bandwidth rate, is used when theburst argument is not specified. The range of the burst is from 32 to 2000000 bytes.
Step 9
end
Example:
Router(config--pmap-c)# end
(Optional) Returns to privileged EXEC mode.
Attaching a Policy Map to an Interface
Note
If at the time you configure the RSVP scalability enhancements,
there are existing reservations that use classic RSVP, no additional marking,
classification, or scheduling is provided for these flows. You can also delete
these reservations after you configure the RSVP scalability enhancements.
Specifies the name of the policy map to be attached to the input
or output direction of the interface.
Note
Policy maps can be attached in the input or output direction
of an interface. The direction and the router to which the policy map should be
attached vary according to the network configuration. When using the
service-policy command to attach the
policy map to an interface, be sure to choose the router and the interface
direction that are appropriate for the network configuration.
The optional
typeaccess-control keywords determine the exact
pattern to look for in the protocol stack of interest.
Enter the
policy-mapname.
Step 5
end
Example:
Router(config-if)# end
(Optional) Returns to privileged EXEC mode.
Configuring Interfaces with Aggregation Role
Perform this task on aggregator and deaggregators to specify which interfaces are facing the aggregation region.
Note
You do not need to perform this task on interior routers; that is, nodes having interior interfaces only.
SUMMARY STEPS
1.enable
2.configureterminal
3.
interface typenumber
4.iprsvpaggregationroleinterior
5.
Repeat Step 4 as needed to configure additional aggregator and deaggregator interfaces.
6.end
DETAILED STEPS
Command or Action
Purpose
Step 1
enable
Example:
Router> enable
Enables privileged EXEC mode.
Enter your password if prompted.
Step 2
configureterminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3
interface typenumber
Example:
Router(config)# interface Ethernet0/0
Configures the interface type and enters interface configuration mode.
Step 4
iprsvpaggregationroleinterior
Example:
Router(config-if)# ip rsvp aggregation role interior
Enables RSVP aggregation on an aggregator or deaggregator's interface.
Step 5
Repeat Step 4 as needed to configure additional aggregator and deaggregator interfaces.
Configures additional aggregator and deaggregator interfaces.
Step 6
end
Example:
Router(config-if)# end
(Optional) Returns to privileged EXEC mode.
Configuring Aggregation Mapping on a Deaggregator
Note
Typically, an edge router acts as both an aggregator and
deaggregator because of the unidirectional nature of RSVP reservations. Most
applications require bidirectional reservations. Therefore, these parameters
are used by a deaggregator when mapping E2E reservations onto aggregates during
the dynamic aggregate reservation process.
Before You Begin
You should configure an access control list (ACL) to define a group
of RSVP endpoints whose reservations will be aggregated onto a single aggregate
reservation session identified by the specified DSCP. Then for each ACL, define
a map configuration.
Note
In classic (unaggregated) RSVP, a session is identified in the
reservation message session object by the destination IP address and protocol
information. In RSVP aggregation, a session is identified by the destination IP
address and DSCP within the session object of the aggregate RSVP message. E2E
reservations are mapped onto a particular aggregate RSVP session identified by
the E2E reservation session object alone or a combination of the session object
and sender template or filter spec.
Extended ACLs
The ACLs used within the
iprsvpaggregationipmap command match the RSVP message objects as
follows for an extended ACL:
Source IP address and
port match the RSVP PATH message sender template or RSVP RESV message filter
spec; this is the IP source or the RSVP sender.
Destination IP address
and port match the RSVP PATH/RESV message session object IP address; this is
the IP destination address or the RSVP receiver.
Protocol matches the RSVP
PATH/RESV message session object protocol; if protocol = IP, then it matches
the source or destination address as above.
Standard ACLs
The ACLs used within the
iprsvpaggregationipmap command match the RSVP message objects as
follows for a standard ACL:
IP address matches the
RSVP PATH message sender template or RSVP RESV message filter spec; this is the
IP source address or the RSVP sender.
Configures RSVP aggregation rules that tell a router how to map
E2E reservations onto aggregate reservations.
The keywords and
arguments specify additional information such as DSCP values.
Step 4
end
Example:
Router(config)# end
(Optional) Returns to privileged EXEC mode.
Configuring Aggregate Reservation Attributes on a Deaggregator
Perform this task on a deaggregator to configure the aggregate reservation attributes (also called token bucket parameters) on a per-DSCP basis.
Note
Typically, an edge router acts as both an aggregator and deaggregator because of the unidirectional nature of RSVP reservations. Most applications require bidirectional reservations. Therefore, these parameters are used by a deaggregator when mapping E2E reservations onto aggregates during the dynamic aggregate reservation process.
Configures RSVP aggregate reservation attributes (also called token bucket parameters) on a per-DSCP basis.
The keywords and arguments specify additional information.
Step 4
end
Example:
Router(config)# end
(Optional) Returns to privileged EXEC mode.
Configuring an RSVP Aggregation Router ID
Perform this task on aggregators and deaggregators to configure an RSVP aggregation router ID.
Note
Both aggregators and deaggregators need to be identified with a stable and routable IP address. This is the RFC 3175 router ID, which is also the IP address of the loopback interface with the lowest number. If there is no loopback interface configured or all those configured are down, then there will be no router ID assigned for the aggregating/deaggregating function and aggregate reservations will not be established.
Note
The router ID may change if the associated loopback interface goes down or its IP address is removed. In this case, the E2E and aggregate sessions are torn down. If a new router ID is determined, new E2E and aggregate sessions will use the new router ID.
SUMMARY STEPS
1.enable
2.configureterminal
3.interfaceloopbacknumber
4.ipaddressip-addresssubnet-mask/prefix
5.end
DETAILED STEPS
Command or Action
Purpose
Step 1
enable
Example:
Router> enable
Enables privileged EXEC mode.
Enter your password if prompted.
Step 2
configureterminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3
interfaceloopbacknumber
Example:
Router(config)# interface loopback 1
Creates a loopback interface and enters interface configuration mode.
Enter a value for the number argument. The range is 0 to 2147483647.
Step 4
ipaddressip-addresssubnet-mask/prefix
Example:
Router(config-if)# ip address 192.168.50.1 255.255.255.0
Configures an IP address and subnet mask or prefix on the loopback interface.
Step 5
end
Example:
Router(config-if)# end
(Optional) Returns to privileged EXEC mode.
Enabling RSVP Aggregation
Perform this task on aggregators and deaggregators to enable RSVP aggregation globally after you have completed all the previous aggregator and deaggregator configurations.
Note
This task registers a router to receive RSVP-E2E-IGNORE messages. It is not necessary to perform this task on interior routers because they are only processing RSVP aggregate reservations. If you do so, you may decrease performance because the interior router will then unnecessarily process all the RSVP-E2E-IGNORE messages.
Note
If you enable RSVP aggregation globally on an interior router, then you should configure all interfaces as interior.
SUMMARY STEPS
1.enable
2.configureterminal
3.iprsvpaggregationip
4.end
DETAILED STEPS
Command or Action
Purpose
Step 1
enable
Example:
Router> enable
Enables privileged EXEC mode.
Enter your password if prompted.
Step 2
configureterminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3
iprsvpaggregationip
Example:
Router(config)# ip rsvp aggregation ip
Enables RSVP aggregation globally on an aggregator or deaggregator.
Step 4
end
Example:
Router(config)# end
(Optional) Returns to privileged EXEC mode.
Configuring RSVP Local Policy
Perform this task to apply a local policy to an RSVP aggregate reservation.
Note
In classic (unaggregated) RSVP, a session is identified in the reservation message session object by the destination IP address and protocol information. In RSVP aggregation, a session is identified by the destination IP address and DSCP within the session object of the aggregate RSVP message. The dscp-ip keyword matches the DSCP within the session object.
Creates a local policy to determine how RSVP resources are used in a network and enters local policy configuration mode.
Enter the dscp-ipvaluekeyword and argument combination to specify a DSCP for matching the session object DCSP within the aggregate reservations. Values can be the following:
0 to 63--Numerical. The default value is 0.
af11 to af43--Assured forwarding (AF).
cs1 to cs7--Type of service (ToS) precedence.
default--Default DSCP.
ef--Expedited Forwarding (EF).
Note
You must associate at least one DSCP with a DSCP-based policy. However, you can associate as many as eight.
Configuring RSVP Aggregation on an Aggregator or Deaggregator
The following example configures RSVP aggregation attributes on an aggregator or deaggregator (R2 and R4 in Figure 2
Loopback 1 is configured to establish an RSVP aggregation router ID.
Ethernet interface 0/0 is enabled for RSVP and the amount of bandwidth available for reservations is configured.
Ethernet interface 0/0 on an aggregator or deaggregator is configured to face an aggregation region.
A resource provider is configured and data packet classification is disabled because RSVP aggregation supports control plane aggregation only.
Router# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)# interface Loopback 1
Router(config)# ip address 192.168.50.1 255.255.255.0
Router(config)# interface Ethernet0/0
Router(config-if)# ip rsvp bandwidth 400
Router(config-if)# ip rsvp aggregation role interior
Router(config-if)# ip rsvp resource-provider none
Router(config-if)# ip rsvp data-packet classification none
Router(config-if)# end
Configuring RSVP Aggregation Attributes and Parameters
The following example configures additional RSVP aggregation attributes, including a global rule for mapping all E2E reservations onto a single aggregate with DSCP AF41 and the token bucket parameters for aggregate reservations, because dynamic resizing is not supported. This configuration is only required on nodes performing the deaggregation function (R4 in the figure above).
Router# configureterminal
Enter configuration commands, one per line. End with CNTL/Z.
In the following example, access list 1 is defined for all RSVP messages whose RSVP PATH message sender template source address is in the 10.1.0.0 subnet so that the deaggregator (R4 in the figure above) maps those reservations onto an aggregate reservation for the DSCP associated with the AF41 PHB:
Router# configureterminal
Enter configuration commands, one per line. End with CNTL/Z.
After you configure your RSVP aggregation attributes, you are ready to enable aggregation globally.
When you enable aggregation on a router, the router can act as an aggregator or a deaggregator. To perform aggregator and deaggregator functions, the RSVP process must see messages with the RSVP-E2E-IGNORE protocol type (134) on a router; otherwise, the messages are forwarded as data by the router's data plane. The
iprsvpaggregationip command enables RSVP to identify messages with the RSVP-E2E-IGNORE protocol.
Note
This registers a router to receive RSVP-E2E-IGNORE messages. It is not necessary to configure this command on interior nodes that are only processing RSVP aggregate reservations and forwarding RSVP-E2E-IGNORE messages as IP datagrams). Since the router is loaded with an image that supports aggregation, the router will process aggregate (RFC 3175 formatted) messages correctly. Enabling aggregation on an interior mode may decrease performance because the interior node will then unnecessarily process all RSVP-E2E-IGNORE messages.
Note
If you enable aggregation on an interior node, you must configure all its interfaces as interior. Otherwise, all the interfaces have the exterior role, and any E2E PATH (E2E-IGNORE) messages arriving at the router are discarded.
In summary, there are two options for an interior router (R3 in the figure above):
No RSVP aggregation configuration commands are entered.
RSVP aggregation is enabled and all interfaces are configured as interior.
Configuring RSVP Local Policy
You can configure a local policy optionally on any RSVP capable node. In this example, a local policy is configured on a deaggregator to set the preemption priority values within the RSVP RESV aggregate messages based upon matching the DSCP within the aggregate RSVP messages session object. This allows the bandwidth available for RSVP reservations to be used first by reservations of DSCP EF over DSCP AF41 on interior or aggregation nodes. Any aggregate reservation for another DSCP will have a preemption priority of 0, the default.
Note
Within the RSVP RESV aggregate message at the deaggregator, this local policy sets an RFC 3181 "Signaled Preemption Priority Policy Element" that can be used by interior nodes or the aggregator that has
iprsvppreemption enabled.
The following example sets the preemption priority locally for RSVP aggregate reservations during establishment on an interior router (R3 in the figure above):
Router# configureterminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)# iprsvppolicylocaldscp-ipef
Router(config-rsvp-local-policy)# 55
Router(config-rsvp-local-policy)# exit
Router(config)# iprsvppolicylocaldscp-ipaf41
Router(config-rsvp-local-policy)# 22
Router(config-rsvp-local-policy)# end
Example Verifying the RSVP Aggregation Configuration
This section contains the following verification examples:
Verifying RSVP Aggregation and Configured Reservations
The following example verifies that RSVP aggregation is enabled and displays information about the reservations currently established and configured map and reservation policies:
Router# show ip rsvp aggregation ip
RFC 3175 Aggregation: Enabled
Level: 1
Default QoS service: Controlled-Load
Number of signaled aggregate reservations: 2
Number of signaled E2E reservations: 8
Number of configured map commands: 4
Number of configured reservation commands: 1
Verifying Configured Interfaces and Their Roles
The following example displays the configured interfaces and whether they are interior or exterior in regard to the aggregation region:
Router# show ip rsvp aggregation ip interface
Interface Name Role
-------------------- --------
Ethernet0/0 interior
Serial2/0 exterior
Serial3/0 exterior
Verifying Aggregator and Deaggregator Reservations
The following example displays information about the aggregators and deaggregators when established reservations are present:
Router# show ip rsvp aggregation ip endpoints detail
Role DSCP Aggregator Deaggregator State Rate Used QBM PoolID
----- ---- --------------- --------------- ------ ------- ------- ----------
Agg 46 10.3.3.3 10.4.4.4 ESTABL 100K 100K 0x00000003
Aggregate Reservation for the following E2E Flows (PSBs):
To From Pro DPort Sport Prev Hop I/F BPS
10.4.4.4 10.1.1.1 UDP 1 1 10.23.20.3 Et1/0 100K
Aggregate Reservation for the following E2E Flows (RSBs):
To From Pro DPort Sport Next Hop I/F Fi Serv BPS
10.4.4.4 10.1.1.1 UDP 1 1 10.4.4.4 Se2/0 FF RATE 100K
Aggregate Reservation for the following E2E Flows (Reqs):
To From Pro DPort Sport Next Hop I/F Fi Serv BPS
10.4.4.4 10.1.1.1 UDP 1 1 10.23.20.3 Et1/0 FF RATE 100K
Additional References
The following sections provide references related to the RSVP Aggregation feature.
Aggregation of RSVP for IPv4 and IPv6 Reservations
RFC 3181
Signaled Preemption Priority Policy Element
RFC 4804
Aggregation of Resource ReSerVation Protocol (RSVP) Reservations over MPLS TE/DS-TE Tunnels
Technical Assistance
Description
Link
The Cisco Support and Documentation website provides online resources to download documentation, software, and tools. Use these resources to install and configure the software and to troubleshoot and resolve technical issues with Cisco products and technologies. Access to most tools on the Cisco Support and Documentation website requires a Cisco.com user ID and password.
The following table provides release information about the feature or features described in this module. This table lists only the software release that introduced support for a given feature in a given software release train. Unless noted otherwise, subsequent releases of that software release train also support that feature.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to
www.cisco.com/go/cfn. An account on Cisco.com is not required.
Table 1
Feature Information for RSVP Aggregation
Feature Name
Releases
Feature Information
RSVP Aggregation
12.2(33)SRC
The RSVP Aggregation feature allows the Resource Reservation Protocol (RSVP) state to be reduced within an RSVP/DiffServ network by aggregating many smaller reservations into a single, larger reservation at the edge.
Glossary
admissioncontrol--The process by which an RSVP reservation is accepted or rejected on the basis of end-to-end available network resources.
aggregate--AnRSVP flow that represents multiple end-to-end (E2E) flows; for example, a Multiprotocol Label Switching Traffic Engineering (MPLS-TE) tunnel may be an aggregate for many E2E flows.
aggregationregion--An area where E2E flows are represented by aggregate flows, with aggregators and deaggregators at the edge; for example, an MPLS-TE core, where TE tunnels are aggregates for E2E flows. An aggregation region contains a connected set of nodes that are capable of performing RSVP aggregation.
aggregator--The router that processes the E2E PATH message as it enters the aggregation region. This router is also called the TE tunnel head-end router; it forwards the message from an exterior interface to an interior interface.
bandwidth--The difference between the highest and lowest frequencies available for network signals. The term is also used to describe the rated throughput capacity of a given network medium or protocol.
deaggregator--The router that processes the E2E PATH message as it leaves the aggregation region. This router is also called the TE tunnel tail-end router; it forwards the message from an interior interface to an exterior interface.
E2E--end-to-end. An RSVP flow that crosses an aggregation region, and whose state is represented in aggregate within this region, such as a classic RSVP unicast flow crossing an MPLS-TE core.
LSP--label-switched path. A configured connection between two routers, in which label switching is used to carry the packets. The purpose of an LSP is to carry data packets.
QoS--quality of service. A measure of performance for a transmission system that reflects its transmission quality and service availability.
RSVP--Resource Reservation Protocol. A protocol that supports the reservation of resources across an IP network. Applications running on IP end systems can use RSVP to indicate to other nodes the nature (bandwidth, jitter, maximum burst, and so on) of the packet streams that they want to receive.
state--Information that a router must maintain about each LSP. The information is used for rerouting tunnels.
TE--traffic engineering. The techniques and processes used to cause routed traffic to travel through the network on a path other than the one that would have been chosen if standard routing methods had been used.
tunnel--Secure communications path between two peers, such as two routers.
Cisco and the Cisco logo are trademarks or registered trademarks of Cisco and/or its affiliates in the U.S. and other countries. To view a list of Cisco trademarks, go to this URL:
www.cisco.com/go/trademarks. Third-party trademarks mentioned are the property of their respective owners. The use of the word partner does not imply a partnership relationship between Cisco and any other company. (1110R)
Any Internet Protocol (IP) addresses and phone numbers used in this document are not intended to be actual addresses and phone numbers. Any examples, command display output, network topology diagrams, and other figures included in the document are shown for illustrative purposes only. Any use of actual IP addresses or phone numbers in illustrative content is unintentional and coincidental.