summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bfd_profiles_topo1/r4/bfd-peers-initial.json
blob: 9ab7479979538aa5a6fe25583c7ccfdef35e05af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[
    {
        "detect-multiplier": 3,
        "diagnostic": "ok",
        "id": "*",
        "interface": "r4-eth0",
        "local": "*",
        "multihop": false,
        "peer": "*",
        "receive-interval": 300,
        "remote-detect-multiplier": 3,
        "remote-diagnostic": "ok",
        "remote-id": "*",
        "remote-receive-interval": 250,
        "remote-transmit-interval": 250,
        "status": "up",
        "transmit-interval": 300,
        "uptime": "*",
        "vrf": "default"
    },
    {
        "detect-multiplier": 3,
        "diagnostic": "ok",
        "id": "*",
        "interface": "r4-eth1",
        "local": "*",
        "multihop": false,
        "peer": "*",
        "receive-interval": 250,
        "remote-detect-multiplier": 3,
        "remote-diagnostic": "ok",
        "remote-echo-receive-interval": 50,
        "remote-id": "*",
        "remote-receive-interval": 300,
        "remote-transmit-interval": 300,
        "status": "up",
        "transmit-interval": 250,
        "uptime": "*",
        "vrf": "default"
    }
]