]> git.proxmox.com Git - mirror_frr.git/blame - doc/ospf6d.texi
2004-12-17 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
[mirror_frr.git] / doc / ospf6d.texi
CommitLineData
76b89b4a 1@node OSPFv3
718e3744 2@chapter OSPFv3
3
4@command{ospf6d} is a daemon support OSPF version 3 for IPv6 network.
5OSPF for IPv6 is described in RFC2740.
6
7@menu
8* OSPF6 router::
9* OSPF6 area::
10* OSPF6 interface::
11* Redistribute routes to OSPF6::
12* Showing OSPF6 information::
13@end menu
14
76b89b4a 15@node OSPF6 router
718e3744 16@section OSPF6 router
17
18@deffn {Command} {router ospf6} {}
19@end deffn
20
21@deffn {OSPF6 Command} {router-id @var{a.b.c.d}} {}
22Set router's Router-ID.
23@end deffn
24
25@deffn {OSPF6 Command} {interface @var{ifname} area @var{area}} {}
26Bind interface to specified area, and start sending OSPF packets. @var{area} can
27be specified as 0.
28@end deffn
29
76b89b4a 30@node OSPF6 area
718e3744 31@section OSPF6 area
32
33Area support for OSPFv3 is not yet implemented.
34
76b89b4a 35@node OSPF6 interface
718e3744 36@section OSPF6 interface
37
38@deffn {Interface Command} {ipv6 ospf6 cost COST} {}
39Sets interface's output cost. Default value is 1.
40@end deffn
41
42@deffn {Interface Command} {ipv6 ospf6 hello-interval HELLOINTERVAL} {}
43Sets interface's Hello Interval. Default 40
44@end deffn
45
46@deffn {Interface Command} {ipv6 ospf6 dead-interval DEADINTERVAL} {}
47Sets interface's Router Dead Interval. Default value is 40.
48@end deffn
49
50@deffn {Interface Command} {ipv6 ospf6 retransmit-interval RETRANSMITINTERVAL} {}
51Sets interface's Rxmt Interval. Default value is 5.
52@end deffn
53
54@deffn {Interface Command} {ipv6 ospf6 priority PRIORITY} {}
55Sets interface's Router Priority. Default value is 1.
56@end deffn
57
58@deffn {Interface Command} {ipv6 ospf6 transmit-delay TRANSMITDELAY} {}
59Sets interface's Inf-Trans-Delay. Default value is 1.
60@end deffn
61
76b89b4a 62@node Redistribute routes to OSPF6
718e3744 63@section Redistribute routes to OSPF6
64
65@deffn {OSPF6 Command} {redistribute static} {}
66@deffnx {OSPF6 Command} {redistribute connected} {}
67@deffnx {OSPF6 Command} {redistribute ripng} {}
68@end deffn
69
76b89b4a 70@node Showing OSPF6 information
718e3744 71@section Showing OSPF6 information
72
73@deffn {Command} {show ipv6 ospf6 [INSTANCE_ID]} {}
74INSTANCE_ID is an optional OSPF instance ID. To see router ID and OSPF
75instance ID, simply type "show ipv6 ospf6 <cr>".
76@end deffn
77
78@deffn {Command} {show ipv6 ospf6 database} {}
79This command shows LSA database summary. You can specify the type of LSA.
80@end deffn
81
82@deffn {Command} {show ipv6 ospf6 interface} {}
83To see OSPF interface configuration like costs.
84@end deffn
85
86@deffn {Command} {show ipv6 ospf6 neighbor} {}
87Shows state and chosen (Backup) DR of neighbor.
88@end deffn
89
90@deffn {Command} {show ipv6 ospf6 request-list A.B.C.D} {}
91Shows requestlist of neighbor.
92@end deffn
93
94@deffn {Command} {show ipv6 route ospf6} {}
95This command shows internal routing table.
96@end deffn