Name
[Windows Manager]
Installation_folder\SVROR\Manager\bin\rcxadm firewall - display of firewall information
[Linux Manager]
/opt/FJSVrcvmr/bin/rcxadm firewall - display of firewall information
Format
rcxadm firewall list [-ruleset] rcxadm firewall log -name name rcxadm firewall show -name name
Description
rcxadm firewall is the command used to display the information of firewalls.
Subcommands
Displays a list of firewalls.
The following detailed information is displayed:
Item Name | Description |
---|---|
NAME | Firewall name |
RESOURCE_ID | Resource ID assigned to the firewall |
TYPE | Type "Firewall" is displayed. |
RULESET_NAME | Ruleset name used by the Auto-Configuration function |
DEVICE_NAME | Network device name in use |
Item Name | Description |
---|---|
TYPE | Type "Firewall" is displayed. |
RULESET_NAME | Ruleset name used by the Auto-Configuration function |
MAX_SEGMENT | The maximum number of segments that can be defined |
MAX_SERVER | The maximum number of servers that can be defined |
DESCRIPTION | Descriptions of a ruleset |
Displays up to 10 generations of the auto-configuration history for the network device.
The following detailed information is displayed:
Item Name | Description |
---|---|
Name | Firewall name |
Resource ID | Resource ID assigned to the firewall |
Type | Type "Firewall" is displayed. |
Tenant Name | Name of the tenant where the firewall is deployed |
L-Platform Name | Name of the L-Platform where the firewall is deployed |
Ruleset Name | Ruleset name used by the Auto-Configuration function |
ParameterFile Name | Parameter file name used by the ruleset |
Device Name | Network device name in use |
Vendor Name | Name of the vendor who provides the network device (firewall) |
Product Name | Product name of the network device (firewall) |
Model Name | Model name of the network device (firewall) |
Status | Status of the network device (firewall) |
History | History information of auto-configuration for the firewall (up to 10 generations) The following information is displayed for each generation:
|
Displays the detailed information for a network device.
The following detailed information is displayed:
Item Name | Description |
---|---|
Name | Firewall name |
Resource ID | Resource ID assigned to the firewall |
Type | Type "Firewall" is displayed. |
Tenant Name | Name of the tenant where the firewall is deployed |
L-Platform Name | Name of the L-Platform where the firewall is deployed |
Ruleset Name | Ruleset name used by the Auto-Configuration function |
ParameterFile Name | Parameter file name used by the ruleset |
Device Name | Network device name in use |
Vendor Name | Name of the vendor who provides the network device (firewall) |
Product Name | Product name of the network device (firewall) |
Model Name | Model name of the network device (firewall) |
Status | Status of the network device (firewall) |
Options
In name, specify the firewall name.
Use this option to display a list of rulesets.
Examples
To display the list of firewall information:
>rcxadm firewall list <RETURN>
NAME RESOURCE_ID TYPE RULESET_NAME DEVICE_NAME
--------------- ----------- ---- --------------------- -----------
Firewall1 FW-001 Firewall FW_RULE1 IPCOM01
Firewall2 FW-002 Firewall FW_RULE2 IPCOM02 |
To display the list of firewall rulesets:
>rcxadm firewall list -ruleset <RETURN>
TYPE RULESET_NAME MAX_SEGMENT MAX_SERVER DESCRIPTION
---- ------------ ----------- ---------- -----------
Firewall FW_RULE1 1 20 HTTP(80) pass
Firewall FW_RULE2 3 50 HTTP(80)/HTTPS(443) pass |
To display the detailed information for a firewall:
>rcxadm firewall show -name firewall1 <RETURN>
Name: firewall1
Resource ID: FW-001
Type: Firewall
Tenant Name: TenantA
L-Platform Name: L-Platform1
Ruleset Name: FW_RULE1
ParameterFile Name: default_param01.prm
Device Name: IPCOM01
Vendor Name: Fujitsu
Product Name: IPCOMEXSC
Model Name: IPCOMEX2000A_SC
Status: Normal |
To display the history information of a firewall.
>rcxadm firewall log -name firewall1 <RETURN>
Name: firewall1
Resource ID: FW-001
Type: Firewall
Tenant Name: TenantA
L-Platform Name: L-Platform1
Ruleset Name: FW_RULE1
ParameterFile Name: default_param01.prm
Device Name: IPCOM01
Vendor Name: Fujitsu
Product Name: IPCOMEXSC
Model Name: IPCOMEX2000A_SC
Status: Normal
History:
00 Run Script Name: create Time: 2011/03/30 Wed 00:16:00 Result: normal
01 Run Script Name: modify Time: 2011/03/30 Wed 10:31:00 Result: normal
02 Run Script Name: modify Time: 2011/04/06 Wed 12:10:26 Result: normal
...
09 Run Script Name: modify Time: 2011/04/27 Wed 08:45:10 Result: normal |
Information
When auto-configuration is set for redundancy configuration network devices, the information after Device Name is displayed for each network device in the detailed information or the history information.
While the firewall is being created, if the detailed information or the history information is displayed, a hyphen "-" may be displayed for the information after Device Name.
The serial number for each network device being used is only displayed for the network devices using simple configuration mode.