vinfra cluster network show
Show details of a network:
usage: vinfra cluster network show <network>
<network>
- Network ID or name
Example:
# vinfra cluster network show MyNet +---------------------+------------------------------------------+ | Field | Value | +---------------------+------------------------------------------+ | id | b451c5ed-a553-4214-96c4-d926daa6110e | | inbound_allow_list | [] | | inbound_deny_list | [] | | name | MyNet | | outbound_allow_list | - 0.0.0.0:tcp:8888:Internal management | | | - 0.0.0.0:tcp:80:HTTP | | | - 0.0.0.0:tcp:443:HTTPS | | | - 0.0.0.0:udp:53:DNS | | | - 0.0.0.0:tcp:53:DNS | | | - 0.0.0.0:udp:123:NTP | | | - 0.0.0.0:tcp:8443:ABGW registration | | | - 0.0.0.0:tcp:44445:ABGW Geo-replication | | | - 0.0.0.0:tcp:9877:Acronis Cyber Protect | | | - 0.0.0.0:any:0:Allow all | | name | MyNet | | traffic_types | SSH | | vlan | | +---------------------+------------------------------------------+
This command shows the details of the custom network MyNet
.