Quagga-ospf-bgp: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
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 = | = ospf, multicasting over GRE and quagga with examples = |
Latest revision as of 08:13, 22 April 2018
Troubleshooting
tcpdump for ospf traffic only
tcpdump -nli any -n "ip[9] == 89"