Lab 43. MPLS Traffic Engineering Basic

Oke guys, kali ini kita akan belajar tentang MPLS Traffic Engineering Tunnels. Disini, kita akan belajar mengkonfigurasi MPLS dengan menggunakan tunnel destination. Langsung saja kita ngelab ya, ke TKP ..

1. Topologi Lab
2. Metode Lab
  • Gunakan pengalamatan ip standard ISN
  • Konfigurasikan MPLS-TE di semua router
  • Gunakan IS-IS level-2 di semua router
3. Verifikasi
  • Pastikan PE1 dapat melakukan ping ke loopback PE2 dan sebaliknya.

4. Konfgurasi

PE1
mpls traff tun
mpls ldp router-id l0
mpls lab prot ldp
!
int tunnel13
ip unnumbered l1
tunnel destination 3.3.3.3
tunnel mode mpls traf
tunnel mpls traf path-option 1 dynamic
!
int l0
ip add 150.1.1.1 255.255.255.255
!
int l1
ip add 1.1.1.1 255.255.255.255
!
int f0/0
ip add 12.12.12.1 255.255.255.0
ip router isis
mpls traff tun
mpls ip
ip rsvp band
no sh
!
router isis
net 49.0123.0000.0000.0001.00
is-type level-2-only
metric-style wide
passive-interface l0
passive-interface l1
mpls traff router-id l1
mpls traf level-2


P
mpls traff tun
mpls ldp router-id l0
mpls lab prot ldp
!
int l0
ip add 150.1.2.2 255.255.255.255
!
!
int f0/0
ip add 12.12.12.2 255.255.255.0
ip router isis
mpls traff tun
mpls ip
ip rsvp band
no sh
!
int f0/1
ip add 23.23.23.2 255.255.255.0
ip router isis
mpls traf tun
mpls ip
ip rsvp band
no sh
!
router isis
net 49.0123.0000.0000.0002.00
is-type level-2-only
metric-style wide
passive-interface l0
mpls traff router-id l0
mpls traf level-2


PE2
mpls traff tun
mpls ldp router-id l0
mpls lab prot ldp
!
int l0
ip add 150.1.3.3 255.255.255.255
!
int l1
ip add 3.3.3.3 255.255.255.255
!
int f0/0
ip add 23.23.23.3 255.255.255.0
ip router isis
mpls traff tun
mpls ip
ip rsvp band
no sh
!
router isis
net 49.0123.0000.0000.0003.00
is-type level-2-only
metric-style wide
passive-interface l0
passive-interface l1
mpls traff router-id l1
mpls traf level-2
!


Verifikasi : Pastikan PE1 dapat ping ip loopback PE2 menggunakan source loopback 1

PE1#ping 3.3.3.3 so l1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 3.3.3.3, timeout is 2 seconds:
Packet sent with a source address of 1.1.1.1
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 88/105/128 ms


0 komentar:

Posting Komentar