
Operation Manual – IPv6 Routing
H3C S3610&S5510 Series Ethernet Switches
Chapter 3 IPv6 OSPFv3 Configuration
3-15
3.8 OSPFv3 Configuration Examples
3.8.1 Configuring OSPFv3 Areas
I. Network requirements
In the following figure, all switches run OSPFv3. The AS is split into three areas, in
which, Switch B and Switch C act as ABRs to forward routing information between
areas.
It is required to configure Area 2 as a stub area, reducing LSAs into the area without
affecting route reachability.
II. Network diagram
OSPFv3
Area 0
OSPFv3
Area 1
OSPFv3
Area 2
Switch A
Vlan-int100
2001::2/64
Vlan-int100
2001::1/64
Vlan-int300
2001:3::1/64
Vlan-int200
2001:1::2/64
Switch C
Vlan-int400
2001:2::1/64
Vlan-int400
2001:2::2/64
Switch B
Vlan-int200
2001:1::1/64
Switch D
Stub
Figure 3-2
Network diagram for OSPFv3 area configuration
III. Configuration procedure
1)
Configure IPv6 addresses for interfaces (omitted)
2)
Configure OSPFv3 basic functions
# Configure Switch A.
<SwitchA> system-view
[SwitchA] ipv6
[SwitchA] ospfv3
[SwitchA-ospfv3-1] router-id 1.1.1.1
[SwitchA-ospfv3-1] quit
[SwitchA] interface vlan-interface 300
[SwitchA-Vlan-interface300] ospfv3 1 area 1
[SwitchA-Vlan-interface300] quit
[SwitchA] interface vlan-interface 200
[SwitchA-Vlan-interface200] ospfv3 1 area 1
[SwitchA-Vlan-interface200] quit
# Configure Switch B