Mailing List Archive

about JUNOScript
Hi all,
I have got this problem:
> edit
Entering configuration mode

[edit]
# activate system services xnm-clear-text
warning: statement not found
Why I can't set my JUNOScript Server?

yours,
George
about JUNOScript [ In reply to ]
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C29634.F70196DC
Content-Type: text/plain;
charset="iso-8859-1"

George,

I would say that the option 'xnm-clear-text' cannot be activated without
first defining the connection limit and rate limit (or setting to default).

neil@lab-01# show system services
ftp {
connection-limit 10;
rate-limit 10;
}
ssh {
connection-limit 10;
rate-limit 10;
}
telnet {
connection-limit 10;
rate-limit 10;
}
xnm-clear-text {
connection-limit 10;
rate-limit 10;
}


neil@lab-01# deactivate system services xnm-clear-text

[edit]
neil@lab-01# activate system services xnm-clear-text


BTW, this is similar to other services (i.e. ftp);

[edit]
neil@lab-01# delete system services ftp

[edit]
neil@lab-01# commit
commit complete

[edit]
neil@lab-01# activate system services ftp
warning: statement not found


I would suggest first creating the service (xnm-clear-text);
neil@lab-01# set system services xnm-clear-text connection-limit 10
rate-limit 10



Neil.

-----Original Message-----
From: George [mailto:xjhuang@eastcom-ca.com]
Sent: 26 November 2002 09:27
To: juniper-nsp@puck.nether.net
Subject: [j-nsp] about JUNOScript


Hi all,
I have got this problem:
> edit
Entering configuration mode

[edit]
# activate system services xnm-clear-text
warning: statement not found
Why I can't set my JUNOScript Server?

yours,
George




_______________________________________________
juniper-nsp mailing list juniper-nsp@puck.nether.net
http://puck.nether.net/mailman/listinfo/juniper-nsp

------_=_NextPart_001_01C29634.F70196DC
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2655.35">
<TITLE>RE: [j-nsp] about JUNOScript</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=3D2>George,</FONT>
</P>

<P><FONT SIZE=3D2>I would say that the option 'xnm-clear-text' cannot =
be activated without first defining the connection limit and rate limit =
(or setting to default). </FONT></P>

<P><FONT SIZE=3D2>neil@lab-01# show system services</FONT>
<BR><FONT SIZE=3D2>ftp {</FONT>
<BR><FONT SIZE=3D2>&nbsp;&nbsp;&nbsp; connection-limit 10;</FONT>
<BR><FONT SIZE=3D2>&nbsp;&nbsp;&nbsp; rate-limit 10;</FONT>
<BR><FONT SIZE=3D2>}</FONT>
<BR><FONT SIZE=3D2>ssh {</FONT>
<BR><FONT SIZE=3D2>&nbsp;&nbsp;&nbsp; connection-limit 10;</FONT>
<BR><FONT SIZE=3D2>&nbsp;&nbsp;&nbsp; rate-limit 10;</FONT>
<BR><FONT SIZE=3D2>}</FONT>
<BR><FONT SIZE=3D2>telnet {</FONT>
<BR><FONT SIZE=3D2>&nbsp;&nbsp;&nbsp; connection-limit 10;</FONT>
<BR><FONT SIZE=3D2>&nbsp;&nbsp;&nbsp; rate-limit 10;</FONT>
<BR><FONT SIZE=3D2>}</FONT>
<BR><FONT SIZE=3D2>xnm-clear-text {</FONT>
<BR><FONT SIZE=3D2>&nbsp;&nbsp;&nbsp; connection-limit 10;</FONT>
<BR><FONT SIZE=3D2>&nbsp;&nbsp;&nbsp; rate-limit 10;</FONT>
<BR><FONT SIZE=3D2>}</FONT>
</P>
<BR>

<P><FONT SIZE=3D2>neil@lab-01# deactivate system services =
xnm-clear-text</FONT>
</P>

<P><FONT SIZE=3D2>[edit]</FONT>
<BR><FONT SIZE=3D2>neil@lab-01# activate system services =
xnm-clear-text</FONT>
</P>
<BR>

<P><FONT SIZE=3D2>BTW, this is similar to other services (i.e. =
ftp);</FONT>
</P>

<P><FONT SIZE=3D2>[edit]</FONT>
<BR><FONT SIZE=3D2>neil@lab-01# delete system services ftp</FONT>
</P>

<P><FONT SIZE=3D2>[edit]</FONT>
<BR><FONT SIZE=3D2>neil@lab-01# commit</FONT>
<BR><FONT SIZE=3D2>commit complete</FONT>
</P>

<P><FONT SIZE=3D2>[edit]</FONT>
<BR><FONT SIZE=3D2>neil@lab-01# activate system services ftp</FONT>
<BR><FONT SIZE=3D2>warning: statement not found</FONT>
</P>
<BR>

<P><FONT SIZE=3D2>I would suggest first creating the service =
(xnm-clear-text);</FONT>
<BR><FONT SIZE=3D2>neil@lab-01# set system services xnm-clear-text =
connection-limit 10 rate-limit 10</FONT>
</P>
<BR>
<BR>

<P><FONT SIZE=3D2>Neil.</FONT>
</P>

<P><FONT SIZE=3D2>-----Original Message-----</FONT>
<BR><FONT SIZE=3D2>From: George [<A =
HREF=3D"mailto:xjhuang@eastcom-ca.com">mailto:xjhuang@eastcom-ca.com</A>=
]</FONT>
<BR><FONT SIZE=3D2>Sent: 26 November 2002 09:27</FONT>
<BR><FONT SIZE=3D2>To: juniper-nsp@puck.nether.net</FONT>
<BR><FONT SIZE=3D2>Subject: [j-nsp] about JUNOScript</FONT>
</P>
<BR>

<P><FONT SIZE=3D2>Hi all,</FONT>
<BR><FONT SIZE=3D2>&nbsp;&nbsp;&nbsp; I have got this problem:</FONT>
<BR><FONT SIZE=3D2>&gt; edit</FONT>
<BR><FONT SIZE=3D2>Entering configuration mode</FONT>
</P>

<P><FONT SIZE=3D2>[edit]</FONT>
<BR><FONT SIZE=3D2># activate system services xnm-clear-text</FONT>
<BR><FONT SIZE=3D2>warning: statement not found</FONT>
<BR><FONT SIZE=3D2>&nbsp;&nbsp;&nbsp; Why I can't set my JUNOScript =
Server?</FONT>
</P>

<P><FONT SIZE=3D2>yours,</FONT>
<BR><FONT SIZE=3D2>&nbsp;&nbsp;&nbsp; George</FONT>
</P>
<BR>
<BR>
<BR>

<P><FONT =
SIZE=3D2>_______________________________________________</FONT>
<BR><FONT SIZE=3D2>juniper-nsp mailing list =
juniper-nsp@puck.nether.net</FONT>
<BR><FONT SIZE=3D2><A =
HREF=3D"http://puck.nether.net/mailman/listinfo/juniper-nsp" =
TARGET=3D"_blank">http://puck.nether.net/mailman/listinfo/juniper-nsp</A=
></FONT>
</P>

</BODY>
</HTML>
------_=_NextPart_001_01C29634.F70196DC--
about JUNOScript [ In reply to ]
This is a multi-part message in MIME format.

------=_NextPart_000_000A_01C296BF.4EF05B50
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

RE: [j-nsp] about JUNOScript Hi Neil Stirling,
Thanks for your reply, I have resolved my problem. using 'set' first

yours,
George

------=_NextPart_000_000A_01C296BF.4EF05B50
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>RE: [j-nsp] about JUNOScript</TITLE>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2722.900" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>
<DIV>&nbsp;Hi Neil&nbsp;Stirling,</DIV>
<DIV>&nbsp;&nbsp;&nbsp; Thanks for your reply, I have resolved my =
problem. using=20
'set' first</DIV>
<DIV>&nbsp;</DIV>
<DIV>yours,</DIV>
<DIV>&nbsp;&nbsp;&nbsp; George</DIV></DIV></BODY></HTML>

------=_NextPart_000_000A_01C296BF.4EF05B50--