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

Add Static Routes

Depending on how each server configures routes, you might need to add static routes with commands provided by the servers.

  1. On host A, add static routes to reach VLAN 40 and VLAN 20 configured on SEFOS-2.
    # route add 40.0.0.0 -netmask 255.255.255.0 10.0.0.201
    # route add 20.0.0.0 -netmask 255.255.255.0 10.0.0.201
  2. On host B, add static routes to reach VLAN 10 and VLAN 20 configured on SEFOS-1.
    # route add -net 10.0.0.0 netmask 255.255.255.0 gw 40.0.0.200
    # route add -net 20.0.0.0 netmask 255.255.255.0 gw 40.0.0.200
  3. Connect to SEFOS on SEFOS-1.

    See Connect to SEFOS.

  4. Ping the SEFOS-2 VLAN 40 IP address from SEFOS-1.
    SEFOS-1# ping 40.0.0.200
  5. Ping host B VLAN 40 IP address from SEFOS-1.
    SEFOS-1# ping 40.0.0.110
  6. Ping host B from host A.
    # ping -s 40.0.0.110
  7. Connect to SEFOS on SEFOS-2.

    See Connect to SEFOS.

  8. Ping SEFOS-1 VLAN 10 IP address from SEFOS-2.
    SEFOS-2# ping 10.0.0.201
  9. Ping the host A IP address from SEFOS-2.
    SEFOS-2# ping 10.0.0.169
  10. Ping host A from host B.
    # ping 10.0.0.169

    To reach host A from host B, packets must be routed between VLAN 40VLAN 20 and VLAN 20VLAN 10. With static routes configured, you can now test the routing functions with SEFOS.

Related Information