Manages network links: `list`, `disconnect`.
`Command syntax:`
```actionscript
net link {list | disconnect_all}
-net <chain net name>
```
`Options:`
```actionscript
-net - name of the Cellframe Network. The list of networks can be found in the <Config_dir> \ etc \ network folder or received by The Cellframe-Node-CLI using command - net list
link {list | disconnect_all} - lists active links | disconnects all links
```
### CLI Example
`Command:`
```actionscript
cellframe-node-cli net link list
-net foobar
```
`Response:`
```actionscript
links:
node_addr: ABCD::0000::0000::0001
alias:
cell_id: 0x0000000000000000
ext_ipv4: 172.28.0.11
ext_ipv6: ::
port: 8079
state: CONNECT
```
### JSON-RPC Example
![[JSON-RPC Request - NET LINK]]