# Restart OSPFv3 process 100 on Switch A without using the GR mechanism.
<Switch A> reset ospfv3 100
# Run the display ipv6 fib command on Switch A immediately to view the FIB information.
<Switch A> display ipv6 fib
IPv6 FIB Table:
Total number of Routes : 1
Destination: 1000:: PrefixLength :64
NextHop : 1000::1 Flag : U
Interface : Vlanif10 Tunnel ID : 0x0
TimeStamp : Date- 25:6:2007, Time- 17:31:46
The preceding information shows that the FIB information on Switch A is modified and the
forwarding service is affected.
# Restart OSPFv3 process 100 on Switch A by using the GR mechanism.
<Switch A> reset ospfv3 100 graceful-restart
# Run the display ipv6 fib command on Switch A immediately to view the FIB information.
Check whether GR functions normally. If GR functions normally, the FIB information is not
modified and the forwarding is not affected when you restart the OSPFv3 process through GR
on Switch A.
<Switch A> display ipv6 fib
<SwitchA> display ipv6 fib
IPv6 FIB Table:
Total number of Routes : 2
Destination: 1000:: PrefixLength : 64
NextHop : 1000::1 Flag : U
Interface : Vlanif10 Tunnel ID : 0x0
TimeStamp : Date- 25:6:2007, Time- 17:31:46
Destination: 2000:: PrefixLength : 64
NextHop : FE80::200:1FF:FE00:200 Flag : DGU
Interface : Vlanif10 Tunnel ID : 0x0
TimeStamp : Date- 26:6:2007, Time- 14:6:3
The preceding information shows that the FIB information on Switch A is not modified and the
forwarding is not affected.
----End
Configuration Files
l Configuration file of Switch A
#
sysname Switch A
#
ipv6
#
vlan batch 10
#
interface Vlanif10
ipv6 enable
ipv6 address 1000::1/64
ospfv3 100 area 0.0.0.0
#
interface XGigabitEthernet0/0/1
port hybrid pvid vlan 10
port hybrid untagged vlan 10
#
ospfv3 100
router-id 1.1.1.1
graceful-restart
S6700 Series Ethernet Switches
Configuration Guide - IP Routing 5 OSPFv3 Configuration
Issue 01 (2012-03-15) Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
231