Troubleshooting guide
3-27
Cisco Broadband Local Integrated Services Solution Troubleshooting Guide
OL-5169-01
Chapter 3 Trouble Isolation Procedures
Component States
• Static State (static-state). Valid values for the static-state token are:
–
UEQP—Unequipped resource is not commissioned. Resource is not registered.
–
LBLK—Termination is locally blocked: either manually taken OOS/MAINT (block reason can
be MANUAL-OOS, MAINT-OOS), or automatically went out of service.
–
RBLK—Termination is remotely blocked (blocked by remote side).
–
ACTV—Available.
–
All—Returns all possible static states.
The following command example returns only those terminations that are locally blocked (if any):
CLI> status trunk-termination tgn-id=101; cic=1-24; static-state=lblk;
•
Dynamic State (dynamic-state). Valid values for the dynamic-state token are:
–
IBSY—Trunk-termination is involved in an incoming active call.
–
OBSY—Trunk-termination is involved in an outgoing active call.
–
TRNS—Transient maintenance state (sent maintenance signaling message and waiting for
response).
–
IDLE—Termination is not involved in a call.
–
IBSY-TRNS—Termination is involved in an incoming transient call.
–
OBSY-TRNS—Termination is involved in an outgoing transient call.
–
ALL—All possible dynamic states.
The following command example returns only those terminations that are idle (if any):
CLI> status trunk-termination tgn-id=101; cic=1-24; dynamic-state=idle;
•
Off-normal State (off-normal)
–
Yes—Return all terminations in off-normal state.
–
No—Return all terminations in normal state.
The following command example returns only those terminations in an off-normal state (if any).
CLI> status trunk-termination tgn-id=101; cic=1-24; off-normal=yes;
A termination is in an off-normal state when it is not in one of the state combinations shown in
Table 3-7.
• Source (source)—Specifies whether to query the Call Agent or the Element Management System
(EMS) for status information. It is an optional token.
–
EMS (Default)—Query the local EMS database for most current status.
–
AGENT—Query the remote Call Agent database for most current status.
The following command example returns the current status of the Call Agent:
CLI> status trunk-termination tgn-id=101; cic=1-24; source=AGENT;