Table of Contents
Quality of Service Commands: ip rsvp atm-peak-rate-limit Through ip rtp priority
This chapter explains the function and syntax of the quality of service commands from ip rsvp atm-peak-rate-limit through ip rtp priority. For more information about defaults and usage guidelines, see the corresponding chapter of the Cisco IOS Quality of Service Solutions Command Reference, Release 12.1.
To set a limit on the peak cell rate (PCR) of reservations for all newly created Resource Reservation Protocol (RSVP) switched virtual circuits (SVCs) established on the current interface or any of its subinterfaces, use the ip rsvp atm-peak-rate-limit interface configuration command. To remove the current peak rate limit, in which case the reservation peak rate is limited by the line rate, use the no form of this command.
ip rsvp atm-peak-rate-limit limit
no ip rsvp atm-peak-rate-limit
Syntax Description
limit
| The peak rate limit of the reservation specified in kilobytes. The minimum value allowed is 1 KB; the maximum value allowed is 2 GB.
|
To enable Resource Reservation Protocol (RSVP) for IP on an interface, use the ip rsvp bandwidth interface configuration command. To disable RSVP, use the no form of this 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 10000000.
|
single-flow-kbps
| (Optional) Amount of bandwidth (in kbps) allocated to a single flow. The range is 1 to 10000000.
|
To configure an interface as a Designated Subnetwork Bandwidth Manager (DSBM) candidate, use the ip rsvp dsbm candidate interface configuration command. To disable DSBM on an interface, which exempts the interface as a DSBM candidate, use the no form of this command.
ip rsvp dsbm candidate [priority]
no ip rsvp dsbm candidate
Syntax Description
priority
| (Optional) A value in the range of 64 to 128. Among contenders for the DSBM, the interface with the highest priority number wins the DSBM election process.
|
To configure the NonResvSendLimit object parameters, use the ip rsvp dsbm non-resv-send-limit interface configuration command. To use the default NonResvSendLimit object parameters, use the no form of this command.
ip rsvp dsbm non-resv-send-limit {rate kbps | burst kilobytes | peak kbps | min-unit bytes | max-unit bytes}
no ip rsvp dsbm non-resv-send-limit {rate kbps | burst kilobytes | peak kbps | min-unit bytes | max-unit bytes}
Syntax Description
rate kbps
| The average rate (in kilobytes per second) for the DSBM candidate.
|
burst kilobytes
| The maximum burst size (in kilobytes) for the DSBM candidate.
|
peak kbps
| The peak rate (in kilobytes per second) for the DSBM candidate.
|
min-unit bytes
| The minimum policed unit (in bytes) for the DSBM candidate.
|
max-unit bytes
| The maximum packet size (in bytes) for the DSBM candidate.
|
To enable Resource Reservation Protocol (RSVP) to attach itself to NetFlow so that it can leverage NetFlow services to obtain flow classification information about packets in order to update its token bucket and set IP Precedence as required, use the ip rsvp flow-assist interface configuration command. To detach RSVP from NetFlow, use the no form of this command.
ip rsvp flow-assist
no ip rsvp flow-assist
Syntax Description
This command has no arguments or keywords.
To enable neighbors to request a reservation, use the ip rsvp neighbor interface configuration command. To disable this feature, use the no form of this command.
ip rsvp neighbor access-list-number
no ip rsvp neighbor access-list-number
Syntax Description
access-list-number
| Number of a standard or extended access list. It can be any number from 1 to 199.
|
To enable the router to mark the IP Precedence value of the type of service (ToS) byte for packets in a Resource Reservation Protocol (RSVP) reserved path using the specified values for packets that either conform to or exceed the RSVP flowspec, use the ip rsvp precedence interface configuration command. To remove existing IP Precedence settings, use the no form of this command; if neither conform nor exceed is specified, all IP Precedence settings are removed.
ip rsvp precedence {[conform precedence-value] [exceed precedence-value]}
no ip rsvp precedence [conform] [exceed]
Syntax Description
conform precedence-value
| Specifies an IP Precedence value in the range of 0 through 7 for traffic that conforms to the RSVP flowspec. The IP Precedence value is written to the three high-order bits (bits 5 through 7) of the ToS byte of a packet's IP header. Either conform or exceed is required; both keywords may be specified.
When used with the no form of the command, this keyword is optional.
|
exceed precedence-value
| Specifies an IP Precedence value in the range of 0 through 7 for traffic that exceeds the RSVP flowspec. The IP Precedence value is written to the three high-order bits (bits 5 through 7) of the ToS byte of a packet's IP header. Either conform or exceed is required; both keywords may be specified.
When used with the no form of the command, this keyword is optional.
|
To enable a router to behave like it is receiving and forwarding Resource Reservation Protocol (RSVP) RESV messages, use the ip rsvp reservation global configuration command. To disable this feature, use the no form of this command.
ip rsvp reservation session-ip-address sender-ip-address {tcp | udp | ip-protocol} session-dport sender-sport next-hop-ip-address next-hop-interface {ff | se | wf} {rate | load} bandwidth burst-size
no ip rsvp reservation session-ip-address sender-ip-address {tcp | udp | ip-protocol} session-dport sender-sport next-hop-ip-address next-hop-interface {ff | se | wf} {rate | load} bandwidth burst-size
Syntax Description
session-ip-address
| For unicast sessions, this is the address of the intended receiver; for multicast sessions, it is the IP multicast address of the session.
|
sender-ip-address
| The IP address of the sender.
|
tcp | udp | ip-protocol
| TCP, UDP, or IP protocol in the range 0 to 255.
|
session-dport sender-sport
| Session-dport is the destination port. Sender-sport is the source port. Port numbers are specified in all cases, as the use of 16-bit ports following the IP header is not limited to UDP or TCP. If destination is zero, source must be zero, and the implication is that ports are not checked. If destination is nonzero, source must be nonzero. (Except for wf reservations, for which the source port is ignored and can therefore be zero.)
|
next-hop-ip-address
| Host name or address of the receiver or the router closest to the receiver.
|
next-hop-interface
| Next hop interface or subinterface type and number. Interface type can be ethernet, loopback, null, or serial.
|
ff | se | wf
| Reservation style:
- Fixed Filter (ff) is single reservation.
- Shared Explicit (se) is shared reservation, limited scope.
- Wild Card Filter (wf) is shared reservation, unlimited scope.
|
rate | load
| QoS guaranteed bit rate service or controlled load service.
|
bandwidth
| Average bit rate (kbps) to reserve up to 75 percent of total on interface. The range is 1 to 10000000.
|
burst-size
| Maximum burst size (kilobytes of data in queue). The range is 1 to 65535.
|
To enable a router to simulate a host generating Resource Reservation Protocol (RSVP) RESV messages, use the ip rsvp reservation-host global configuration command. To disable this feature, use the no form of this command.
ip rsvp reservation-host session-ip-address sender-ip-address {tcp | udp | ip-protocol} session-dport sender-sport {ff | se | wf} {rate | load} bandwidth burst-size
no ip rsvp reservation session-ip-address sender-ip-address {tcp | udp | ip-protocol} session-dport sender-sport {ff | se | wf} {rate | load} bandwidth burst-size
Syntax Description
session-ip-address
| For unicast sessions, this is the address of the intended receiver. IP multicast addresses cannot be used with this command. It must be a logical address configured on an interface on the router you are configuring.
|
sender-ip-address
| The IP address of the sender.
|
tcp | udp | ip-protocol
| TCP, UDP, or IP protocol in the range 0 to 255.
|
session-dport sender-sport
| Session-dport is the destination port. Sender-sport is the source port. Port numbers are specified in all cases, as the use of 16-bit ports following the IP header is not limited to UDP or TCP. If destination is zero, source must be zero, and the implication is that ports are not checked. If destination is nonzero, source must be nonzero. (Except for wf reservations, for which the source port is always ignored and can therefore be zero.)
|
ff | se | wf
| Reservation style:
- Fixed Filter (ff) is single reservation.
- Shared Explicit (se) is shared reservation, limited scope.
- Wild Card Filter (wf) is shared reservation, unlimited scope.
|
rate | load
| QoS guaranteed bit rate service or controlled load service.
|
bandwidth
| Average bit rate (kbps) to reserve up to 75 percent of total on interface. The range is 1 to 10000000.
|
burst-size
| Maximum burst size (kilobytes of data in queue). The range is 1 to 65535.
|
To enable a router to behave like it is receiving and forwarding Resource Reservation Protocol (RSVP) PATH messages, use the ip rsvp sender global configuration command. To disable this feature, use the no form of this command.
ip rsvp sender session-ip-address sender-ip-address {tcp | udp | ip-protocol} session-dport sender-sport previous-hop-ip-address previous-hop-interface bandwidth burst-size
no ip rsvp sender session-ip-address sender-ip-address {tcp | udp | ip-protocol} session-dport sender-sport previous-hop-ip-address previous-hop-interface bandwidth burst-size
Syntax Description
session-ip-address
| For unicast sessions, this is the address of the intended receiver; for multicast sessions, it is the IP multicast address of the session.
|
sender-ip-address
| The IP address of the sender.
|
tcp | udp | ip-protocol
| TCP, UDP, or IP protocol in the range 0 to 255.
|
session-dport sender-sport
| Session-dport is the destination port. Sender-sport is the source port. Port numbers are specified in all cases, as the use of 16-bit ports following the IP header is not limited to UDP or TCP. If destination is zero, source must be zero, and the implication is that ports are not checked. If destination is nonzero, source must be nonzero.
|
previous-hop-ip-address
| Address of the sender or the router closest to the sender.
|
previous-hop-interface
| Address of the previous hop interface or subinterface. Interface type can be ethernet, loopback, null, or serial.
|
bandwidth
| Average bit rate (kbps) to reserve up to 75 percent of total on interface. The range is 1 to 10000000.
|
burst-size
| Maximum burst size (kilobytes of data in queue). The range is 1 to 65535.
|
To enable a router to simulate a host generating a Resource Reservation Protocol (RSVP) PATH message, use the ip rsvp sender-host global configuration command. To disable this feature, use the no form of this command.
ip rsvp sender-host session-ip-address sender-ip-address {tcp | udp | ip-protocol} session-dport sender-sport bandwidth burst-size
no ip rsvp sender-host session-ip-address sender-ip-address {tcp | udp | ip-protocol} session-dport sender-sport bandwidth burst-size
Syntax Description
session-ip-address
| For unicast sessions, this is the address of the intended receiver; for multicast sessions, it is the IP multicast address of the session.
|
sender-ip-address
| The IP address of the sender. It must be a logical address configured on an interface on the router you are configuring.
|
tcp | udp | ip-protocol
| TCP, UDP, or IP protocol in the range 0 to 255.
|
session-dport sender-sport
| Session-dport is the destination port. Sender-sport is the source port. Port numbers are specified in all cases, as the use of 16-bit ports following the IP header is not limited to UDP or TCP. If destination is zero, source must be zero, and the implication is that ports are not checked. If destination is nonzero, source must be nonzero.
|
bandwidth
| Average bit rate (kbps) to reserve up to 75 percent of total on interface. The range is 1 to 10000000.
|
burst-size
| Maximum burst size (kilobytes of data in queue). The range is 1 to 65535.
|
To enable creation of a switched virtual circuit (SVC) to service any new Resource Reservation Protocol (RSVP) reservation made on the interface or subinterface of an Enhanced ATM port adapter (PA-A3), use the ip rsvp svc-required interface configuration command. To disable SVC creation for RSVP reservations, use the no form of this command.
ip rsvp svc-required
no ip rsvp svc-required
Syntax Description
This command has no arguments or keywords.
To enable the router to mark the five low-order type of service (ToS) bits of the IP header ToS byte for packets in a Resource Reservation Protocol (RSVP) reserved path using the specified values for traffic that either conforms to or exceeds the RSVP flowspec, use the ip rsvp tos interface configuration command. To remove existing settings for the ToS bits, use the no form of this command; if neither conform nor exceed is specified, all settings for the ToS bits are removed.
ip rsvp tos {[conform tos-value] [exceed tos-value]}
no ip rsvp tos [conform] [exceed]
Syntax Description
conform tos-value
| Specifies a ToS value in the range of 0 through 31 for traffic that conforms to the RSVP flowspec. The ToS value is written to the five low-order bits (bits 0 through 4) of the ToS byte of a packet's IP header. Either conform or exceed is required; both keywords may be specified.
When used with the no form of the command, this keyword is optional.
|
exceed tos-value
| Specifies a ToS value in the range of 0 through 31 for traffic that exceeds the RSVP flowspec. The ToS byte value is written to the five low-order bits (bits 0 through 4) of the ToS byte of a packet's IP header. Either conform or exceed is required; both keywords may be specified.
When used with the no form of the command, this keyword is optional.
|
To instruct the router to generate User Datagram Protocol (UDP)-encapsulated Resource Reservation Protocol (RSVP) multicasts whenever it generates an IP-encapsulated multicast packet, use the ip rsvp udp-multicasts interface configuration command. To disable this feature, use the no form of this command.
ip rsvp udp-multicasts [multicast-address]
no ip rsvp udp-multicasts [multicast-address]
Syntax Description
multicast-address
| (Optional) Host name or UDP multicast address of router.
|
To reserve a strict priority queue for a set of Real-Time Transport Protocol (RTP) packet flows belonging to a range of User Datagram Protocol (UDP) destination ports, use the ip rtp priority interface configuration command. To disable the strict priority queue, use the no form of this command.
ip rtp priority starting-rtp-port-number port-number-range bandwidth
no ip rtp priority
Syntax Description
starting-rtp-port-number
| The starting RTP port number. The lowest port number to which the packets are sent.
|
port-number-range
| The range of UDP destination ports. Number, which added to the starting-rtp-port-number, yields the highest UDP port number.
|
bandwidth
| Maximum allowed bandwidth (in kbps).
|







Posted: Wed Jul 26 13:22:52 PDT 2000
Copyright 1989-2000©Cisco Systems Inc.