KONFIGURASI BGP CISCO BASIC

 



Kawan-kawan, berikut aku tuliskan percobaanku menggunakan BGP pada Cisco menggunkan Cisco Paket Tracert 7.2.2

1. Router-100
Building configuration...

Current configuration : 932 bytes
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname ROUTER-100
!
ip cef
no ipv6 cef
!
license udi pid CISCO2911/K9 sn FTX1524R29E-
!
spanning-tree mode pvst
!
interface GigabitEthernet0/0
ip address 10.10.10.1 255.255.255.0
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 100.100.100.2 255.255.255.252
duplex auto
speed auto
!
interface GigabitEthernet0/2
ip address 220.220.220.1 255.255.255.252
duplex auto
speed auto
!
interface Vlan1
no ip address
shutdown
!
router bgp 100
bgp log-neighbor-changes
no synchronization
neighbor 100.100.100.1 remote-as 200
neighbor 220.220.220.2 remote-as 400
network 10.10.10.0 mask 255.255.255.0
!
ip classless
!
ip flow-export version 9
!
no cdp run
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
end

2. Router-200
Building configuration...

Current configuration : 915 bytes
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname ROUTER-200
!
ip cef
no ipv6 cef
!
license udi pid CISCO2911/K9 sn FTX1524G34C-
!
spanning-tree mode pvst
!
interface GigabitEthernet0/0
ip address 200.200.200.1 255.255.255.252
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 100.100.100.1 255.255.255.252
duplex auto
speed auto
!
interface GigabitEthernet0/2
ip address 192.168.1.1 255.255.255.0
duplex auto
speed auto
!
interface Vlan1
no ip address
shutdown
!
router bgp 200
bgp log-neighbor-changes
no synchronization
neighbor 100.100.100.2 remote-as 100
neighbor 200.200.200.2 remote-as 300
network 192.168.1.0
!
ip classless
!
ip flow-export version 9
!
no cdp run
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
end


3. Router-300
Building configuration...

Current configuration : 932 bytes
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname ROUTER-300
!
ip cef
no ipv6 cef
!
license udi pid CISCO2911/K9 sn FTX15245JXM-
!
spanning-tree mode pvst
!
interface GigabitEthernet0/0
ip address 200.200.200.2 255.255.255.252
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 172.16.1.1 255.255.255.0
duplex auto
speed auto
!
interface GigabitEthernet0/2
ip address 210.210.210.1 255.255.255.252
duplex auto
speed auto
!
interface Vlan1
no ip address
shutdown
!
router bgp 300
bgp log-neighbor-changes
no synchronization
neighbor 200.200.200.1 remote-as 200
neighbor 210.210.210.2 remote-as 400
network 172.16.1.0 mask 255.255.255.0
!
ip classless
!
ip flow-export version 9
!
no cdp run
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
end

4. Router-4
Building configuration...

Current configuration : 902 bytes
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname ROUTER-400
!
ip cef
no ipv6 cef
!
license udi pid CISCO2911/K9 sn FTX152433LF-
!
spanning-tree mode pvst
!
interface GigabitEthernet0/0
ip address 220.220.220.2 255.255.255.252
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 210.210.210.2 255.255.255.252
duplex auto
speed auto
!
interface GigabitEthernet0/2
ip address 192.168.0.1 255.255.255.0
duplex auto
speed auto
!
interface Vlan1
no ip address
shutdown
!
router bgp 400
bgp log-neighbor-changes
no synchronization
neighbor 210.210.210.1 remote-as 300
neighbor 220.220.220.1 remote-as 100
network 192.168.0.0
!
ip classless
!
ip flow-export version 9
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
!
!
end

5. IP PC menyesuaikan network pada setiap router, detail ada pada gambar
6. Service pada server, HTTP 

 Selamat mencoba, semoga berhasil


Post a Comment

0 Comments