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

Save a Configuration

This task describes how to save configurations even after restarting the switch.

See Switching Feature Topology for the topology of this task.

  1. Configure initial settings.

    See Configure Initial Settings.

  2. Save the configurations for SEFOS-1.
    SEFOS-1# write startup-config

    This process might take a few seconds. You see the message [OK] when the configurations have been successfully saved.

  3. Exit the SEFOS session.
    SEFOS-1# exit
    Connection closed by foreign host.
    cd: The session with /TOR/fs_cli has ended.
  4. At the Oracle ILOM prompt, change directories to the /SP directory.
    -> cd /SP
  5. Reset the service processor.
    -> reset
    Are you sure you want to reset /SP (y/n)? y
    Performing reset on /SP
    ...
  6. Log in to the Oracle ILOM CLI.

    See Log In to the Oracle ILOM CLI.

  7. Connect to SEFOS.

    See Connect to SEFOS.

  8. 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(D),Ex0/22(P)
    ...
  9. Repeat Step 2 through Step 8 for SEFOS-2.

    Once SEFOS-1 and SEFOS-2 are both restarted, SEFOS comes up with all the previous configurations.

Related Information