You are on page 1of 3

// Aula 4 - Trabalhando com MPLS Traffic Engineering

Link de Ref:
https://wiki.mikrotik.com/wiki/Manual:Simple_TE
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipmulti_pim/configuration/xe-3s/
asr903/16-7-1/b-imc-pim-xe-16-7-1-asr900/mpls-multipoint-te.pdf

PE1:

routing ospf
instance set numbers=0 mpls-te-area=backbone mpls-te-router-id=lo1

P1:

routing ospf
instance set numbers=0 mpls-te-area=backbone mpls-te-router-id=lo1

P2:

routing ospf
instance set numbers=0 mpls-te-area=backbone mpls-te-router-id=lo1

P3:

routing ospf
instance set numbers=0 mpls-te-area=backbone mpls-te-router-id=lo1

PE1:

mpls traffic-eng

tunnel-path add name=PE1-P1-P3 setup-priority=0 holding-priority=0 use-cspf=no


record-route=yes hops=192.100.200.2:strict,192.100.200.14:strict,172.0.0.3:strict

tunnel-path add name=PE1-P2-P3 setup-priority=1 holding-priority=1 use-cspf=no


record-route=yes hops=192.100.200.6:strict,192.100.200.17:strict,172.0.0.3:strict

Agora, vamos setar o túneis:

PE1:

interface traffic-eng add name=Tunel1 to-address=172.0.0.3 bandwidth=100k primary-


path=PE1-P1-P3 setup-priority=0 holding-priority=0

interface traffic-eng add name=Tunel2 to-address=172.0.0.3 bandwidth=100k primary-


path=PE1-P2-P3 setup-priority=1 holding-priority=1

Depois, habilitar os dois.

PE1:

mpls traffic-eng

interface add interface=ether3 bandwidth=200k use-udp=yes


interface add interface=ether4 bandwidth=200k use-udp=yes

P1:

mpls traffic-eng
interface add interface=ether1 bandwidth=200k use-udp=yes
interface add interface=ether2 bandwidth=200k use-udp=yes

P2:

mpls traffic-eng

interface add interface=ether1 bandwidth=200k use-udp=yes


interface add interface=ether3 bandwidth=200k use-udp=yes

P3:

mpls traffic-eng

interface add interface=ether1 bandwidth=200k use-udp=yes


interface add interface=ether2 bandwidth=200k use-udp=yes

No CE11:

tool traceroute 192.100.200.17

tool traceroute 192.100.200.14

You might also like