Skip to content

"network" command

Casey Reid edited this page Jul 18, 2021 · 2 revisions

Purpose

Networks in Tenable.io have two main purposes; to separate assets due to overlapping IPs space or separate ephemeral assets from their long-lived counterparts. The network command allows you to create and configure networks as well as move scanners between networks.

Command Options

  • change --> Change the Asset Age Out of a network
    • --age TEXT --> Change the Asset Age Out - 90days or more [required]
    • --net TEXT --> Select Network ID [required]
  • display --> Display Assets in a Network
    • --net TEXT --> Network UUID [required]
  • move --> Move a Scanner to a New Network
    • --net TEXT --> Network Name or Network UUID
    • --scanner TEXT --> Scanner Name or Scanner UUID
    • --c TEXT --> Move Assets from This Tag Category
    • --v TEXT --> Move Assets from This Tag Value
    • --source TEXT --> Source Network UUID
  • new --> Create a new Network

Examples

Change the Asset Age out of a network

navi network change 01eecc49-441b-473e-ae7c-51ffd5c177f7 --age 7

Display assets in a network

navi network display --net 01eecc49-441b-473e-ae7c-51ffd5c177f7

Move assets from one network to another by tag

navi network move --net 01eecc49-441b-473e-ae7c-51ffd5c177f7 --c "my tag category" --v "my tag value" --source 00000000-0000-0000-0000-000000000000
Clone this wiki locally