From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QDOhE-0004Hg-8i for garchives@archives.gentoo.org; Fri, 22 Apr 2011 22:19:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E59F1C00D; Fri, 22 Apr 2011 22:17:37 +0000 (UTC) Received: from mail-iy0-f181.google.com (mail-iy0-f181.google.com [209.85.210.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 155331C00D for ; Fri, 22 Apr 2011 22:17:36 +0000 (UTC) Received: by iyb26 with SMTP id 26so978855iyb.40 for ; Fri, 22 Apr 2011 15:17:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=XAwRcWiPq8lcAhg7y78ZmGMJnH1jurIvkPpisqXXRck=; b=Y95SJbYAEknXkHkn5VcEESwsPF4l5HqhIdesaB2xTjnF89h03pnoN6SEiivde46prl WJbYjuCF4bEA0OGdHv63Q5XW4yKtjp2yPXEqWfsfH79rO0TpSSTgAVUF2l2lxE8CxsTA PQHdJTIg/UQjRuFfz5VjM+Zzfg6uw/DaUOyCU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=ausFv2FDk5JJ4JeB6vfBjSr1E6fS86rJPDDEuCXIIlgygxf9oiRjdBjstWYXQjahNt +w/hGnk2A8QZ+DZEJf5Enk/d5+EO8DEBx/p3abFEKcTPMl0o+umU32QyNi1LH8xiVR1r /DgYoMqyOTkceUVM7/BRgEZ5ex4vx28TQAy9Y= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.42.162.2 with SMTP id v2mr1586537icx.385.1303510656583; Fri, 22 Apr 2011 15:17:36 -0700 (PDT) Received: by 10.42.226.195 with HTTP; Fri, 22 Apr 2011 15:17:36 -0700 (PDT) In-Reply-To: <8762q6dr26.fsf@newsguy.com> References: <878vv69asl.fsf@newsguy.com> <87aafk6hnk.fsf@newsguy.com> <201104210655.52489.michaelkintzios@gmail.com> <201104210658.50766.michaelkintzios@gmail.com> <8762q6dr26.fsf@newsguy.com> Date: Fri, 22 Apr 2011 23:17:36 +0100 Message-ID: Subject: Re: [gentoo-user] Re: [OT router advice] a router capable of detailed logs From: Mick To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: X-Archives-Hash: c7b6d6715fe8d3b0ccf869e9a4efb31f On 22 April 2011 20:28, Harry Putnam wrote: > On the cisco RVS4000 v2.. I see no way to enter the syntax shown at > the URL or in your previous post. The syntax is meant to be used in the cisco configuration file itself. Using IOS commands you should be able to set up the same ACLs from a terminal. > I've put a few screen shots online that shows shots of the interface > pages involving IP acls. > > They should load in order where the top is a view of the basic > settings. > > Next is the page showing existing acls and how they are displayed. > > Finally the page available to add/delete acls. I see what you mean - this GUI seems dumbed down. In this case you will probably have to get your hands dirty with the CLI. > [NOTE: There may be someway to just edit a text file of acls, but if > so I am not aware of it] On a typical Cisco router you should be able to download/edit/upload the configuration file from/to the router using tftp and a text editor, or minicom and a serial cable if the router has a serial port, or easiest method should be to login via telnet or ssh from your PC using a terminal and run IOS configuration commands. The Cisco website has loads of documentation on IOS. Something like this will show you the ropes (although details vary depending on the version of your firmware and platform): http://www.cisco.com/en/US/docs/ios/fundamentals/configuration/guide/12_4/cf_12_4_book.html BTW, your first step should be to make a back up of the current configuration file just in case you mess things up! HTH. -- Regards, Mick