Jumat, 07 September 2018

Lab 10 MPLS Inter-AS VPN




Topologi 

Objective. mempelajari mpls yang memiliki routing mp bgp yang tidak memiliki as number yang sama 

Router 1

interface Loopback0
 ip address 1.1.1.1 255.255.255.255
!
interface Loopback10
 ip vrf forwarding R1
 ip address 11.11.11.11 255.255.255.255
!
interface Ethernet0/0
 ip address 13.13.13.1 255.255.255.0
 mpls ip
!
interface Ethernet0/1
 ip address 12.12.12.1 255.255.255.0
 mpls ip
!
router ospf 1
 no auto-cost
 network 1.1.1.1 0.0.0.0 area 0
 network 13.13.13.1 0.0.0.0 area 0
!
router bgp 13
 bgp log-neighbor-changes
 neighbor 3.3.3.3 remote-as 13
 neighbor 3.3.3.3 update-source Loopback0
 neighbor 12.12.12.2 remote-as 24
 !


Router 2

interface Loopback0
 ip address 2.2.2.2 255.255.255.255
!
interface Loopback10
 ip vrf forwarding R2
 ip address 22.22.22.22 255.255.255.255
!
interface Ethernet0/0
 ip address 24.24.24.2 255.255.255.0
 mpls ip
!
interface Ethernet0/1
 ip address 12.12.12.2 255.255.255.0
 mpls bgp forwarding
 mpls ip
!
router eigrp 1
 network 2.2.2.2 0.0.0.0
 network 24.24.24.2 0.0.0.0
!
router bgp 24
 bgp log-neighbor-changes
 neighbor 4.4.4.4 remote-as 24
 neighbor 4.4.4.4 update-source Loopback0
 neighbor 12.12.12.1 remote-as 13
 !


Router 3

interface Loopback0
 ip address 3.3.3.3 255.255.255.255
!
interface Loopback10
 ip vrf forwarding R3
 ip address 33.33.33.33 255.255.255.255
!
interface Ethernet0/0
 ip address 13.13.13.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 13.13.13.3 0.0.0.0 area 0
!
router bgp 13
 bgp log-neighbor-changes
 neighbor 1.1.1.1 remote-as 13
 neighbor 1.1.1.1 update-source Loopback0


Router 4 

interface Loopback0
 ip address 4.4.4.4 255.255.255.255
!
interface Loopback10
 ip vrf forwarding R4
 ip address 44.44.44.44 255.255.255.255
!
interface Ethernet0/0
 ip address 24.24.24.4 255.255.255.0
 mpls ip
!
router eigrp 1
 network 4.4.4.4 0.0.0.0
 network 24.24.24.4 0.0.0.0
!
router bgp 24
 bgp log-neighbor-changes
 neighbor 2.2.2.2 remote-as 24
 neighbor 2.2.2.2 update-source Loopback0
 !

oke kita mulai saja konfigurasinya, pertama kita konfigurasikan vpnv4 pada address family routing bgp pada setiap router PE 






bisa kita lihat dirouter yang menghubungkan ke as yang lain terdapat konfigurasi next-hop-self, konfigurasi ini supaya router dibawahnya dapat mengakses ke network disebrangnya. oke sekarang mari kita konfigurasikan address-family ipv4 vrf nya pada setiap router untuk meredistribusikan semua network yang terhubung secara langsung dengan router tersebut dengan cara redistribute connected 



setelah meredistribusikan network yang terhubung secara langsung, sekarang mari kita lihat tabel routingnya saat ini, lakukan juga hal yang sama pada router lain 




oke sekarang sudah bisa kita lihat jika ip interface loopback10 sudah dapat terakses dirouter lain, untuk tahap akhir mari kita cek traceroute dan ping pada setiap router 




yaps bisa kita lihat jika konfigurasi diatas berhasil, selamat mencoba semoga bermanfaat sekian wasalamualaikum wr wb