JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Sun Ethernet Fabric Operating System

ONET Administration Guide

search filter icon
search icon

Document Information

Using This Documentation

Product Notes

Related Documentation

Acronyms and Abbreviations

CLI Command Modes

Feedback

Support and Accessibility

ONET Configuration

ONET Example Topology

Default Settings

ONET and Oracle ILOM

Start ONET From Oracle ILOM

Start the ONET CLI

Stopping SEFOS Before Starting ONET

Stop SEFOS

Start ONET

Stop ONET

Configuring an ONET

Configure an ONET

Common Configuration Errors

ONET CLI Commands

help Command

show onet Command

show onets Command

show interfaces description Command

show vlan Command

show lldp Command

show mac-address-table Command

speed port Command

exit Command

write startup-config Command

no onet Command

onet Command

set onet Command

Configure an ONET

Before You Begin

This procedure enables you to create an ONET with multiple downlink ports and a single uplink port, with an option to assign them as member ports (tagged) to multiple VLANs. The modify command can be used to modify the downlink and uplink ports, name and VLAN assigned to a given ONET.

A given uplink or downlink port cannot be part of more than one ONET. In the default scenario, all 10 downlinks port are part of an ONET. The only way to create a new ONET is to delete an existing ONET.

  1. Delete an ONET.
    ONET# configure
    ONET#-configure# no onet onet01
    ONET#-configure# no onet onet02
    ONET#-configure# end
  2. Create an ONET.
    ONET#-configure# onet onet-new uport extreme-ethernet 2 dport extreme-ethernet 15,16
    ONET#-configure# exit
    ONET# show onets
    Name: onet-new
       Onet VLAN:           4084
       Downlink port(s):    16 15
       VLAN(s):            
       Uplink port:         02
    Name: onet10
       Onet VLAN:           4075
       Downlink port(s):    24
       VLAN(s):
       Uplink port:         10
    Name: onet09
       Onet VLAN:           4076
       Downlink port(s):    23
       VLAN(s):
       Uplink port:         09
  3. Modify an ONET.

    You can add a list of VLANs to the ONET and modify onet-new to have VLAN 2000 and uplink port as Ex 0/1.

    ONET# configure
    ONET#-configure# set onet onet01 uport extreme-ethernet 1 dport extreme-ethernet 15,16 vlan id 2000
    ONET#-configure# exit
    ONET# show onets
    Name: onet-new
       Onet VLAN:           4084
       Downlink port(s):    16 15
       VLAN(s):            2000
       Uplink port:         01
    Name: onet10
       Onet VLAN:           4075
       Downlink port(s):    24
       VLAN(s):
       Uplink port:         10
    Name: onet09
       Onet VLAN:           4076
       Downlink port(s):    23
       VLAN(s):
       Uplink port:         09
  4. Delete an ONET.
    ONET# configure
    ONET#-configure# no onet onet-new
    ONET#-configure# exit
    ONET# show onets
     
    Name: onet10
       Onet VLAN:           4075
       Downlink port(s):    24
       VLAN(s):
       Uplink port:         10
    Name: onet09
       Onet VLAN:           4076
       Downlink port(s):    23
       VLAN(s):
       Uplink port:         09