[GTER] Mikrotik - Route-Map com match de Prefix-List

Douglas Fischer fischerdouglas at gmail.com
Fri Mar 27 19:00:47 -03 2015


​Could anyone translate this config from Cisco/Quagga to Mikotik?
!
ip preffix-list XXX 1.1.1.0/24
ip preffix-list YYY 2.2.2.0/24
!
route-map BGP-SERVICEPROVIDER-OUT permit 10
match ip address preffix-list XXX
set as-path prepend 666 666 ! just an example, could be anything(next-hop,
community, local-pref, med, etc)
!
route-map BGP-SERVICEPROVIDER-OUT permit 20
match ip address prefix list YYY
set community no-export ! just another example
!
router bgp 666
neighbor N.N.N.N route-map BGP-SERVICEPROVIDER-OUT out
!

-- 
Douglas Fernando Fischer
Engº de Controle e Automação



More information about the gter mailing list