summaryrefslogtreecommitdiffstats
path: root/tests/topotests/evpn_pim_1/spine/join-info.json
blob: 3d135fb964fea4b4ee79c99252a7e2092efa30c7 (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
{
  "spine-eth0":{
    "name":"spine-eth0",
    "state":"up",
    "address":"192.168.1.1",
    "flagMulticast":true,
    "flagBroadcast":true,
    "lanDelayEnabled":true,
    "239.1.1.1":{
      "*":{
        "source":"*",
        "group":"239.1.1.1",
        "prune":"--:--",
        "channelJoinName":"JOIN"
      }
    }
  },
  "spine-eth1":{
    "name":"spine-eth1",
    "state":"up",
    "address":"192.168.2.1",
    "flagMulticast":true,
    "flagBroadcast":true,
    "lanDelayEnabled":true,
    "239.1.1.1":{
      "*":{
        "source":"*",
        "group":"239.1.1.1",
        "prune":"--:--",
        "channelJoinName":"JOIN"
      }
    }
  }
}