-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
rhel-8.10.z
-
None
-
No
-
Low
-
rhel-sst-cs-net-perf-services
-
ssg_core_services
-
2
-
False
-
-
None
-
None
-
None
-
None
-
-
x86_64
-
None
- What were you trying to do that didn't work?
PIM: static multicast route not set after save & reboot
Same as the upstream issue:
https://github.com/FRRouting/frr/issues/4636
- Please provide the package NVR for which bug is seen:
frr-7.5.1-22.el8.x86_64
- How reproducible:
~~~
$ cat vtysh.conf
no service integrated-vtysh-config <====== using this
$ cat pimd.conf|grep -v "!"
frr version 7.5.1
frr defaults traditional
hostname rh8net
domainname nisdomain
interface net1
ip pim
interface net2
ip pim
ip mroute net1 225.0.0.184 <==== configuration file have this
line vty
but after restart the frr service or reboot, it will not have the mroute configuration in running-config
$ vtysh -c "show running-config"|grep -v "!"
Building configuration...
Current configuration:
frr version 7.5.1
frr defaults traditional
hostname rh8
domainname nisdomain
no ipv6 forwarding
hostname rh8net
no service integrated-vtysh-config
interface net1
ip pim
interface net2
ip pim
line vty
end
~~~