mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-05 05:36:10 +00:00
![]() ``` donatas-laptop# show ip nht VRF default: Resolve via default: on 192.168.10.123 resolved via connected is directly connected, wlp82s0 (vrf default) Client list: bgp(fd 21) donatas-laptop# show ip nht json { "default":{ "ipv4":{ "resolveViaDefault":true, "192.168.10.123":{ "nhtConnected":false, "clientList":[ { "protocol":"bgp", "socket":21, "protocolFiltered":"none" } ], "nexthops":[ { "flags":3, "fib":true, "directlyConnected":true, "interfaceIndex":3, "interfaceName":"wlp82s0", "vrf":"default", "active":true } ], "resolvedProtocol":"connected" } } } } donatas-laptop# show ip nht vrf all VRF default: Resolve via default: on 192.168.10.123 resolved via connected is directly connected, wlp82s0 (vrf default) Client list: bgp(fd 21) donatas-laptop# show ip nht vrf all json { "default":{ "ipv4":{ "resolveViaDefault":true, "192.168.10.123":{ "nhtConnected":false, "clientList":[ { "protocol":"bgp", "socket":21, "protocolFiltered":"none" } ], "nexthops":[ { "flags":3, "fib":true, "directlyConnected":true, "interfaceIndex":3, "interfaceName":"wlp82s0", "vrf":"default", "active":true } ], "resolvedProtocol":"connected" } } } } donatas-laptop# ``` Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org> |
||
---|---|---|
.. | ||
babeld.conf | ||
bgpd.conf | ||
ip_nht.ref | ||
ipv4_routes.ref | ||
ipv6_nht.ref | ||
ipv6_routes.ref | ||
isisd.conf | ||
ldpd.conf | ||
nhrpd.conf | ||
ospf6d.conf | ||
ospf6d.conf-pre-v4 | ||
ospfd.conf | ||
pbrd.conf | ||
rip_status.ref | ||
ripd.conf | ||
ripng_status.ref | ||
ripngd.conf | ||
show_bgp_ipv4-post4.1.ref | ||
show_bgp_ipv4-post5.0.ref | ||
show_bgp_ipv4-post6.1.ref | ||
show_bgp_ipv4.ref | ||
show_bgp_ipv6_post6.1.ref | ||
show_bgp_ipv6_summary.ref | ||
show_bgp_ipv6-post4.1.ref | ||
show_bgp_ipv6.ref | ||
show_ip_bgp_summary.ref | ||
show_ip_ospf_interface.ref | ||
show_ipv6_ospf6_interface | ||
show_ipv6_ospf6_interface.ref | ||
show_isis_interface_detail.ref | ||
show_mpls_ldp_interface.ref | ||
show_route_map.ref | ||
zebra.conf |