1 / 7

Forwarding Group in OVN

Forwarding Group in OVN. Manoj Sharma Nutanix Inc. Use case. External Routers. Underlay Network. OVN Logical Topology. Configure FWD_GROUP (VIP, VMAC, lsp1..lspn). R out e table IPv4 Routes 0. 0.0.0/0 VIP. Underlay Network. VM1. External Routers.

brucker
Download Presentation

Forwarding Group in OVN

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Forwarding Group in OVN Manoj Sharma Nutanix Inc.

  2. Use case External Routers Underlay Network

  3. OVN Logical Topology Configure FWD_GROUP (VIP, VMAC, lsp1..lspn) Route table IPv4 Routes 0.0.0.0/0VIP Underlay Network VM1 External Routers VM2 Logical Router Logical Switch table=13 (ls_in_l2_lkup ) match=(eth.dst == VMAC), action=(fwd_group("lsp1".."lspn");)

  4. Datapath ARP Request (VIP) ARP Reply (VMAC) Data Traffic Underlay Network VM1 External Routers VM2 Logical Router Logical Switch dl_dst=VMAC actions=group:1 group_id=1, type=select,selection_method=dp_hash, bucket=actions=load:0x2->NXM_NX_REG15, resubmit(,32), bucket=actions=load:0x3->NXM_NX_REG15, resubmit(,32)

  5. Liveness Detection BFD Underlay Network External Routers Hypervisor dl_dst=VMAC actions=group:1 group_id=1, type=select,selection_method=dp_hash, bucket=watch_port:31,actions=load:0x2->NXM_NX_REG15, resubmit(,32), bucket=watch_port:32,actions=load:0x3->NXM_NX_REG15, resubmit(,32)

  6. Summary Convergence time depends on BFD timer settings alone Repair done locally, without control plane involvement How to avoid openflow port in the liveness detection?

  7. Thank you!

More Related