mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
snmpget: add Spanish translation (#15780)
This commit is contained in:
parent
986a296969
commit
9db868e45c
1 changed files with 12 additions and 0 deletions
12
pages.es/common/snmpget.md
Normal file
12
pages.es/common/snmpget.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# snmpget
|
||||
|
||||
> Consulta utilizando el protocolo SNMP.
|
||||
> Más información: <https://manned.org/snmpget>.
|
||||
|
||||
- Solicita un único valor al agente SNMP:
|
||||
|
||||
`snmpget -v {{versión}} -c {{comunidad}} {{ip}} {{oid}}`
|
||||
|
||||
- Muestra la ruta completa del identificador de objeto (OID):
|
||||
|
||||
`snmpget -v {{versión}} -c {{comunidad}} -O f {{ip}} {{oid}}`
|
Loading…
Add table
Reference in a new issue