Use the lssystemip command to display a list of the clustered system (system) management IP addresses configured for each port.
lssystemip -filtervalue "system_name=md*"
For more information about filtering attributes, see the related link.
This command displays a list of the system management IP addresses configured for each port.
Attribute | Possible Values |
---|---|
cluster_id | Indicates the ID of the system. |
cluster_name | Indicates the name of the system. |
location | Indicates the system location. |
port_id | Indicates the ID of the port. |
IP_address | Indicates the Internet Protocol Version 4 (IPv4) address. |
subnet_mask | Indicates the IPv4 subnet mask. |
gateway | Indicates the IPv4 gateway. |
IP_address_6 | Indicates the Internet Protocol Version 6 (IPv6) address. |
gateway_6 | Indicates the IPv6 gateway. |
prefix_6 | Indicates the IPv6 prefix. |
lssystemip -delim ,
The concise resulting output:
cluster_id,cluster_name,location,port_id,IP_address,subnet_mask, gateway,IP_address_6,gateway_6,prefix_6 000002006CC0B71A,cl1,local,1,192.168.1.2,DHCP,255.255.255.0,192.168.1.1, 2001:0db8:85a3:0000:0000:8a2e:0370:7334,2001:0db8:85a3:0000:0000:8a2e:0370:7334, 2001:0db8:85a3:0000:0000:8a2e:0370:7334,64 000002006CC0B71A,cl1,local,2,192.168.1.2,DHCP,255.255.255.0,192.168.1.1, 2001:0db8:85a3:0000:0000:8a2e:0370:7334,2001:0db8:85a3:0000:0000:8a2e:0370:7334, 2001:0db8:85a3:0000:0000:8a2e:0370:7334,64 000002006CC0B7110,cl2,remote,1,192.168.1.2,DHCP,255.255.255.0,192.168.1.1, 2001:0db8:85a3:0000:0000:8a2e:0370:7334,2001:0db8:85a3:0000:0000:8a2e:0370:7334, 2001:0db8:85a3:0000:0000:8a2e:0370:7334,64 000002006CC0B7110,cl2,remote,2,192.168.1.2,DHCP,255.255.255.0,192.168.1.1, 2001:0db8:85a3:0000:0000:8a2e:0370:7334,2001:0db8:85a3:0000:0000:8a2e:0370:7334, 2001:0db8:85a3:0000:0000:8a2e:0370:7334,64
lssystemip 000002006CC0B71A
The detailed resulting output:
cluster_id 000002006CC0B71A cluster_name cl1 location local port_id 1 IP_address 192.168.1.2 subnet_mask 255.255.255.0 gateway 192.168.1.1 IP_address_6 2001:0db8:85a3:0000:0000:8a2e:0370:7334 gateway_6 2001:0db8:85a3:0000:0000:8a2e:0370:7334 prefix_6 64 cluster_id 000002006CC0B71A cluster_name cl1 location local port_id 2 IP_address 192.168.1.2 subnet_mask 255.255.255.0 gateway 192.168.1.1 IP_address_6 2001:0db8:85a3:0000:0000:8a2e:0370:7334 gateway_6 2001:0db8:85a3:0000:0000:8a2e:0370:7334 prefix_6 64