The information displayed in the network view in the NetworkViewer can be output as a CSV file.
Point
The current resource list and the latest link information can be easily checked.
The procedure for outputting the view information is as given below.
Click the [Action] button in the network view.
A list of actions is displayed.
Select "Export View Information" from the list of actions.
The current network view information can be output in CSV format.
The CSV file is output in the following format.
When the physical map or the physical list is displayed
[Node] resource_name,resource_ip,resource_status,unit1,unit2,type : [Link] resource_name_1,resource_ip_1,port_name_1,port_status_1,resource_name2,resource_ip_2,port_name_2,port_status_2 :
Column | Description | Output Example |
---|---|---|
resource_name | The name of the resource is output. | vm_guest_1 |
resource_ip | The admin LAN IP address of the resource is output. | 192.168.10.60 |
resource_status | The status of the resource is output. | normal |
unit1 | The name of the chassis in which the resource is stored is output. | chassis_1 |
unit2 | The name of the chassis in which the resource is stored is output. | vm_host_1 |
type | The type of the resource is output.
| VM Guest |
Information
When the list is sorted by specific items, the resources are output in the [Node] area in the CSV file in the sorted order.
When filtering resources, only the filtered information is output.
Column | Description | Output Example | |
---|---|---|---|
Link connection source port information | resource_name_1 | The name of the connection source resource is output. | catalyst_1 |
resource_ip_1 | The IP address of the connection source resource is output. | 192.168.10.62 | |
port_name_1 | The name of the port of the connection source resource is output. | Gi1/0/4 | |
port_status_1 | The status of the port of the connection source resource is output. | normal | |
Link connection target port information | resource_name_2 | The name of the connection target resource is output. | srx_1 |
resource_ip_2 | The IP address of the connection target resource is output. | 192.168.10.63 | |
port_name_2 | The name of the port of the connection target resource is output. | 4 | |
port_status_2 | The status of the port of the connection target resource is output. | normal |
Information
This is output in random order.
When the resources are filtered, the link information for which both connection source and target resources are displayed is output in the [Link] area.
When the logical map or the logical list is displayed
name,label,comment,status,lplatform,type :
Column | Description | Output Example |
---|---|---|
name | The name of the resource is output. | Web1-1 |
label | The label displayed on the [Resource] tab of the ROR console is output. | WebServer1 |
comment | The comment displayed on the [Resource] tab of the ROR console is output. | WebServer1 |
status | The status of the resource is output. | normal |
lplatform | The name of the L-Platform on which the resource is deployed is output. | A-3tier-system |
type | One of the following is output as the resource type:
| L-Server |
Information
When the list is sorted by specific items, the resources are output in the CSV file in the sorted order.
When filtering resources, only the filtered information is output.