
OSPF Commands
©2008 Allied Telesis Inc. All rights reserved.
Software Version 5.2.1
AlliedWare Plus
TM
Operating System Software Reference C613-50003-00 REV E
30.35
ip ospf network
This command configures the OSPF network type to a type different from the default for the
particular interface.
This command forces the interface network type to the specified type. Depending on the
network type, OSPF changes the behaviour of the packet transmission and the link description
in LSAs.
The
no
form of this command returns the network type to the default for the particular
interface. For Ethernet, the default is broadcast.
Syntax
ip ospf network [broadcast | non-broadcast | point-to-point |
point-to-multipoint]
no ip ospf network
Mode
Interface mode
Examples
The following example shows setting the network type to
point-to-point
on the vlan1
interface.
awplus#
configure terminal
awplus(config)#
interface vlan1
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.