August 2005
Intermediate to advanced
798 pages
31h 12m
English
ip ospf network — interface
ip ospf network {broadcast | non-broadcast | point-to-multipoint |
point-to-point}
no ip ospf networkThe type of OSPF network
Depends on the interface type
Given the interface’s type, the OSPF process selects a default network type. This command allows the default network type to be changed.
broadcast
The interface is connected to a broadcast network.
non-broadcast
The interface is connected to a nonbroadcast network, i.e., a network with no effective way of dealing with broadcast packets. One example is a point-to-point network.
point-to-multipoint
The interface is connected to a point-to-multipoint network.
point-to-point
The interface is connected to a point-to-point network.
By default, a serial interface is point-to-point. The following commands configure a serial subinterface as part of a broadcast network:
interface serial0.1 ip ospf network broadcast