Siemens S223 User Manual

Page of 381
User Manual                                                                               UMN:CLI 
SURPASS hiD 6615 S223/S323 R1.5 
A50010-Y3-C150-2-7619                                                                         341 
To delete a configured priority of OSPF router, use the following command. 
Command Mode 
Description 
no ip ospf priority
 
no ip ospf A.B.C.D
 priority 
Interface 
Deletes a configured priority of OSPF router. 
 
10.2.4.8 
OSPF Network Type 
There are 4 types of OSPF network. Broadcast network, NBMA (Non-broadcast-multiple-
access) network, Point-to-multipoint network and Point-to-point network. 
User can configure OSPF network as a Broadcast network or Non-broadcast network 
type. For example, if the network does not support multicasing it can be configured Non-
broadcast type from Broadcast type, and NBMA network as a Frame relay can be broad-
cast network type. 
NBMA type network need virtual circuit to connect routers. But Point-to-multipoint type 
uses virtual circuit on part of network to save the management expenses. It does not to 
need to configure Neighbor router to connect routers which are not directly connected. It 
also saves IP resources and no need to configure the process for destination router. It 
supports those benefits for stable network services. 
Generally, the routers and Layer 3 switches are using Broadcast type network. 
To select an OSPF network type, use the following command. 
Command Mode 
Description 
ip ospf network
  {broadcast | 
non-broadcast
 | point-to-multi-
point
 | point-to-point
Interface 
Selects an OSPF network type. 
 
10.2.5 Non-Broadcast 
Network 
To operate NBMA type network, neighbor router configuration is needed. And IP address, 
Priority, Poll-interval configuration as well. Priority is information for designate router se-
lection and it configured [0] as a default. Poll-interval is the waiting time to re-get the hello 
packet from dead Neighbor router. It configured 120 seconds as a default. 
To configure a router communicated by non-broadcast type, use the following command. 
Command Mode 
Description 
neighbor
 A.B.C.D cost <1-65535> 
neighbor
 A.B.C.D priority <0-255> 
neighbor
  A.B.C.D  priority <0-255> poll-interval 
<1-65535> 
neighbor
 A.B.C.D poll-interval <1-65535> 
neighbor
 A.B.C.D poll-interval <1-65535> prior-
ity
 <0-255> 
Router 
Configures a neighbor router of NBMA 
type.