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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Find out what card in the slot

Status
Not open for further replies.

ccarmock

Technical User
Oct 23, 2005
263
GB
In carrying out some remote programming on an Option 81C (4.5 software) is there anyway to find out what card the switch thinks it has in a given slot?

if you use LD 32 to stat a given slot number where no phones are built it just shows CARD UNEQU.

So before building either analogue or digital sets it would be good to find out what card is in a given slot.


Regards
Clive
 
Try using
Code:
LD 32
.IDC X
for that slot, where X equals the slot number. I am not sure if it will work without something configured on that slot, but it is worth a shot.

I don't have a Nortel PBX to play with anymore (sad).

Hope this helps,

Scott M.
 
Try this:
>ld 32
NPR000
.supl 4 *********Superloop Number******

TYPE = XNET
XPE0 = 01 0 3 ****01 is controller Number***
SLOT = LEFT
.idcs 1 ***** ID cards on shelf controller #**
CARD 00 => NT8D14BA 1102W900000000000000000
CARD 01 => NT8D14BA 0906EC00000000000000000
CARD 02 => NT8D02AB 0702N500000000000000000
CARD 03 => NT8D02AB 0702N400000000000000000
CARD 04 => NT8D02AB 0702MV00000000000000000
CARD 05 => NT8D02AB 0702N200000000000000000
CARD 06 => NT8D02AB 0702MX00000000000000000
CARD 07 => NT8D02AB 0702KP00000000000000000
CARD 08 => NT8D02AB 04061S00000000000000000
.

That should do the trick. If you have a XPE1 use that for shelf 1 cards.

sporty2
 
the number flashing on your controller card is the xpe number.. ld 97 prt xpe return will give you all the xpe numbers in use.. ld 97 prt supl will show you the xpe of shelf x 0 and x 1..

prt xpe shows me the xpe 4 5 for loop 20. prt supl shows me that xpe 4 is used for 20 0 and xpe 5 is used for 20 1..

then ld 32
idcs 4 will show me all the cards on shelf 4 0.. none of that works on an 11.. an 11 uses idc 3 to show the card in that slot.. so does stat 3, if the card has at least one set programed

john poole
bellsouth business
columbia,sc
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top