rpccp show mapping [host-address] [-i if-id [-v versions]] [-o object-uuid [ -o object-uuid...]]
interface-uuid,major-version.minor-version
The UUID is a hexadecimal string and the version numbers are decimal strings, for example:
-i ec1eeb60-5943-11c9-a309-08002b102989,1.1Leading zeros in version numbers are ignored.
__________________________________________________
__________________________________________________
Versions Action
__________________________________________________
all
The interface version is ignored.
exact
Both the major and minor versions
must match the specified versions.
compatible
The major version must match the
specified version, and the minor
version must be greater than or
equal to the specified version.
major_only
The major version must match the
specified version; the minor
version is ignored.
upto
The major version must be less than
or equal to that specified. If the
major versions are equal, the minor
version must be less than or equal
to that specified.
__________________________________________________
If the -v option is absent, the command shows compatible version numbers.
The UUID is a hexadecimal string, for example:
-o 3c6b8f60-5945-11c9-a236-08002b102989
ncadg_ip_udp:When accessing a remote endpoint map, you must specify both a protocol sequence and a network address for the remote system (required); for example,
ncadg_ip_udp:16.20.16.44An endpoint is unnecessary in local or remote host addresses, and the remove mapping command ignores any endpoint specified as part of a host address.
The endpoint map can be either the local endpoint map or the endpoint map of a specified remote host. If entered without a remote host address, the command accesses the local endpoint map. For the local endpoint map, a show mapping command without any options displays all the map elements. For a remote endpoint map, map elements are accessible only for protocol sequences that are supported on both your system and the remote system.
The options list a selected subset of map elements. The - i option selects a specific interface, and the -v option qualifies the -i option. The -o object selects a specific object. You can use from 0 to 32 -o options per command. The options work together to specify the subset of elements for the target protocol sequence(s).
This command is replaced at Revision 1.1 by the dcecp command and may not be provided in future releases of DCE.
$ rpccp rpccp> show mapping -i ec1eeb60-5943-11c9-a309-08002b102989,1.1
The following rpccp show mapping command operates from the system prompt. The command accesses the endpoint map of the remote host specified by the host address (ncadg_ip_udp:16.20.16.44) and displays the one map element that contains both the specified interface identifier and the specified object UUID:
$ rpccp show mapping \ > -i ec1eeb60-5943-11c9-a309-08002b102989,1.1 \ > -o 30dbeea0-fb6c-11c9-8eea-08002b0f4528 \ > ncadg_ip_udp:16.20.16.44