Chassis Control (asg_chassis_ctrl)

Description

Use the Chassis Control utility to monitor and configure SSMs and CMMs with different commands and parameters.

Chassis Control is based on SNMP communication between the Chassis and its components.

Syntax

asg_chassis_ctrl <Option> <Parameters>

You can run this command in Gaia gClishClosed The name of the global command line shell in Check Point Gaia operating system for Security Gateway Modules. Commands you run in this shell apply to all Security Gateway Module in the Security Group. or Expert mode.

Options and Parameters

Options and Parameters

Description

help [-v]

Shows help messages in Verbose Mode.

active_sgms

Shows all installed SGMs.

active_ssm

Shows active SSMs.

An SSM that is not installed or is in the DOWN state, does not appear as Active.

get_fans_status

Shows the health status of the Chassis fans.

get_lb_dist {<SSM ID> | all}

Shows the current distribution matrix from the specified SSM or all SSMs.

The matrix is a table containing SGM IDs and used to determine to which other SGMs a packet should be forwarded.

get_ssm_firmware {<SSM ID> | all}

Shows the firmware version of the specified SSM or all SSMs.

get_ssm_type {<SSM ID> | all}

Shows the model of the specified SSM or all SSMs.

get_psu_status

Shows the current status of the AC PSUs.

get_pems_status

Shows the current status of the DC PEMs.

get_cmm_status

Shows the current status of the CMMs.

get_cpus_temp <SGM ID>

Shows temperatures of the specified SGM CPUs.

get_dist_md5sum

Shows the MD5 of the distribution matrix for the given SSM.

Comparing this checksum against the checksum on other SSMs and verifies that they are synchronized.

get_ports_stat <SSM ID>

Prints the port status for the specified SSM.

get_dist_mode <SSM ID>

Shows the port Distribution Mode for the specified SSM.

get_dist_mask <SSM ID>

Shows a summary of the distribution masks in the different modes.

get_matrix_size <SSM ID>

Shows the size, in bytes, of the SSM distribution matrix.

get_sel_info <CMM ID>

Shows data from the specified CMM event.

This information is useful for troubleshooting and system forensics.

restart_ssm <SSM IDgt;

Restarts the specified SSM.

restart_cmm <CMM ID>

Restarts the specified CMM.

start_ssm <SSM ID>

Starts the specified SSM.

shutdown_ssm <smm_id>

Shuts down the specified SSM.

mib2_stats <SSM ID> <Port ID> [<Error Type>]

Shows MIB2 statistics for the specified SSM and port.

get_bmac <SSM ID>

Shows SGM MAC addresses from the SSM.

get_power_type

Shows the Chassis input power type (AC or DC).

get_ac_power_type

Shows the AC power type.

jumbo_frames {enable | disable | show} <SSM ID>

Enables, disables or shows Jumbo Frames on an SSM160/SSM440.

set_port_mtu <SSM ID> <Port ID> <MTU Size>

Sets the port MTU size for the specified SSM and port.

  • <SSM ID> - SSM identifier (from 1 to 4, or all)

  • <Port ID> - Port number

  • <MTU Size> - This MTU size can be one of these values:

    • An integer value up to 12,288

    • max - Maximum supported MTU size

    • default - System default MTU size (typically, 1544)

get_port_mtu <SSM ID> <Port ID>

Shows the MTU for the specified SSM and port.

get_port_media_details <SSM ID>

Shows port information.

get_pem_cb_status

Shows DC PEM status.

enable_port

Enables the port.

disable_port

Disables the port.

Notes:

  • To see the full syntax for an option, enter the command and option without parameters.

  • To make sure the Chassis Control commands work correctly in a Dual Chassis configuration, run this command on each Chassis.

Example

[Expert@MyChassis-ch0x-0x:0]# asg_chassis_ctrl get_cmm_status

Getting CMM(s) status

CMM #1 -> Health: 1, Active: 1

CMM #2 -> Health: 1, Active: 0

Active CMM firmware version: 2.83

[Expert@MyChassis-ch0x-0x:0]#