openconfig / gnmi

gRPC Network Management Interface
Apache License 2.0
464 stars 196 forks source link

gnmi_cli still does not support Typed value with new gnmi.proto #12

Closed dparameswarappa closed 6 years ago

dparameswarappa commented 6 years ago

Continued from last post... When i used the same gnmi_cli with the different server that is using new proto(0.4.0) i dont receive any reply. o/p: ./gnmi_cli -a 10.33.81.100:6702 -qt s -dt p -pi 10s -q /hello/system/logical-core-percent[cpu-id=5] -client_types gnmi subscribe:<subscription:<path:<element:"hello" element:"system" element:"logical-core-percent[cpu-id=5]" > > >

It just sits here and waits.

To verify we used a home grown tool with same server we received this below reply.

$ ./gnmic Server address: 10.33.81.100 Server port: 6702 Enter sensor names... system logical-core-percent[cpu-id=5] subscribe { prefix { origin: "caxv-gmathur-01" elem { name: "hello" } } subscription { path { origin: "OriginHello" elem { name: "system" } elem { name: "logical-core-percent" key { key: "cpu-id" value: "5" } } } mode: SAMPLE sample_interval: 2000 heartbeat_interval: 10000 } }

update { timestamp: 1508267372968000000 prefix { origin: "Hello" elem { name: "hello" } elem { name: "system" } elem { name: "logical-core-percent" key { key: "cpu-id" value: "5" } } } update { path { origin: "Hello" elem { name: "cpu-idle" } } val { float_val: 100 } } }

awly commented 6 years ago

Duplicate of #11