Commands were rewritten to:
$ reset ip igmp interfaces $ reset ip multicast route
Commands were rewritten to:
$ reset ip igmp interfaces $ reset ip multicast route
@c-po the second part of task.
An example, we can't execute analog of this command in the VyOS syntax:
sudo ip link add vxlan11 type vxlan id 11 dstport 8472 local 22.22.22.1 nolearning
We need to add commands for vxlan:
Pull request: https://github.com/vyos/vyos-1x/pull/306
Thanks a lot!
I also connected ldp neighbor.
Pull request: https://github.com/vyos/vyos-1x/pull/305
I was not able to recreate that issue. Both /24 and /8 networks were tested.
All the tests have been done on the VyOS 1.3-rolling-202004020117.
vyos@R7# run show configuration commands | match "mpls|address|ospf" set interfaces dummy dum0 address '1.1.1.1/32' set interfaces ethernet eth1 address '10.0.0.1/24' set protocols mpls ldp discovery transport-ipv4-address '1.1.1.1' set protocols mpls ldp interface 'eth1' set protocols mpls ldp router-id '1.1.1.1' set protocols ospf area 0 network '0.0.0.0/0' set protocols ospf parameters abr-type 'cisco' set protocols ospf parameters router-id '1.1.1.1'
set interfaces dummy dum0 address '2.2.2.2/32' set interfaces ethernet eth1 address '10.0.0.2/24' set interfaces ethernet eth2 address '10.0.255.1/24' set protocols mpls ldp discovery transport-ipv4-address '2.2.2.2' set protocols mpls ldp interface 'eth1' set protocols mpls ldp interface 'eth2' set protocols mpls ldp router-id '2.2.2.2' set protocols ospf area 0 network '0.0.0.0/0' set protocols ospf parameters abr-type 'cisco' set protocols ospf parameters router-id '2.2.2.2'
set interfaces dummy dum0 address '3.3.3.3/32' set interfaces ethernet eth1 address '10.0.255.2/24' set protocols mpls ldp discovery transport-ipv4-address '3.3.3.3' set protocols mpls ldp interface 'eth1' set protocols mpls ldp router-id '3.3.3.3' set protocols ospf area 0 network '0.0.0.0/0' set protocols ospf parameters abr-type 'cisco' set protocols ospf parameters router-id '3.3.3.3'
hi,
Please show router configurations, VyOS_R7, VyOS_R8, VyPS_R9.
I tried mpls configuration as your sample, but I could not establish ldp neighbor.
These are the VyOS 1.2 configuration commands for a mixed-mode 5GHz AP:
Found it. My bad.
Add support PIM dr-priority (Designated Router Election Priority) and IGMP join
https://github.com/vyos/vyos-1x/pull/304
weird, the code is actually there: