OSPF Configure Commands

configure router ospf interface network

This command configures the OSPF network type on an interface.

interface type

network type default

 

 

PPP/HDLC

point-to-point

Ethernet

broadcast

Frame Relay

point-to-point

 

 

Parameter

Description

network type

 

broadcast

Configures network type to broadcast multi-access network

non_broadcast

Configures network type to nonbroadcast multiaccess (NBMA)

 

network

point_to_multipoint

Configures network type to point-to-multipoint network

point_to_point

Configures network type to point-to-point network

 

 

syntax:

[ no ] network < broadcast non_broadcast point_to_multipoint point_to_point >

NOTE: If the interface type is point-to-point, then to change the network type to broadcast, the user must first change the point-to-point interface to broadcast type using the ip address command.

NOTE: The “non_broadcast” and “point_to_multipoint” parameters are not supported in this release.

example:

Foundry-AR1208/configure/router/ospf/interface toBoston# network non_broadcast

related commands:

configure router ospf interface authentication configure router ospf interface cost configure router ospf interface dead_interval configure router ospf interface hello_interval configure router ospf interface neighbor configure router ospf interface poll_interval configure router ospf interface priority configure router ospf interface retransmit_interval configure router ospf interface transmit_delay

June 2004

© 2004 Foundry Networks, Inc.

9 - 29

Page 140
Image 140
Foundry Networks AR3202-CL, AR3201-CL, AR1204, AR1216, AR1208 manual Configure router ospf interface network