add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,20 @@
# gnmic 设置
> 修改 gnmi 网络设备配置。
> 更多信息:<https://gnmic.kmrd.dev/cmd/set>。
- 更新路径的值:
`gnmic --address {{ip:port}} set --update-path {{path}} --update-value {{value}}`
- 将路径的值更新为 JSON 文件的内容:
`gnmic -a {{ip:port}} set --update-path {{path}} --update-file {{filepath}}`
- 将路径的值替换为 JSON 文件的内容:
`gnmic -a {{ip:port}} set --replace-path {{path}} --replace-file {{filepath}}`
- 删除给定路径的节点:
`gnmic -a {{ip:port}} set --delete {{path}}`