Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Sep 1999 16:47:20 -0500 (CDT)
From:      Mike Spengler <mks@networkcs.com>
To:        jgreco@ns.sol.net (Joe Greco)
Cc:        freebsd-atm@FreeBSD.ORG
Subject:   Re: VPI's other than zero?
Message-ID:  <199909032147.QAA56057@us.networkcs.com>
In-Reply-To: <199909032132.QAA64211@aurora.sol.net> from Joe Greco at "Sep 3, 99 04:32:58 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Joe Greco said:
> Greetings -
> 
> Are VPI's other than zero supposed to work?
> 
> I'm not quite sure what I've done wrong.
> 
> kernel:
> 
> options         ATM_CORE                #core ATM protocol family
> options         ATM_IP                  #IP over ATM support
> options         ATM_SIGPVC              #SIGPVC signalling manager
> device          hfa0                    #FORE PCA-200E ATM PCI
> 
> rc.conf:
> 
> atm_enable="YES"
> atm_netif_hfa0="atm 1"          # Network interfaces for physical interface.
> atm_sigmgr_hfa0="sigpvc"        # Signalling manager for physical interface.
> atm_macaddr_hfa0="NO"           # Override physical MAC address (or NO).
> atm_pvcs="test"              # Set to PVC list (or leave empty).
> atm_pvc_test="hfa0 6 32 aal5 snap ip atm0 10.1.1.1"
> atm_arps=""                     # Set to permanent ARP list (or leave
> empty).
> 
> But:
> 
> # ifconfig atm0
> atm0: flags=43<UP,BROADCAST,RUNNING> mtu 9180
>         inet 10.1.1.2 netmask 0xffffff00 broadcast 10.1.1.255
>         ether 00:20:48:40:ce:3e 
> # atm show config
> Intf      Vendor    Model     Media           Bus   Serial No
> hfa0      Fore      PCA-200E  OC-3c           PCI   4247102
>     MAC address = 00:20:48:40:ce:3e
>     Hardware version = 2.0.1
>     Firmware version = 4.0.0
> # atm show interface
> Interface  Sigmgr   State
> hfa0       SIGPVC   ACTIVE
>     ATM address = -
>     Network interfaces: atm0
> # atm show netif
> Net Intf  Phy Intf  IP Address
> atm0      hfa0      10.1.1.2
> # atm add PVC hfa0 0 33 AAL5 LLC/SNAP IP atm0 10.1.1.1
> # atm show VCC
> Interface  VPI   VCI  AAL   Type Dir    State    Encaps   Owner
> hfa0         0    33  AAL5  PVC  InOut  ACTIVE   LLC/SNAP IP
> # atm delete PVC hfa0 0 33
> # atm add PVC hfa0 6 33 AAL5 LLC/SNAP IP atm0 10.1.1.1
> atm: Invalid VPI or VCI value
> 
> "Huh??"
> 
> Anyone know what I'm doing wrong?
> 
FORE adapters (or more specifically, the microcode running on the adapter)
only support VPI 0.

-- 
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?199909032147.QAA56057>