I’m dealing with Hardware 7250 IXR-e, Operating System Nokia SR OS (TiMOS) 20.10.R2
I have re-discovered the device but in Device > Routing > MPLS I can’t see anything.
I can go to Routing > MPLS > SAP and I can see all SAP lines. However I can enter on any but there’s no graph, all values are 0
7750 and 7250 have different OID’s for SAP traffic, I have only implemented 7750 because this is the bigger part of our network. I believe the following OID’s should be used for 7250:
Sap Ingress Forwarded In-Profile Bytes
.1.3.6.1.4.1.6527.3.1.2.4.3.6.1.12
Sap Egress Forwarded In-Profile Bytes
.1.3.6.1.4.1.6527.3.1.2.4.3.6.1.20
I’m not 100% sure if there are also counters for SAP drops as I have implemented them for 7750. Would you care to create a PR?
Oh, the topic it’s more easy to explain, more difficult to resolve.
I need sapBaseStatsIngressPchipOfferedHiPrioOctets and sapBaseStatsEgressQchipForwardedInProfOctets instead of configured in PR… This will be more complciated to manage, because every customer will have deployed differrents configurations.
Is safe and consistent to add more fields into the graph that you configured? I 'm worried about the data and time that GetBulk will consume. I don’t know the architecture of Librenms for the polling process
Do you think we can introduce this fields in your graph? Is safe?
( I have hundred of SAP lines and I will have more) My other plan is out of librenms with gRPC, but could be fine have this data into Librenms…
rrdtool does not really allow modifications of the structure. The best way to add them is to create a new rrd file. One graph can reference multiple files. Other than organization, there is no downside to multiple files.