diff options
| author | Pooja Jagadeesh Doijode <pdoijode@nvidia.com> | 2023-11-14 13:32:27 -0800 |
|---|---|---|
| committer | Krishnasamy R <krishnasamyr@nvidia.com> | 2024-11-15 22:48:58 -0800 |
| commit | 7decdc572c397ac5f31c7f5c925097469c32b584 (patch) | |
| tree | c0a35808009953e40fc9aff708a6d184248985b5 /tests/topotests/ospf_basic_functionality/test_ospf_rte_calc.py | |
| parent | f2f6d1ce0a73b06d8fbe5fb77c880df067077efa (diff) | |
bgpd: [EVPN GR] Added JSON support for "show bgp router"
Introduced JSON support of "show bgp router" command
VTY:
mlx-3700-19# show bgp router
BGP started gracefully at Tue Nov 14 21:18:34 2023
Graceful restart completed at Tue Nov 14 21:18:37 2023
Number of BGP instances (including default): 1
JSON:
mlx-3700-19# show bgp router json
{
"bgpStartedAt":"Tue Nov 14 21:18:34 2023\n",
"bgpStartedGracefully":"Yes",
"grComplete":"Yes",
"grCompletedAt":"Tue Nov 14 21:18:37 2023\n",
"bgpInMaintenanceMode":"No",
"bgpInstanceCount":1
}
Issue:3624937
Signed-off-by: Pooja Jagadeesh Doijode <pdoijode@nvidia.com>
Diffstat (limited to 'tests/topotests/ospf_basic_functionality/test_ospf_rte_calc.py')
0 files changed, 0 insertions, 0 deletions
