Quagga-ospf-bgp: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Category:Linux = Quagga = * http://xmodulo.com/turn-centos-box-into-ospf-router-quagga.html") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Linux]] |
[[Category:Linux]] |
||
= Troubleshooting = |
|||
== tcpdump for ospf traffic only == |
|||
<pre> |
|||
tcpdump -nli any -n "ip[9] == 89" |
|||
</pre> |
|||
= ospf, multicasting over GRE and quagga with examples = |
|||
* http://troglobit.com/2016/07/05/multicast-routing-with-pim-sm-over-gre/ |
|||
= Quagga = |
= Quagga = |
Latest revision as of 08:13, 22 April 2018
Troubleshooting
tcpdump for ospf traffic only
tcpdump -nli any -n "ip[9] == 89"