![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||
Solution Type Problem Resolution Sure Solution 2138805.1 : Moving Ports To A VLAN Breaks Communication On Ethernet Switch ES2-64
In this Document
Created from <SR 3-12604836604> Applies to:Oracle Ethernet Switch ES2-64 - Version All Versions and laterOracle 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*** SymptomsConfiguring 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. SolutionIn 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 : Attachments This solution has no attachment |
||||||||||||||||
|