Rabu, 21 Desember 2011

Aktifasi MPLS

Agar MPLS aktif di LSR dan LER1 dan LER2, maka interface yang harus menerapkan
(meng-impose) label, mestilah kita aktifkan MPLS nya.

Perintah berikut digukan untuk mengaktifkan MPLS di LER1.
ip cef 
mpls label protocol ldp
mpls ldp router-id Loopback0 force
interface Ethernet1/0
 description *** Connection to LSR ***
 ip address 192.168.2.1 255.255.255.0
 mpls ip

Perintah berikut digunakan untuk mengaktifkan MPLS di LER2
 ip cef
mpls label protocol ldp
mpls ldp router-id Loopback0 force
interface Ethernet1/0
 description *** Connection to LSR ***
 ip address 192.168.5.1 255.255.255.0
 mpls ip

Dan terakhir aktifkan MPLS di LSR1 .
 interface Ethernet1/0
 description *** Connection to LSR2 ***
 ip address 192.168.6.2 255.255.255.0
 mpls ip
interface Ethernet1/1
 description *** Connection to LER1 ***
 ip address 192.168.2.2 255.255.255.0
 mpls ip
Dan terakhir aktifkan MPLS di LSR2 .
 interface Ethernet1/0
 description *** Connection to LSR1 ***
 ip address 192.168.6.1 255.255.255.0
 mpls ip
interface Ethernet1/1
 description *** Connection to LER2 ***
 ip address 192.168.5.2 255.255.255.0
 mpls ip
Setelah MPLS aktif, Anda dapat memastikan bahwa MPLS sudah bekerja, dengan
memeriksa:

PE1# show mpls ldp neigh

Anda akan melihat apakah LER1 mengenal LSR sebagai router MPLS, atau tidak. Jika
sudah terbentuk, maka protocol LDP akan saling bertukar MPLS lable table.

Tidak ada komentar:

Posting Komentar