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

Enable or Disable the Incremental Save Flag

Enable or Disable the Auto Save Flag

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 Rate Limiting

SEFOS can be configured to limit the rate of traffic received on a particular interface. If the traffic is above the configured threshold level, the packet gets dropped. The following example illustrates the configuration for limiting a multicast traffic at port 1 to a rate of 50 packets per second.

See Basic SEFOS Topology for the topology for this task. Port 1 and port 2 are connected to IXIA/Smartbits to monitor the rate of packet forwarding. Configure the rate limiting for multicast packets on port 1 as 50 packets per second and then generate a multicast traffic from IXIA at the rate of 1 Mbps. Packets received at port 2 must be at the rate of 50 packets per second.

  1. Connect to SEFOS.

    See Connect to SEFOS.

  2. Type the following commands in the switch to enable port 1 and port 2.
    SEFOS-1# configure terminal
    SEFOS-1(config)# interface extreme-ethernet 0/1
    SEFOS-1(config-if)# no shutdown
    SEFOS-1(config-if)# exit
    SEFOS-1(config)# interface extreme-ethernet 0/2
    SEFOS-1(config-if)# no shutdown
    SEFOS-1(config-if)# end
  3. Set the rate limit to 50 packets per second.
    1. Enter Global Configuration mode.
      SEFOS-1# configure terminal
    2. Enter Interface Configuration mode.
      SEFOS-1(config)# interface extreme-ethernet 0/1
    3. Set the rate limit to 50 packets per second.
      SEFOS-1(config-if)# storm-control multicast level 50
    4. Exit Global Configuration mode.
      SEFOS-1(config-if)# end
  4. View the configuration details.
    SEFOS-1# show interface extreme-ethernet 0/1 storm-control
    ...
    Multicast Storm Control     : 50
  5. View the functionality by generating a multicast packet from IXIA at the rate of 1 Mbps to port 1.

    The packets received at the second port of IXIA are at the rate of 50 packets per second only.

Related Information