ripd.8
上传用户:xiaozhuqw
上传日期:2009-11-15
资源大小:1338k
文件大小:5k
- .TH RIPD 8 "July 2000" "Zebra" "Version 0.88"
- .SH NAME
- ripd - a RIP routing engine for use with Zebra
- .SH SYNOPSIS
- .B ripd
- [
- .B -dhrv
- ]
- [
- .B -f config-file
- ]
- [
- .B -i pid-file
- ]
- [
- .B -P port-number
- ]
- .SH DESCRIPTION
- .B ripd
- is a routing component that supports the
- .B zebra
- route engine.
- .B ripd
- supports RIPv1, RIPv2, and so forth.
- .SH OPTIONS
- .TP
- fB-dfR, fB--daemonfR
- Runs in daemon mode, forking and exiting from tty.
- .TP
- fB-ffR, fB--config-file fRfIconfig-filefR
- Specifies the config file to use for startup. If not specified this option will likely default to fBfI/usr/local/etc/ripd.conffR.
-
- .TP
- fB-hfR, fB--helpfR
- A brief message.
- .TP
- fB-ifR, fB--pid_file fRfIpid-filefR
- When ripd starts its process idenifier is written to
- fBfIpid-filefR. The init system uses the recorded PID to stop or
- restart ripd. The likely default is fBfI/var/run/ripd.pidfR.
- .TP
- fB-PfR, fB--vty_port fRfIport-numberfR
- Specify the port that the ripd VTY will listen on. This defaults to
- 2602, as specified in fBfI/etc/servicesfR.
- .TP
- fB-rfR, fB--retainfR
- When the program terminates, retain routes added by fBripdfR.
- .TP
- fB-vfR, fB--versionfR
- Print the version and exit.
- .SH COMMANDS
- fB router rip fR
- fB no router rip fR
- fB rip version [1|2] fR
- fB no rip version [1|2] fR
- fB network [A.B.C.D/M] fR
- fB no network [A.B.C.D/M] fR
- fB network [IFNAME] fR
- fB no network [IFNAME] fR
- fB neighbor [A.B.C.D] fR
- fB no neighbor [A.B.C.D] fR
- fB redistribute kernel fR
- fB redistribute kernel metric [METRIC]fR
- fB redistribute kernel route-map [ROUTE-MAP]fR
- fB no redistribute kernel fR
- fB redistribute static fR
- fB redistribute static metric [METRIC]fR
- fB redistribute static route-map [ROUTE-MAP]fR
- fB no redistribute static fR
- fB redistribute connected fR
- fB redistribute connected metric [METRIC]fR
- fB redistribute connected route-map [ROUTE-MAP]fR
- fB no redistribute connected fR
- fB redistribute ospf fR
- fB redistribute ospf metric [METRIC]fR
- fB redistribute ospf route-map [ROUTE-MAP]fR
- fB no redistribute ospf fR
- fB redistribute bgp fR
- fB redistribute bgp metric [METRIC]fR
- fB redistribute bgp route-map [ROUTE-MAP]fR
- fB no redistribute bgp fR
- fB route [A.B.C.D/M] fR
- fB no route [A.B.C.D/M] fR
- fB default-information originate fR
- fB no default-information originate fR
- fB default-metric [METRIC] fR
- fB no default-metric [METRIC] fR
- fB passive-interface [IFNAME] fR
- fB no passive-interface [IFNAME] fR
- fB offset-list [ACCESS-LIST] [in|out]fR
- fB offset-list [ACCESS-LIST] [in|out] [IFNAME]fR
- fB no offset-list [ACCESS-LIST] [in|out]fR
- fB timers basic [UPDATE-INTERVAL] [INVALID] [TIMEOUT] [GARBAGE-COLLECT] fR
- fB no timers basic fR
- fB distribute-list [ACCESS-LIST] [in|out] [IFNAME] fR
- fB no distribute-list [ACCESS-LIST] [in|out] [IFNAME] fR
- fB distribute-list prefix [PREFIX-LIST] [in|out] [IFNAME] fR
- fB no distribute-list prefix [PREFIX-LIST] [in|out] [IFNAME] fR
- fB distance [DISTANCE] fR
- fB no distance [DISTANCE] fR
- fB distance [DISTANCE] [A.B.C.D/M] fR
- fB no distance [DISTANCE] [A.B.C.D/M] fR
- fB distance [DISTANCE] [A.B.C.D/M] [ACCESS-LIST]fR
- fB no distance [DISTANCE] [A.B.C.D/M] [ACCESS-LIST]fR
- fB ip rip send version [VERSION] fR
- fB no ip rip send version [VERSION] fR
- fB ip rip receive version [VERSION] fR
- fB no ip rip receive version [VERSION] fR
- fB ip rip authentication mode [md5|text]fR
- fB no ip rip authentication mode [md5|text]fR
- fB ip rip authentication key-chain [KEY-CHAIN]fR
- fB no ip rip authentication key-chain [KEY-CHAIN]fR
- fB ip rip authentication string [STRING]fR
- fB no ip rip authentication string [STRING]fR
- fB ip spli-horizonfR
- fB no ip spli-horizonfR
- fB show ip rip fR
- fB show ip protocols fR
- fB show debugging rip fR
- fB debug rip fR
- fB debug rip events fR
- fB debug rip packet fR
- fB debug rip zebra fR
- .SH FILES
- .TP
- .BI /usr/local/sbin/ripd
- The default location of the
- .B ripd
- binary.
- .TP
- .BI /usr/local/etc/ripd.conf
- The default location of the
- .B ripd
- config file.
- .TP
- .BI $(PWD)/ripd.log
- If the
- .B ripd
- process is config'd to output logs to a file, then you will find this
- file in the directory where you started fBripdfR.
- .SH WARNING
- This man page is intended as a quick reference for command line options, and for config file commands. The definitive document is the Info file fBzebrafR.
- .SH DIAGNOSTICS
- The ripd process may log to standard output, to a VTY, to a log file, or through syslog to the system logs.
- .B ripd
- supports many debugging options, see the Info file, or the source for details.
- .SH "SEE ALSO"
- References to other related man pages:
- ripngd(8), ospfd(8), ospf6d(8), bgpd(8), zebra(8)
- .SH BUGS
- .B ripd
- eats bugs for breakfast. If you have food for the maintainers try
- .BI <bug-zebra@gnu.org>
- .SH AUTHOR[S]
- See <fBwww.zebra.orgfR>, or the Info file for an accurate list of authors.