Interface BgpNeighborGroup

  • All Superinterfaces:
    ApplyPolicyGroup, BgpGracefulRestart, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    Neighbor, PeerGroup

    public interface BgpNeighborGroup
    extends org.opendaylight.yangtools.yang.binding.DataObject, BgpGracefulRestart, ApplyPolicyGroup
    Parameters related to a BGP neighbor or group

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

     grouping bgp-neighbor-group {
       container config {
         uses bgp-neighbor_config;
       }
       container state {
         config false;
         uses bgp-neighbor_config;
       }
       container timers {
         container config {
           uses bgp-neighbor-timers_config;
         }
         container state {
           config false;
           uses bgp-neighbor-timers_config;
         }
       }
       container transport {
         container config {
           uses bgp-neighbor-transport_config;
         }
         container state {
           config false;
           uses bgp-neighbor-transport_config;
         }
       }
       container error-handling {
         container config {
           uses bgp-neighbor-error-handling_config;
         }
         container state {
           config false;
           uses bgp-neighbor-error-handling_config;
         }
       }
       container logging-options {
         container config {
           uses bgp-neighbor-logging-options_config;
         }
         container state {
           config false;
           uses bgp-neighbor-logging-options_config;
         }
       }
       container ebgp-multihop {
         container config {
           uses bgp-neighbor-multihop_config;
         }
         container state {
           config false;
           uses bgp-neighbor-multihop_config;
         }
       }
       container route-reflector {
         container config {
           uses bgp-neighbor-route-reflector_config;
         }
         container state {
           config false;
           uses bgp-neighbor-route-reflector_config;
         }
       }
       container as-path-options {
         container config {
           uses bgp-neighbor-as-path-options_config;
         }
         container state {
           config false;
           uses bgp-neighbor-as-path-options_config;
         }
       }
       container add-paths {
         container config {
           uses bgp-neighbor-add-paths_config;
         }
         container state {
           config false;
           uses bgp-neighbor-add-paths_config;
         }
       }
       container afi-safis {
         uses bgp-mp:bgp-common-afi-safi-list;
       }
       uses bgp-graceful-restart;
       uses rpol:apply-policy-group;
     }
     
    The schema path to identify an instance is openconfig-bgp/bgp-neighbor-group
    • Field Detail

      • QNAME

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

      • getConfig

        @Nullable Config getConfig()
        Configuration parameters relating to the BGP neighbor or group
        Returns:
        org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group.Config config, or null if not present
      • getState

        @Nullable State getState()
        State information relating to the BGP neighbor or group
        Returns:
        org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group.State state, or null if not present
      • getTimers

        @Nullable Timers getTimers()
        Timers related to a BGP neighbor or group
        Returns:
        org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group.Timers timers, or null if not present
      • getTransport

        @Nullable Transport getTransport()
        Transport session parameters for the BGP neighbor or group
        Returns:
        org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group.Transport transport, or null if not present
      • getErrorHandling

        @Nullable ErrorHandling getErrorHandling()
        Error handling parameters used for the BGP neighbor or group
        Returns:
        org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group.ErrorHandling errorHandling, or null if not present
      • getLoggingOptions

        @Nullable LoggingOptions getLoggingOptions()
        Logging options for events related to the BGP neighbor or group
        Returns:
        org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group.LoggingOptions loggingOptions, or null if not present
      • getEbgpMultihop

        @Nullable EbgpMultihop getEbgpMultihop()
        eBGP multi-hop parameters for the BGP neighbor or group
        Returns:
        org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group.EbgpMultihop ebgpMultihop, or null if not present
      • getRouteReflector

        @Nullable RouteReflector getRouteReflector()
        Route reflector parameters for the BGP neighbor or group
        Returns:
        org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group.RouteReflector routeReflector, or null if not present
      • getAsPathOptions

        @Nullable AsPathOptions getAsPathOptions()
        AS_PATH manipulation parameters for the BGP neighbor or group
        Returns:
        org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group.AsPathOptions asPathOptions, or null if not present
      • getAddPaths

        @Nullable AddPaths getAddPaths()
        Parameters relating to the advertisement and receipt of multiple paths for a single NLRI (add-paths)
        Returns:
        org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group.AddPaths addPaths, or null if not present
      • getAfiSafis

        @Nullable AfiSafis getAfiSafis()
        Per-address-family configuration parameters associated with the neighbor or group
        Returns:
        org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group.AfiSafis afiSafis, or null if not present