UR - Gateway Telnet Traces: Difference between revisions

From Ultiroam User Docs
Jump to navigation Jump to search
m (Administrator moved page UR - Debug Gateway to UR - Gateway Telnet Traces)
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''Firstly you need to create a Telnet session to the UR Gateway.'''
'''Firstly you need to create a Telnet session to the UR Gateway.'''


 
Once connected over telnet, enter the following commands:<syntaxhighlight lang="text">
 
Then enter the following commands:<syntaxhighlight lang="text">
ROS>en
ROS>en
ROS#sh detail
ROS#sh detail
Line 10: Line 8:
ROS(config)#ex
ROS(config)#ex
ROS#^ada
ROS#^ada
ROS(ada)#cmd 53 19 x y 0
ROS(ada)#cmd 53 19 x y 1
ROS(ADA)#turnon 84
ROS(ADA)#turnon 84
ROS(ADA)#turnon 53
ROS(ADA)#turnon 53


</syntaxhighlight>'''x''' and '''y''' values above have to be replaced by '''first port number''' and '''last port number''' to track.  
</syntaxhighlight>'''IMPORTANT: x''' and '''y''' values above have to be replaced by '''first port number''' and '''last port number''' to trace.
 
For instance: 'cmd 53 19 0 3 1' to enable trace on ports 0 to 3.


For instance: 'cmd 53 19 0 3 0' to trace ports 0 to 3.
And 'cmd 53 19 0 3 0' will disable trace on ports 0 to 3.


'''Operations:'''
'''Operations:'''


One the above settings have been properly entered, then proceed with the operation which exhibit the problem we want to solve.
Once the above settings have been properly entered,


Then save the full telnet session to a file.
* Proceed with the operation which exhibit the problem we want to solve,
* Save the full telnet session to a file.


Send this file to support (https://support.ultiroam.com, create a ticket and attach this file to it).
Finally, send this file to support (https://support.ultiroam.com, create a ticket and attach this file to it).

Latest revision as of 08:56, 19 August 2024

Firstly you need to create a Telnet session to the UR Gateway.

Once connected over telnet, enter the following commands:

ROS>en
ROS#sh detail
ROS#^config
ROS(config)#deb port all
ROS(config)#ex
ROS#^ada
ROS(ada)#cmd 53 19 x y 1
ROS(ADA)#turnon 84
ROS(ADA)#turnon 53

IMPORTANT: x and y values above have to be replaced by first port number and last port number to trace.

For instance: 'cmd 53 19 0 3 1' to enable trace on ports 0 to 3.

And 'cmd 53 19 0 3 0' will disable trace on ports 0 to 3.

Operations:

Once the above settings have been properly entered,

  • Proceed with the operation which exhibit the problem we want to solve,
  • Save the full telnet session to a file.

Finally, send this file to support (https://support.ultiroam.com, create a ticket and attach this file to it).