Sun Ethernet Fabric Operating System

Exit Print View

Updated: July 2015
 
 

Configure the Neighbor

This procedure specifies an NBMA neighbor router and its priority.

  1. Type.
    SEFOS# configure terminal
    SEFOS(config)# router ospf
    
  2. Configure the OSPF router ID.
    SEFOS(config-router)# router-id 10.10.2.1
    
  3. Configure the OSPF interface.
    SEFOS(config-router)# network 10.4.0.1 area 0.0.0.0
    SEFOS(config-router)# network 10.10.2.1 area 0.0.0.6
    
  4. Exit Router Configuration mode.
    SEFOS(config)# exit
    
  5. Enter Interface Configuration mode.
    SEFOS(config)# interface vlan 1
    
  6. Configure the network type as NBMA.
    SEFOS(config-if)# ip ospf network non-broadcast
    
  7. Configure the neighbor with priority.
    SEFOS(config-if)# exit
    SEFOS(config)# router ospf
    SEFOS(config-router)# neighbor 10.4.0.2 priority 10
    
  8. Configure the neighbor with default priority.
    SEFOS(config-router)# no neighbor 10.4.0.2 priority 10