Sun Ethernet Fabric Operating System

Exit Print View

Updated: July 2015
 
 

Remove a RIP Neighbor

In this example, switch 2 is removed from 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. Delete the configured RIP neighbor.
    SEFOS(config-router)# no neighbor 10.0.0.2
    SEFOS(config-router)# end
    

    In switch 1, you should be able to view the routes that are sent as RIP updates from both of the neighbor routers (switch 2 at 10.0.0.2 and switch 3 at 10.0.0.3).