|
This chapter describes the function and displays the syntax for Resource Reservation Protocol (RSVP) commands. For more information about defaults and usage guidelines, see the corresponding chapter of the Network Protocols Command Reference, Part 1.
To enable RSVP for IP on an interface, use the ip rsvp bandwidth interface configuration command. To disable RSVP, use the no form of the command.
ip rsvp bandwidth [interface-kbps] [single-flow-kbps]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. |
To enable neighbors to request a reservation, use the ip rsvp neighbors interface configuration command. To disable this feature, use the no form of the command.
ip rsvp neighbors access-list-numberaccess-list-number | Number of a standard or extended access list. It can be an integer from 1 to 199. |
To enable a router to simulate RSVP RESV message reception from the sender, use the ip rsvp reservation interface configuration command. To disable this feature, use the no form of the command.
ip rsvp reservation session-ip-address sender-ip-address [tcp | udp | ip-protocol]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 | For unicast sessions, this is the address of the sender; for multicast sessions, it is the IP multicast address of the session. |
tcp | udp | ip-protocol | (Optional) 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 non-zero, source must be non-zero. |
next-hop-ip-address | Hostname 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 (wf) is shared reservation, unlimited scope. |
rate | load | QOS: guaranteed bit rate service or controlled load service. |
bandwidth | (Optional) Average bit rate (kbps) to reserve up to 75 percent of total on interface. Range is 1 to 10,000,000. |
burst-size | (Optional) Maximum burst size (Kilobytes of data in queue). Range is 1 to 65,535. |
To enable a router to simulate RSVP PATH message reception from the sender, use the ip rsvp sender interface configuration command. To disable this feature, use the no form of the command.
ip rsvp sender session-ip-address sender-ip-address [tcp | udp | ip-protocol] session-dportsession-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 | For unicast sessions, this is the address of the sender; for multicast sessions, it is the IP multicast address of the session. |
tcp | udp | ip-protocol | TCP, UDP, or IP protocol in the range 0 to 255. |
session-dport sender-sport | Destination/source ports. 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 non-zero, source must be non-zero. |
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. |
burst-size | Maximum burst size (kilobytes of data in queue). |
To instruct the router to generate UDP-encapsulated RSVP multicasts whenever it generates an IP multicast, use the ip rsvp udp-multicast interface configuration command. To disable this feature, use the no form of the command.
ip rsvp udp-multicast [multicast-address]multicast-address | (Optional) Host name or UDP multicast address of router. |
To display RSVP-related interface information, use the show ip rsvp interface EXEC command.
show ip rsvp interface [type number]type number | (Optional) Interface type and number. |
To display RSVP-related installed filters and corresponding bandwidth information, use the show ip rsvp installed EXEC command.
show ip rsvp installed [type number]type number | (Optional) Interface type and number. |
To display current RSVP neighbors, use the show ip rsvp neighbor EXEC command.
show ip rsvp neighbor [type number]type number | (Optional) Interface type and number. |
To display RSVP-related request information being requested upstream, use the show ip rsvp request EXEC command.
show ip rsvp request [type number]type number | (Optional) Interface type and number. |
To display RSVP-related receiver information currently in the database, use the show ip rsvp reservation EXEC command.
show ip rsvp reservation [type number]type number | (Optional) Interface type and number. |
To display RSVP-related sender information currently in the database, use the show ip rsvp sender EXEC command.
show ip rsvp sender [type number]type number | (Optional) Interface type and number. |
|