Sun Ethernet Fabric Operating System

Exit Print View

Updated: July 2015
 
 

Disable Redistribution

  1. On switch 1, enter the configuration mode for the router.
    SEFOS# configure terminal
    SEFOS(config)# router rip
    
  2. Disable the output delay.
    SEFOS(config-router)# no redistribute static
    SEFOS(config-router)# end
    
  3. On switch 2, review the RIP route entries for the static routes that were added in switch 1.

    The routes were made unreachable with a metric as infinity (16). The static routes are redistributed into the RIP domain.

    SEFOS# show ip rip database
     
    10.0.0.0/8  [1]        auto-summary
    10.0.0.0/16 [1]        directly connected, vlan1
    50.0.0.0/8  [16]        via 10.0.0.1, vlan1
    60.0.0.0/8  [16]        via 10.0.0.1, vlan1
    70.0.0.0/8  [16]        via 10.0.0.1, vlan1
    80.0.0.0/8  [16]        via 10.0.0.1, vlan1
    
  4. On switch 2, review the RIP route entries for the redistributed static routes that were deleted from the IP routing table.
    SEFOS# show ip route
     
    C 10.0.0.0/16 is directly connected, vlan1
    C 30.2.2.0/24 is directly connected, vlan3