Copyright Digital Equipment Corp. All rights reserved.

EXAMPLES

        The following command operates from the system prompt to
        remove a map element from the local endpoint map.  The
        command removes only the map element that contains the
        specified interface identifier, server address (specified as
        a string binding), and object UUID.

        $ rpccp remove mapping  \
        > -b ncadg_ip_udp:16.20.16.64[3424]  \
        > -i EC1EEB60-5943-11C9-A309-08002B102989,1.1  \
        > -o 30DBEEA0-FB6C-11C9-8EEA-08002B0F4528
        $

        The following commands start the control program and remove
        an element from a remote endpoint map.  The remove mapping
        command operates on the endpoint map of the remote host
        specified by the host address (ncadg_ip_udp:16.20.16.44) and
        removes the map element that contains the specified
        interface identifier, server address (specified as a string
        binding), and object UUID:

        $ rpccp
        rpccp> remove mapping  \
        > -b ncadg_ip_udp:16.20.16.64[3424]  \
        > -i EC1EEB60-5943-11C9-A309-08002B102989,1.1  \
        > -o 30DBEEA0-FB6C-11C9-8EEA-08002B0F4528  \
        > ncadg_ip_udp:16.20.16.44
        rpccp>