From owner-freebsd-net@FreeBSD.ORG Wed Sep 8 06:54:33 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0089C16A4CE for ; Wed, 8 Sep 2004 06:54:33 +0000 (GMT) Received: from orion.erdves.lt (ns2.lrtc.net [217.9.240.98]) by mx1.FreeBSD.org (Postfix) with SMTP id 926C843D4C for ; Wed, 8 Sep 2004 06:54:31 +0000 (GMT) (envelope-from donatas@lrtc.net) Received: (qmail 24580 invoked from network); 8 Sep 2004 06:54:29 -0000 Received: from p2p-241-242-ird.vln0.lrtc.net (HELO donatas) (217.9.241.242) by orion.erdves.lt with SMTP; 8 Sep 2004 06:54:29 -0000 Message-ID: <03e801c49570$af734760$9f90a8c0@donatas> From: "donatas" To: Date: Wed, 8 Sep 2004 09:54:27 +0300 Organization: AB Lietuvos Radijo ir Televizijos Centras MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Content-Type: text/plain; charset="windows-1257" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: netgraph cpcsinit + vcc parrameters X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: donatas List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Sep 2004 06:54:33 -0000 hello, I use netgraph for : hatm: <-------------> atmllc <--------->em also I use vcc chanels: ngctl msg hatm0: cpcsinit {name=3D"sig1" aal=3D5 vci=3D55} I need to set some more vcc parameters ( ubr, pixel-rate, burst-size) it was possible to do using atmconfig ( atmconfig natm add 1.1.1.1 hatm0 0 55 LLC/SNAP vbr 1331 1330 50) but how to realize those settings using cpcsinit ? it sets some default = values any ideas? thanx ps: google seems unable to help in this case