Actions

Accessing Device: Difference between revisions

(remove product family)
mNo edit summary
 
Line 1: Line 1:
{{DISPLAYTITLE:Accessing Device}}
There are 3 ways to access the [[Tmedia]], [[Tsig]] or [[Tsbc]].
There are 3 ways to access the [[Tmedia]], [[Tsig]] or [[Tsbc]].


Line 9: Line 11:
== SSH ==
== SSH ==


The SSH connection is used to manage the device like [[TMG:Change_Management_IP_Address|changing the management IP address]], modifying the default password of the management interface or for advanced troubleshooting.<br />
The SSH connection is used to manage the device for operations, such as [[TMG:Change_Management_IP_Address|changing the management IP address]], modifying the default password of the management interface, or for advanced troubleshooting.<br />


[http://www.putty.org/ Putty] is a common tool for accessing devices using SSH. With this tools, you need to enter the IP address of the management port and select the SSH connection type (default TCP port is 22).  From any linux server, you can use the SSH command line option. Other tools are also available.
[http://www.putty.org/ Putty] is a common tool for accessing devices using SSH. With this tool, you need to enter the IP address of the management port and select the SSH connection type (default TCP port is 22).  From any linux server, you can use the SSH command line option. Other tools are also available.


See section 'Connecting to the Management Interface' of your product [[Product_Installation|installation guide]] for more information.
See 'Connecting to the Management Interface' of your product [[Product_Installation|installation guide]] for more information.


== Serial Connection ==
== Serial Connection ==


The serial connection is used when the SSH connection is unavailable or for advanced troubleshooting.<br />
The serial connection is used when the SSH connection is unavailable, or for advanced troubleshooting operations.<br />


[http://www.putty.org/ Putty] can be used to access the serial port using standard parameters: 9600-8-N-1.
[http://www.putty.org/ Putty] can be used to access the serial port using standard parameters: 9600-8-N-1.


See section 'Connecting to the Serial Port' of your product  [[Product_Installation|installation guide]] for more information.
See 'Connecting to the Serial Port' of your product  [[Product_Installation|installation guide]] for more information.


== Related Links ==
== Related Links ==

Latest revision as of 10:49, 30 May 2022


There are 3 ways to access the Tmedia, Tsig or Tsbc.

Web Portal

The web portal is used to configure the line interfaces, signaling stacks, routes, and more.

It is also used to retrieve status about the system. See Web Portal for more information.

SSH

The SSH connection is used to manage the device for operations, such as changing the management IP address, modifying the default password of the management interface, or for advanced troubleshooting.

Putty is a common tool for accessing devices using SSH. With this tool, you need to enter the IP address of the management port and select the SSH connection type (default TCP port is 22). From any linux server, you can use the SSH command line option. Other tools are also available.

See 'Connecting to the Management Interface' of your product installation guide for more information.

Serial Connection

The serial connection is used when the SSH connection is unavailable, or for advanced troubleshooting operations.

Putty can be used to access the serial port using standard parameters: 9600-8-N-1.

See 'Connecting to the Serial Port' of your product installation guide for more information.

Related Links