sim nonaccel

Description

  • Sets the specified interfaces as non-accelerated.

  • Clears the specified interfaces from non-accelerated state.

Important:

The same SecureXL command must run on all Security Group Members.

Therefore, you must run the SecureXL commands in either Gaia gClish, or Expert mode.

  • In Gaia gClish, run the "sim ..." and "sim6 ..." commands.

  • In the Expert mode, run the "g_sim ..." and "g_sim6 ..." commands.

Syntax for IPv4

sim [-i <SecureXL ID>] nonaccel

      -c <Name of Interface 1> [<Name of Interface 2> ... <Name of Interface N>]

      -s <Name of Interface 1> [<Name of Interface 2> ... <Name of Interface N>]

Syntax for IPv6

sim6 nonaccel

      -c <Name of Interface 1> [<Name of Interface 2> ... <Name of Interface N>]

      -s <Name of Interface 1> [<Name of Interface 2> ... <Name of Interface N>]

Parameters

Parameter

Description

-i <SecureXL ID>

Specifies the SecureXL instance ID (for IPv4 only).

-c

Sets the specified interfaces as non-accelerated.

-s

Clears the specified interfaces from non-accelerated state.

<Name of Interface>

Specifies the interface.

Example

[Expert@MyChassis-ch0x-0x:0]# sim nonaccel -s eth0
Interface eth0 set as non-accelerated.
 
Note: Changes will not take affect until the next time acceleration
      is started or the relevant interface(s) are restarted.
[Expert@MyChassis-ch0x-0x:0]#
 
[Expert@MyChassis-ch0x-0x:0]# sim nonaccel -c eth0
Interface eth0 set as accelerated.
 
Note: Changes will not take affect until the next time acceleration
      is started or the relevant interface(s) are restarted.
[Expert@MyChassis-ch0x-0x:0]#