⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rtap.8

📁 radius协议源码÷The Radius Stack will connect to a Radius Server. This stack implementation is built upo
💻 8
字号:
.TH RTAP 8  "12 May 1998".SH NAMErtap \- real-time application program.SH SYNOPSIS.na.B rtap [.B \-f.I file_name].br.ad.SH DESCRIPTION.LP\fIRtap\fP is an interactive test program that drives the RSVP daemonthrough the RSVP API.  \fIRtap\fP may be used either as a standaloneapplication, or it may be linked directly into the RSVP daemon.\fIRtap\fP repeatedly displays the command prompt \*Q>\*U and executeseach command as it is entered.  For the standalone version, \fB\-f\fPparameter will execute a stream of commands from the file\fIfile_name\fP; at the end of that file, \fIrtap\fP will enterinteractive mode.  Multiple sessions can be opened simultaneously.This man page describes the \fIrtap\fP program included with Release4.2 of RSVP.  This version of \fIrtap\fP can open multiple sessionssimultaneously..SH COMMANDS.LPEach \fIrtap\fP command is a single line, starting with the commandverb.  The command verb can be abbreviated.  The command verb mayoptionally be preceded by a thread designator of the form:`Tn' where n is a positive integer.  If there is no thread designatoron a command, it assume the thread of the last designator that appeared.When \fIrtap\fP starts, thread T1 is assumed.The basic \fIrtap\fP commands are as follows:..PP.HP\fBhelp\fP or \fB?\fPDisplay a complete list of \fIrtap\fP commands and their syntax..HP\fBquit\fPExit..HP\fBdest\fP <proto> <dest addr>[/<dest port> ]Calls rapi_session() to define a new session by destination address andoptional port.  Any previous session for the same thread must have beenclosed.  The required <proto> parameter must be one of the strings:`udp' or 'tcp', or `proto <nn>', where <nn> is an integer IP protocolid..HP\fBsender\fP [ [ <src host>/]<src port> \ <Tspec>  [ <Adspec> ] ]Calls rapi_sender() to specify sender attributes and start sending pathstate.  It may be issued repeatedly to modify the sender attributes.The destination from the most recent \fBdest\fP command is assumed.  Ifthe parameters are entirely omitted, the current sender is removed.The source host (<src host>) parameter is optional; its default is thedefault IP address of the local node.  The Tspec parameter isrequired.  The TTL passed in the rapi_sender call is the most recentvalue specified in a \fBttl\fP command, or the default TTL value.The <Adspec> parameter is optional..HP\fBreserve\fP [ <recv addr> ] <style> \ [ <reservation parameters> ]The optional <recv addr> parameter specifies the IP address or DNS nameof the interface on which data will be received, for a multihomedhost.  The required <style> parameter can be any of: \*Qwf\*U,\*Qff\*U, or \*Qse\*U.If <reservation parameters> is omitted, the command deletes thecurrent reservation (<style> is actually irrelevant, but it mustbe present).  Otherwise, they must take the form appropriate tothe style:.RS.HPwf[*] <flowspec>.HPff<filter spec> <flowspec> [ <filter spec> <flowspec> ] ....HPse[<filter spec> ...] <flowspec>.RESee below for definitions of <filter spec> and <flowspec>..HP\fBclose\fPCall rapi_release() to close the session..HP\fBttl\fP <integer>Specify TTL for use in the next \fIsender\fP command in this thread..HP\fBdmask\fP <integer>Specify debug mask of daemon..HP\fBdlevel\fP <integer>Specify debug level of daemon..HP\fBconfirm\fPCause next \fBreserve\fP command to trigger confirmation upcall..HP\fBreceive\fP [ <receive host> ]Joins the multicast group indicated by \fIreceive host\fP.  This isnecessary for a UDP-encapsulation-only host running the RSVP daemon, inorder for the daemon to receive Path messages.  The optional <receivehost> parameter specifies the address of a local interface on whichgroup will be joined; if it is omitted, the default interface will beused..HP\fBsleep\fP <seconds>Delay for specified number of seconds..LPCommand parameters include filterspecs, flowspecs, and Tspecs..HPFilter specA filterspec is represented as <host> [/<port>], where <host> isan IP host name or numeric IP address and the optionalparameter <port> is an integer..HPFlowspecA flowspec is a sequence of parameters enclosed in square brackets.The following forms are allowed:	`[' g <R> <S>  <r> <b> <p> <m> [ <M> ] `]'	`[' cl <r> <b> <p> <m> [ <M> ] `]'These two forms correspond to the Guaranteed and Controlled-Loadintegrated service specifications, respectively, and result inSimplified-format parameter lists for the API.  The parameters areas defined in the corresponding service documents.  Only the <M>parameters are optional..HPTspecsA Tspec is a sequence of parameters enclosed in square brackets, in thefollowing form:	`[' t <r> <b> <p> <m> [ <M> ] `]'This creates a Simplified-format parameter list for a general Tspec,according to the integrated services specifications.  Only the <M>parameter is optional..SH "SEE ALSO".LPrsvpd, rsvpeep.SH BUGS

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -