1
0
Fork 0
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:
Darío Hereñú 2025-02-25 19:30:14 -03:00 committed by GitHub
parent 986a296969
commit 9db868e45c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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}}`