ospfd provides an OSPF version 2 routing protocol as described in RFC2178. Currently OSPFd is under development.
Menu |
---|
Invoking ospfd |
ospfd Configuration |
ospfd Terminal Mode Commands |
There are no ospfd specific options. Common options can be
specified (See also Common Invocation Options.) to ospfd.
(C) Copyright 1999 Free Software Foundation, Inc.
Permission is granted to make and distribute verbatim copies of this
manual provided the copyright notice and this permission notice are
preserved on all copies.
Permission is granted to copy and distribute modified versions of
this manual under the conditions for verbatim copying, provided that the
entire resulting derived work is distributed under the terms of a
permission notice identical to this one.
Permission is granted to copy and distribute translations of this
manual into another language, under the above conditions for modified
versions, except that this permission notice may be stated in a
translation approved by the Free Software Foundation.
Command: no router ospf
Enable/disable the OSPF process. Please do not specify an OSPF
process number. ospfd does not yet support multiple OSPF
processes.
This command specifies the OSPF enabled interface. If the
interface has an address of 10.0.0.1/8 then the command below
provides network information to the ospf beasties
!
router ospf
network 10.0.0.0/8 area 0
!
the network command's mask length should be the same as the
interface address's mask.
debug ospf packet all detail
output all packets in detail.