The
feature configures IPv6 support.IPv6-state
Description |
Use this command to enable or disable IPv6 support. |
|||||
---|---|---|---|---|---|---|
Syntax |
set ipv6-state off set ipv6-state on show ipv6-state |
|||||
Parameters |
|
|
Configure the settings for the system logs, including sending them to a remote server. Make sure to configure the remote server to receive the system logs.
This section includes procedures for configuring system logging to remote servers using the WebUI.
To send system logs using the WebUI:
The Add Remote Server Logging Entry window opens.
To edit system logging settings using the WebUI:
The Edit Remote Server Logging Entry window opens.
To stop sending system logs using the WebUI:
A confirmation window opens.
Description |
Configures system logging settings |
|||||||||
Syntax |
To send system logs to a remote server: add syslog log-remote-address <remote ip> level <severity> To stop sending system logs to a remote server: delete syslog log-remote-address <remote ip> level <severity> To configure the file name of the system log: set syslog filename <file> To show the system logging settings: show syslog all filename log-remote-addresses |
|||||||||
Parameters |
|
|
||||||||
Parameter Values |
|
|
||||||||
Example |
add syslog log-remote-address 192.0.2.1 level all set syslog filename system_logs show syslog filename |
|||||||||
Comments |
There are some command options and parameters that you cannot do using the WebUI. |
0n condition that there is enough available disk space, you can enlarge the log partition.
Note - Disk space is added to the log volume by subtracting it from the space used to store backup images.
|
To show log partition usage, run:
Syntax: |
show volume logs |
Output: |
Logical volume (logs) size:3.00GB, free:2.82GB Free space for future backup images: 15.84GB |
To enlarge the log partition, run:
Syntax: |
|
Example: |
|
Output: |
|
Comments |
|
Telnet is not recommended for remote login because it is not secure. SSH, for example, provides much of the functionality of Telnet with good security. Network access to Gaia using Telnet is disabled by default. However, you can allow Telnet access.
Description |
Allow or disallow network access using Telnet to the Gaia computer |
---|---|
Syntax |
To allow or disallow Telnet access: set net-access telnet on set net-access telnet off To show if Telnet access is allowed or disallowed: show net-access telnet |
You can configure the server responsible for the Gaia WebUI using the web feature. The web feature consists of these commands:
set web daemon-enable VALUE
set web session-timeout VALUE
set web ssl-port VALUE
show web daemon-enable
show web session-timeout
show web ssl-port
Enabling the web daemon
Use this command to enable the web daemon:
Syntax |
set web daemon-enable on | off |
|||||
|
|
|
Setting a web-session timeout
Use this command to define the time (in minutes) after which the HTTP session terminates.
Syntax |
set web session-timeout VALUE |
|||||
|
|
|
Setting an SSL port
Use this command to define a port for SSL
Description |
Specifies the port number on which the WebUI can be accessed when using SSL-secured connections |
|||||
---|---|---|---|---|---|---|
Syntax |
|
|||||
Parameters |
|
|
||||
Comments |
Use this command for initial configuration only. Changing the port number on the command line may cause inconsistency with the setting defined in SmartDashboard. Use SmartDashboard to set the SSL port. Note: This setting does not affect non-SSL connections. Normally this should be left at 443. If you change the port number you will have to change the URL used to access the WebUI: from |
Showing the state of the web daemon
Description |
Use this command to show the state of the web daemon |
---|---|
Syntax |
|
Output |
|
Showing the web session-timeout
Description |
Use this command to show the state of the web session time-out |
---|---|
Syntax |
|
Output |
gw-gaia> show web session-timeout WebSessionTimeout 99 |
Showing the web SSL-port
Description |
Use this command to show the web SSL-port |
---|---|
Syntax |
|
Output |
gw-gaia> show web ssl-port web-ssl-port 443 |
The Allowed-Clients feature lets you specify hosts or networks that are allowed to connect to the WebUI or Command Line interface of the Gaia device.
The Add a New Allowed Client window opens.
All remote hosts can access the Gaia WebUI or CLI.
Enter the IP address of one host.
Enter the IP address of a network and subnet mask.
Description |
Use this command to configure remote access to the Gaia WebUI or CLI |
|||||||
Syntax |
add allowed-client host any-host add allowed-client host ipv4-address VALUE add allowed-client network ipv4-address VALUE mask-length VALUE delete allowed-client host any-host delete allowed-client host ipv4-address VALUE delete allowed-client network ipv4-address VALUE show allowed-client all |
|||||||
Parameters |
|
|
||||||
Example |
add allowed-client host any-host |
|||||||
Output |
|