Re: [j-nsp] some questions about junipter router and firewall

2010-11-30 Thread Smales, Robert
Derek Kwok wrote:

2/ How can I increase the line in putty? I can't find it in the setting

1. Right click on the title bar of your PuTTY window to call up a menu.

2. The 12th item on the menu is Change Settings. . .  click that.

3. This calls up the PuTTY Reconfiguration window, in the Category list select 
Window

4. You  now see options to set the size of the window and, the option you want, 
to control the scrollback in the window, change whatever is the default value 
for lines of scrollback (600, I think) to 3000 or 4000; if that turns out to be 
not enough, you can always go back and increase the value.

Robert
Robert Smales 
Technical Engineer 
CableWireless Worldwide 
www.cw.com 


This e-mail has been scanned for viruses by the Cable  Wireless Worldwide 
e-mail security system - powered by MessageLabs. For more information on a 
proactive managed e-mail secure service, visit 
http://www.cw.com/managed-exchange



The information contained in this e-mail is confidential and may also be 
subject to legal privilege. It is intended only for the recipient(s) named 
above. If you are not named above as a recipient, you must not read, copy, 
disclose, forward or otherwise use the information contained in this email. If 
you have received this e-mail in error, please notify the sender (whose contact 
details are above) immediately by reply e-mail and delete the message and any 
attachments without retaining any copies.

Cable  Wireless Worldwide plc 
Registered in England and Wales. Company Number 07029206
Registered office: Liberty House, 76 Hammersmith Road, London W14 8UD, England

___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


Re: [j-nsp] some questions about junipter router and firewall

2010-11-29 Thread Justin M. Streiner

On Mon, 29 Nov 2010, Deric Kwok wrote:


I have some questions about junipter router and firewall

1/ Where is the location of the router config file?
I would like to copy it from remote site when http is not enabled


On devices running JUNOS, you should be able to SCP/SFTP into the router 
and get the config file (/config/juniper.conf.gz).


I don't have any Juniper firewalls, so I can't answer that.


2/ How can I be backward when I type wrong?


I don't understand what you mean here.  JUNOS parses your command as you 
type it, so if you enter comething incorrect, it's not at all shy about 
letting you know something is wrong :)



3/ I use the putty to logon to get config. but it won't be good as
there is many more in screen. How can I remove it?


show configuration | no-more will do what you want.

jms
___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


Re: [j-nsp] some questions about junipter router and firewall

2010-11-29 Thread Smales, Robert


-Original Message-

 3/ I use the putty to logon to get config. but it won't be good as
 there is many more in screen. How can I remove it?

You might want to use PuTTY's session configuration feature to increase your 
frame buffer to a few thousand lines, if you haven't thought of that already.

Regards,

Robert

Robert Smales 
Technical Engineer 
CableWireless Worldwide 
www.cw.com 


This e-mail has been scanned for viruses by the Cable  Wireless Worldwide 
e-mail security system - powered by MessageLabs. For more information on a 
proactive managed e-mail secure service, visit 
http://www.cw.com/managed-exchange



The information contained in this e-mail is confidential and may also be 
subject to legal privilege. It is intended only for the recipient(s) named 
above. If you are not named above as a recipient, you must not read, copy, 
disclose, forward or otherwise use the information contained in this email. If 
you have received this e-mail in error, please notify the sender (whose contact 
details are above) immediately by reply e-mail and delete the message and any 
attachments without retaining any copies.

Cable  Wireless Worldwide plc 
Registered in England and Wales. Company Number 07029206
Registered office: Liberty House, 76 Hammersmith Road, London W14 8UD, England

___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


Re: [j-nsp] some questions about junipter router and firewall

2010-11-29 Thread David Ball
and for your #2, though I don't have it in front of me, you should
be able to change the Backspace key in Putty's config to ^H or similar.
Under Session-keyboard or similar?

David


On 29 November 2010 09:35, Deric Kwok deric.kwok2...@gmail.com wrote:

 Hi

 I have some questions about junipter router and firewall

 1/ Where is the location of the router config file?
 I would like to copy it from remote site when http is not enabled

 2/ How can I be backward when I type wrong?

 3/ I use the putty to logon to get config. but it won't be good as
 there is many more in screen. How can I remove it?

 Thank you
 ___
 juniper-nsp mailing list juniper-nsp@puck.nether.net
 https://puck.nether.net/mailman/listinfo/juniper-nsp

___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


Re: [j-nsp] some questions about junipter router and firewall

2010-11-29 Thread Hans Kristian Eiken
2010/11/29 Deric Kwok deric.kwok2...@gmail.com

 Hi

 I have some questions about junipter router and firewall

I am guessing you are asking about ScreenOS systems, the old Netscreen type
and not the new SRX'es.


 1/ Where is the location of the router config file?
 I would like to copy it from remote site when http is not enabled

If you enable ssh and scp, you can copy the file ns_sys_config, it contains
the whole config except eventual IDP config.


 2/ How can I be backward when I type wrong?

Quite common question. Ctrl-h works the same way as backspace normally do.


 3/ I use the putty to logon to get config. but it won't be good as
 there is many more in screen. How can I remove it?

set console page 0 will stop the pager from stopping on the end of each
screen.

-- 
Hans Kristian Eiken
___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


Re: [j-nsp] some questions about junipter router and firewall

2010-11-29 Thread Deric Kwok
Thanks for all reply

1/ for the | no-more
It seems it is not working

get config | no-more
^-unknown keyword no-more

2/ How can I increase the line in putty? I can't find it in the setting

3/ How can I enable http in router?

4/ Any command can show the firewall status?
I only know that ipfw -a list in freebsd

Thank you


On Mon, Nov 29, 2010 at 11:55 AM, Justin M. Streiner
strei...@cluebyfour.org wrote:
 On Mon, 29 Nov 2010, Deric Kwok wrote:

 I have some questions about junipter router and firewall

 1/ Where is the location of the router config file?
 I would like to copy it from remote site when http is not enabled

 On devices running JUNOS, you should be able to SCP/SFTP into the router and
 get the config file (/config/juniper.conf.gz).

 I don't have any Juniper firewalls, so I can't answer that.

 2/ How can I be backward when I type wrong?

 I don't understand what you mean here.  JUNOS parses your command as you
 type it, so if you enter comething incorrect, it's not at all shy about
 letting you know something is wrong :)

 3/ I use the putty to logon to get config. but it won't be good as
 there is many more in screen. How can I remove it?

 show configuration | no-more will do what you want.

 jms


___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp