Aggregating RSVP Reservations
Problem
You want to aggregate several RSVP reservations so that the core of your network doesn’t need to keep track of them all separately.
Solution
This feature requires the creation of a boundary between the edge region of the network, where RSVP runs normally, and the core of the network where packets are classified purely using DSCP:
Router2#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router2(config)#interfaceRouter2(config-if)#FastEthernet0/0ip addressRouter2(config-if)#192.168.101.1 255.255.255.0ip rsvp bandwidthRouter2(config-if)#128 56ip rsvp data-packet classification noneRouter2(config-if)#ip rsvp resource-provider noneRouter2(config-if)#exitRouter2(config)#interfaceSerial0/0.1point-to-pointRouter2(config-subif)#ip addressRouter2(config-subif)#192.168.55.10 255.255.255.252frame-relay interface-dlciRouter2(config-fr-dlci)#409ip rsvp bandwidthRouter2(config-subif)#128 56ip rsvp data-packet classification noneRouter2(config-subif)#ip rsvp resource-provider noneRouter2(config-subif)#exitRouter2(config)#endRouter2#
Discussion
The biggest problem with RSVP is that it doesn’t scale well when you have a large number of reservations. This is a good model at the edge of the network, but in the middle of the network, where there could be a huge number of flows to keep track of, it would be preferable to use traditional DSCP-based packet marking and queuing.
However, it is not sufficient to just run RSVP ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access