C613-50170-01 Rev B
Command Reference for x510 Series
1016
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
OSPF C
OMMANDS
IP
OSPF
NETWORK
ip ospf network
Overview
This command configures the OSPF network type to a type different from the
default for the particular VLAN interface.
The
no
variant of this command returns the network type to the default for the
particular VLAN interface.
Syntax
ip ospf network [broadcast|non-broadcast|point-to-point|
point-to-multipoint]
no ip ospf network
Default
The default is the
broadcast
OSPF network type for a VLAN interface.
Mode
Interface Configuration for a VLAN interface.
Usage
This command forces the interface network type to the specified type. Depending
on the network type, OSPF changes the behavior of the packet transmission and
the link description in LSAs.
Example
The following example shows setting the network type to point-to-point on the
VLAN interface vlan2.
awplus#
configure terminal
awplus(config)#
interface vlan2
awplus(config-if)#
ip ospf network point-to-point
Parameter
Description
broadcast
Sets the network type to broadcast.
non-broadcast
Sets the network type to NBMA.
point-to-multipoint
Sets the network type to point-to-multipoint.
point-to-point
Sets the network type to point-to-point.