Hi,

saya membuat 3 pc router dengan zebra
                               
                             |--------|
                       ospf  |    B   |---------
            |-------|--------|--------|
------------|   A   |
            |-------|--------|--------|
                       ospf  |    C   |---------BGP
                             |--------|

Semua routing sudah berjalan lancar, malah kelewat banyak
Tadinya saya pengen semua routing BGP di router C bisa di di distribute
di router A (dengan command redistribute BGP)
dan berhasil
cuman masalahnya, ternyata di router B, routing BGP nya juga ikutan
masuk
padahal seharusnya tidak boleh, karena jadinya routing statik yang saya
masukan
di router A jadi tidak jalan di router B
Apa ada command buat memblok routing kecuali routing ip yang terpasang
di router A
(saya pakai redistribute connected di router A) ???
Saya ingin routing yang ada di router B hanya ip yang terpasang di
router A
Saya tidak ingin semua table routing termasuk routing dari BGP masuk ke
table routing router B


konfigurasi OSPF di router A:
Current configuration:
!
hostname asdfghjkl
password asdfghjkl
enable password asdfghjkl
log file /var/log/zebra/ospfd.log
!
!
!
interface lo
!
interface eth0 (ke router C)
!
interface eth1
!
interface eth2
!
interface eth3
!
interface eth4 (ke router B)
!
router ospf
 ospf router-id aa.aa.aa.aa
 redistribute connected
 passive-interface eth1
 passive-interface eth2
 passive-interface eth3
 network aa.aa.aa.aa/aa area 0
 network bb.bb.bb.bb/bb area 1
 neighbor aa.aa.aa.aa
 neighbor bb.bb.bb.bb
!
access-list xxx permit yyy
access-list xxx permit yyy
access-list xxx deny any
!
line vty
 access-class xxx
!
end

Konfigurasi OSPF di router C :
Current configuration:
!
hostname asdfghjkl
password asdfghjkl
enable password asdfghjkl
log file /var/log/zebra/ospfd.log
!
!
!
interface lo
!
interface eth0
!
interface eth1 (ke router A)
!
interface eth2
!
router ospf
 ospf router-id aa.aa.aa.aa
 redistribute connected
 redistribute bgp
 passive-interface eth0
 passive-interface eth2
 network aa.aa.aa.aa/aa area 0
 neighbor aa.aa.aa.aa
!
line vty
!
end

Konfigurasi OSPF di router B :
Current configuration:
!
hostname Internet-Gateway
password asdfghjkl
enable password asdfghjkl
log file /var/log/zebra/ospfd.log
!
!
!
interface lo
!
interface eth0
!
interface eth1 (ke router A)
!
interface eth2
!
router ospf
 ospf router-id bb.bb.bb.bb
 redistribute connected
 passive-interface eth0
 passive-interface eth2
 network bb.bb.bb.bb/bb area 1
 neighbor bb.bb.bb.bb
 default-information originate
!
access-list yyy permit xx.xx.xx.xx/xx
access-list yyy permit xx.xx.xx.xx/xx
access-list yyy deny any
!
line vty
 access-class yyy
!
end


-- 
Unsubscribe: kirim email kosong ke [EMAIL PROTECTED]
Arsip dan info di http://linux.or.id/milis.php
FAQ milis http://linux.or.id/faq.php

Kirim email ke