Skip to content

Interfaces

To get detailed information about a single interface it is possible to use ifconfig -m -v lagg0. This for example shows extended info for the lagg0 interface. E.g flipping statistics.

To show routes somewhat equivalent of Linuxs ip r g is route get [-6] <addr> to show which gateway a certain IP would take together with netstat -rn [-f (inet|inet6)] which shows the full routing table.

Do Diagnose FRR it is possible to use their integrated vtysh-Tool.

Terminal window
# Show IPv4 routes
vtysh -c "show ip route"
# Show IPv4 routes
vtysh -c "show ipv6 route"