Interface BgpAfMvpnConfig

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, SlowPeerConfig, UpdateGroupManagement
    All Known Subinterfaces:
    Bgp, Bgp

    public interface BgpAfMvpnConfig
    extends org.opendaylight.yangtools.yang.binding.DataObject, SlowPeerConfig, UpdateGroupManagement
    A set of configuration parameters that is applicable to mvpn sub-address family on the BGP router.

    This class represents the following YANG schema fragment defined in module bgp

     grouping bgp-af-mvpn-config {
       leaf scan-time {
         type uint8 {
           range 5..60;
         }
       }
       uses slow-peer-config;
       leaf soft-reconfig-backup {
         type boolean;
       }
       leaf propagate-dmzlink-bw {
         type boolean;
       }
       leaf rr-group {
         type string;
       }
       uses update-group-management;
     }
     
    The schema path to identify an instance is bgp/bgp-af-mvpn-config
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • getScanTime

        @Nullable org.opendaylight.yangtools.yang.common.Uint8 getScanTime()
        Configure background scanner interval in seconds.
        Returns:
        org.opendaylight.yangtools.yang.common.Uint8 scanTime, or null if not present
      • isSoftReconfigBackup

        @Nullable java.lang.Boolean isSoftReconfigBackup()
        Use soft-reconfiguration inbound only when route-refresh is not negotiated.
        Returns:
        java.lang.Boolean softReconfigBackup, or null if not present
      • isPropagateDmzlinkBw

        @Nullable java.lang.Boolean isPropagateDmzlinkBw()
        Use DMZ Link Bandwidth as weight for BGP multipaths.
        Returns:
        java.lang.Boolean propagateDmzlinkBw, or null if not present
      • getRrGroup

        @Nullable java.lang.String getRrGroup()
        Extended community list name.
        Returns:
        java.lang.String rrGroup, or null if not present