Stack with 2 OS6450-10

Post Reply
tchup
Member
Posts: 14
Joined: 05 Nov 2019 10:29

Stack with 2 OS6450-10

Post by tchup »

Hello,
I can not to stack 2 switchs OS6450-10 with connector SFP (ports : sw1/11 and sw2/12)
Ports sw1/11 and sw2/12 are down :

sw1 :

Code: Select all

stack set slot 1 mode stackable
reload
after reload :

Code: Select all

-> show stack status

Redundant cable status  : not present
Tokens used             : 1
Tokens available        : 31

-> show stack topology
                                         Link A  Link A          Link B  Link B
NI      Role      State   Saved  Link A  Remote  Remote  Link B  Remote  Remote
                          Slot   State   NI      Port    State   NI      Port
----+-----------+--------+------+-------+-------+-------+-------+-------+-------
   1 PRIMARY     RUNNING    1    DOWN        0        0  DOWN        0        0

-> show stacking interfaces
 Slot/Port  1/11 :
          Operational Status     : down,
          Last Time Link Changed : FRI DEC 01 01:18:06 ,
          Number of Status Change: 0,
          Type                   : Stacking,
[...]
 Slot/Port  1/12 :
          Operational Status     : down,
          Last Time Link Changed : FRI DEC 01 01:18:06 ,
          Number of Status Change: 0,
          Type                   : Stacking,
[...]

-> show ni
Module in slot 1
  Model Name:                    OS6450-10,
  Description:                   8 10/100/1000 + 2 Combo + 2 5G STK/UPLINK,
  Part Number:                   903770-90,
  Hardware Revision:             03,
  Manufacture Date:              JAN 25 2019,
  Firmware Version:              ,
  Admin Status:                  POWER ON,
  Operational Status:            UP,
  Power Consumption:             22,
  Power Control Checksum:        0x4cec,
  CPU Model Type   :             ARM926 (Rev 1),
  ASIC - Physical 1:             MV88F6281 Rev 2,
  FPGA - Physical 1:             006/00,
  UBOOT Version :                n/a,
  UBOOT-miniboot Version :       6.7.1.54.R02,
  POE SW Version :               n/a
  GBIC  11
        ALU Model Name:                SFP-GIG-T,
        ALU Model Number:              903431-90,
        Hardware Revision:             A,
        Manufacture Date:              190328,
        Laser Wave Length:             n/a,
        Admin Status:                  POWER ON,
        Operational Status:            UP
        DDM Capable:                   No,

-> show stack mode
NI      Role      State   Running        Saved
                          Mode           Mode
----+-----------+--------+----------+---------------
   1 PRIMARY     RUNNING    stackable     stackable
sw2 :

Code: Select all

stack set slot 1 mode stackable
stack set slot 1 saved-slot 2
reload
after reload :

Code: Select all

-> show stack status

Redundant cable status  : not present
Tokens used             : 1
Tokens available        : 31

-> show stack topology
                                         Link A  Link A          Link B  Link B
NI      Role      State   Saved  Link A  Remote  Remote  Link B  Remote  Remote
                          Slot   State   NI      Port    State   NI      Port
----+-----------+--------+------+-------+-------+-------+-------+-------+-------
   2 PRIMARY     RUNNING    2    DOWN        0        0  DOWN        0        0

-> show stacking interfaces
 Slot/Port  2/11 :
          Operational Status     : down,
          Last Time Link Changed : FRI DEC 01 03:42:48 ,
          Number of Status Change: 0,
          Type                   : Stacking,
[...]
 Slot/Port  2/12 :
          Operational Status     : down,
          Last Time Link Changed : FRI DEC 01 03:42:48 ,
          Number of Status Change: 0,
          Type                   : Stacking,
 [...]

-> show ni
Module in slot 2
  Model Name:                    OS6450-10,
  Description:                   8 10/100/1000 + 2 Combo + 2 5G STK/UPLINK,
  Part Number:                   903770-90,
  Hardware Revision:             03,
  Manufacture Date:              JAN 25 2019,
  Firmware Version:              ,
  Admin Status:                  POWER ON,
  Operational Status:            UP,
  Power Consumption:             22,
  Power Control Checksum:        0xbde1,
  CPU Model Type   :             ARM926 (Rev 1),
  ASIC - Physical 1:             MV88F6281 Rev 2,
  FPGA - Physical 1:             006/00,
  UBOOT Version :                n/a,
  UBOOT-miniboot Version :       6.7.1.54.R02,
  POE SW Version :               n/a
  GBIC  12
        ALU Model Name:                SFP-GIG-T,
        ALU Model Number:              903431-90,
        Hardware Revision:             A,
        Manufacture Date:              190328,
        Laser Wave Length:             n/a,
        Admin Status:                  POWER ON,
        Operational Status:            UP
        DDM Capable:                   No,

-> show stack mode
NI      Role      State   Running        Saved
                          Mode           Mode
----+-----------+--------+----------+---------------
   2 PRIMARY     RUNNING    stackable     stackable
Thanks for helping

Regards,
silvio
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 1886
Joined: 01 Jul 2008 10:51
Location: Germany

Re: Stack with 2 OS6450-10

Post by silvio »

Do you use a DAC (direct attached copper cable) for it? Because for this 10port-models the stacking speed is 5G only this direct cable are working.
regards
Silvio
tchup
Member
Posts: 14
Joined: 05 Nov 2019 10:29

Re: Stack with 2 OS6450-10

Post by tchup »

no just connectors + RJ45 !
there is no specific cable on the datasheet
tchup
Member
Posts: 14
Joined: 05 Nov 2019 10:29

Re: Stack with 2 OS6450-10

Post by tchup »

I found this :
https://www.al-enterprise.com/-/media/a ... eet-en.pdf

OS6450S-CBL-60 = 60 cm long SFP+ direct stacking cable for OS6450 24- and 48-port models
but not for 10 ports models... :?

I will test
silvio
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 1886
Joined: 01 Jul 2008 10:51
Location: Germany

Re: Stack with 2 OS6450-10

Post by silvio »

this cable works too for 10port-models. You have to use the stacking ports 11 and 12 (SFP).
regards
Silvio
tchup
Member
Posts: 14
Joined: 05 Nov 2019 10:29

Re: Stack with 2 OS6450-10

Post by tchup »

Hi,

i don't understand
You have to use the stacking ports 11 and 12 (SFP).
the stack now works with OS6450S-CBL-60 and command line "stack set slot 1 mode stackable"

thanks :)
silvio
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 1886
Joined: 01 Jul 2008 10:51
Location: Germany

Re: Stack with 2 OS6450-10

Post by silvio »

with the command "stack set slot 1 mode stackable" you change the function of the ports 11 and 12 from normal uplink to stack (stk A and stk B). Only this ports are possible for stacking. Because it works now you have done this correctly.
regards
Silvio
Post Reply

Return to “OmniSwitch 6450”