mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 17:06:28 +00:00
Merge pull request #4187 from donaldsharp/doc_pim
doc: Cleanup output of new PIM-EVPN doc
This commit is contained in:
commit
bbd8da796b
@ -506,20 +506,25 @@ Clear commands reset various variables.
|
|||||||
|
|
||||||
PIM EVPN configuration
|
PIM EVPN configuration
|
||||||
======================
|
======================
|
||||||
To use PIM in the underlay for overlay BUM forwarding associate a
|
To use PIM in the underlay for overlay BUM forwarding associate a multicast
|
||||||
multicast group with the L2 VNI. The actual configuration is based
|
group with the L2 VNI. The actual configuration is based on your distribution.
|
||||||
on your distribution. Here is an ifupdown2 example -
|
Here is an ifupdown2 example::
|
||||||
auto vx-10100
|
|
||||||
iface vx-10100
|
auto vx-10100
|
||||||
vxlan-id 10100
|
iface vx-10100
|
||||||
bridge-access 100
|
vxlan-id 10100
|
||||||
vxlan-local-tunnelip 27.0.0.11
|
bridge-access 100
|
||||||
vxlan-mcastgrp 239.1.1.100 >>>>>>>>
|
vxlan-local-tunnelip 27.0.0.11
|
||||||
PIM will see the vxlan configuration and auto configure state to properly
|
vxlan-mcastgrp 239.1.1.100
|
||||||
forward BUM traffic.
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
PIM will see the ``vxlan-mcastgrp`` configuration and auto configure state
|
||||||
|
to properly forward BUM traffic.
|
||||||
|
|
||||||
|
PIM also needs to be configured in the underlay to allow the BUM MDT to be
|
||||||
|
setup. This is existing PIM configuration:
|
||||||
|
|
||||||
PIM also needs to be configured in the underlay to allow the BUM MDT to
|
|
||||||
be setup. This is existing PIM configuration -
|
|
||||||
- Enable pim on the underlay L3 interface via the "ip pim" command.
|
- Enable pim on the underlay L3 interface via the "ip pim" command.
|
||||||
- Configure RPs for the BUM multicast group range.
|
- Configure RPs for the BUM multicast group range.
|
||||||
- Ensure the PIM is enabled on the lo of the VTEPs and the RP.
|
- Ensure the PIM is enabled on the lo of the VTEPs and the RP.
|
||||||
|
Loading…
Reference in New Issue
Block a user