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
|