You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FRR - Master
Ubuntu - 20.04.6 LTS (Focal Fossa)
Linux - 5.15.0-131-generic
Libyang - 2.1.148
sysrepo - v2.2.150
I have configured FRR to use sysrepo as the datastore and enabled the option “-M sysrepo” for required daemons. Sysrepo is configured with netopeer2 as a netconf-server. Clixon(nms) is connected to the Netconf server over SSH.
Problem Statement:
I was able to configure the same module frr-isisd as mentioned in the FRR - plugin sysrepo from the Clixon cli and I could able to see this configuration in VTYSH. But when I configure the same isisd instance from vtysh, the configuration is not being updated into sysrepo, hence couldn’t able to pull the configuration into clixon. Then I tired with creating an interface as isisd is converted into MGMTD partially with issues but zebra is converted completed but the result is same configuration is not being loaded into sysrepo.
Let’s keep this configuration aside even the management interfaces in kernel are not being loaded into the sysrepo.
Configuration:
Required daemons are started with “-M sysrepo”:
/usr/lib/frr/zebra -d -F traditional -A 127.0.0.1 -s 90000000 -M sysrepo
/usr/lib/frr/mgmtd -d -F traditional -A 127.0.0.1 -M sysrepo
/usr/lib/frr/isisd -d -F traditional -A 127.0.0.1 -M sysrepo
Required yang modules are imported into sysrepo:
frr-affinity-map
frr-bfdd
frr-deviations-ietf-interfaces
frr-filter
frr-if-rmap
frr-interface
frr-isisd
frr-nexthop
frr-ripd
frr-ripngd
frr-route-map
frr-route-types
frr-routing
frr-vrf
frr-zebra
ietf-interfaces
ietf-ip
Clarification Required:
Is there any configuration I’m missing
When there is any change in any configuration what is the tigger which should load configuration into sysrepo
Why the management interfaces are not exposed by FRR
Hi
Environment:
FRR - Master
Ubuntu - 20.04.6 LTS (Focal Fossa)
Linux - 5.15.0-131-generic
Libyang - 2.1.148
sysrepo - v2.2.150
I have configured FRR to use sysrepo as the datastore and enabled the option “-M sysrepo” for required daemons. Sysrepo is configured with netopeer2 as a netconf-server. Clixon(nms) is connected to the Netconf server over SSH.
Problem Statement:
I was able to configure the same module frr-isisd as mentioned in the FRR - plugin sysrepo from the Clixon cli and I could able to see this configuration in VTYSH. But when I configure the same isisd instance from vtysh, the configuration is not being updated into sysrepo, hence couldn’t able to pull the configuration into clixon. Then I tired with creating an interface as isisd is converted into MGMTD partially with issues but zebra is converted completed but the result is same configuration is not being loaded into sysrepo.
Let’s keep this configuration aside even the management interfaces in kernel are not being loaded into the sysrepo.
Configuration:
Required daemons are started with “-M sysrepo”:
/usr/lib/frr/zebra -d -F traditional -A 127.0.0.1 -s 90000000 -M sysrepo
/usr/lib/frr/mgmtd -d -F traditional -A 127.0.0.1 -M sysrepo
/usr/lib/frr/isisd -d -F traditional -A 127.0.0.1 -M sysrepo
Required yang modules are imported into sysrepo:
frr-affinity-map
frr-bfdd
frr-deviations-ietf-interfaces
frr-filter
frr-if-rmap
frr-interface
frr-isisd
frr-nexthop
frr-ripd
frr-ripngd
frr-route-map
frr-route-types
frr-routing
frr-vrf
frr-zebra
ietf-interfaces
ietf-ip
Clarification Required:
I would highly appreciate your suggestions. @ton31337 @donaldsharp
The text was updated successfully, but these errors were encountered: