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

HOW TO ACTIVATE CIL

Status
Not open for further replies.

phrankie

Technical User
Jul 27, 2009
44
NG
Hi all,
i am trying to configure CIL over ethernet, i have done all the configs but when i print, my output is as below
<CLDFP;

FILE ADMINISTRATION DATA

FILE STATE

NPPLOG ACT

IODEV/PATH USER DEVICE STATE PRIORITY
CIL-ETH CIL-0 READY/NOT STARTED A

END

Please does nybody know how i change the device state to started. there must be something i am missing.

Thanks!
phrankie.
 
Do you have an application listening on the correct TCP port on the computer with the ip address that is configured in IONCP?

/Daddy



-----------------------------------------------------
What You See Is What You Get
Never underestimate tha powah of tha google!
 
thanks Daddy,
yes the application uses ftp and is listening, below is my current configs,is there anything else i need to do?

IOEQI:IODEV=CIL-ETH,EQU=1-0-60-04,TYPE=NETWORK,USAGE=OUT;
IONCI:IODEV=CIL-ETH,USER=CIL-0,IP=155.236.225.58,RPORT=21;
CLDFI:FILE=NPPLOG,IODEV=CIL-ETH,USER=CIL-0,PRIO=A;
CLOHI:FILE=NPPLOG,DMPSIZ=1,FORM=6;
CLODI:FILE=NPPLOG,ORI=8&&9;
CLTGI;

thanks!
Phrankie

 
Try to send the CLTGI; once more...

Or: CLTGE; and then CLTGI;

Otherwise restart FIP and NIP on the NIU board.

///doktor
 
Thanks Doktor,after CLTGE the output is PASSIVE as shown below
<CLTGI;
NOT ACCEPTED
CALL LOGGING
ALREADY ASSIGNED
<CLDFP;
FILE ADMINISTRATION DATA
FILE STATE
NPPLOG ACT
IODEV/PATH USER DEVICE STATE PRIORITY
CIL-ETH CIL-0 PASSIVE A

END.
then after
<RFPUI:LIM=1,UNIT=FIP&NIP;

RFPUI:LIM=1,UNIT=FIP&NIP;

SURE? (YES/NO)

<Y;

it returns to READY/NOT STARTED as shown below
<CLDFP;

FILE ADMINISTRATION DATA

FILE STATE

NPPLOG ACT

IODEV/PATH USER DEVICE STATE PRIORITY
CIL-ETH CIL-0 READY/NOT STARTED A

END

what might be responsible for this?

Thanks!
Phrankie!
 
euh ftp?

you need some sort of telnetserver listening on the defined port. The pbx will send the cil strings in clear text, this will not work with ftp.

/Daddy

-----------------------------------------------------
What You See Is What You Get
Never underestimate tha powah of tha google!
 
... Otherwise you cannot start the service in the MX/MD...

///doktor
 
Guys,
thanks a lot for all the help so far (sorry for delayed response),
Please how do i make my server run as a telnet server or is there an alternative way around this?
guess that makes the MD/MX the client right?

4give me bt i really need all the details as much as possible.

Phrankie!
 
indeed, the pbx acts as a client.

there are loads of free telnet servers to find on the net.

/Daddy

-----------------------------------------------------
What You See Is What You Get
Never underestimate tha powah of tha google!
 
yeah!!! i finally got it, thanks a lot guys i'm very grateful,it worked yesterday, i used portpeeker and i got output,indeed port 21 did not work i used 3800. thanks again.

Phrankie.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top