Previous | Next | Contents | Index |
Translate an OID to a descriptive sequence.
translate oid oid
Command Qualifiers Defaults None. None.
oid
An OID.
The
translate oid
command converts an OID---dot separated sequence of integers -- into descriptive text.
This example shows obtaining a description of the OID for an X.400 File Transfer Body Part containing a PostScript attachment.
% pmdf test -x400 X400> translate oid 1.3.6.1.7.1.2.1.2 Result: iso(1) identified-organization(3) dod(6) iana(1) mail(7) mixer(1) bodies (2) bp-data(1) postscript(2)
Previous | Next | Contents | Index |