Troubleshooting guide
3-18
Cisco Broadband Local Integrated Services Solution Troubleshooting Guide
OL-5169-01
Chapter 3 Trouble Isolation Procedures
Component States
Administrative State Token
The Administrative State (admin-state) token returns the administrative state of the subscriber
termination. Valid values are:
• UEQP—Unequipped; resource is not commissioned. Resource is not registered.
• OOS—Termination was manually controlled out of service.
• INSQ—Termination was manually controlled in service, but operationally may be available or
unavailable.
• OOS-PENDING—Termination was manually controlled out of service with mode graceful,
termination is still involved in a call.
• MAINT—Termination was in maintenance mode, can run diagnostic commands.
• MAINT-PENDING—Termination was manually controlled to 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 Token
The Operating State (oper-state) token expands the range of useful information returned by the status
subscriber-termination command.
Valid values for the oper-state token are:
• FA—Faulty
• NF—Not faulty
• IDLE—Termination idle
• ACTIVE—Termination active
• DOWN—Termination down
• TERM-FA—Termination fault
• TEMP-DOWN—Termination temporarily down
• UNREACH—Termination unreachable
• INT-MAINT—Termination internal maintenance
• UEQP—Termination unequipped
• ALL—All states, same as executing command without oper-state token
The following example returns only those subscriber terminations that are FA (if any):
CLI> status subscriber-termination id=*@ubr235; oper-state=FA;