gnmic

GNMI CLI client and collector for network device management

brewmacoslinux
Try with needOr install directly
Source

About

GNMI CLI client and collector

Commands

gnmic

Examples

Get configuration from a network device$ gnmic -a 192.168.1.1:6030 -u admin -p password get --path /interfaces
Subscribe to telemetry data with streaming updates$ gnmic -a 192.168.1.1:6030 -u admin -p password subscribe --path /interfaces/interface[name=eth0]/state/oper-status
Set configuration on a network device$ gnmic -a 192.168.1.1:6030 -u admin -p password set --update-path /interfaces/interface[name=eth0]/config/enabled --update-value true