Open Frames Download Complete PDF Send Feedback Print This Page

Previous

Next

SSM60

Do this procedure for each SSM60 in the Chassis. In a Dual Chassis system, do this procedure for both Chassis.

  1. Connect to the SSM using telnet.

    The default password is admin.

  2. Go to Enable mode:
    > en
  3. Go to the Configuration terminal:

    # conf t

  4. Configure all the downlink interfaces:

    # interface range 1/2/1-1/14/1

  5. Configure the MTU:

    # packet-size-limit 9146

  6. Configure the required front panel ports:

    # interface range 1/2/1-1/14/1

    Interfaces 1/15/1 – 1/15/5 = SSM ports 1-5.

  7. Set the required MTU:

    # packet-size-limit 9146

  8. Close the Configuration terminal and save the configuration:

    # end

    # write

Example

# telnet 198.51.100.32
Trying 198.51.100.32...
Connected to 198.51.100.32.
Escape character is '^]'.

User Access Verification
Password:
> en
# conf t
# interface range 1/2/1-1/14/1
# packet-size-limit 9146
# interface range 1/15/1-1/15/5
# packet-size-limit 9146
# end
# write
 
Top of Page ©2014 Check Point Software Technologies Ltd. All rights reserved. Download Complete PDF Send Feedback Print