- Software-Defined Networking with OpenFlow(Second Edition)
- Oswald Coker Siamak Azodolmolky
- 166字
- 2021-07-02 15:50:02
Cookies
A cookie is a 64-bit value used by the controller, uninterpreted by the switch, which is used to modify and delete commands in the OFP_FLOW_MOD message. One of the applications of the cookie is to integrate the OpenFlow flow information with other flow export formats on the switch, such as NetFlow. Correlating these messages with the underlying flow proves to be difficult because of the conflict in the information generated from the message format or the use of wildcards. The problem is complex, considering it is almost impossible to synchronize with the flow table of the switch due to lack of reliability in flow expiration messages. Flow cookies make this correlation possible.
Another application is identifying a rule's source using flow cookies to gather statistics for access-lists hit count. An access-list defined in the controller may represent many OpenFlow rules. These access-lists contain OpenFlow rules, which can be tagged with a single flow cookie, making it easier to identify the source of an OpenFlow rule.
- Magento 2 Theme Design(Second Edition)
- Python深度學習
- Learning Bayesian Models with R
- Julia機器學習核心編程:人人可用的高性能科學計算
- Mastering AndEngine Game Development
- Java性能權威指南(第2版)
- Access 2016數據庫管
- Yocto for Raspberry Pi
- 第一行代碼 C語言(視頻講解版)
- Building Microservices with .NET Core
- 基于SpringBoot實現:Java分布式中間件開發入門與實戰
- 3ds Max印象 電視欄目包裝動畫與特效制作
- C語言程序設計實踐
- INSTANT PLC Programming with RSLogix 5000
- Web前端開發技術實踐指導教程