cassandra@ycqlsh> SELECT rpc_address FROM system.local; -- This is the node I am logged into
rpc_address
----------------
172.164.59.169
(1 rows)
cassandra@ycqlsh> SELECT rpc_address FROM system.peers; -- These are the other nodes in the Universe
rpc_address
----------------
172.164.29.222
172.164.42.157
(2 rows)