ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • cluster peer offer show

    Display outstanding offers to authenticate with a peer cluster

    Availability: This command is available to cluster administrators at the admin privilege level.

    Description

    The cluster peer offer show command displays information about authentication offers still pending with potential peer clusters. By default, the command displays information about all unexpired offers made by the local cluster.

    To display detailed information about a specific offer, run the command with the -cluster parameter.

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

    | [-instance ] }

    If you specify the -instance parameter, the command displays detailed information about all fields.

    [-cluster <text>] - Peer Cluster Name

    Selects the offer that matches this parameter value.

    [-auth-status-operational {ok|absent|pending|expired|revoked|declined|refused|ok-and-offer|absent-but-offer|revoked-but-offer|key-mismatch|intent-mismatch|incapable}] - Authentication Status Operational

    Selects the offers that match this parameter value.

    [-offer-creation <MM/DD/YYYY HH:MM:SS>] - Authentication Offer Creation Time

    Selects the offers that match this parameter value.

    [-offer-expiration {MM/DD/YYYY HH:MM:SS | {1..7}days | {1..168}hours | PnDTnHnMnS | PnW}] - Authentication Offer Expiration Time

    Selects the offers that match this parameter value.

    [-initial-allowed-vserver-peers <Vserver Name>,…​] - Vservers Initially Allowed for Peering

    Selects the offers that match this parameter value.

    [-offer-creator <text>] - Authentication Offer Creator

    Selects the offers that match this parameter value.

    [-encryption-protocol-proposed {none|tls-psk}] - Encryption Protocol to Be Used For the Relationship

    Selects the offers that match this parameter value.

    Examples

    The following example displays information about the outstanding authentication offers:

    cluster1::> cluster peer offer show
                                                                                   Allowed
    Peer Cluster Name       Authentication Creation            Expiration          Vserver Peers
    ----------------------- -------------- ------------------- ------------------- --------------
    cluster2                absent_but_offer 7/11/2013 22:22:52 7/11/2013 23:22:52 vs1,vs2
    Top of Page