Download presentation
Presentation is loading. Please wait.
Published byHorace Richardson Modified over 8 years ago
1
MEF SCA API attributes for ONS demo There are 3 kinds of SCA-API: SCA_ETH_FDFr_EC Create/Read/Update/Delete Ethernet Flow Domain Fragment SCA_ETH_Flow_Domain Read Ethernet Flow Domain(s) SCA_ETH_FPP_UNI_N Create/Read/Update/Delete Ethernet Flow Point Pool UNI_N The implementation of “ETH_Flow_Domain” and can be omitted for the ONS demo. EFD consists of a set of EFD Fragments and those links. In the ONS demo environment, there should be only one EFD and EFD Fragment.
2
SCA API examples (0. Prepare some data?) 1.Create one E-Line (E-Line1) between UNI1 and UNI2 2.List current E-Lines 3.Update Bandwidth Profiles for E-Line1 4.List current E-Lines services 5.Create another E-Line (E-Line2) between UNI3 and UNI4 6.List current E-Lines
3
memo Supported EVC type: E-LAN(Multipoint-to-Multipoint) Supported EVC type: E-Line (Point-to-Point) Only one flow Domain used for ONS demo. All Ethernet Flow Domain Fragments belong to this Flow Domain Bandwidth Profile is set for each ingress UNI (not egress, not each EVC) Bandwidth Profile is set for each E-Line ( not for UNI) All-to-One Bundling These attributes are defined as mandatory but removed to simplify. sourceMacAddressLimit sourceMacAddressLimitN testMeg subscriberMegMip
4
# URI: /SCA_ETH_FDFr_EC # REQUEST # HTTP Method: POST { "flowDomainId": "100", "evcCfgidentifier": "ELine1", "SCA_ETH_Flow_Points": [ { "evcPerUniCfgIdentifier": "ELine1-UNI1", "scaEthFppUniN": { "transportPort": { "CLLI": "Accton-1", "Hostname": "Accton-1", "Port": "1", }, "interfaceCfgIdentifier": "uni1", }, { "evcPerUniCfgIdentifier": "ELine1-UNI2", "scaEthFppUniN": { "transportPort": { "CLLI": "Accton-2", "Hostname": "Accton-2", "Port": "2", }, "interfaceCfgIdentifier": "uni2", }, "ingressBandwidthProfilePerEvc": { "bwpCfgIdentifier": "", "bwpCfgCir": 100000000, "bwpCfgEir": 300000000, }, ], } PointToPointIntent ConnectPoint ingressPoint ConnectPoint egressPoint List constraints ConnectPoint DeviceId deviceId PortNumber portNumber BandwidthConstraint Bandwidth bandwidth SCA-API attributesClass/members of ONOS CLLIDeviceId.str HostnameDeviceId.str PortPortNumber.portNumber bwpCfgCirBandwidth.bps bwpCfgEir SCA-API Example Attributes relation
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.