User Tools

Site Tools


использование_протоколов_маршрутизации

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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
использование_протоколов_маршрутизации.1733505245.txt.gz · Last modified: 2024/12/06 20:14 by val