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;
- }
- }
- }