ip ospf network

Use this command to configure the IPv4 OSPF network link type.

Syntax

ip ospf network type
no ip ospf network type

Parameters

non-broadcast Specifies this interface is a non-broadcast network link type.
broadcast Specifies this interface is a broadcast network link type.
point-to-point Specifies this interface is a point-to-point network link type.
point-to-multipoint Specifies this interface is a point-to-point network link type.

Defaults

None.

Mode

Interface configuration.

Usage

The “no” form of this command removes .

Example

This example shows how to set the IPv4 OSPF interface link type to point-to-point:

System(su)->configure terminal
System(su-config)->interface vlan 15
System(su-config-intf-vlan.0.15)->ip ospf network point-to-point