fault resilient in band control plane
play

Fault-Resilient In-Band Control Plane Ermin Sakic, Amaury Van - PowerPoint PPT Presentation

Automated Bootstrapping of A Fault-Resilient In-Band Control Plane Ermin Sakic, Amaury Van Bemten, Mirza Avdic, Wolfgang Kellerer Technical University Munich & Siemens Germany ACM SOSR 2020 San Jose, March 3, 2020 INTRODUCTION Industrial


  1. Automated Bootstrapping of A Fault-Resilient In-Band Control Plane Ermin Sakic, Amaury Van Bemten, Mirza Avdic, Wolfgang Kellerer Technical University Munich & Siemens Germany ACM SOSR 2020 San Jose, March 3, 2020

  2. INTRODUCTION

  3. Industrial Networks Overview  Strict requirements: o QoS: Sub- ms hard real-time E2E delays o Dependability: Control & data plane HA & reliability o Topology dynamics: factory cell / work-piece (de)-attachment  TSN group (802.1) standardizes industrial CP & DP : o E.g., TAS (Qbv), Frame Pre-emption (Qbu), FRER (CB), Policing (Qci) etc.

  4. Industrial Networks Overview  Strict requirements: o QoS: Sub- ms hard real-time E2E delays o Dependability: Control & data plane HA & reliability o Topology dynamics: factory cell / work-piece (de)-attachment  TSN group (802.1) standardizes industrial CP & DP : o E.g., TAS (Qbv), Frame Pre-emption (Qbu), FRER (CB), Policing (Qci) etc. o Centralized (CNC) and distributed stream reservation  TSN requires a highly-available CNC w/ in-band, dynamically extensible CP & DP

  5. Industrial Network Topologies

  6. Industrial Network Topologies VirtuWind – Virtual and programmable industrial network prototype deployed in operational wind park - https://5g-ppp.eu/virtuwind/

  7. Control Plane Design In-Band Out-of-Band

  8. Control Plane Design In-Band Goal of Bootstrapping: Automated establishment of a functional and resilient In-Band SDN control plane Required:  Initial C2S and C2C connections  Control plane fault tolerance  Full topology available (no blocked ports!)  Network extensions  Compliant with current implementations Constraints:  Switches know nothing about the controllers  Controllers know whitelisted IP addresses of remote controllers (e.g., standardized)  Switches and controllers exchange PKI certificates

  9. Control Plane Design High-level steps: 1. Controllers distribute IP addresses to switches from a common pool 2. Controllers provides each switch with controller lists (e.g., OF) 3. Controllers establish control channels to each switch (e.g., OF)

  10. Resilience Requirements CP: Must tolerate F out of 2F+1 Fail-Stop controller failures DP: Must tolerate k element failures  k+1 fully or maximally disjoint paths

  11. Bootstrapping Co-Dependency Flow Bootstrapped  DP requires appropriate table rules Configurations Controllers  Rule configuration requires C2C  In-Band C2C requires DP connectivity Fully Bootstrapped Part. Bootstrapped Data Plane Data Plane  Break bootstrapping procedure into sub-phases

  12. Design Overview Contribution: Two automated bootstrapping schemes for a reliable multi- controller in-band control plane  Hybrid Switch Approach (HSW): Assumes (R)STP  Hop-By-Hop Approach (HHC): No (R)STP

  13. Why regard (R)STP? + Beneficial for effortless initial C2C connectivity - Dimensioning the (R)STP-disable timer non-trivial  Delays in bootstrapping convergence - Added complexity in the data plane:  Prone to additional failure vectors (YMMV)

  14. DESIGN OF THE TWO SCHEMES

  15. System Initialization HHC - (R)STP unavailable: HSW - (R)STP enabled:   secure mode standalone mode  Heavy use of NORMAL port  in-band mode disabled  in-band mode enabled  „ generic “ OF rules

  16. System Initialization HHC - (R)STP unavailable: HSW - (R)STP enabled: HHC: How to fight initial broadcast storms without (R)STP?   secure mode standalone mode Police problematic C2C traffic  Heavy use of NORMAL port (ARP, TCP SYN, TCP SYN ACK)  in-band mode disabled  in-band mode enabled  „ generic “ OF rules

  17. HSW Phases 0 and 1

  18. HHC Phases 0 and 1

  19. Output: Phases 0 and 1 HSW HHC (with (R)STP) (no (R)STP)

  20. Phase 2: Resilience Embedding HSW (with (R)STP): Step 2a: - Establish OF sessions FCFS , install initial rules, disable in-band rules Step 2b: - Disable R(STP) - Install resilient flow rules HHC (no (R)STP): Step 2a: - Establish OF sessions Hop-By-Hop , install tree flow rules Step 2b: - Install resilient flow rules whenever possible

  21. HSW Phase 2a

  22. HSW Phase 2a

  23. HSW Phase 2b

  24. HSW Phase 2b

  25. HHC Phase 2a

  26. HHC Phase 2a

  27. HHC Phase 2b

  28. HHC Phase 2b

  29. Phase 2: Outcome both schemes k+1 max. disjoint paths k+1 max. disjoint paths for C2S pairs (here only S4) for C2C pairs

  30. Dynamic network extensions  Allow new traffic to reach the leader via tree  HSW : Prim’s algorithm  HHC : Custom Hop-By-Hop Algorithm  Special rule: in_port=inactive port, udp, udp_src=68, actions=controller  Extend tree by parsing DHCP DISCOVERY message

  31. Data Plane Failures  Proactively compute alternative trees  Embed an alternative tree in case a DP element fails

  32. EVALUATION

  33. Evaluation - KPIs  Global Bootstrapping Convergence Time (GBCT)  Network Extension Time (TEXT)  Flow Table Occupancy (FTO) TOPOLOGY TYPES GBCT TOPOLOGY SIZES TEXT CONTROLLER PLACEMENTS NUMBER OF CONTROLLERS FTO

  34. Global Bootstrapping Convergence Time Single Controller * normalized by minimum mean ~13.5s

  35. Global Bootstrapping Convergence Time Multiple Controllers * normalized by minimum mean ~33.9s

  36. Network Extension Time Single Controller * normalized by minimum mean ~6.5s

  37. Network Extension Time Multiple Controllers * normalized by minimum mean ~33.5s

  38. Flow Table Occupation Ratios of per-switch FTOs, normalized respective to the FTO in 1-controller case

  39. SUMMARY

  40. Summary - Pros and Cons HSW - (R)STP + Straightforward; easier to implement - Dependency on legacy protocols (and implementation) - Worse performance due to (R)STP Timer HHC - No (R)STP + Less legacy protocol dependencies + Faster on average - Slightly more complex implementation

  41. Artifacts and Future Updates Source code for both approaches and Docker-based OpenFlow emulator available! https://github.com/ermin-sakic/sdn-automated-bootstrapping

  42. Artifacts and Future Updates Source code for both approaches and Docker-based OpenFlow emulator available! https://github.com/ermin-sakic/sdn-automated-bootstrapping

  43. Artifacts and Future Updates Source code for both approaches and Docker-based OpenFlow emulator available! https://github.com/ermin-sakic/sdn-automated-bootstrapping Potential optimizations:  Automated rule compression for lower FTO  Tree merging instead of swapping  Support for concurrent multi-controller bootstrapping? (RAFT membership issues?)

  44. Selected References Marco Canini, Iosif Salem, Liron Schiff, Elad M Schiller, and Stefan Schmid. 2017. A self-organizing distributed and in-band SDN control plane . In 2017 IEEE 37th International Conference on Distributed Computing Systems (ICDCS). IEEE, 2656 – 2657. Marco Canini, Iosif Salem, Liron Schiff, Elad Michael Schiller, and Stefan Schmid. 2018. Renaissance: A self-stabilizing distributed SDN control plane . In 2018 IEEE 38th International Conference on Distributed Computing Systems (ICDCS). IEEE, 233 – 243. Josef Dorr. 2018. IEC/IEEE P60802 JWG TSN Industrial Profile: Use Cases Status Update 2018-05-14. IEC/IEEE. https://1.ieee802.org/tsn/iec-ieee- 60802/ Peter Heise, Fabien Geyer, and Roman Obermaisser. 2017. Self-configuring deterministic network with in-band configuration channel. In Software Defined Systems (SDS) , 2017 Fourth International Conference on. IEEE, 162 – 167. Liron Schiff, Stefan Schmid, and Marco Canini. 2016 . Ground control to major faults: Towards a fault tolerant and adaptive SDN control network . In Dependable Systems and Networks Workshop, 2016 46th Annual IEEE/IFIP International Conference on. IEEE, 90 – 96. Liron Schiff, Stefan Schmid, and Marco Canini. 2015 . Medieval: Towards A Self-Stabilizing, Plug & Play, In-Band SDN Control Network . In ACM Sigcomm Symposium on SDN Research (SOSR). Sachin Sharma, Dimitri Staessens, Didier Colle, Mario Pickavet, and Piet Demeester. 2013. A demonstration of automatic bootstrapping of resilient OpenFlow networks . In 13th IFIP/IEEE International Symposium on Integrated Network Management (IM). IEEE, 1066 – 1067. Sachin Sharma, Dimitri Staessens, Didier Colle, Mario Pickavet, and Piet Demeester. 2013. Fast failure recovery for in-band OpenFlow networks . In Design of Reliable Communication Networks (DRCN) 2013 9th International Conference on the. IEEE, 52 – 59.

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend