Skip to main content
A newer release of this product is available.

security key-manager external boot-interfaces show

Contributors
Suggest changes

Show external key manager logical interfaces

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

Description

This command enables cluster administrators to view the IP address and route information that the external key manager uses at boot time to restore keys from external key servers.

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.

[-node {<nodename>|local}] - Node (privilege: advanced)

Use this parameter to display information only about boot-time IP address and route information for the node that you specify.

[-address-type {ipv4|ipv6|ipv6z}] - Address Type (privilege: advanced)

Use this parameter to display information only about boot-time IP address and route information for the address-type that you specify.

[-address <IP Address>] - Local Interface Address (privilege: advanced)

Use this parameter to display information only about boot-time IP address and route information for the IP address that you specify.

[-netmask <IP Address>] - Network Mask (privilege: advanced)

Use this parameter to display information only about boot-time IP address and route information for the network mask that you specify.

[-netmask-length <integer>] - Bits in Network Mask (privilege: advanced)

Use this parameter to display information only about boot-time IP address and route information for the network mask length that you specify.

[-gateway <IP Address>] - Gateway (privilege: advanced)

Use this parameter to display information only about boot-time IP address and route information for the gateway that you specify.

[-port {<netport>|<ifgrp>}] - Network Port (privilege: advanced)

Use this parameter to display information only about boot-time IP address and route information for the port that you specify.

[-override-default {true|false}] - Override Default Setting? (privilege: advanced)

Use this parameter to display information only about boot-time IP address and route information with the override-default setting that you specify.

Examples

The following example shows how to display the IP address and route information that the external key manager uses at boot time to restore keys. In the example, IPv6 is not enabled in the cluster and, as a result, the command displays information for only the IPv4 address-type. he override-default value is false for all rows, which indicates that the system automatically configured the values based on the node management LIF configuration on the nodes.

cluster-1::*> security key-manager external boot-interfaces show
     Address Network                                  Override
Node     Type    Address/Mask       Gateway         Port  Default?
-------- ------- ------------------ --------------- ----- --------
node1
     ipv4    10.224.113.159/24  10.224.113.1    e0M   false
node2
     ipv4    10.224.113.160/24  10.224.113.1    e0M   false
2 entries were displayed.

The following example shows how to display the IP address and route information that the external key manager uses at boot time to restore keys. In the example, IPv6 is enabled in the cluster and, as a result, the command displays information for both the IPv4 and IPv6 address-types. The override-default value is false for most rows, which indicates that the system automatically configured the values based on the node management LIF configuration on the nodes. The override-default value for node1 and address-type ipv4 is true, which indicates an administrator has used the security key-manager external boot-interfaces modify command to override one or more fields, and that the values may differ from the corresponding node management LIF.

cluster-1::*> security key-manager external boot-interfaces show
         Address Network                                  Override
Node     Type    Address/Mask       Gateway         Port  Default?
-------- ------- ------------------ --------------- ----- --------
node1
     ipv4    10.224.113.159/24  10.224.113.1    e0d   true
         ipv6    fd20:8b1e:b255:814e:32bd:f35c:832c:5a09/64
                                    fd20:8b1e:b255:814e::1
                                                    e0M   false
node2
     ipv4    10.224.113.160/24  10.224.113.1    e0M   false
         ipv6    fd20:8b1e:b255:814e:749e:11a3:3bff:5820/64
                                    fd20:8b1e:b255:814e::1
                                                    e0M   false
4 entries were displayed.