01-29-2025 01:53 AM
Hi,
I created a subscription (as in screenshot) - hardware5
But 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 details about hardware: R-IOSXRV9000-LC-C, R-IOSXRV9000-RP-C(Active) [obtained by running - show platform]
1. How to check if required process are running or not?
2. Source interface I have given whatever I found in 'show interface ip brief' which contained same ip as my router ip. Is it correct?
I used yang-suite for gRPC receiver and simple java for tcp/json
Thanks
Solved! Go to Solution.
01-29-2025 04:42 AM
No sure if that is the problem.
"All 64-bit IOS XR platforms support gRPC and TCP protocols. All 32-bit IOS XR platforms support only TCP protocol."
01-30-2025 12:58 AM
@Flavio Miranda Identified it to be 32-bit system. gRPC transport is not supported by 32-bits. I gave try with json/tcp and self-describing-gpb/tcp using a simple Java socket listener, it is working.
01-29-2025 03:48 AM
I believe it would be important to determine which platform you have.
Run
show platform
share the output please
01-29-2025 04:04 AM
Thanks for your reply, here is output
RP/0/RP0/CPU0:rotXR9000-4#show platform
Wed Jan 29 12:03:51.077 UTC
Node Type State Config state
--------------------------------------------------------------------------------
0/0/CPU0 R-IOSXRV9000-LC-C IOS XR RUN NSHUT
0/RP0/CPU0 R-IOSXRV9000-RP-C(Active) IOS XR RUN NSHUT
01-29-2025 04:15 AM
It is 32 bits.
01-29-2025 04:18 AM
thanks for this info, so grpc won't work. json encoding on tcp is also giving same details ( as in image)
any solution ? maybe some process is not running ? incorrect source interface?
01-29-2025 04:28 AM
01-29-2025 04:42 AM
No sure if that is the problem.
"All 64-bit IOS XR platforms support gRPC and TCP protocols. All 32-bit IOS XR platforms support only TCP protocol."
01-30-2025 12:58 AM
@Flavio Miranda Identified it to be 32-bit system. gRPC transport is not supported by 32-bits. I gave try with json/tcp and self-describing-gpb/tcp using a simple Java socket listener, it is working.
01-30-2025 01:14 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide