
gnmic-set
List of commands for gnmic-set:
-
gnmic-set:tldr:4b1cd gnmic-set: Update the value of a path.$ gnmic --address ${ip:port} set --update-path ${path} --update-value ${value}try on your machineexplain this command
-
gnmic-set:tldr:695bf gnmic-set: Replace the value of a path to match the contents of a json file.$ gnmic -a ${ip:port} set --replace-path ${path} --replace-file ${filepath}try on your machineexplain this command
-
gnmic-set:tldr:803fa gnmic-set: Update the value of a path to match the contents of a json file.$ gnmic -a ${ip:port} set --update-path ${path} --update-file ${filepath}try on your machineexplain this command
-
gnmic-set:tldr:fcd3b gnmic-set: Delete the node at a given path.$ gnmic -a ${ip:port} set --delete ${path}try on your machineexplain this command