Manual Chapter : Using tmsh (common elements)

Applies To:

Show Versions Show Versions

BIG-IP AAM

  • 15.0.1, 15.0.0

BIG-IP APM

  • 15.0.1, 15.0.0

BIG-IP LTM

  • 15.0.1, 15.0.0

BIG-IP AFM

  • 15.0.1, 15.0.0

BIG-IP DNS

  • 15.0.1, 15.0.0

BIG-IP ASM

  • 15.0.1, 15.0.0
Manual Chapter

Using tmsh (common elements)

  1. Connect to the system using the serial console.
  2. Connect to the blade using the serial console.
  3. Connect to the system using the serial console or by opening an SSH session.
  4. Connect to your F5 system using the serial console or by opening an SSH session.
  5. Open an SSH session, where
    <ip addr>
    is the IP address that you configured for AOM.
    ssh root@
    <ip addr>
  6. Log in to the command-line interface of the system using the root account.
  7. Log in to the command-line interface of the system using an administrative account.
  8. Type the root password.
  9. Open the TMOS Shell (
    tmsh
    ).
    tmsh
  10. Change to the network module.
    net
    The system prompt updates with the module name:
    user@bigip01(Active)(/Common)(tmos.net)#
    user@bigiq01(Active)(/Common)(tmos.net)#
  11. Change to the system module.
    sys
    The system prompt updates with the module name:
    user@bigip01(Active)(/Common)(tmos.sys)#
    user@bigiq01(Active)(/Common)(tmos.sys)#