diff options
| author | baozhen-H3C <bao.zhen@h3c.com> | 2024-10-22 15:59:39 +0800 |
|---|---|---|
| committer | b29332 <bao.zhen@h3c.com> | 2024-10-23 13:27:45 +0800 |
| commit | 66ef3576af1fb043d625fe6ed62369d9c95e86ae (patch) | |
| tree | d9c145942c6e76c123ff2fe20ea0f2a70b3a4b6a /python/firstheader.py | |
| parent | fd6f46e9fd3122b64bfefe526c3825b2d109ec22 (diff) | |
isisd: The command "'show isis vrf all summary json" has no output.
When input 'show isis vrf all summary', output is as follow:
sonic# show isis vrf all summary
vrf : default
Process Id : 55
System Id : 0000.0000.0006
Symbolic name : RouterA
Up time : 4d01h52m ago
Number of areas : 1
Area 10:
Net: 10.0000.0000.0006.00
IS_name: RouterA
TX counters per PDU type:
L1 IIH: 365003
L1 LSP: 20468
L1 PSNP: 8
LSP RXMT: 0
RX counters per PDU type:
L1 IIH: 361577
L2 IIH: 434
L1 LSP: 10492
L1 CSNP: 114260
Level-1:
LSP0 regenerated: 4840
LSPs purged: 0
SPF:
minimum interval : 1
IPv4 route computation:
last run elapsed : 00:01:02 ago
last run duration : 327 usec
run count : 12053
However, json display is null.
After the commit:
sonic# show isis vrf all summary json
{
"vrfs":[
{
"vrf":"default",
"process-id":56,
"system-id":"0000.0000.0007",
"up-time":"20:40:33",
"number-areas":1,
"areas":[
{
"area":"10",
"net":"10.0000.0000.0007.00",
"tx-pdu-type":{
"l1-iih":52234,
"l1-lsp":1053,
"l1-csnp":8269,
"l1-psnp":1,
"lsp-rxmt":0
},
"rx-pdu-type":{
"l1-iih":52245,
"l2-iih":26116,
"l1-lsp":1388,
"l1-csnp":8269
},
"levels":[
{
"id":1,
"lsp0-regenerated":89,
"lsp-purged":0,
"spf":"no pending",
"minimum-interval":1,
"last-run-elapsed":"00:00:05",
"last-run-duration-usec":192,
"last-run-count":1454
}
]
}
]
}
]
}
Signed-off-by: baozhen-H3C <bao.zhen@h3c.com>
Diffstat (limited to 'python/firstheader.py')
0 files changed, 0 insertions, 0 deletions
