This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
использование_протоколов_маршрутизации [2024/12/06 20:14] val [Настройка UNIX] |
использование_протоколов_маршрутизации [2024/12/06 20:24] (current) val |
||
|---|---|---|---|
| Line 78: | Line 78: | ||
| </code> | </code> | ||
| - | ==== Zebra ==== | + | ==== frr ==== |
| - | + | ||
| - | * [[https://docstore.mik.ua/manuals/ru/LARTC/x3036.html|Настройка BGP4 с помощью Zebra]] | + | |
| <code> | <code> | ||
| - | # cat /etc/quagga/bgpd.conf | + | # cat /etc/frr/daemons |
| </code><code> | </code><code> | ||
| - | hostname service_bgpd | + | ... |
| - | password zebra | + | bgpd=yes |
| - | enable password zebra | + | ... |
| + | </code><code> | ||
| + | # service frr restart | ||
| + | # vtysh | ||
| + | </code><code> | ||
| router bgp 200+X | router bgp 200+X | ||
| no bgp ebgp-requires-policy | no bgp ebgp-requires-policy | ||
| neighbor 192.168.X.1 remote-as 100+X | neighbor 192.168.X.1 remote-as 100+X | ||
| redistribute connected | redistribute connected | ||
| - | </code><code> | ||
| - | # service bgpd start | ||
| </code> | </code> | ||
| - | ==== Cisco/Zebra ==== | + | ==== Cisco/frr ==== |
| <code> | <code> | ||
| # show ip bgp summary | # show ip bgp summary | ||