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
I have an GNE-SNE configuration between two nodes. GNE has a DCN IP configured and it can be managed from outside network, while SNE has router ID and it can be accessible via GNE. Their is no DCN connectivity to the SNE and the router ID is not exposed to the outside network. SNE is accessible via the optical link(OSC) between them. I need to send grpc request to tbe SNE which I'm unable tk do now.
Hi @hellt can you please show how to send the gnmic request which i have shared above through port forwarding.. In NETCONF i used two separate SSH sessions.. Here I don't know how to send... Please help
I have an GNE-SNE configuration between two nodes. GNE has a DCN IP configured and it can be managed from outside network, while SNE has router ID and it can be accessible via GNE. Their is no DCN connectivity to the SNE and the router ID is not exposed to the outside network. SNE is accessible via the optical link(OSC) between them. I need to send grpc request to tbe SNE which I'm unable tk do now.
gnmic subscribe --address 10.140.162.34:50051 --skip-verify true --path "/alarms/current-alarms/alarm" --mode stream --stream-mode on-change --timeout 15s --username emsuser --password Infera#1 --encoding json_ietf
For NETCONF I'm able to access via port forwarding. Grpc I'm struggling. Can someone please help me to access the SNE from gNMIc client
The text was updated successfully, but these errors were encountered: