Version 6.8 117 Mediant MSBR
Configuration Guide 20. IPv6 Routing
20.3.2 Example of OSPFv3 Routing
This example demonstrates a typical scenario where an MSBR acts as a default gateway
for a LAN network, and connects to the WAN network using the OSPF6 protocol. This
example includes a single-area (area 0.0.0.5) OSPF6 network; however, in more complex
and large-scale networks, multi-area topology may be more adequate in terms of
scalability.
Figure 20-3: OSPF6 Routing
The following configuration demonstrates a basic OSPF6 configuration in which OSPF6 is
activated on the LAN interfaces (for advertisement) and on the WAN interfaces (for
adjacency forming). The router-ids are explicitly configured to the addresses of loopback
interfaces configured on the MSBR. Adjacency change logging is activated for debugging.
The OSPF6 timers are configured on the WAN interfaces of the MSBRs and should always
be matched on both ends to avoid adjacency flapping.
******************************************************************
IPv6 address configuration is omitted, assume it is as described
in the topology above.
******************************************************************
MSBR1:
MSBR1# config data
MSBR1 (config-data)# router ospf6
MSBR1 (conf-router)# router-id 1.1.1.1
MSBR1 (conf-router)# redistribute connected
MSBR1 (conf-router)# interface GigabitEthernet 0/0 area 0.0.0.5
MSBR1 (conf-router)# exit
MSBR1(config-data)# interface GigabitEthernet 0/0
MSBR1(conf-if-GE 0/0)# ipv6 ospf6 hello-interval 1
MSBR1(conf-if-GE 0/0)# ipv6 ospf6 dead-interval 3
MSBR2:
MSBR2# config data
MSBR2(config-data)# router ospf6
MSBR2(conf-router)# router-id 1.1.1.2
MSBR2(conf-router)# redistribute connected
MSBR2(conf-router)# interface GigabitEthernet 0/0 area 0.0.0.5
MSBR2(conf-router)# exit
MSBR1(config-data)# interface GigabitEthernet 0/0
MSBR1(conf-if-GE 0/0)# ipv6 ospf6 hello-interval 1
MSBR1(conf-if-GE 0/0)# ipv6 ospf6 dead-interval 3