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 Network Management From the CLI


Note - This procedure is best performed from the SER MGT port. If performed from the NET MGT port, you might lose connection to the SP during the process.


  1. Log in to the Oracle ILOM CLI.

    See Log In to the Oracle ILOM CLI.

  2. Change to the /SP/network directory.
    -> cd SP/network
  3. (Optional) Set the state of network management.
    -> set state = state

    where state is either enabled or disabled.


    Note - If you set the state to disabled, connections to the NET MGT port are lost.


  4. (Optional) Set the IP discovery mode.
    -> set pendingipdiscovery = mode

    where mode is either dhcp or static.


    Note - By default, the switch uses DHCP as the IP discovery mode.


  5. If you set the IP discovery mode to dhcp, go to Step 7.
  6. If you set the IP discovery mode to static, configure an externally accessible IP address on the switch.
    1. Set the pending service processor IP address.
      -> set pendingipaddress=IP_address
      Set 'pendingipaddress' to 'IP_address'
    2. Set the pending gateway IP address.
      -> set pendingipgateway=IP_address
      Set 'pendingipgateway' to 'IP_address'
    3. Set the pending netmask.
      -> set pendingipnetmask=netmask
      Set 'pendingipnetmask' to 'n.n.n.n'
  7. Verify the configuration information that you entered.

    The show command displays information about the switch, including its IP address.

    For example:

    -> show
     
     /SP/network
        Targets:
     
        Properties:
            type = Network Configuration
            commitpending = (Cannot show property)
            ipaddress = 10.7.59.97 
            ipdiscovery = static
            ipgateway = 10.7.59.254 
            ipnetmask = 255.255.255.0
            macaddress = 00:14:4f:6C:5D:E8 
            pendingipaddress = 10.7.59.97 
            pendingipdiscovery = static
            pendingipgateway = 10.7.59.254 
            pendingipnetmask = 255.255.255.0
            state = enabled
     
        Commands:
            cd
            set
            show
     
    -> 
  8. Commit the changes.
    -> set commitpending=true
    Set 'commitpending' to 'true'

    Note - When you set commitpending to true, connections to the NET MGT port might be lost. You must reestablish connection to the NET MGT port.


  9. When you are done, exit the switch Oracle ILOM.

    See Log Out of the Oracle ILOM CLI.

Related Information