What is the command to configure RSVP to reserve up to one-tenth of a Gigabit link, but only
allow each individual flow to use 1 MB/s?
A.
ip rsvp bandwidth 100000 1000
B.
ip rsvp bandwidth 100000 1
C.
ip rsvp bandwidth 10 1
D.
ip rsvp bandwidth 1000000 1000
Explanation:
This command enables the traffic-engineering tunnels on the interface. It configures the interface
to send and receive RSVP signaling to establish traffic-engineering tunnels across this interface;
both sides of the link need to have this configuration enabled.
Define the bandwidth allocation on the interfaces:
ip rsvp bandwidth interface-kbps single-flow-kbps [sub-pool kbps]
This command enables RSVP reservations for traffic-engineering tunnels.
interface-kbps is the amount of bandwidth (in kbps) on the interface that is available for
reservation, and it is referred to as global pool.
single-flow-kbps is the maximum amount of bandwidth (in kbps) allowed for a single flow. This
parameter is ignored for traffic-engineering tunnel reservations.
[sub-pool kbps] is the amount of bandwidth (in kbps) from the global pool available for reservations
in a subpool.
ip rsvp bandwidth
To enable RSVP for IP on an interface, use the ip rsvp bandwidth interface configuration
command. To disableRSVP, use the no form of the command.
ip rsvp bandwidth [interface-kbps] [single-flow-kbps]
no ip rsvp bandwidth [interface-kbps] [single-flow-kbps]
Syntax Description interface-kbps
(Optional) Amount of bandwidth (in kbps) on interface to be reserved. The range is 1 to 10, 000,
000.
single-flow-kbps (Optional) Amount of bandwidth (in kbps) allocated to a single flow. The range is
1 to 10, 000, 000.