gm*, gn*: add Korean translation (#14350)

gm*, gn: add Korean translation
This commit is contained in:
HoJeong Im
2024-10-30 14:49:08 +09:00
committed by GitHub
parent 8f861e49fa
commit 9bd682fde6
11 changed files with 230 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# gnmic set
> gnmi 네트워크 장치 구성을 수정.
> 더 많은 정보: <https://gnmic.kmrd.dev/cmd/set>.
- 경로의 값을 업데이트:
`gnmic --address {{아이피:포트}} set --update-path {{경로}} --update-value {{값}}`
- JSON 파일의 내용과 일치하도록 경로 값을 업데이트:
`gnmic -a {{아이피:포트}} set --update-path {{경로}} --update-file {{파일경로}}`
- JSON 파일의 내용과 일치하도록 경로 값을 변경:
`gnmic -a {{아이피:포트}} set --replace-path {{경로}} --replace-file {{파일경로}}`
- 주어진 경로에서 노드를 삭제:
`gnmic -a {{아이피:포트}} set --delete {{경로}}`