Senin, 03 September 2018

Lab 9 MPLS L3VPN OSPF SHAMLINK

Topologi 


Objective. Router 1 tetap menggunakan mpls backbone untuk jaringan utamanya meskipun ada jalur yang lebih baik dengan menggunakan OSPF Sham-link


Router PE1

interface Loopback0
 ip address 1.1.1.1 255.255.255.255
!
interface Ethernet0/0
 ip address 12.12.12.1 255.255.255.0
 mpls ip
!
interface Ethernet0/1
 ip vrf forwarding CE
 ip address 10.10.10.1 255.255.255.0
!
router ospf 1
 no auto-cost
 network 1.1.1.1 0.0.0.0 area 0
 network 12.12.12.1 0.0.0.0 area 0
!
router bgp 100
 bgp log-neighbor-changes
 neighbor 3.3.3.3 remote-as 100
 neighbor 3.3.3.3 update-source Loopback0
 !
 address-family vpnv4
  neighbor 3.3.3.3 activate
  neighbor 3.3.3.3 send-community both
 exit-address-family
 !

Router PE2

interface Loopback0
 ip address 3.3.3.3 255.255.255.255
!
interface Loopback1
 ip vrf forwarding CE
 ip address 200.200.200.200 255.255.255.255
!
interface Ethernet0/0
 ip vrf forwarding CE
 ip address 20.20.20.1 255.255.255.0
!
interface Ethernet0/1
 ip address 23.23.23.3 255.255.255.0
 mpls ip
!
router ospf 1
 no auto-cost
 network 3.3.3.3 0.0.0.0 area 0
 network 23.23.23.3 0.0.0.0 area 0
!
router bgp 100
 bgp log-neighbor-changes
 neighbor 1.1.1.1 remote-as 100
 neighbor 1.1.1.1 update-source Loopback0
 !
 address-family vpnv4
  neighbor 1.1.1.1 activate
  neighbor 1.1.1.1 send-community extended
 exit-address-family
 !

Router P

interface Loopback0
 ip address 2.2.2.2 255.255.255.255
!
interface Ethernet0/0
 ip address 12.12.12.2 255.255.255.0
 mpls ip
!
interface Ethernet0/1
 ip address 23.23.23.2 255.255.255.0
 mpls ip
!
 ospf 1
 no auto-cost
 network 2.2.2.2 0.0.0.0 area 0
 network 12.12.12.2 0.0.0.0 area 0
 network 23.23.23.2 0.0.0.0 area 0
!

Router 1

interface Loopback0
 ip address 11.11.11.11 255.255.255.255
!
interface Ethernet0/1
 ip address 10.10.10.2 255.255.255.0
!
interface Serial1/0
 ip address 112.112.112.1 255.255.255.0
 serial restart-delay 0
!

Router 2

interface Loopback0
 ip address 22.22.22.22 255.255.255.255
!
interface Ethernet0/0
 ip address 20.20.20.2 255.255.255.0
!
interface Serial1/0
 ip address 112.112.112.2 255.255.255.0
 serial restart-delay 0
!
router ospf 100
 network 0.0.0.0 255.255.255.255 area 0
!

oke mari kita mulai konfigurasinya, pertama kita buat routing dynamic ospf pada sisi router CE



untuk routing ospf ini saya advertise semua network yang ada di router tersebut sehingga tidak perlu lagi mengadvertise network satu per satu untuk mempermudah, sekarang mari kita buat interface loopback untuk dijadikan sham-link



setelah itu kita konfigurasikan ospf tersebut agar dapat dibaca antar router CE melalui jalur MPLS backbone



sekarang kita lihat tabel routing pada router CE 



kita lihat diatas jika untuk ke ip loopback seberang menggunakan mpls backbone sebagai jalur utamanya, untuk tahap terakhir mari kita coba traceroute dan ping ke router seberangnya 




oke itulah konfigurasinya selamat mencoba sekian dari saya wasalamualaikum wr wb