public interface Unicast extends org.opendaylight.yangtools.yang.binding.ChildOf<Ipv6>, org.opendaylight.yangtools.yang.binding.Augmentable<Unicast>, MaximumPaths, RouterAfConfig
This class represents the following YANG schema fragment defined in module bgp
container unicast { container bgp { leaf additional-paths { type enumeration; } leaf advertise-best-external { type boolean; } container aggregate-timer { leaf enable { type enable; } leaf threshold { type uint16; } } container bestpath { choice bestpath-selection { case as-path { leaf ignore-as-path { type ignore-as-path; } } case compare-routerid { leaf ignore-routerid { type ignore-routerid; } } case cost-community { leaf ignore-cost-community { type ignore-cost-community; } } case igp-metric { leaf ignore-igp-metric { type ignore-igp-metric; } } case mad-confed { leaf enable { type enable; } leaf missing-as-worst { type missing-as-worst; } } } } leaf dampening { type dampening; } leaf propagate-dmzlink-bw { type boolean; } leaf redistribute-internal { type boolean; } leaf scan-time { type uint8; } leaf soft-reconfig-backup { type boolean; } container detection { leaf enable { type enable; } leaf threshold { type uint16; } } leaf split-update-group { type enumeration; } uses bgp-af-config; } leaf aggregate-address { type ip-address; } leaf distance { type uint8; } leaf network { type ip-address; } choice protocol { case bgp { leaf enable-bgp { type boolean; } } case connected { leaf enable-connected { type boolean; } } case eigrp { leaf enable-eigrp { type boolean; } } case isis { leaf enable-isis { type boolean; } } case mobile { leaf enable-mobile { type boolean; } } case ospf { leaf enable-ospf { type boolean; } } case rip { leaf enable-rip { type boolean; } } case static { leaf enable-static { type boolean; } } } leaf default-metric { type uint32; } leaf number-of-path { type uint8; } leaf ibgp-number-of-path { type uint8; } leaf synchronization { type boolean; } uses maximum-paths; uses router-af-config; }The schema path to identify an instance is bgp/bgp-router/af-configuration/ipv6/unicast
To create instances of this class use UnicastBuilder
.
UnicastBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
Bgp |
getBgp()
BGP specific commands for ipv6-unicast address family/sub-addess family
combination.
|
Long |
getDefaultMetric()
Set metric of redistributed routes.
|
Boolean |
isSynchronization()
Perform IGP synchronization.
|
getAugmentation
getIbgpNumberOfPath, getNumberOfPath
getAggregateAddress, getDistance, getNetwork
getProtocol
Bgp getBgp()
org.opendaylight.yang.gen.v1.urn.cisco.params.xml.ns.yang.bgp.rev130715.bgp.router.af.configuration.ipv6.unicast.Bgp
bgp
, or null
if not presentLong getDefaultMetric()
java.lang.Long
defaultMetric
, or null
if not presentBoolean isSynchronization()
java.lang.Boolean
synchronization
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.