Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
neighbor 192.168.1.2 bfd
neighbor 192.168.1.2 ebgp-multihop 10
neighbor 192.168.1.2 update-source 10.0.0.1
+ neighbor 192.168.1.3 remote-as auto
+ neighbor 192.168.1.3 bfd
+ neighbor 192.168.1.3 ebgp-multihop 20
+ neighbor 192.168.1.3 update-source r1-eth0
exit
"diagnostic": "ok",
"remote-diagnostic": "ok",
"type": "dynamic",
+ },
+ {
+ "multihop": True,
+ "peer": "192.168.1.3",
+ "local": "10.0.0.1",
+ "vrf": "default",
+ "minimum-ttl": 236,
+ "status": "down",
+ "diagnostic": "ok",
+ "remote-diagnostic": "ok",
+ "type": "dynamic",
}
]
return topotest.json_cmp(output, expected)