Hey,
I'm trying to set up RSVP for a project, but the Cisco docs aren't making any sense. Using Cisco 2514's.
Any help/links to examples of this are appreciated.
Current Setup
Host 1 (capture)
|
Client ---- Router A ---- Hub ----- Router B ---- Server (FTP)
10.1.1.1 E0: 10.1.1.254 E0: 10.1.2.253 10.1.3.1
E1: 10.1.2.254 E1: 10.1.3.254
The goal right now is simple to see some RSVP messages as the protocol
establishes the reservation from the client to server.
Router A
ip rsvp bandwidth
ip rsvp reservation 10.1.3.1 10.1.1.1 tcp 21 21 10.1.1.1 Ethernet 0 ff rate 100
100
Router B
ip rsvp bandwidth
ip rsvp sender 10.1.3.1 10.1.1.1 tcp 21 21 10.1.2.254 Ethernet 0 100 100
We connect to ftp on the server and download a file, but the packet capture
doesnt show any rsvp data being exchanged.
I'm trying to set up RSVP for a project, but the Cisco docs aren't making any sense. Using Cisco 2514's.
Any help/links to examples of this are appreciated.
Current Setup
Host 1 (capture)
|
Client ---- Router A ---- Hub ----- Router B ---- Server (FTP)
10.1.1.1 E0: 10.1.1.254 E0: 10.1.2.253 10.1.3.1
E1: 10.1.2.254 E1: 10.1.3.254
The goal right now is simple to see some RSVP messages as the protocol
establishes the reservation from the client to server.
Router A
ip rsvp bandwidth
ip rsvp reservation 10.1.3.1 10.1.1.1 tcp 21 21 10.1.1.1 Ethernet 0 ff rate 100
100
Router B
ip rsvp bandwidth
ip rsvp sender 10.1.3.1 10.1.1.1 tcp 21 21 10.1.2.254 Ethernet 0 100 100
We connect to ftp on the server and download a file, but the packet capture
doesnt show any rsvp data being exchanged.