Re: [j-nsp] configure bandwidth limitation on EX3200

2011-04-21 Thread Jesus Alvarez
You may want to consider the shaping-rate statement. Look at the example below for 20 Mbps throttling. ge-0/0/0 { unit 0 { family ethernet-switching { filter { input filter-20m; } } } } class-of-service {

Re: [j-nsp] Changing SSH port on EX switches, M routers

2011-04-02 Thread Jesus Alvarez
No, I've been asking for this feature. :) Thanks for your answer. It should be trivial to implement a configurable SSH port in the Junos firmware and this would help in securing the router. Practically all scanners attempt SSH logins when port 22 is available but very few check all

Re: [j-nsp] Changing SSH port on EX switches, M routers

2011-04-02 Thread Jesus Alvarez
Not exactly, because the sshd is started by inetd - you can as root change that file - but you have to ensure it doesn't get changed by mgd. So a cron script checking for what is in there once an hour does the trick.. Thanks for your answer. That sounds like a clever workaround. Are the