Configuring an nbma or p2mp neighbor, Configuring ospfv3 routing information control, Configuratioon prerequisites – H3C Technologies H3C SecPath F1000-E User Manual

Page 782: Configuring ospfv3 route summarization

Advertising
background image

757

Configuring the OSPFv3 network type for an interface

Step Command

Remarks

1.

Enter system view.

system-view

N/A

2.

Enter interface view. interface interface-type

interface-number

N/A

3.

Configure a network

type for the OSPFv3
interface.

ospfv3 network-type { broadcast |
nbma | p2mp [ non-broadcast ] |

p2p } [ instance instance-id ]

Optional.
The network type of an interface depends
on the media type of the interface.

Configuring an NBMA or P2MP neighbor

For NBMA and P2MP interfaces (only when in unicast mode), you need to specify the link-local IP
addresses of their neighbors because such interfaces cannot find neighbors via broadcasting Hello

packets. You can also specify DR priorities for neighbors.
To configure an NBMA or P2MP (unicast) neighbor and its DR priority:

Step Command

1.

Enter system view.

system-view

2.

Enter interface view.

interface interface-type interface-number

3.

Specify an NBMA or P2MP (unicast)
neighbor and its DR priority.

ospfv3 peer ipv6-address [ dr-priority dr-priority ]
[ instance instance-id ]

Configuring OSPFv3 routing information control

This section describes how to configure the control of OSPF routing information advertisement and

reception, and redistribution from other protocols.

Configuratioon prerequisites

Before you configure OSPFv3 routing information control, complete the following tasks:

Enable IPv6 packet forwarding.

Configure OSPFv3 basic functions.

Configuring OSPFv3 route summarization

If contiguous network segments exist in an area, you can use the abr-summary command to summarize

them into one network segment on the ABR. The ABR will advertise only the summary route. Any LSA

falling into the specified network segment will not be advertised, reducing the LSDB size in other areas.
To configure route summarization:

Advertising