nerdexam
Cisco

300-410 · Question #61

Which configuration adds an IPv4 interface to an OSPFv3 process in OSPFv3 address family configuration?

The correct answer is B. Router(config-router)#ospfv3 1 ipv4 area 0. To add an IPv4 interface to an OSPFv3 process and assign it to an area, the ospfv3 <process-id> ipv4 area <area-id> command is used, typically under the OSPFv3 router configuration mode or directly on the interface.

Layer 3 Technologies

Question

Which configuration adds an IPv4 interface to an OSPFv3 process in OSPFv3 address family configuration?

Options

  • ARouter# ospfV3 1 address-family ipv4
  • BRouter(config-router)#ospfv3 1 ipv4 area 0
  • CRouter(config-router)#ospfv3 3 1
  • DRouter# ospfv3 1 address-family ipv4 unicast

How the community answered

(47 responses)
  • A
    2% (1)
  • B
    91% (43)
  • C
    4% (2)
  • D
    2% (1)

Why each option

To add an IPv4 interface to an OSPFv3 process and assign it to an area, the `ospfv3 <process-id> ipv4 area <area-id>` command is used, typically under the OSPFv3 router configuration mode or directly on the interface.

ARouter# ospfV3 1 address-family ipv4

The command `Router# ospfV3 1 address-family ipv4` only enters the OSPFv3 process 1 and its IPv4 address family configuration mode, it does not enable OSPFv3 on an interface or assign it to an area.

BRouter(config-router)#ospfv3 1 ipv4 area 0Correct

The OSPFv3 protocol supports both IPv4 and IPv6 address families. To include an IPv4 interface in an OSPFv3 process and associate it with an area, the command `ospfv3 <process-id> ipv4 area <area-id>` is used, often applied directly on the interface or within the OSPFv3 router configuration in conjunction with address-family commands.

CRouter(config-router)#ospfv3 3 1

The command `ospfv3 3 1` is incomplete and syntactically incorrect for enabling OSPFv3 on an interface or assigning it to an area within an address family context.

DRouter# ospfv3 1 address-family ipv4 unicast

The command `Router# ospfv3 1 address-family ipv4 unicast` enters the OSPFv3 process 1 and its IPv4 unicast address family configuration mode, but it does not specify an area or enable OSPFv3 on an interface.

Concept tested: OSPFv3 IPv4 Address Family Interface Configuration

Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_ospf/configuration/15-mt/iro-ospfv3-15-mt-book/iro-cfg-ospfv3.html

Topics

#OSPFv3 configuration#IPv4 routing#Routing protocol configuration

Community Discussion

No community discussion yet for this question.

Full 300-410 Practice