December 2006
Intermediate to advanced
1188 pages
72h 8m
English
You want to manually reserve bandwidth through your network to support a real-time application that isn’t able to dynamically create new reservations as required.
In this example, we will assume that we have a host device,
acting as the sender, with IP address 192.168.100.202 and a second host, acting as
the receiver, with IP address 192.168.9.100. The first host is connected
to FastEthernet0/0 Router1:
Router1#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router1(config)#interfaceRouter1(config-if)#FastEthernet0/0ip addressRouter1(config-if)#192.168.100.21 255.255.255.0ip rsvp bandwidthRouter1(config-if)#128 56exitRouter1(config)#interfaceRouter1(config-if)#Serial0/0no ip addressRouter1(config-if)#encapsulation frame-relayRouter1(config-if)#fair-queueRouter1(config-if)#64 256 37ip rsvp bandwidthRouter1(config-if)#exitRouter1(config)#interfaceSerial0/0.1point-to-pointRouter1(config-subif)#ip addressRouter1(config-subif)#192.168.55.9 255.255.255.252frame-relay interface-dlciRouter1(config-fr-dlci)#904ip rsvp bandwidthRouter1(config-subif)#128 56exitRouter1(config)#ip rsvp sender192.168.9.100 192.168.100.202 UDP 1300 1300Router1(config)#192.168.100.202 FastEthernet0/0 55 1endRouter1#
The second host is connected to the Ethernet0/0 interface on Router4, which is several hops away:
Router4#configure terminalRouter4(config)#interfaceRouter4(config-if)#Ethernet0/0ip address192.168.9.3 ...
Read now
Unlock full access