Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jan 2001 17:06:58 -0500
From:      Mike Tancsa <mike@sentex.net>
To:        freebsd-atm@freebsd.org
Subject:   ATM problems with HARP
Message-ID:  <5.0.1.4.0.20010118170127.02188060@marble.sentex.ca>

next in thread | raw e-mail | index | archive | help

I have been playing with the HARP stack and run into a small problem.  When 
running netperf, I seem to loose the PVC on my hea cards.

hespler2# uname -a
FreeBSD hespler2.sentex.ca 4.2-STABLE FreeBSD 4.2-STABLE #0: Thu Jan 18 
07:45:03 EST 
2001     mdtancsa@hespler2.sentex.ca:/usr/src/sys/compile/hesp.harp  i386
hespler2#


./snapshot_script 192.168.1.2 > /tmp/snap.out
Netperf snapshot script started at Thu Jan 18 16:32:12 EST 2001
Starting 56x4 TCP_STREAM tests at Thu Jan 18 16:32:45 EST 2001
Starting 32x4 TCP_STREAM tests at Thu Jan 18 16:35:45 EST 2001
Starting 1,1 TCP_RR tests at Thu Jan 18 16:38:45 EST 2001
Starting 1,1 UDP_RR tests at Thu Jan 18 16:41:51 EST 2001
Starting 512,4 UDP_RR tests at Thu Jan 18 16:44:57 EST 2001
Starting 32x4 UDP_STREAM tests at Thu Jan 18 16:48:03 EST 2001
Starting 32x1 UDP_STREAM tests at Thu Jan 18 16:50:03 EST 2001
establish_control: control socket connect failed: Operation timed out
Are you sure there is a netserver running on 192.168.1.2 at port 12865?
Tests completed at Thu Jan 18 16:51:18 EST 2001



hespler2# atm show stats vcc
                         Input    Input  Input  Output   Output Output
Interface  VPI   VCI     PDUs    Bytes   Errs    PDUs    Bytes   Errs
hea0         0   130  3308599 144044200      0 3692025 -1804270564      0
hespler2# atm show vcc
Interface  VPI   VCI  AAL   Type Dir    State    Encaps   Owner
hea0         0   130  AAL5  PVC  InOut  ACTIVE   LLC/SNAP IP
hespler2# atm show ipvcc
Net Intf  VPI   VCI  State   Flags IP Address
atm0        0   130  ACTIVE  PLM   ruby2atm (192.168.1.2)
hespler2# atm show config
Intf      Vendor    Model     Media           Bus   Serial No
hea0      ENI       ENI-155p  OC-3c           PCI   794554
     MAC address = 00:20:ea:0c:1f:ba
     Hardware version = 0/4/0
     Firmware version =
hespler2#
hespler2# ifconfig atm0
atm0: flags=43<UP,BROADCAST,RUNNING> mtu 9180
         inet 192.168.1.1 netmask 0xfffffffc broadcast 192.168.1.3
         ether 00:20:ea:0c:1f:ba


I try and delete the PVC and recreate it, but no dice.  It seems only a 
reboot takes care of the issue.


The config is pretty simple,


atm_enable="YES"                        # Configure ATM interfaces (or NO).
atm_netif_hea0="atm 1"          # Network interfaces for physical interface.
atm_sigmgr_hea0="sigpvc" # Signalling manager for physical interface.

atm_pvcs="test"                     # Set to PVC list (or leave empty).
atm_pvc_test="hea0 0 130 aal5 snap ip atm0 192.168.1.2"                     #


Any thoughts on what it might be ?

	---Mike



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-atm" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5.0.1.4.0.20010118170127.02188060>