Troubleshooting guide

3-26
Cisco Broadband Local Integrated Services Solution Troubleshooting Guide
OL-5169-01
Chapter 3 Trouble Isolation Procedures
Component States
Trunk Termination Status—Optional Tokens
The following optional tokens can be used with the status trunk-termination command. They expand the
range of useful information returned. Either all, or none of the tokens can be used, with the exception of
the off-normal token, which must be used by itself (without any other tokens).
Administrative State (admin-state). Valid values are:
UEQP—Unequipped; resource is not commissioned. Resource is not registered.
OOS—Termination was manually controlled out of service.
INS—Termination was manually controlled in service, but operationally may be available or
unavailable.
OOS-PENDING—Termination was manually controlled out of service with the graceful mode,
termination is still involved in a call.
MAINT—Termination was in maintenance mode, can run diagnostic commands.
MAINT-PENDING—Termination was manually controlled to the MAINT state, but
termination is still involved in call.
ALL—Return all possible states.
The following command example returns only those trunk terminations that are in administrative
state OOS (if any), and operating state IDLE (if any):
CLI> status trunk-termination tgn-id=12; cic=1-1000; admin-state=OOS;
oper-state=idle
Operating State (oper-state). Valid values for the oper-state token are:
FA—Includes FAULTY, UNREACH, TEMP-DOWN, and DOWN.
FAULTY—The MGCP endpoint returned a permanent error code.
UNREACH—The MGCP endpoint was declared as not reachable. This indicates gateway
connectivity problems.
TEMP-DOWN—The MGCP endpoint is temporarily down.
DOWN—MGCP endpoint is down because GW termination has sent an RSIP-down message.
NF—Includes INT-MAINT, IDLE, BUSY, and ACTIVE.
INT-MAINT—Internal error recovery is in progress.
IDLE—Termination is not involved in a call, but is available.
BUSY— Termination is involved in transient call.
ACTIVE—Termination is involved in stable call.
UEQP—Termination is not equipped.
ALL—Returns all possible operational states.
The following command example returns only those trunk terminations that are FA (if any):
CLI> status trunk-termination tgn-id=12; cic=ALL; oper-state=FA;