-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16182 from pguibert6WIND/isis_show_route_paths_json
Isis show route paths json
- Loading branch information
Showing
16 changed files
with
3,761 additions
and
3,447 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,96 +1,98 @@ | ||
{ | ||
"1": { | ||
"level-1": { | ||
"ipv4": [ | ||
{ | ||
"vertex": "r1" | ||
} | ||
], | ||
"ipv6": [ | ||
{ | ||
"vertex": "r1" | ||
} | ||
] | ||
}, | ||
"level-2": { | ||
"ipv4": [ | ||
{ | ||
"vertex": "r1" | ||
}, | ||
{ | ||
"metric": "0", | ||
"parent": "r1(4)", | ||
"type": "IP internal", | ||
"vertex": "10.0.20.0/24" | ||
}, | ||
{ | ||
"interface": "r1-eth0", | ||
"metric": "10", | ||
"next-hop": "r3", | ||
"parent": "r1(4)", | ||
"type": "TE-IS", | ||
"vertex": "r3" | ||
}, | ||
{ | ||
"interface": "r1-eth0", | ||
"metric": "10", | ||
"next-hop": "r3", | ||
"parent": "r3(4)", | ||
"type": "IP TE", | ||
"vertex": "10.0.10.0/24" | ||
}, | ||
{ | ||
"interface": "r1-eth0", | ||
"metric": "10", | ||
"next-hop": "r3", | ||
"parent": "r3(4)", | ||
"type": "IP TE", | ||
"vertex": "10.0.20.0/24" | ||
}, | ||
{ | ||
"interface": "r1-eth0", | ||
"metric": "10", | ||
"next-hop": "r3", | ||
"parent": "r3(4)", | ||
"type": "IP TE", | ||
"vertex": "10.254.0.3/32" | ||
} | ||
], | ||
"ipv6": [ | ||
{ | ||
"vertex": "r1" | ||
}, | ||
{ | ||
"metric": "0", | ||
"parent": "r1(4)", | ||
"type": "IP6 internal", | ||
"vertex": "2001:db8:1:1::/64" | ||
}, | ||
{ | ||
"interface": "r1-eth0", | ||
"metric": "10", | ||
"next-hop": "r3", | ||
"parent": "r1(4)", | ||
"type": "TE-IS", | ||
"vertex": "r3" | ||
}, | ||
{ | ||
"metric": "10", | ||
"interface": "r1-eth0", | ||
"next-hop": "r3", | ||
"parent": "r3(4)", | ||
"type": "IP6 internal", | ||
"vertex": "2001:db8:2:1::/64" | ||
[ | ||
{ | ||
"area": "1", | ||
"algorithm": 0, | ||
"level-1": { | ||
"ipv4-paths": [ | ||
{ | ||
"vertex": "r1" | ||
} | ||
], | ||
"ipv6-paths": [ | ||
{ | ||
"vertex": "r1" | ||
} | ||
] | ||
}, | ||
{ | ||
"metric": "10", | ||
"interface": "r1-eth0", | ||
"next-hop": "r3", | ||
"parent": "r3(4)", | ||
"type": "IP6 internal", | ||
"vertex": "2001:db8:f::3/128" | ||
"level-2": { | ||
"ipv4-paths": [ | ||
{ | ||
"vertex": "r1" | ||
}, | ||
{ | ||
"metric": 0, | ||
"parent": "r1(4)", | ||
"type": "IP internal", | ||
"vertex": "10.0.20.0/24" | ||
}, | ||
{ | ||
"interface": "r1-eth0", | ||
"metric": 10, | ||
"nextHop": "r3", | ||
"parent": "r1(4)", | ||
"type": "TE-IS", | ||
"vertex": "r3" | ||
}, | ||
{ | ||
"interface": "r1-eth0", | ||
"metric": 10, | ||
"nextHop": "r3", | ||
"parent": "r3(4)", | ||
"type": "IP TE", | ||
"vertex": "10.0.10.0/24" | ||
}, | ||
{ | ||
"interface": "r1-eth0", | ||
"metric": 10, | ||
"nextHop": "r3", | ||
"parent": "r3(4)", | ||
"type": "IP TE", | ||
"vertex": "10.0.20.0/24" | ||
}, | ||
{ | ||
"interface": "r1-eth0", | ||
"metric": 10, | ||
"nextHop": "r3", | ||
"parent": "r3(4)", | ||
"type": "IP TE", | ||
"vertex": "10.254.0.3/32" | ||
} | ||
], | ||
"ipv6-paths": [ | ||
{ | ||
"vertex": "r1" | ||
}, | ||
{ | ||
"metric": 0, | ||
"parent": "r1(4)", | ||
"type": "IP6 internal", | ||
"vertex": "2001:db8:1:1::/64" | ||
}, | ||
{ | ||
"interface": "r1-eth0", | ||
"metric": 10, | ||
"nextHop": "r3", | ||
"parent": "r1(4)", | ||
"type": "TE-IS", | ||
"vertex": "r3" | ||
}, | ||
{ | ||
"metric": 10, | ||
"interface": "r1-eth0", | ||
"nextHop": "r3", | ||
"parent": "r3(4)", | ||
"type": "IP6 internal", | ||
"vertex": "2001:db8:2:1::/64" | ||
}, | ||
{ | ||
"metric": 10, | ||
"interface": "r1-eth0", | ||
"nextHop": "r3", | ||
"parent": "r3(4)", | ||
"type": "IP6 internal", | ||
"vertex": "2001:db8:f::3/128" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} | ||
} | ||
] |
Oops, something went wrong.