Community discussions

MikroTik App
 
samyil
just joined
Topic Author
Posts: 17
Joined: Thu Mar 18, 2010 1:38 pm
Location: Bulgaria

from quagga to mikrotik

Tue Mar 12, 2013 8:56 am

Hello, how can I convert these commands quagga in mikrotik?
!
! Zebra configuration saved from vty
!   2013/02/11 17:50:03
!
hostname bgpd
password zebra
enable password zebra
log stdout
!
router bgp 100
 bgp router-id xx.xx.131.1
 bgp log-neighbor-changes
 network xx.xx.130.0/24
 network xx.xx.131.0/24
 network xx.xx.162.0/24
 network xx.xx.169.0/24
 neighbor xx.xx.158.89 remote-as 200
 neighbor xx.xx.158.89 description isp1
 neighbor xx.xx.158.89 next-hop-self
 neighbor xx.xx.158.89 soft-reconfiguration inbound
 neighbor xx.xx.158.89 prefix-list isp1 out
!
ip prefix-list isp1 seq 10 permit xx.xx.130.0/24
ip prefix-list isp1 seq 20 permit xx.xx.131.0/24
ip prefix-list isp1 seq 30 permit xx.xx.162.0/24
ip prefix-list isp1 seq 40 permit xx.xx.169.0/24
!
line vty
!
thank you
 
User avatar
samir494
Member Candidate
Member Candidate
Posts: 236
Joined: Thu Aug 06, 2009 11:27 am
Location: India

Re: from quagga to mikrotik

Tue Mar 12, 2013 9:49 am

try this once

routing bgp set enabled=yes router-id=xx.xx.131.1 as=100
routing bgp instance set default as=100 redistribute-static=yes redistribute-connected=yes
routing bgp network add network=xx.xx.130.0/24
routing bgp network add network=xx.xx.131.0/24
routing bgp network add network=xx.xx.162.0/24
routing bgp network add network=xx.xx.169.0/24
routing bgp peer add remote-address=xx.xx.158.89 remote-as=200 name=ISP1 nexthop-choice=force-self

Who is online

Users browsing this forum: Hemhems, yonutm and 30 guests