The MPLS-OPS Archive[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index][Thread Index][Author Index][Subject Index] RE: Bandwidth Reservation
Hi Eric, Thank you very much for your interest. But I've configured yet my scenario and I see with the 'show mpls traffic-eng tunnel' that the configuration is up in all routers of the path. However, when I send traffic to the network through the tunnel with bandwidth reservation, it acts as if the reservation does not exist, and drives me to conclude that the reservations are not well implemented. It can be a bug of this version !?, I don't know. Best regards. Carlos Parada ********** Carlos Fonseca Parada Portugal Telecom INovação, S.A. MSI - Multimédia e Serviços IP - Redes MultiServiço MIS - Multimedia and IP Services - MultiService Networks * Rua Engº José Ferreira Pinto Basto - 3810 Aveiro - Portugal * Ext: 1317 (+351 234 403317) > -----Original Message----- > From: Eric Allen [SMTP:eallen@pit.comms.marconi.com] > Sent: Tuesday, November 20, 2001 3:12 PM > To: 'Carlos Parada'; mpls-ops@mplsrc.com > Subject: RE: Bandwidth Reservation > > Hi Carlos > > I hope the following helps configure a Cisco Tunnel. > > Below is an example configuration: > > interface tunnel1 > ip unnumbered loopback 1 > tunnel destination 1.1.1.1 > tunnel mode mpls traffic-eng > tunnel mpls traffic-eng autoroute announce > tunnel mpls traffic-eng bandwidth 1000 > tunnel mpls traffic-eng priority 1 1 > tunnel mpls traffic-eng path-option 1 dynamic > > The following will verify if the tunnel is operational: > > show mpls traffic-eng tunnel > show ip route > > > > Router(config)# interface tunnel1 > > Configure an interface type and enter interface > configuration mode.Note Enter the tunnel configuration > commands on the headend router > > > Router(config-if)# tunnel destination A.B.C.D > > > Specify the destination for a tunnel. > Note In this case the destination A.B.C.D > refers to the IP address of the loopback > interface on the tail-end router > > Router(config-if)# tunnel mode mpls traffic-eng > > Set encapsulation mode of the tunnel to > MPLS traffic engineering. > > Router(config-if)# tunnel mpls traffic-eng bandwidth > > Configure bandwidth for the MPLS traffic > engineering tunnel. Bandwidth is specified in kilobits per second. > The default bandwidth is 0. > > Router(config-if)# tunnel mpls traffic-eng > path-option 1 explicit name > > Configure a named IP explicit path > > Router(config-if)# tunnel mpls traffic-eng > path-option 2 dynamic > > Configure a backup path to be dynamically > calculated from the traffic engineering > topology database > > Hope this helps. > > -----Original Message----- > From: Carlos Parada [mailto:carlos-f-parada@ptinovacao.pt] > Sent: Tuesday, November 20, 2001 6:07 AM > To: 'mpls-ops@mplsrc.com' > Subject: Bandwidth Reservation > > > > Hi all, > > I'm configuring a bandwidth reservation for a VPN/MPLS tunnel in a Cisco > 7200 IOS 12.1(5)T7. The problem is that it doesn't work. The bandwidth not > guaranteed, having the traffic rate a strange random behavior. > > I'm using just the command > tunnel mpls traffic-eng bandwidth 500 > in the tunnel, and > ip rsvp bandwidth 2000 2000 > for interfaces. (NOTE: this command is accepted but when I type '?' the > possible commands are not displayed since 'ip rsvp'). > > Anybody knows if this version has any bug ? or I'm missing something ? > > Thanks in advance. > > Best Regards. > > > > Carlos Parada > > ********** > Carlos Fonseca Parada > Portugal Telecom INovação, S.A. > MSI - Multimédia e Serviços IP - Redes MultiServiço > MIS - Multimedia and IP Services - MultiService Networks > * Rua Engº José Ferreira Pinto Basto - 3810 Aveiro - Portugal > * Ext: 1317 (+351 234 403317) > > > ------- > The MPLS-OPS Mailing List > Subscribe/Unsubscribe: http://www.mplsrc.com/mplsops.shtml > Archive: http://www.mplsrc.com/mpls-ops_archive.shtml ------- The MPLS-OPS Mailing List Subscribe/Unsubscribe: http://www.mplsrc.com/mplsops.shtml Archive: http://www.mplsrc.com/mpls-ops_archive.shtml |
|