Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

hi ... can someone please assist me

Status
Not open for further replies.

joitec

Technical User
Jan 31, 2020
6
0
0
ZA
hi ... can someone please assist me with information on running a ccs trace on a specific plid on the mitel?
 
You can use this command to see what plids you are currently tracing (default is all):

Code:
ccs trace show context

Use this to limit ccs trace to certain plids:

Code:
ccs trace set context <plid>

To limit tracing to an E1 circuit for instance, you would need to set context individually for all 30 channels. You can't use one set context for the whole link.

To reset back to default (all):

Code:
ccs trace clear context

Look under Maintenance / Commands / CCS in the embedded help for more information.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top