Interface Evpn
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>,org.opendaylight.yangtools.binding.BindingObject,org.opendaylight.yangtools.binding.DataContainer,org.opendaylight.yangtools.binding.Grouping,RouteDistinguisherGrouping
- All Known Subinterfaces:
EvpnDestination,EvpnRoute
@Generated("mdsal-binding-generator")
public interface Evpn
extends org.opendaylight.yangtools.binding.Grouping, RouteDistinguisherGrouping
The EVPN NLRI is carried in BGP [RFC4271] using BGP Multiprotocol Extensions
[RFC4760] with an Address Family Identifier (AFI) of 25 (L2VPN) and a
Address Family Identifier (SAFI) of 70 (EVPN)
This class represents the following YANG schema fragment defined in module odl-bgp-evpn
grouping evpn {
choice evpn-choice {
case ethernet-a-d-route-case {
uses ethernet-a-d-route;
}
case mac-ip-adv-route-case {
uses mac-ip-adv-route;
}
case inc-multi-ethernet-tag-res-case {
uses inc-multi-ethernet-tag-res;
}
case es-route-case {
uses es-route;
}
}
uses bgp-t:route-distinguisher-grouping;
}
-
Method Summary
Modifier and TypeMethodDescriptionReturn evpnChoice, ornullif it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterfaceMethods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.RouteDistinguisherGrouping
getRouteDistinguisher, requireRouteDistinguisher
-
Method Details
-
getEvpnChoice
EvpnChoice getEvpnChoice()Return evpnChoice, ornullif it is not present.- Returns:
EvpnChoiceevpnChoice, ornullif it is not present.
-