cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
363
Views
1
Helpful
1
Replies

IOS XRv 9000 Host: sandbox-iosxr-1.cisco.com GRPC unreacheable

paulux84
Level 1
Level 1

Hi, i'm trying to use gnmi with sandbox-iosxr-1.cisco.com at port 57777 but i get error from gnmic client as you can see in the following snippen

 

 

gnmic -a sandbox-iosxr-1.cisco.com:57777 -u admin -p C1sco12345 --insecure get --path openconfig:/interfaces
target "sandbox-iosxr-1.cisco.com:57777" get request failed: failed to create a gRPC client for target "sandbox-iosxr-1.cisco.com:57777" : sandbox-iosxr-1.cisco.com:57777: context deadline exceeded
target "sandbox-iosxr-1.cisco.com:57777" get request failed: failed to create a gRPC client for target "sandbox-iosxr-1.cisco.com:57777" : sandbox-iosxr-1.cisco.com:57777: context deadline exceeded
Error: one or more requests failed

 

 

 Thanks for 

1 Reply 1

I see the port is open

❯ nc -z sandbox-iosxr-1.cisco.com 57777
Connection to sandbox-iosxr-1.cisco.com port 57777 [tcp/*] succeeded!

Maybe try see if adding no-tls to the configuration on the device, as i see now its not enabled.

 no-tls 

 

 

Please mark this as helpful or solution accepted to help others
Connect with me https://bigevilbeard.github.io