Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 May 1999 15:51:11 -0500 (CDT)
From:      Mike Spengler <mks@networkcs.com>
To:        toto@ixtoto.ifsc.sc.usp.br (Carlos Antonio Ruggiero)
Cc:        freebsd-atm@FreeBSD.ORG, toto@ixtoto.ifsc.sc.usp.br
Subject:   Re: your mail
Message-ID:  <199905122051.PAA89468@us.networkcs.com>
In-Reply-To: <199905121633.QAA01390@ixtoto.ifsc.sc.usp.br> from Carlos Antonio Ruggiero at "May 12, 99 04:33:20 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Carlos Antonio Ruggiero said:
> Hi,
> 
> 
> 	I have been trying to install the Forerunner LE adapter in a
> 	FreeBSD 3.1 machine. I am using the idt driver written by Mark
> 	Tinguely. The kernel recognizes the board but a ping or telnet
> 	doesn't return anything.
> 
> 	The command atm show arpserver returns:
> 
> wolvie# atm show arpserver
> Net Intf  State     ATM Address
> ni0       PEND_ADR  0x47.0005.80.ffe100.0000.f21a.2f3b.0020481a2f3b.00
> 
This indicates that the ATM interface hasn't received its ATM address prefix
yet from ILMI.  The following will help point out what's going on:

	atm sh config
	atm sh int
	atm sh vcc
	atm sh stats int
	atm sh stats vcc

> 	  My configuration (rc.conf) is:
> 
> atm_enable="YES"                # Configure ATM interfaces (or NO).
> atm_netif_idt0="ni 1"           # Network interfaces for physical interface.
> atm_sigmgr_idt0="uni31" # Signalling manager for physical interface.
> atm_prefix_idt0="ILMI"          # NSAP prefix (UNI interfaces only) (or ILMI).
> atm_macaddr_idt0="NO"           # Override physical MAC address (or NO).
> atm_arpserver_ni0="0x47.0005.80.ffe100.0000.f21a.2f3b.0020481a2f3b.00"
> #atm_scsparp_atm0="NO"         # Run SCSP/ATMARP on network interface(or NO).
> atm_pvcs=""                     # Set to PVC list (or leave empty).
> atm_arps=""                     # Set to permanent ARP list (or leave
> empty).
> ifconfig_ni0="172.16.1.8 netmask 255.255.255.0"
> 
> 		 If I change the signalling from uni31 to
>  uni30, I get a SSCOP PDU bad packet message.
> 
> Does anybody know what is wrong??
The SSCOP packet formats are not totally compatible between uni3.0 and uni3.1.
If the switch is sending uni3.1 format pdus and FreeBSD is configured for
uni3.0 operation, you'll see these errors.


-- 
Mike Spengler				Network Computing Services, Inc.
Email: mks@networkcs.com		1200 Washington Ave. So.
Phone: +1 612 337 3557			Minneapolis MN 55415
FAX:   +1 612 337 3400			(aka Minnesota Supercomputer Center)


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?199905122051.PAA89468>