summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ospf_suppress_fa/r1/initial.json
blob: f0e61101bff5e5c81dca2d060f7320b50207eed4 (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
42
43
44
{
  "routerId":"10.0.12.1",
  "asExternalLinkStates":[
    {
      "options":"*|-|-|-|-|-|E|-",
      "lsaFlags":6,
      "lsaType":"AS-external-LSA",
      "linkStateId":"3.3.1.1",
      "advertisingRouter":"10.0.23.2",
      "networkMask":32,
      "metricType":"E2 (Larger than any link state path)",
      "tos":0,
      "metric":20,
      "forwardAddress":"10.0.23.3",
      "externalRouteTag":0
    },
    {
      "options":"*|-|-|-|-|-|E|-",
      "lsaFlags":6,
      "lsaType":"AS-external-LSA",
      "linkStateId":"3.3.2.2",
      "advertisingRouter":"10.0.23.2",
      "networkMask":32,
      "metricType":"E2 (Larger than any link state path)",
      "tos":0,
      "metric":20,
      "forwardAddress":"10.0.23.3",
      "externalRouteTag":0
    },
    {
      "options":"*|-|-|-|-|-|E|-",
      "lsaFlags":6,
      "lsaType":"AS-external-LSA",
      "linkStateId":"3.3.3.3",
      "advertisingRouter":"10.0.23.2",
      "networkMask":32,
      "metricType":"E2 (Larger than any link state path)",
      "tos":0,
      "metric":20,
      "forwardAddress":"10.0.23.3",
      "externalRouteTag":0
    }
  ]
}