[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

Configuring OSPFv3 for IPv6

To implement OSPFv3 for IPv6, you must configure the following:

Configuring OSPFv3 as the Routing Protocol

You enable OSPFv3 almost the same way you enable OSPFv2. The only difference is that you use the ospf3 statement in place of ospf at the [edit protocols] hierarchy level.

[edit]
protocols {
ospf3 {
...
}
}

Configuring Interfaces in OSPFv3 Areas

To place selected interfaces in an OSPFv3 area, use the interface statement at the [edit protocols ospf3 area area-number] hierarchy level.

[edit]
protocols {
ospf3 {
area 0 {
interface at-0/0/0.0;
interface fe-1/1/1;
}
}
}

[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]