WOW !! MUCH LOVE ! SO WORLD PEACE !
Fond bitcoin pour l'amélioration du site: 1memzGeKS7CB3ECNkzSn2qHwxU6NZoJ8o
  Dogecoin (tips/pourboires): DCLoo9Dd4qECqpMLurdgGnaoqbftj16Nvp


Home | Publier un mémoire | Une page au hasard

 > 

Conception et déploiement de la technologie MPLS dans un réseau métropolitain

( Télécharger le fichier original )
par Freddy Rolland TANGUEP
Université de Maroua/ISS(institut supérieur du sahel) - Diplôme d'ingénieur de conception en télécommunications 2013
  

précédent sommaire suivant

Bitcoin is a swarm of cyber hornets serving the goddess of wisdom, feeding on the fire of truth, exponentially growing ever smarter, faster, and stronger behind a wall of encrypted energy

ANNEXES

Annexe1:

Les configurations MPLS-TE

Pour PE1 on a en résumé:

hostname PE

!

ip cef

mpls traffic-eng tunnels

!

!

interface Loopback0

ip address 102.102.102.101

255.255.255.0

!

interface Tunnel0

ip unnumbered Loopback0

tunnel destination 102.102.102.102

tunnel mode mpls traffic-eng

tunnel mpls traffic-eng autoroute

announce

tunnel mpls traffic-eng priority 1 1

tunnel mpls traffic-eng bandwidth 100

tunnel mpls traffic-eng path-option 1

explicit name LSP1

!

interface Tunnel1

ip unnumbered Loopback0

tunnel destination 102.102.102.102

tunnel mode mpls traffic-eng

tunnel mpls traffic-eng autoroute

announce

tunnel mpls traffic-eng priority 2 1

tunnel mpls traffic-eng bandwidth 100

tunnel mpls traffic-eng path-option 1

explicit name LSP2

!

interface Tunnel2

ip unnumbered Loopback0

tunnel destination 102.102.102.102

A

tunnel mode mpls traffic-eng

tunnel mpls traffic-eng autoroute

announce

tunnel mpls traffic-eng priority 3 1

tunnel mpls traffic-eng bandwidth 100

tunnel mpls traffic-eng path-option 1

explicit name LSP3

!

interface GigabitEthernet1/0

ip address 10.1.1.2 255.0.0.0

negotiation auto

!

interface GigabitEthernet2/0

ip address 11.1.2.3 255.0.0.0

negotiation auto

mpls traffic-eng tunnels

tag-switching ip

ip rsvp bandwidth 1000

!

interface GigabitEthernet3/0

ip address 12.1.3.4 255.0.0.0

negotiation auto

mpls traffic-eng tunnels

tag-switching ip

ip rsvp bandwidth 1000

!

router ospf 1

log-adjacency-changes

redistribute rip metric 2

network 10.0.0.0 0.255.255.255 area 0

network 11.0.0.0 0.255.255.255 area 0

network 12.0.0.0 0.255.255.255 area 0

network 102.0.0.0 0.255.255.255 area 0

!

router rip

version 2

redistribute ospf 1 metric 2

network 10.0.0.0

neighbor 10.1.1.30

!

ip classless

banner motd ^COTD#TANGUEP Administrator WARNING:Going out of here if you are not a network administrator# BANNER ^C !

!

end

Pour PE2 on a en résumé:

hostname PE2

!

ip cef

mpls traffic-eng tunnels

!

interface Loopback0

ip address 102.102.102.102

255.255.255.0

!

interface GigabitEthernet1/0

ip address 15.1.6.11 255.0.0.0

negotiation auto

mpls traffic-eng tunnels

tag-switching ip

ip rsvp bandwidth 1000

!

interface GigabitEthernet2/0

ip address 14.1.5.9 255.0.0.0

negotiation auto

mpls traffic-eng tunnels

tag-switching ip

ip rsvp bandwidth 1000

!

interface GigabitEthernet3/0

ip address 16.1.7.12 255.0.0.0

negotiation auto

!

B

router ospf 1

log-adjacency-changes

redistribute rip metric 2

network 14.0.0.0 0.255.255.255 area 0

network 15.0.0.0 0.255.255.255 area 0

network 16.0.0.0 0.255.255.255 area 0

network 102.102.102.0 0.0.0.255 area 0

!

router rip

version 2

redistribute ospf 1 metric 2

network 16.0.0.0

neighbor 16.1.7.12

!

ip classless

!

banner motd ^COTD#TANGUEP

Administrator WARNING:Going out of

here if you are not a network

administrator#

BANNER ^C

!

!

end

Pour P1 on a en résumé:

hostname P1

!

!

ip cef

mpls traffic-eng tunnels

!

!

interface Loopback0

ip address 102.102.102.103

255.255.255.0

!

interface GigabitEthernet1/0

ip address 11.1.2.4 255.0.0.0

negotiation auto

mpls traffic-eng tunnels

tag-switching ip

ip rsvp bandwidth 1000

!

interface GigabitEthernet2/0

ip address 13.1.4.6 255.0.0.0

negotiation auto

mpls traffic-eng tunnels

tag-switching ip

ip rsvp bandwidth 1000

!

interface GigabitEthernet3/0

ip address 14.1.5.8 255.0.0.0

negotiation auto

mpls traffic-eng tunnels

tag-switching ip

ip rsvp bandwidth 1000

!

router ospf 1

log-adjacency-changes

network 11.0.0.0 0.255.255.255 area 0

network 13.0.0.0 0.255.255.255 area 0

network 14.0.0.0 0.255.255.255 area 0

network 102.102.102.0 0.0.0.255 area 0

!

ip classless

!

banner motd ^COTD#TANGUEP

Administrator WARNING:Going out of

here if you are not a network

administrator#

BANNER ^C

!

!

!

end

Pour P2 on a en résumé:

C

hostname P2

!

!

ip cef

!

interface Loopback0

ip address 102.102.102.104

255.255.255.0

!

interface Tunnel200

ip unnumbered Loopback0

tunnel destination 102.102.102.102

tunnel mode mpls traffic-eng tunnel

mpls traffic-eng autoroute announce

tunnel mpls traffic-eng priority 4 2

tunnel mpls traffic-eng bandwidth 100

tunnel mpls traffic-eng path-option 1

explicit name BACKUP !

interface GigabitEthernet1/0

ip address 15.1.6.10 255.0.0.0

negotiation auto

tag-switching ip

ip rsvp bandwidth 1000

!

interface GigabitEthernet2/0

ip address 13.1.4.7 255.0.0.0

negotiation auto

tag-switching ip

ip rsvp bandwidth 1000

!

interface GigabitEthernet3/0

ip address 12.1.3.5 255.0.0.0 negotiation

auto

tag-switching ip

ip rsvp bandwidth 1000

!

router ospf 1

log-adjacency-changes

network 12.0.0.0 0.255.255.255 area 0 network 13.0.0.0 0.255.255.255 area 0 network 15.0.0.0 0.255.255.255 area 0 network 102.102.102.0 0.0.0.255 area 0 !

ip classless

!

!

end

précédent sommaire suivant






Bitcoin is a swarm of cyber hornets serving the goddess of wisdom, feeding on the fire of truth, exponentially growing ever smarter, faster, and stronger behind a wall of encrypted energy








"L'ignorant affirme, le savant doute, le sage réfléchit"   Aristote