有正在 R1 上配置 OSPFv3 ,从下例可知,他使用了哪个命令序列来通告 Gi0/0 连接的网络? 例 用于本题的配置命令 ------------------------------------------------------------------------------ R1(config)# interface GigabitEthernet 0/0 R1(config-if)# ipv6 address 2001:db8:acad:A::1/64 R1(config-if)# no shutdown R1(config-if)# exit R1(config)# ipv6 unicast-routing R1(config)# ipv6 router ospf 3 R1(config-rtr)# router-id 1.1.1.1 R1(config-rtr)# exit -----------------------------------------------------------------------------
A.
R1(config)# router ospf 3
B.
R1(config)# interface GigabitEthernet 0/0 R1(config-if)# ipv6 ospf network
C.
R1(config)# ipv6 router ospf 3 R1(config-rtr)# ipv6 ospf neighbor 2001:db8:acad:a::/64
D.
R1(config)# interface GigabitEthernet 0/0 R1(config-if)# ipv6 ospf 3 area 1