Print Download PDF Send Feedback

Previous

Next

Basic Configuration Using gclish

Use the gclish shell for basic system configuration.

Virtual Context

To:

Run

Applicable Modes

Move to a different virtual context

# set virtual-system <vsid>

VSX Gateway

Interfaces

To:

Run

Applicable Modes

Set an IPv4 address on an interface

# set interface eth1-01 ipv4-address 192.0.20.10 mask-length 24

Security Gateway

Show the IPv4 interface address

# show interface eth1-01 ipv4-address

Security Gateway

VSX Gateway

Delete the IPv4 address from an interface

# delete interface eth1-01 ipv4-address

Security Gateway

Hostname

To:

Run

Applicable Modes

Set the hostname

# set hostname <security system name>

Each SGM gets its local identity as suffix. For example:
gcp-X1000-ch01-04

Security Gateway

VSX Gateway

Show the hostname

# show hostname

Security Gateway

VSX Gateway

Routes

To:

Run

Applicable Modes

Set a default route

# set static-route default nexthop gateway address 192.0.20.1 on

Security Gateway

Show the route table

# show route

Security Gateway

VSX Gateway

Bonds

To:

Run

Applicable Modes

Create a bond and assign an interface to it

# add bonding group 1000 interface eth2-03

Security Gateway

VSX Gateway

Show existing bonds

# show bonding groups

Security Gateway

VSX Gateway

VLANs

To:

Run

Applicable Modes

Add a VLAN interface

# add interface eth2-02 vlan 1023

Security Gateway

Show a VLAN interface

# show interface eth2-02 vlans

Security Gateway

VSX Gateway

Image Management (Snapshots)

To:

Run

Applicable Modes

Add a snapshot

# add snapshot <snapshot name> desc <description>

Security Gateway

VSX Gateway

Revert to a snapshot

# set snapshot revert <snapshot name>

Security Gateway

VSX Gateway

Show snapshots and monitor snapshot progress

# show snapshots

Security Gateway

VSX Gateway