NSX-T Data Center REST API

OspfSummaryAddressConfig (type)

{
  "additionalProperties": false,
  "description": "OSPF summary address configuration to summarize external routes",
  "id": "OspfSummaryAddressConfig",
  "module_id": "PolicyOspf",
  "properties": {
    "advertise": {
      "default": true,
      "description": "Used to filter the advertisement of external routes into the OSPF domain. Setting this field to \"TRUE\" will enable the summarization of external routes that are covered by ip_prefix configuration. Setting this field to \"FALSE\" will filter the advertisement of external routes that are covered by ip_prefix configuration.",
      "required": false,
      "title": "Flag to activate/deactivate summarization of external routes",
      "type": "boolean"
    },
    "prefix": {
      "format": "ip-cidr-block",
      "required": true,
      "title": "OSPF Summary address in CIDR format",
      "type": "string"
    }
  },
  "title": "OSPF Summary Address Configuration",
  "type": "object"
}