Sun Microsystems, Inc.  Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition
   Home | Current Systems | Former STK Products | EOL Systems | Components | General Info | Search | Feedback

Asset ID: 1-72-2138805.1
Update Date:2017-10-24
Keywords:

Solution Type  Problem Resolution Sure

Solution  2138805.1 :   Moving Ports To A VLAN Breaks Communication On Ethernet Switch ES2-64  


Related Items
  • Oracle Ethernet Switch ES2-72
  •  
  • Oracle Switch ES1-24
  •  
  • Oracle Ethernet Switch ES2-64
  •  
Related Categories
  • PLA-Support>Sun Systems>SAND>Network>SN-SND: Sun Network Ethernet Switches
  •  




In this Document
Symptoms
Cause
Solution


Created from <SR 3-12604836604>

Applies to:

Oracle Ethernet Switch ES2-64 - Version All Versions and later
Oracle Ethernet Switch ES2-72 - Version All Versions and later
Oracle Switch ES1-24 - Version All Versions and later
Information in this document applies to any platform.
***Checked for relevance on 24-Oct-2017***

Symptoms

 Configuring ports in untagged VLAN as follows, e.g.

conf term
vlan 114
port ext 0/25-60 untagged ext 0/25-60
vlan active

just seems to break those ports. No communication is possible between them. Using the default configuration makes them work again.

Cause

 The "vlan ports" command additionally needs an "interface switchport pvid" configuration.

Solution

 In addition we need to do to "vlan ports" commands :

conf term
int range ex 0/25-60
switchport pvid 114
no shut
exit

Or, a bit shorter (here we do not need the "ports vlan" command before - preferred method) :

conf term
int range ex 0/25-60
switchport access vlan 114
no shut
exit

Unlike in the User's Guide, this is documented in the Product Notes :
http://docs.oracle.com/cd/E60179_01/html/E60180/z40004191391833.html


Attachments
This solution has no attachment
  Copyright © 2018 Oracle, Inc.  All rights reserved.
 Feedback