Class OspfSummaryAddressConfig.Builder

    • Constructor Detail

    • Method Detail

      • setAdvertise

        public OspfSummaryAddressConfig.Builder setAdvertise​(java.lang.Boolean advertise)
        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.
        Parameters:
        advertise - New value for the property.
      • setPrefix

        public OspfSummaryAddressConfig.Builder setPrefix​(java.lang.String prefix)
        OSPF Summary address in CIDR format format: ip-cidr-block
        Parameters:
        prefix - New value for the property.