Skip to content

Manage Nodes

Add a Connected Node

Warning

Only Account Administrators or Admin Users can manage nodes.

You can add new connected nodes to your subnet either using the n2x.io webUI or CLI (n2xctl):

In the navigation menu on the left, click Nodes and follow these steps:

  1. Select the Tenant from the available list.
  2. Click on + Add Connected Node button.

    Add Connected Node

  3. Choose the appropriate Network and Subnet for the node.

  4. Enter the Node Name and Description for the node..
  5. Click on the Add New Connected Node to Subnet button.

    Note

    A pop-up window will appear, providing a one-line command to quickly and easily install the n2x-node agent on your devices. For more installation details, click here.

Use the following command to add a connected node to a subnet:

n2xctl node add

The n2xctl tool will prompt you for the following information:

  1. Tenant: Select the tenant to which the node will belong.
  2. Network and Subnet: Choose the appropriate network and subnet for the node.
  3. Node Name: Enter a clear and descriptive name for your node.
  4. Description: provide a brief description of the node.
$ n2xctl node add             
n2xctl v0.0.3-20240725171430+88c4863--go1.22.5

n2xctl is a CLI to control the n2x SASE platform.

Find more information at https://n2x.io/docs

ยป Tenant: [default] Default tenant
ยป Network: [net-10-254] Default network
ยป Subnet: [subnet-10-254-0] [net-10-254] default subnet
ยป Node Name: node-01
ยป Description: Example Node
                                                          โ”€โ”€โ”€โ”€โ”€ Node Details โ‰ก
โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•
Node Information
โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•

Tenant ID   xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Network ID  net-10-254
Subnet ID   subnet-10-254-0
Node ID     xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Node Name   node-01
Description Example Node
Status      [offline]

... 

Add a Stubby Node

Warning

Only Account Administrators or Admin Users can manage nodes.

You only can add new stubby nodes using the n2x.io webUI:

In the navigation menu on the left, click Nodes and follow these steps:

  1. Select the Tenant from the available list.
  2. Click on + Add Stubby Node button.

    Add Stubby Node

  3. Enter the Node Name and Description for the node.

  4. Click on the Add New Stubby Node Node button.

    Note

    A pop-up window will appear, providing a one-line command to quickly and easily install the n2x-node agent on your devices. For more installation details, click here.

List the Nodes

Warning

Only Account Administrators or Admin Users can manage nodes.

You can list the nodes in your tenant either using the n2x.io webUI or CLI (n2xctl):

To view your nodes, follow these steps:

  1. Navigate to the left-hand menu and click on Nodes.
  2. Select the desired Tenant.

A list of your nodes will be displayed.

View Node List

Tip

Use the filters and search bar to refine your node list.

Use the following command to get a list of nodes, grouped by tenant:

n2xctl node list --by-tenant

The n2xctl tool will prompt you to select the Tenant for which you want to list nodes:

$ n2xctl node list --by-tenant
n2xctl v0.0.3-20240725171430+88c4863--go1.22.5

n2xctl is a CLI to control the n2x SASE platform.

Find more information at https://n2x.io/docs

ยป Tenant: [default] Default tenant
                                                                 โ”€โ”€โ”€โ”€โ”€ Nodes โ‰ก
โ•โ•โ•โ•โ•โ•โ•โ•โ•
Node List
โ•โ•โ•โ•โ•โ•โ•โ•โ•

NODE NAME / FQDN                    IPv4            FLAGS / ENDPOINT     
--------------------------------------------------------------------------
โ–ˆ node-01                                           [prio-6]                
โ–ˆ node-01.n2x.local                 10.254.0.125    node-01                 
--------------------------------------------------------------------------
โ–ˆ node-02                                           [prio-6]                
--------------------------------------------------------------------------

Enable Networking in Stubby Nodes

Warning

Only Account Administrators or Admin Users can manage nodes.

You can enable networking in stubby nodes either using the n2x.io webUI or CLI (n2xctl):

In the navigation menu on the left, click Nodes and follow these steps:

Enable Networking in Stubby Node

  1. Select the desired Tenant.
  2. Choose the Node you want to configure.
  3. Click on the icon.
  4. Select Configure networking....
  5. Select Enabled option and choose the appropriate Network and Subnet from the available list.

    Enable Networking in Stubby Node

  6. Click Enable Networking and Connect Node to Subnet to save changes.

Use the following command to connect a stubby node to a network:

n2xctl node connect

The n2xctl tool prompts you to specify the following details:

  1. Tenant: Select the tenant associated with the node you want to connect.
  2. Node: Choose the specific node you want to configure networking for.
  3. Network: Pick the appropriate network from the available options.
  4. Subnet: Select the desired subnet within the chosen network.
$ n2xctl node connect 
n2xctl v0.0.3-20240725171430+88c4863--go1.22.5

n2xctl is a CLI to control the n2x SASE platform.

Find more information at https://n2x.io/docs

ยป Tenant: [default] Default tenant
ยป Node: [node-02] Example Node
ยป Network: [net-10-254] Default network
ยป Subnet: [subnet-10-254-0] [net-10-254] default subnet
                                                          โ”€โ”€โ”€โ”€โ”€ Node Details โ‰ก
โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•
Node Information
โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•

Tenant ID   xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Network ID  net-10-254                              
Subnet ID   subnet-10-254-0                         
Node ID     xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Node Name   node-02                                 
Description Example Node                            
Status      [online]             

...

Disable Networking in Connected Nodes

Warning

Only Account Administrators or Admin Users can manage nodes.

You can disable networking in connected nodes either using the n2x.io webUI or CLI (n2xctl):

In the navigation menu on the left, click Nodes and follow these steps:

Disable Networking in Connected Node

  1. Select the desired Tenant.
  2. Choose the Node you want to configure.
  3. Click on the icon.
  4. Select Configure networking....
  5. Select Disabled option.

    Disable Networking in Connected Node

  6. Click Disable Networking (Stubby-Mode) to save changes.

Use the following command to disable networking (Stubby-Mode) in connected nodes:

n2xctl node disable-networking

The n2xctl tool prompts you to specify the following details:

  1. Tenant: Select the tenant associated with the node you want to connect.
  2. Node: Choose the specific node you want to disable networking.
$ n2xctl node disable-networking 
n2xctl v0.0.3-20240725171430+88c4863--go1.22.5

n2xctl is a CLI to control the n2x SASE platform.

Find more information at https://n2x.io/docs

ยป Tenant: [default] Default tenant
ยป Node: [node-02] Example Node
                                                          โ”€โ”€โ”€โ”€โ”€ Node Details โ‰ก
โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•
Node Information
โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•

Tenant ID   xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx    
Node ID     xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx    
Node Name   node-02                                 
Description Example Node                            
Status      [online]       

...

Delete a Node

Warning

Only Account Administrators or Admin Users can manage nodes.

Data Storage on Nodes

Nodes you manage through n2x.io collect data such as metrics or vulnerability reports. This data is stored on the nodes themselves, not on the n2x.io platform. The n2x.io platform only stores information related to the node's configuration (network, subnet or IP address).

Danger

Deleting a node is a permanent action. The node information will be erased from your n2x.io tenant and cannot be recovered.

You can delete a node from your tenant either using the n2x.io webUI or CLI (n2xctl):

In the navigation menu on the left, click Nodes and follow these steps:

Node delete

  1. Select the Tenant.
  2. Select the Node to delete.
  3. Click on the icon.
  4. Click on the Delete node... button.

Info

To permanently delete the node, a confirmation prompt will appear for verification.

Use the following command to delete a node from your tenant:

n2xctl node delete
You will be prompted to select the specific Tenant, and Node to delete:

$ n2xctl node delete
n2xctl v0.0.3-20240725171430+88c4863--go1.22.5

n2xctl is a CLI to control the n2x SASE platform.

Find more information at https://n2x.io/docs

ยป Tenant: [default] Default tenant
ยป Node: [node-01] Example Node

ยป Confirm deletion? Yes

  Done

Uninstall n2x-node agent

Remember to uninstall the n2x-node agent from your device or application. This will help maintain a clean environment and prevent potential configuration issues.