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 LA

This task describes how to configure and test the LA feature of SEFOS running on a switch target.

See Switching Feature Topology for the topology of this task.

  1. Configure the initial settings.

    See Configure Initial Settings.

  2. Create a port-channel group 100 on SEFOS-1 and link the ports in the group.
    SEFOS-1# configure terminal
    SEFOS-1(config)# set port-channel enable
    SEFOS-1(config)# interface port-channel 100
    SEFOS-1(config-if)# no shutdown
    SEFOS-1(config-if)# exit
    SEFOS-1(config)# interface range extreme-ethernet 0/21-22
    SEFOS-1(config-if)# no shutdown
    SEFOS-1(config-if)# channel-group 100 mode active
    SEFOS-1(config-if)# exit
    SEFOS-1(config)# vlan 101
    SEFOS-1(config-vlan)# ports extreme-ethernet 0/1-2 port-channel 
    100 untagged extreme-ethernet 0/1-2 port-channel 100
  3. Repeat Step 2 on SEFOS-2.
  4. Verify the VLAN membership.
    SEFOS-1# show vlan
    Vlan database
    -------------
    Vlan ID : 101
    Member Ports : Ex0/1,Ex0/2,po100
    Untagged Ports : Ex0/1,Ex0/2,po100
    Forbidden Ports : None
    Reflective-Relay : Disabled
    Name :
    Status : Other
  5. Verify the STP port status on SEFOS-1.
    SEFOS-1# show spanning-tree
    Root Id         Priority   32768
                    Address    00:14:4f:6c:69:ee
                    Cost       0
                    Port       0 [0]
                    Max age 20 Sec, forward delay 15 Sec
                    Hello Time 2 Sec
     
    MST00
     
    Spanning tree Protocol has been enabled
     
    MST00 is executing the mstp compatible Multiple Spanning Tree Protocol
    Bridge Id       Priority  32768
                    Address  00:14:4f:6c:69:ee
                    Max age is 20 sec, forward delay is 15 sec
                    Hello Time is 2 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
    po100                    Designated      Forwarding   2000      128      P2P
    ...
  6. Ping continuously from host A to host C.

    There should not be any data loss during traffic forwarding.

  7. Verify the port channel summary.
    SEFOS-1# show etherchannel summary
     
    Port-channel Module Admin Status is enabled
    Port-channel Module Oper Status is enabled
    Port-channel System Identifier is  00:14:4f:6c:69:ee
     
    Flags:
    D - down             P - in port-channel
    I - stand-alone      H - Hot-standby (LACP only)
    AD - Admin Down      AU - Admin Up
    OD - Operative Down  OU - Operative Up
     
    Number of channel-groups in use: 1
    Number of aggregators: 1
     
    Group  Port-channel        Protocol   Ports
    -------------------------------------------------------------------------
    100    Po100(P)[AU,OD]     LACP       Ex0/21(P),Ex0/22(P)
    ...
  8. Shut down the port extreme-ethernet 0/21 and verify the port channel summary.
    SEFOS-1# configure terminal
    SEFOS-1(config)# int ext 0/21
    SEFOS-1(config-if)# shut
    SEFOS-1(config-if)# end
    SEFOS-1# show etherchannel summary
     
    Port-channel Module Admin Status is enabled
    Port-channel Module Oper Status is enabled
    Port-channel System Identifier is  00:14:4f:6c:69:ee
     
    Flags:
    D - down             P - in port-channel
    I - stand-alone      H - Hot-standby (LACP only)
    AD - Admin Down      AU - Admin Up
    OD - Operative Down  OU - Operative Up
     
    Number of channel-groups in use: 1
    Number of aggregators: 1
     
    Group  Port-channel        Protocol   Ports
    -----------------------------------------------------------------
    100    Po100(P)[AU,OD]     LACP       Ex0/21(D),Ex0/22(P)
    ...

    LA was configured properly if traffic flows through the port channel group.

Related Information