diff options
author | phk <phk@FreeBSD.org> | 1998-10-06 19:24:31 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1998-10-06 19:24:31 +0000 |
commit | b876394ab200eade9ffb65151afe135c80ca4370 (patch) | |
tree | 228ce8b47fbe9cf516dc93d5d4decc6921941a01 /share/man/man5 | |
parent | 28bef97c3eada8f5d78d30f575213106f74e2ad2 (diff) | |
download | FreeBSD-src-b876394ab200eade9ffb65151afe135c80ca4370.zip FreeBSD-src-b876394ab200eade9ffb65151afe135c80ca4370.tar.gz |
Here are some scripts and man pages for configuring HARP ATM
interfaces.
Reviewed by: phk
Submitted by: Mike Spengler <mks@networkcs.com>
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/rc.conf.5 | 94 |
1 files changed, 93 insertions, 1 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index d8f5a15..b41b088 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: rc.conf.5,v 1.21 1998/06/25 04:27:56 jkoshy Exp $ +.\" $Id: rc.conf.5,v 1.22 1998/07/08 23:31:28 nectar Exp $ .\" .Dd April 26, 1997 .Dt RC.CONF 5 @@ -591,6 +591,97 @@ is set to these are the flags to pass to the .Xr rarpd 8 daemon. +.It Ar atm_enable +(bool) Set to +.Ar YES +to enable the configuration of ATM interfaces at system boot time. +For all of the ATM variables described below, please refer to the +.Xr atm 8 +man page for further details on the available command parameters. +Also refer to the files in +.Pa /usr/share/examples/atm +for more detailed configuration information. +.It Ar atm_netif_<intf> +(str) For the ATM physical interface +.Va <intf> , +this variable defines the name prefix and count for the ATM network interfaces to be created. +The value will be passed as the parameters of an +.Dq atm set netif Va <intf> +command. +.It Ar atm_sigmgr_<intf> +(str) For the ATM physical interface +.Va <intf> , +this variable defines the ATM signalling manager to be used. +The value will be passed as the parameters of an +.Dq atm attach Va <intf> +command. +.It Ar atm_prefix_<intf> +(str) For the ATM physical interface +.Va <intf> , +this variable defines the NSAP prefix for interfaces using a UNI signalling +manager. If set to +.Em ILMI , +then the prefix will automatically be set via the +.Xr ilmid 8 +daemon. Otherwise, the value will be passed as the parameters of an +.Dq atm set prefix Va <intf> +command. +.It Ar atm_macaddr_<intf> +(str) For the ATM physical interface +.Va <intf> , +this variable defines the MAC address for interfaces using a UNI signalling +manager. If set to +.Em NO , +then the hardware MAC address contained in the ATM interface card will be used. +Otherwise, the value will be passed as the parameters of an +.Dq atm set mac Va <intf> +command. +.It Ar atm_arpserver_<netif> +(str) For the ATM network interface +.Va <netif> , +this variable defines the ATM address for a host which is to provide ATMARP +service. This variable is only applicable to interfaces using a UNI signalling +manager. If set to +.Em local , +then this host will become an ATMARP server. +The value will be passed as the parameters of an +.Dq atm set arpserver Va <netif> +command. +.It Ar atm_scsparp_<netif> +(bool) If set to +.Em YES , +then SCSP/ATMARP service for the network interface +.Va <netif> +will be initiated using the +.Xr scspd 8 +and +.Xr atmarpd 8 +daemons. This variable is only applicable if +.So +.No atm_arpserver_ Ns Va <netif> +.No Ns = Ns Qq local +.Sc +is defined. +.It Ar atm_pvcs +(str) Set to the list of ATM PVCs you would like to add at system +boot time. For each whitespace separated +.Em element +in the value, an +.No atm_pvc_ Ns Em element +variable is assumed to exist. The value of each of these variables +will be passed as the parameters of an +.Dq atm add pvc +command. +.It Ar atm_arps +(str) Set to the list of permanent ATM ARP entries you would like to add +at system boot time. For each whitespace separated +.Em element +in the value, an +.No atm_arp_ Ns Em element +variable is assumed to exist. The value of each of these variables +will be passed as the parameters of an +.Dq atm add arp +command. .It Ar keymap (str) If set to .Ar NO @@ -832,6 +923,7 @@ on system operation. .Xr accton 8 , .Xr amd 8 , .Xr apm 8 , +.Xr atm 8 , .Xr cron 8 , .Xr gated 8 , .Xr ifconfig 8 , |