- 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.
- Learning Python Web Penetration Testing
- UNIX編程藝術
- PaaS程序設計
- Vue.js快跑:構建觸手可及的高性能Web應用
- Mastering Python Scripting for System Administrators
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- PLC編程及應用實戰
- C語言程序設計
- INSTANT Silverlight 5 Animation
- Web性能實戰
- Java程序設計與項目案例教程
- Mastering Apache Storm
- 從Excel到Python數據分析:Pandas、xlwings、openpyxl、Matplotlib的交互與應用
- 人人都能開發RPA機器人:UiPath從入門到實戰
- AngularJS UI Development