summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ldp_oc_topo1/r2/show_ip_ospf_neighbor.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/ldp_oc_topo1/r2/show_ip_ospf_neighbor.json')
-rw-r--r--tests/topotests/ldp_oc_topo1/r2/show_ip_ospf_neighbor.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/tests/topotests/ldp_oc_topo1/r2/show_ip_ospf_neighbor.json b/tests/topotests/ldp_oc_topo1/r2/show_ip_ospf_neighbor.json
new file mode 100644
index 0000000..f361d60
--- /dev/null
+++ b/tests/topotests/ldp_oc_topo1/r2/show_ip_ospf_neighbor.json
@@ -0,0 +1,28 @@
+{
+ "neighbors":{
+ "1.1.1.1":[
+ {
+ "priority":1,
+ "converged":"Full",
+ "address":"10.0.1.1",
+ "ifaceName":"r2-eth0:10.0.1.2"
+ }
+ ],
+ "3.3.3.3":[
+ {
+ "priority":2,
+ "converged":"Full",
+ "address":"10.0.2.3",
+ "ifaceName":"r2-eth1:10.0.2.2"
+ }
+ ],
+ "4.4.4.4":[
+ {
+ "priority":3,
+ "converged":"Full",
+ "address":"10.0.2.4",
+ "ifaceName":"r2-eth1:10.0.2.2"
+ }
+ ]
+ }
+}