JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Switch ES1-24

Configuration Guide

search filter icon
search icon

Document Information

Using This Documention

Product Notes

Related Documentation

CLI Command Modes

Feedback

Support and Accessibility

Administering the Switch

Log In to the Oracle ILOM CLI

Create a SEFOS User

Change a SEFOS User Privilege Level

Configure Network Management From the Web Interface

Configure Network Management From the CLI

Log Out of the Oracle ILOM CLI

Update the Firmware

Administering SEFOS

SEFOS Setup Tasks

Understanding SEFOS Basics

Basic SEFOS Topology

Default Configurations

Connect to SEFOS

Disconnect From SEFOS

Configuring the SEFOS Environment

Enable or Disable the Timeout for Line Connections

Configure the Default IP Address

Configure the IP Address for an Interface

Configure the Name of the Configuration File

Configure the Default VLAN ID

Enable or Disable Trap Generation on an Interface

Configure Debug Logging

Configure ACL Filters

Configure QoS

Configure Port Mirroring

Configure Rate Limiting

Configuring Save Parameters

Managing Configuration Files

Save the Configuration to a File

Erase a Configuration File

Copy a Configuration File to a Remote Location

Copy a Configuration File From a Remote Location to Flash

Copy a Configuration File From One Remote Location or Flash to Another Remote Location or Flash

Managing Log Files

View a System Log

Copy a System Log to a Remote Location

View Debug Logs

Configuring the Switching Feature

Switching Feature Topology

Configure Initial Settings

Verify the Configuration

Configure VLAN Forwarding

Verify VLAN Membership

Configure RSTP

Configure LA

Save a Configuration

Configuring the Routing Feature

Routing Feature Topology

Configuring Static Routing

Configure Static Unicast Route Entries

Add Static Routes

Configuring Dynamic Routing

Configure RIP Dynamic Routing

Configure OSPF Dynamic Routing

Disabling Routing

Remove Static Routes

Disable RIP Dynamic Routing

Disable OSPF Dynamic Routing

Glossary

Index

Configure RSTP

This task shows the traffic flow in the RSTP configuration on SEFOS running on the switch targets. This task verifies whether a loop is present in the topology, if it is detected, and if the traffic is blocked for the alternate port.

See Switching Feature Topology for the topology of this task.

  1. Configure the initial settings.

    See Configure Initial Settings.

  2. Configure VLAN forwarding in SEFOS-1 and SEFOS-2.

    See Configure VLAN Forwarding.

  3. On SEFOS-1, verify the port status in RSTP mode.
    SEFOS-1# show spanning-tree
    Root Id          Priority   32768
                     Address    00:14:4f:6c:63:0f 
                     Cost       0
                     Port       0 [0]
                     Max Age 20 Sec, Forward Delay 15 Sec
     
    Spanning tree Protocol Enabled.
    Bridge is executing the rstp compatible Rapid Spanning Tree Protocol
    Bridge Id        Priority 32768
                       Address    00:14:4f:6c:63:0f
                       Cost       0
                       Port       0 [0]
                       Max Age 20 Sec, Forward Delay 15 Sec
     
    Spanning tree Protocol Enabled.
     
    Bridge is executing the rstp compatible Rapid Spanning Tree Protocol
    Bridge Id          Priority 32768
                       Address 00:14:4f:6c:63:0f
                       Hello Time 2 sec, Max Age 20 sec, Forward Delay 15 sec
                       Dynamic Path Cost is Disabled
                       Dynamic Path Cost Lag-Speed Change is Disabled
    Name              Role         State        Cost     Prio   Type
    ----              ----         -----        ----     ----   ----
    Ex0/1                    Designated      Forwarding   2000     128      P2P
    Ex0/2                    Designated      Forwarding   2000     128      P2P
    Ex0/21                   Designated      Forwarding   2000     128      P2P
    Ex0/22                   Designated      Forwarding   2000     128      P2P
    ...
  4. On SEFOS-2, verify the port status in RSTP mode.
    SEFOS-2# show spanning-tree
    Root Id         Priority   32768
                    Address    00:14:4f:6c:63:0f
                    Cost       4000
                    Port       Ex0/1
                    Max Age 20 Sec, Forward Delay 15 Sec
     
    Spanning tree Protocol Enabled.
     
    Bridge is executing the rstp compatible Rapid Spanning Tree Protocol
    Bridge Id       Priority 32768
                    Address 00:14:4f:6c:6e:0e
                    Hello Time 2 sec, Max Age 20 sec, Forward Delay 15 sec
                    Dynamic Path Cost is Disabled
                    Dynamic Path Cost Lag-Speed Change is Disabled
    Name              Role         State        Cost     Prio   Type
    ----              ----         -----        ----     ----   ------
    Ex0/1                    Designated      Forwarding   2000     128      P2P
    Ex0/21                   root                Forwarding   2000     128      P2P
    Ex0/22                   Alternate    Discarding   2000     128     P2P
    ...
  5. Ping from host A to host C.
    # ping -s 20.0.0.30

    Traffic is forwarded through the extreme-ethernet 0/21 port on SEFOS-1 to SEFOS-2 port 21.

  6. Shut down the extreme-ethernet 0/21 port from SEFOS-2 and verify the port status.
    SEFOS-2# configure terminal
    SEFOS-2(config)# int ext 0/21
    SEFOS-2(config)# shut
    SEFOS-2(config)# exit
    SEFOS-2# show spanning-tree
    Root Id         Priority   32768
                    Address    00:14:4f:6c:69:0f
                    Cost       4000
                    Port       Ex0/1
                    Max Age 20 Sec, Forward Delay 15 Sec
     
    Spanning tree Protocol Enabled.
     
    Bridge is executing the rstp compatible Rapid Spanning Tree Protocol
    Bridge Id       Priority 32768
                    Address 00:14:4f:6c:6e:0e
                    Hello Time 2 sec, Max Age 20 sec, Forward Delay 15 sec
                    Dynamic Path Cost is Disabled
                    Dynamic Path Cost Lag-Speed Change is Disabled
    Name              Role         State        Cost     Prio   Type
    ----              ----         -----        ----     ----   ------
    Ex0/1             Designated   Forwarding   2000     128    P2P
    Ex0/21            Disabled     Forwarding   2000     128    P2P
    Ex0/22            root         Forwarding   2000     128    P2P
    ...
  7. Ping from host A to host C.
    # ping 20.0.0.30

    Traffic should be forwarded through the extreme-ethernet 0/18 port on SEFOS-1. If RSTP is working, there will be a change in the port state.

Related Information