[c-nsp] TE Config critique..

Harold Ritter (hritter) hritter at cisco.com
Thu Feb 22 11:48:57 EST 2007


You should include the "tunnel mpls traffic-eng load-share" command if
you want the traffic to be load-balanced proportionally.

For more information, refer to the following link:
http://www.cisco.com/univercd/cc/td/doc/product/software/ios124/124tcr/t
mpls_r/mpl_s8ht.htm#wp1011183 

-----Original Message-----
From: cisco-nsp-bounces at puck.nether.net
[mailto:cisco-nsp-bounces at puck.nether.net] On Behalf Of
mb2 at os.datafx.com.au
Sent: Wednesday, February 21, 2007 11:59 PM
To: cisco-nsp at puck.nether.net
Subject: [c-nsp] TE Config critique..

Hi,

Would like opinions on the following lab TE config's - pro's/con's of 
using explicit v dynamic path selection? (In production env. our links 
are 8Mb + 4Mb respectively), and whether ip load-sharing per-packet is 
needed?(And basically any other "best practices" that I have neglected 
to use!) - Goal is load-balance  traffic over the 8Mb + 4Mb links.

Thanks in advance.

### R1 ###

mpls label protocol ldp
no mpls ip propagate-ttl forwarded
mpls traffic-eng tunnels

interface Loopback1
ip address 192.168.1.1 255.255.255.255
!
interface Tunnel1
ip unnumbered Loopback1
tunnel destination 192.168.2.1
tunnel mode mpls traffic-eng
tunnel mpls traffic-eng autoroute announce
tunnel mpls traffic-eng autoroute metric relative -1
tunnel mpls traffic-eng priority 7 7
tunnel mpls traffic-eng bandwidth  8000
tunnel mpls traffic-eng path-option 1 explicit name tun2

interface Tunnel2
ip unnumbered Loopback1
tunnel destination 192.168.2.1
tunnel mode mpls traffic-eng
tunnel mpls traffic-eng autoroute announce
tunnel mpls traffic-eng autoroute metric relative -1
tunnel mpls traffic-eng priority 7 7
tunnel mpls traffic-eng bandwidth  4000
tunnel mpls traffic-eng path-option 1 explicit name tun1

interface FastEthernet0/0
ip address 192.168.10.1 255.255.255.0
ip load-sharing per-packet
duplex full
speed 100
mpls ip
mpls traffic-eng tunnels
ip rsvp bandwidth 4000 4000
!
interface FastEthernet0/1
ip address 192.168.11.1 255.255.255.0
ip load-sharing per-packet
duplex full
speed 100
mpls ip
mpls traffic-eng tunnels
ip rsvp bandwidth 8000 8000

router ospf 10
mpls traffic-eng router-id Loopback1
mpls traffic-eng area 0
router-id 192.168.1.1
log-adjacency-changes
redistribute connected subnets
passive-interface default
no passive-interface FastEthernet0/0
no passive-interface FastEthernet0/1
network 192.168.10.0 0.0.0.255 area 0
network 192.168.11.0 0.0.0.255 area 0

!
ip explicit-path name tun1 enable
next-address 192.168.10.2 !
ip explicit-path name tun2 enable
next-address 192.168.11.2 !
!
!
mpls ldp router-id Loopback1


### R2 ###

mpls traffic-eng tunnels
no tag-switching ip propagate-ttl forwarded
tag-switching tdp router-id Loopback1

interface Loopback1
ip address 192.168.2.1 255.255.255.255

interface Tunnel1
ip unnumbered Loopback1
ip load-sharing per-packet
tunnel destination 192.168.1.1
tunnel mode mpls traffic-eng
tunnel mpls traffic-eng autoroute announce
tunnel mpls traffic-eng autoroute metric relative -1
tunnel mpls traffic-eng priority 7 7
tunnel mpls traffic-eng bandwidth  8000
tunnel mpls traffic-eng path-option 1 explicit name tun2


interface Tunnel2
ip unnumbered Loopback1
ip load-sharing per-packet
tunnel destination 192.168.1.1
tunnel mode mpls traffic-eng
tunnel mpls traffic-eng autoroute announce
tunnel mpls traffic-eng autoroute metric relative -1
tunnel mpls traffic-eng priority 7 7
tunnel mpls traffic-eng bandwidth  4000
  tunnel mpls traffic-eng path-option 1 explicit name tun1

interface FastEthernet0/0
ip address 192.168.10.2 255.255.255.0
ip load-sharing per-packet
duplex full
mpls traffic-eng tunnels
tag-switching ip
ip rsvp bandwidth 4000 4000

interface FastEthernet2/0
ip address 192.168.11.2 255.255.255.0
ip load-sharing per-packet
duplex full
mpls traffic-eng tunnels
tag-switching ip
ip rsvp bandwidth 8000 8000

router ospf 10
mpls traffic-eng router-id Loopback1
mpls traffic-eng area 0
router-id 192.168.2.1
log-adjacency-changes
redistribute connected subnets
passive-interface default
no passive-interface FastEthernet0/0
no passive-interface FastEthernet2/0
network 192.168.10.0 0.0.0.255 area 0
network 192.168.11.0 0.0.0.255 area 0

ip explicit-path name tun1 enable
next-address 192.168.10.1

ip explicit-path name tun2 enable
next-address 192.168.11.1



------------------------------------------------------------------------
-
This e-mail was sent via Data FX Online WebMail
http://www.datafx.com.au/


_______________________________________________
cisco-nsp mailing list  cisco-nsp at puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/



More information about the cisco-nsp mailing list