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