Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Sep 1999 16:32:58 -0500 (CDT)
From:      Joe Greco <jgreco@ns.sol.net>
To:        freebsd-atm@freebsd.org
Subject:   VPI's other than zero?
Message-ID:  <199909032132.QAA64211@aurora.sol.net>

next in thread | raw e-mail | index | archive | help
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?

... Joe

-------------------------------------------------------------------------------
Joe Greco - Systems Administrator			      jgreco@ns.sol.net
Solaria Public Access UNIX - Milwaukee, WI			   414/342-4847


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?199909032132.QAA64211>