Ip ospf network – Allied Telesis AT-S83 User Manual
Page 331

AT-S83 Management Software Command Line Interface User’s Guide
331
IP OSPF NETWORK
Syntax
ip ospf network broadcast|non-broadcast|point-to-
point|point-to-multipoint
no ip ospf network
Parameters
broadcast
Sets the network type to broadcast.
non-broadcast
Sets the network type to Nonbroadcast Multiple
Access network (NBMA).
point-to-multipoint
Sets the network type to point-to-multipoint.
point-to-point
Sets the network type to point-to-point.
Description
Use the IP OSPF NETWORK command to force the interface network type
to the type specified. Depending on the network type, OSPF changes the
behavior of the sending packet and describes link in LSAs.
Use the no form of this command to return it to the default value. The
default value is Broadcast type.
Command Mode
Interface mode
Example
The following example sets the network to point-to-point type on the
interface 1:
switch#configure terminal
switch(config)#interface xe1
switch(config-if)# ip ospf network point-to-point
Related Commands
none