Skip to Content.
Sympa Menu

rare-dev - Re: [rare-dev] acls in table format instead of text

Subject: Rare project developers

List archive

Re: [rare-dev] acls in table format instead of text


Chronological Thread 
  • From: Carmen Misa Moreira <>
  • To: <>
  • Subject: Re: [rare-dev] acls in table format instead of text
  • Date: Wed, 16 Mar 2022 09:35:54 +0100
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 188.184.36.16) smtp.rcpttodomain=lists.geant.org smtp.mailfrom=cern.ch; dmarc=bestguesspass action=none header.from=cern.ch; dkim=none (message not signed); arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=EbyExyl6FgzMiB80/XzyNz2pUZGjALApViDcA/dJfXY=; b=Q13yULgeLpIJ+oXe2y33dONgewUEZK9+lezcZJ6+5ha4nGpw4hzSi2MtwcENv6e2lAMwAFqEldJKWxkbVZNfKqSvRBn1NQ6XTbJojqM4MNo6jxf7gyoX0ysMB6jQYOpPbx+Sj7Q551VbaV3bQuBt1jo8dlft13mkOzmdbZeM8L6WZ3AkrIMIlKtW/+k3UhLzb9r6o9huBhgd7vpc66xXPy4l1npQIMcKBm9VkkFcnHLBdNgEo8giUg+6M0zR5ORBRgw9ve4/Syx/35j1FeZL0B11UfWEw96l8Cc5Dxg/lO39k7wgm3M7x8sXfM37Q2yPTTUx9nICfl+n4TVtzvuhWA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=oAB9t9uu4xyi9D5stR7xps+YS0Yi/I4XZoikWqnffJgRmo+TG1TepYYW0eFU/wXwFedW7HeUMtFxiMJ5mTHALXbtDvHQVEpBgi1RyI3rV79lYXkVglxq1MgAE7DoTv+Wo2fYogxMjBuZy6lQqkGxMPtoPy2LFHDIkRrLqJJaqHrlaIS3u+YygzmMQrX0V2ao2dOCG6BQ8CzUObxG2kMnqYrPAJWxavSMmGRkQK+sC/wube/paxNFnux21zZJaOq/w77tGQIeqBmEX8M3lcGqKiNmH/CcBgdocygHE0sVqAMwpI0iaJzapfMfA+xVhlMtiv8XGBLIHI2Ey8SbUNveXA==

Hi Csaba,


Thank you I have just executed 'flash upgrade' but it takes some time.

One question, in the past for the byte and packets counters they needed to be exported like here:

http://sources.freertr.net/misc/sensor/iface-byte.txt

With this 'sensor' you create the tables and you define the command, for example, 'sho inter hwsumm' but now the command already exists 'show access-list nat4'. Thus, do I need the follow the same process and create the sensors or is different? Maybe is only needed to export the 'show access-list nat4' in 'server prometheus pr' without creating the sensor.


Best regards,

Carmen Misa


On 15.03.22 18:51, mc36 wrote:
hi,
fortunately the last piece arrived for the puzzle with this change:
https://github.com/mc36/freeRouter/commit/b9497927f6921d691fb212ad6ac6c2500ad65be5
now i see this:

mchome#show access-list nat4
seq  txb  txp  rxb            rxp        last      timout    cfg
10   0+0  0+0  286618+225726  2450+1499  00:00:00  00:00:00  deny all 10.0.0.0 255.0.0.0 all 10.0.0.0 255.0.0.0 all
20   0+0  0+0  13032+6396     251+123    00:00:03  00:00:00  deny all any all 224.0.0.0 240.0.0.0 all
30   0+0  0+0  105389+107208  1440+1443  00:00:00  00:00:00 permit all 10.0.0.0 255.0.0.0 all any all

mchome#

it'll be easily exportable via anything... :)
regards,
cs



Archive powered by MHonArc 2.6.19.

Top of Page