![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||
Solution Type Technical Instruction Sure Solution 2317556.1 : DSR Switch 3020 Uplink Ports on Bay Are Down
In this Document
Created from <SR 3-15486225291> Applies to:Oracle Communications Diameter Signaling Router (DSR) - Version DSR 5.0 and laterTekelec GoalUplink Ports on bay Are Down SolutionRun following command to check Switch status: sudo netConfig --device=<switch_name> getDiagnostic e.g.: sudo netConfig --device=bay5_3020 getDiagnostic
There is a mismatch between Bay5 and Bay6 configuration for VLAN463. On Bay5, it is set as Access while on Bay6 it is set as Trunk. It will need to be changed to Trunk on Bay5 switch. I will share exact commands for this with you later. Bay 5 config
interface GigabitEthernet0/17 description oam_uplink switchport access vlan 463 switchport mode access channel-group 1 mode active spanning-tree portfast ! interface GigabitEthernet0/18 description oam_uplink switchport access vlan 463 switchport mode access channel-group 1 mode active spanning-tree portfast ! interface GigabitEthernet0/19 description oam_uplink switchport access vlan 463 switchport mode access channel-group 1 mode active spanning-tree portfast ! interface GigabitEthernet0/20 description oam_uplink switchport access vlan 463 switchport mode access channel-group 1 mode active spanning-tree portfast Bay 6 config: interface GigabitEthernet0/17 description oam_uplink switchport access vlan 463 switchport trunk allowed vlan 463 switchport mode trunk channel-group 1 mode active spanning-tree portfast ! interface GigabitEthernet0/18 description oam_uplink switchport access vlan 463 switchport trunk allowed vlan 463 switchport mode trunk channel-group 1 mode active spanning-tree portfast ! interface GigabitEthernet0/19 description oam_uplink switchport access vlan 463 switchport trunk allowed vlan 463 switchport mode trunk channel-group 1 mode active spanning-tree portfast ! interface GigabitEthernet0/20 description oam_uplink switchport access vlan 463 switchport trunk allowed vlan 463 switchport mode trunk channel-group 1 mode active spanning-tree portfast To fix this make the ports on bay 5 match the ports on bay 6 for 17-20 by changing them to trunk and allow vlan 463. List the options for setSwitchport of netoConfig command sudo netConfig --listCommands setSwitchport
Output of this command will help to identify the exact command for making the required change. Description: Configure a switch port The equivalent for untaggedVlan should be vlanDefault. sudo /usr/TKLC/plat/bin/netConfig --device=bay5_3020 setSwitchport interface=GE17 type=trunk vlanMembership=463 vlanDefault=1
Attachments This solution has no attachment |
||||||||||||||
|