mirror_frr/tests/topotests/bgp_features/r1
Donatas Abraitis d02fae5836 zebra: Show NHT resolve via default status on/off
```
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>
2023-08-17 21:45:55 +03:00
..
bgp_delayopen_neighbor.json tests: topotests for BGP DelayOpenTimer 2020-10-20 17:00:02 +02:00
bgp_delayopen_summary_established.json tests: topotests for BGP DelayOpenTimer 2020-10-20 17:00:02 +02:00
bgp_delayopen_summary_shutdown.json tests: topotests for BGP DelayOpenTimer 2020-10-20 17:00:02 +02:00
bgp_shutdown_summary.json tests: don't compare internal vrfId in topotests 2020-10-02 11:24:16 +03:00
bgp_summary.json tests: don't compare internal vrfId in topotests 2020-10-02 11:24:16 +03:00
bgpd.conf tests: Modify bgpd.conf to have faster keepalive/hold timers 2020-09-08 12:58:26 -04:00
ip_route_norib.json tests: Topotest fixes to skip comparing InterfaceIndex and Internal status in json_cmp 2020-10-01 21:33:55 +02:00
ip_route.json tests: Topotest fixes to skip comparing InterfaceIndex and Internal status in json_cmp 2020-10-01 21:33:55 +02:00
ospf6d.conf tests: Remove debugs from topotests 2021-11-07 07:45:27 -05:00
ospf_neighbor.json tests: replace deprecated ospf json keys 2023-04-07 16:17:59 -04:00
ospfd.conf tests: Remove debugs from topotests 2021-11-07 07:45:27 -05:00
show_bgp_metric_test.json tests: Add topotest for BGP metric change 2020-09-14 21:58:57 +02:00
show_bgp.json tests: don't compare internal vrfId in topotests 2020-10-02 11:24:16 +03:00
zebra.conf zebra: Show NHT resolve via default status on/off 2023-08-17 21:45:55 +03:00