User Tools

Site Tools


network_stuff:frr

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
network_stuff:frr [2023/04/05 13:39] jotasandokunetwork_stuff:frr [2023/11/02 14:38] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +**INSTALLATION**
 +\\
 +  * Install any of the supported base linux. eg: Debian/Ubuntu
 +  * Follow this steps: [[https://deb.frrouting.org/]]
 +  * Uncomment ''net.ipv4.ip_forward=1'' in ''/etc/sysctl.conf'' and then apply with: ''sysctl -p''
 +  * If possible to access via console, remove all the network configuration from the linux level.
 +  * restart linux
 +  * enable daemons in ''/etc/frr/daemons''
  
-**FRR routing FREE RANGE ROUTING**\\ +**INSTALL https://docs.frrouting.org/en/latest/snmp.html** 
-[[http://docs.frrouting.org/en/latest/bgp.html]]+  * start frr 
 +  * apply first config (management) 
 +  * configure terminal -> log file /var/log/frr/frr.log -> end -> write memory 
 +  * Restart FRR as below:
  
 +
 +  /usr/lib/frr/frr-reload.py /etc/frr/frr.conf --reload
 +  /usr/lib/frr/frrinit.sh restart
 +
 +
 +  * Configure snmp agent: https://panda314159.net/doku.php?id=linux SNMP AGENT IN LINUX 
  
 ---- ----
 +
   * Zebra IS THE RIB   * Zebra IS THE RIB
  
network_stuff/frr.1680701964.txt.gz · Last modified: (external edit)