Skip to main content

network port reachability show

Display Reachability Status

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

Description

Display broadcast domain reachability information for the specified port. If the port is discovered, via a broadcast scan on the network, that it has reachability to broadcast domains other than the one on which it is expected, the command will list the reachable broadcast domains and an appropriate reachability status message. If the reachable broadcast domain matches the expected one, the reachability status is displayed as Ok.

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.
| [-detail ]
When true, additional details regarding which broadcast domains have been found to be reachable from the specified network port are displayed.
| [-instance ]}
If you specify the -instance parameter, the command displays detailed information about all fields.
[-node {<nodename>|local}] - Node
Selects the node on which the port resides.
[-port <netport>] - Port
Selects the port for which to display broadcast domain reachability information.
[-expected-broadcast-domain <<IPspace>:<Broadcast Domain>>] - Expected Broadcast Domain
The IPspace and broadcast domain currently assigned to the network port.
[-reachable-broadcast-domains <<IPspace>:<Broadcast Domain>>, ...] - Reachable Broadcast Domains
The name of the IPspaces and broadcast domains that have reachability to the specified port, as discovered by a broadcast domain ping scan.
[-reachability-status {unknown|ok|no-reachability|misconfigured-reachability|multi-domain-reachability|internal-error}] - Reachability Status
The status of the broadcast domain reachability for the specified port. Ok if the expected broadcast-domain matches the reachable-broadcast-domains, or an appropriate status otherwise.
[-unreachable-ports <<node>:<port>>, ...] - Unreachable Ports
The list of network ports that are expected in the same broadcast domain as the specified port but cannot be reached, either because those ports are down or because there is no network connectivity to those ports.
[-unexpected-ports <<node>:<port>>, ...] - Unexpected Ports
The list of network ports that are not expected in the same broadcast domain yet have network connectivity to the specified port.

Examples

The following example displays the broadcast domain reachability for the specified port.

 cluster1::> network port reachability show
cluster1::> network port reachability show -node node1 -port e0c
(network port broadcast-domain reachability show)
Node Port Reachable Broadcast Domains Reachability Status
-------- -------- ---------------------------- --------------------------
node1 e0c Default:Default Ok
1 entry was displayed.