10-11-2009 04:23 AM
I have a question, that is "Which command in Junos that equals to "logging synchronous" in Cisco Router".
Thanks all.
10-11-2009 10:17 AM
Hi,
just remove "user *" under "system syslog".
lab@Demo-081-135-EX8208# show system syslog
user * {
any emergency;
}
file messages {
any notice;
authorization info;
}
file interactive-commands {
interactive-commands any;
}
[edit]
lab@Demo-081-135-EX8208# delete system syslog user *
Do not forget to commit.
If you are using traceoptions (like Cisco debug) then you can press Esc-Q to disable output to your terminal.
Kind Regards
Michael Pergament
If this worked for you please flag my post as an "Accepted Solution" so others can benefit. A kudo would be cool if you think I earned it.
10-11-2009 10:34 AM
Hi,
I need to add that it is not really identical to Cisco's sync command. As far as I understand Cisco sync it is just postpone output to console if user is typing a command. My previous post just disable the putput to console completely. I am not sure that there is an 100% analog to Cisco's sync command in Junos.
Kind Regards
Michael Pergament
10-26-2009 01:58 AM - edited 10-26-2009 01:59 AM
Thank mikep for replying, and so sorry for my replying lately, I did the same as your guide but did not solve my problem...