Mailing List Archive

I have got a problem
Hi,
I want to use JUNOScript Server on a M-10. I set the router as flowing:
user@host>edit
[edit]
[edit]
user@host# activate system services xnm-clear-text
warning: statement not found

[edit]
user@host#

I don't know what happens, anybody can tell me? thanks

yours
George
I have got a problem [ In reply to ]
On Tue, Nov 26, 2002 at 11:23:11AM +0800, George wrote:
> Hi,
> I want to use JUNOScript Server on a M-10. I set the router as flowing:
> user@host>edit
> [edit]
> [edit]
> user@host# activate system services xnm-clear-text
> warning: statement not found
>
> [edit]
> user@host#
>
> I don't know what happens, anybody can tell me? thanks

'set system services xnm-clear-text' will do the trick, activate <xyz> will
only reactivate a part of the configuration that has been disabled previously.
I have got a problem [ In reply to ]
George,
try using:

user@host# set system services xnm-clear-text

Then commit the changes. The 'activate' command has a whole other use.
Thanks.

Todd

-----Original Message-----
From: George [mailto:xjhuang@eastcom-ca.com]
Sent: Monday, November 25, 2002 7:23 PM
To: juniper-nsp@puck.nether.net
Subject: [j-nsp] I have got a problem


Hi,
I want to use JUNOScript Server on a M-10. I set the router as
flowing:
user@host>edit
[edit]
[edit]
user@host# activate system services xnm-clear-text
warning: statement not found

[edit]
user@host#

I don't know what happens, anybody can tell me? thanks

yours
George





_______________________________________________
juniper-nsp mailing list juniper-nsp@puck.nether.net
http://puck.nether.net/mailman/listinfo/juniper-nsp
I have got a problem [ In reply to ]
Try "set system service xnm-clear-text"

"activate" is only used to undo a previous "deactivate". Both
"activate" and "deactivate" apply only to statement which are
already in the configuration file.

-----Original Message-----
From: juniper-nsp-admin@puck.nether.net
[mailto:juniper-nsp-admin@puck.nether.net]On Behalf Of George
Sent: Monday, November 25, 2002 7:23 PM
To: juniper-nsp@puck.nether.net
Subject: [j-nsp] I have got a problem


Hi,
I want to use JUNOScript Server on a M-10. I set the router as flowing:
user@host>edit
[edit]
[edit]
user@host# activate system services xnm-clear-text
warning: statement not found

[edit]
user@host#

I don't know what happens, anybody can tell me? thanks

yours
George





_______________________________________________
juniper-nsp mailing list juniper-nsp@puck.nether.net
http://puck.nether.net/mailman/listinfo/juniper-nsp
I have got a problem [ In reply to ]
Hi all,
Many thanks for your help. I got it
yours
George
I have got a problem [ In reply to ]
Todd Regonini writes:
>user@host# set system services xnm-clear-text
>Then commit the changes. The 'activate' command has a whole other use.

Yup, the activate doesn't activate the service, it activates the
statement in the configuration database. 'activate' and 'deactivate'
provide a mechanism to effectively comment out portions of the
configuration without permanently removing them from the configuration
file. The deactivate command marks a statement/hierarchy as inactive,
causes the statement to be completely hidden from the rest of JUNOS.
The UI displays the statement prefixed with an 'inactive:' tag:

inactive: user phil {
full-name "Phil Shafer";
....
}

The 'activate' command just clears the inactive flag, but requires
that the statement already exist.

Hope this helps...

Thanks,
Phil