Sun Ethernet Fabric Operating System

Exit Print View

Updated: July 2015
 
 

Add a RIP Neighbor

In this example, switch 2 is added to switch 1.

  1. On switch 1, enter the configuration mode for the router.
    SEFOS# configure terminal
    SEFOS(config)# router rip
    SEFOS(config-router)# network 10.0.0.1
    
  2. Add the switch 2 as a neighbor.
    SEFOS(config-router)# neighbor 10.0.0.2
    SEFOS(config-router)# end
    

    In switch 1, you should be able to view only the routes that are sent as RIP updates from the neighbor router (switch 2 at 10.0.0.2).