P4 开发实践 — NG-SDN Tutorial — Exercise 6: Segment Routing v6 (SRv6)
Posted 范桂飓
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了P4 开发实践 — NG-SDN Tutorial — Exercise 6: Segment Routing v6 (SRv6)相关的知识,希望对你有一定的参考价值。
目录
文章目录
- 目录
- Exercise 6: Segment Routing v6 (SRv6)
- 1. Adding tables for SRv6
- 2. Testing the pipeline with Packet Test Framework (PTF)
- 3. Building the ONOS App
- 4. Inserting SRv6 policies
Exercise 6: Segment Routing v6 (SRv6)
- 文档:https://github.com/opennetworkinglab/ngsdn-tutorial/blob/advanced/EXERCISE-6.md
1. Adding tables for SRv6
Tutorial 已经预先在 main.p4 中定义好了 SRv6 Header 并实现了相应的 Header Parser(解析器)代码。接下来需要为 Endpoint Node 和 Transit Node 分别添
以上是关于P4 开发实践 — NG-SDN Tutorial — Exercise 6: Segment Routing v6 (SRv6)的主要内容,如果未能解决你的问题,请参考以下文章
P4 开发实践 — NG-SDN Tutorial — Exercise 2: Yang, OpenConfig, and gNMI basics
P4 开发实践 — NG-SDN Tutorial — Exercise 6: Segment Routing v6 (SRv6)
P4 开发实践 — NG-SDN Tutorial — Exercise 6: Segment Routing v6 (SRv6)
P4 开发实践 — NG-SDN Tutorial — Exercise 3: Using ONOS as the control plane
P4 开发实践 — NG-SDN Tutorial — Exercise 4: Enabling ONOS Built-in Services