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

EVB 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

EVB Overview

Protocol Description

Supported CLI Commands

Configuring EVB

Example Configuration

Configuring EVB on the Switch

Configure and Enable EVB on an Oracle Solaris Host

Show Commands

Configure and Enable EVB on an Oracle Solaris Host

These steps are used to set up the configuration in Example Configuration.

  1. Enable the LLDP module.
    SEFOS# conf t
    SEFOS(config)# set lldp enable
    SEFOS(config)# no shutdown lldp
  2. Enable the EVB module.
    SEFOS(config)# no shutdown evb

    Note - By default EVB module is enabled on the switch.


  3. Enable TLV and VDP on the interface.
    SEFOS(config)# interface ex 0/1
    SEFOS(config-if)# lldp tlv-select dot1evbtlv
    SEFOS(config-if)# set vdp enable
    SEFOS(config-if)# exit
    SEFOS(config)# interface ex 0/2
    SEFOS(config-if)# lldp tlv-select dot1evbtlv
    SEFOS(config-if)# set vdp enable
    SEFOS (config-if)# end
    SEFOS#