diff options
| author | Chirag Shah <chirag@nvidia.com> | 2021-10-18 11:51:35 -0700 |
|---|---|---|
| committer | Chirag Shah <chirag@nvidia.com> | 2022-03-10 17:27:15 -0800 |
| commit | 4a8e182a66faec2daaee134e70bde97085716b35 (patch) | |
| tree | 6c0384d5193cbbe9e96c563a292efe5535682bcb /tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py | |
| parent | ae9e6beaeae78bc7fe119b7bb772c7e2278e5514 (diff) | |
zebra: print rmac nexthop list
Ticket:#2798406
Reviewed By:
Testing Done:
Before change:
--------------
TORS1# show evpn rmac vni 4001 mac 44:38:39:ff:ff:01
MAC: 44:38:39:ff:ff:01
Remote VTEP: 36.0.0.11
Refcount: 1
Prefixes:
[1]:[00:00:00:00:00:00:00:00:00:00]:[::]/352
TORS1#
TORS1# show evpn rmac vni 4001 mac 44:38:39:ff:ff:01 json
{
"routerMac":"44:38:39:ff:ff:01",
"vtepIp":"36.0.0.11",
"refCount":1,
"localSequence":0,
"remoteSequence":0,
"prefixList":[
"[1]:[00:00:00:00:00:00:00:00:00:00]:[::]\/352"
]
}
After change:
-------------
TORS1# show evpn rmac vni 4001 mac 44:38:39:ff:ff:01
MAC: 44:38:39:ff:ff:01
Remote VTEP: 36.0.0.11
Refcount: 0
Prefixes:
TORS1#
TORS1# show evpn rmac vni 4001 mac 44:38:39:ff:ff:01 json
{
"routerMac":"44:38:39:ff:ff:01",
"vtepIp":"36.0.0.11",
"nexthops":[
"36.0.0.11"
]
}
Signed-off-by: Chirag Shah <chirag@nvidia.com>
Diffstat (limited to 'tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py')
0 files changed, 0 insertions, 0 deletions
