linux/b*: add Korean translation (#14681)
This commit is contained in:
16
pages.ko/linux/braa.md
Normal file
16
pages.ko/linux/braa.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# braa
|
||||
|
||||
> 여러 호스트를 동시에 스캔할 수 있는 초고속 대량 SNMP 스캐너.
|
||||
> 더 많은 정보: <https://github.com/mteg/braa>.
|
||||
|
||||
- 호스트의 SNMP 트리를 public 문자열로 탐색하여 `.1.3.6` 하위의 모든 OID 쿼리:
|
||||
|
||||
`braa public@{{ip}}:{{.1.3.6.*}}`
|
||||
|
||||
- `ip_range`의 전체 서브넷에 대해 `system.sysLocation.0` 쿼리:
|
||||
|
||||
`braa public@{{ip_range}}:{{.1.3.6.1.2.1.1.6.0}}`
|
||||
|
||||
- `system.sysLocation.0`의 값을 특정 워크그룹으로 설정 시도:
|
||||
|
||||
`braa private@{{ip}}:{{.1.3.6.1.2.1.1.6.0}}=s'{{workgroup}}'`
|
Reference in New Issue
Block a user