Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi everyone.I tried to write a java code using 'io.grpc' library to receive periodic/on-change dial out notification. Problem is router is able to connect to my grpc server(listener) but I am not receiving any notification (I verified that my path is...
Hi everyone,I was wondering if this version of XR supports SNMP traps for on-change (event based). If so what OIDs are supported. We are mainly concerned with Network Configs.I want a dial-out system where we give our receiver ip/port and we should r...
Hi everyone,I have a device XR 7.0.1 (IOSXRV9000). I wanted to set up dial-out event driven (on-change) telemetry.Is there a list or way to find out which module/path support this feature?I tried this:State: ACTIVESource Interface: MgmtEth0_RP0_CPU0_...
Hi,I have a device XR 7.0.1 (IOSXRV9000). I wanted to set up event driven (on-change) telemetry (cadence is working fine).But while creating subscription, I am getting this error:It seems like it does not identify the command "include select-leaves-o...
Hi,I created a subscription (as in screenshot) - hardware5But state it shows as 'NA'I checked I am not receiving any data in grpc receiver and simple tcp json receiver (I tried json encoding with tcp as I am not sure if my device is 32 or 64 bit)More...
For key-value GPB, which yang module I should check?My python proto generated code is not from the above proto file. For Java only I am using the above proto. Python generated code I got from internet.
Hi @bigevilbeard I am using protoc command on Linux with protoc java plugin to generate code for service and schema.However since everything in JAVA looks good, may be generated code or the proto itself has any issue ??1 . Is there a way to extract ...
Hi @rahusha7 Please provide the list for the latest version.Also any lead on the XR 7.0.1 supported list will be appreciated. Even one path which is supported on this version will help us.Thanks
Hi @bigevilbeard @rahusha7 thank youI found out from documentation that "include select-leaves-on-events" is indeed not supported for 7.0.x XR. However we can subscribe event driven telemetry by setting sample interval = 0Rest all things are same.Bu...