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 [2022/11/17 09:49] 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''
 +
 +**INSTALL https://docs.frrouting.org/en/latest/snmp.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
 +
 +Relevant files:
 +  /etc/frr/daemons
 +  /etc/frr/frr.conf
 +  
 +
 +To restart frr:
 +  /usr/lib/frr/frr-reload.py /etc/frr/frr.conf --reload
 +  /usr/lib/frr/frrinit.sh restart
 +  Or
 +  sudo systemctl start frr.service
 +Also here: [[https://github.com/FRRouting/frr/blob/master/tools/frr-reload.py]]
 +
 +\\
 +
 Most of the vantage points are now ipv4 default, so:\\ Most of the vantage points are now ipv4 default, so:\\
   show bgp ipv4 unicast 203.190.181.0    ! to pull a route   show bgp ipv4 unicast 203.190.181.0    ! to pull a route
Line 7: Line 47:
  
 ---- ----
-**FRR routing FREE RANGE ROUTING**\\ +
-[[http://docs.frrouting.org/en/latest/bgp.html]] +
-\\ +
-Zebra IS THE RIB +
-\\ +
-To restart frr: +
-  /usr/lib/frr/frr-reload.py /etc/frr/frr.conf --reload +
-  /usr/lib/frr/frrinit.sh restart +
-Also here: [[https://github.com/FRRouting/frr/blob/master/tools/frr-reload.py]] +
-\\+
  
 Binding files: [[https://github.com/srl-labs/containerlab/blob/master/lab-examples/cvx01/topo.clab.yml|External Link]],  Binding files: [[https://github.com/srl-labs/containerlab/blob/master/lab-examples/cvx01/topo.clab.yml|External Link]], 
  
-\\+ 
 +---- 
 + 
 Route Servers IXP:\\ Route Servers IXP:\\
   * [[https://docs.ixpmanager.org/features/route-servers/]]   * [[https://docs.ixpmanager.org/features/route-servers/]]
network_stuff/frr.1668678557.txt.gz · Last modified: (external edit)