Open Frames Download Complete PDF Send Feedback Print This Page

Previous

Next

SSM60 CLI

  1. Connect to a serial port on the front panel of the SSM.

    The SSM60 has two serial ports, one for the fabric switch (data ports) and one for the base switch (management ports).

  2. In your terminal emulation program, set the baud rate to 9600.
  3. Enter admin for the password.
  4. Give read-write permissions to the system:

    > enable

  5. Enter ? for a list of available commands and usage.

    Note - Load balancing commands are run on the fabric switch only.

  6. Open a telnet session from one of the SGMs.
  7. Ping these address to make sure you have connectivity to the SSMs:

SSM

Switch

IP address

1

 

Base

198.51.100.31

Fabric

198.51.100.32

2

 

Base

198.51.100.231

Fabric

198.51.100.232

  1. Telnet from the SGM to the SSM
  2. Enter admin for the password.
  3. Give read-write permissions to the system:

    > enable

  4. Enter ? for a list of available commands and usage.

When connected, you can use these troubleshooting commands:

To

Run:

View the current configuration

# show running-config

View current ports status

# show interface

View interface statistics

# show interface <interface_id> statistics [extended]

View SSM logs

# show log buffer

Modify the group of SGMs amongst which the load is distributed

# configure terminal

(config)# load-balance mtx-bucket {<sgm_id1>,<sgm_id2>...}

(config)# load-balance apply

Note: The command does not work if you have an odd number of SGMs in the group. For example, do not run:

#load-balance mtx-bucket 1,2,3

Run:

#load-balance mtx-bucket 1,2,3,1,2,3

 
Top of Page ©2014 Check Point Software Technologies Ltd. All rights reserved. Download Complete PDF Send Feedback Print