i want to configure alcatel6850 3 switch in a stack

Post Reply
jack

i want to configure alcatel6850 3 switch in a stack

Post by jack »

plz any one help me

i read many notes i cant understand the alcatel note about staking notes and procedure how to do
plz any one help ......

switch i - > OS6850-P48X
switch ii - > OS6850-48X
switch iii - > OS6850-P48

ip address : 192.168.2.0
subnet mask: 255.255.255.0
Gate Way :255.255.255.0

plz help me i need help
one6f

Re: i want to configure alcatel6850 3 switch in a stack

Post by one6f »

Hi,
I understand you need 3 OS6850 to put in one stack and give the ip address 192.168.2.1/24.

The easiest way is to power on every module with 30 sec interval. Each module MUST NOT contain boot.slot.cfg file in /flash, i.e before you insert the stack cable in the switches you need to remove this file from flash.
- For each switch i-iii: booting up as stand alone module, go to console, login with admin/switch and run "rm boot.slot.cfg", then turn off the power supply.
- Connect your switches with stack cable (just all together).
- Turn on the power supply on switch i.
Wait for 30 seconds.
- Turn on the power supply on switch ii.
Wait for 30 seconds.
- Turn on the power supply on switch iii.
- The synchronization process takes 5-10 min.
- You must see on the switch i LED indicator 1 (switch ii-2, switch iii-3)
Connect console cable to the switch i console and verify "show stack topology"

Code: Select all

-> 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    UP          2   StackB  UP          3   StackA
   2 SECONDARY   RUNNING    2    UP          3   StackB  UP          1   StackA
   3 IDLE        RUNNING    3    UP          1   StackB  UP          2   StackA

If you see instead of "3 IDLE" for example "1001 PASS-THRU" use the "stack set slot" command to assign the new slot value :

Code: Select all

-> stack set slot 1001 saved-slot 3 reload
To assign the ip address use simply:

Code: Select all

-> ip interface vlan-1 address 192.168.2.1/24 vlan 1
-> show ip interface 
Total 2 interfaces
        Name            IP Address     Subnet Mask   Status Forward  Device
--------------------+---------------+---------------+------+-------+--------
Loopback               127.0.0.1          255.0.0.0      UP      NO Loopback
vlan-1               192.168.2.1      255.255.255.0      UP     YES vlan 1  
Do not forget:

Code: Select all

-> write memory flash-syncro
Please use next time OmniSwitch 6850 topic for questions about the OS6850.
jack

Re: i want to configure alcatel6850 3 switch in a stack

Post by jack »

onje 6f thank u so much
Thx so much having good heart to support me

Dear Can u check my configuration Plz

i want to know more about Alcatel Switch Plz


System name OS6850-P48X Rx-01
system contact " Commuication 2000-1000"
System location "Comms Room 5456"
system timezone +03:00

Authentication

aaa authentication default "local"
aaa authentication console "local"
aaa authentication telnet "local"
aaa authentication ftp "local"

Vlan Configuration number of vlans 2,3,4

vlan 2 enable name "vlan 2"
vlan 2
vlan 2 port default
vlan 2 port 1/1-48
ip interface "vlan 2"address 192.168.2.0 mask 255.255.255.0 vlan 2 ifindex 2
ipstatic-route 0.0.0.0/0 gateway 192.168.2.254 metric 2

vlan 3 enable name "vlan 3"
vlan 3 enable name "vlan 3"
vlan 3 port default
vlan 3 port 2/2-48
ip interface "vlan 3"address 192.168.2.1 mask 255.255.255.0 vlan 3 ifinedx 3
ipstatic-route 0.0.0.0/0 gateway 192.168.2.254 metric 3

vlan 4 enable name "vlan 4"
vlan 4 enable name "vlan 4"
vlan 4 port default
vlan 4 port 3/3-48
ip interface "vlan 4"address 192.168.2.2 mask 255.255.255.0 vlan 4 ifindex 4
ipstatic-route 0.0.0.0/0 gateway 192.168.2.254 metric 4

stack topology

-> 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    UP          2   StackB  UP          3   StackA
   2 SECONDARY   RUNNING    2    UP          3   StackB  UP          1   StackA
   3 IDLE        RUNNING    3    UP          1   StackB  UP          2   StackA


stack slot configiration

-> stack set slot 1001 saved-slot 3 reload


removing boot.cfg

rm boot.slot.cfg
reload working no rollback-timeout
write memory
copy working certified
copy working ertified flash-syncro

using telnet from switch i to remove boot.slot.cfg -->switch ii

telnet 192.168.2.1
admin
switch
rm boot.slot.cfg
reload working no rollback-timeout
write memory
copy working certified
copy working ertified flash-syncro
exit

using telnet from switch i to remove boot.slot.cfg -->switch iii

telnet 192.168.2.2
admin
switch
rm boot.slot.cfg
reload working no rollback-timeout
write memory
copy working certified
copy working ertified flash-syncro
exit

------------one 6f plz check my configuration plz let me know itz wrong or not
one6f

Re: i want to configure alcatel6850 3 switch in a stack

Post by one6f »

jack wrote:
vlan 2 port default
vlan 2 port 1/1-48
vlan 2 port default 1/1-48
jack wrote:
ip interface "vlan 2"address 192.168.2.0 mask 255.255.255.0 vlan 2 ifindex 2
ip interface "vlan 2"address 192.168.2.1 mask 255.255.255.0 vlan 2
ip static-route 0.0.0.0/0 gateway 192.168.2.254
jack wrote: vlan 3 enable name "vlan 3"
vlan 3 enable name "vlan 3"
vlan 3 port default
vlan 3 port 2/2-48
ip interface "vlan 3"address 192.168.2.1 mask 255.255.255.0 vlan 3 ifinedx 3
ipstatic-route 0.0.0.0/0 gateway 192.168.2.254 metric 3

vlan 3 enable name "vlan 3"
vlan 3 port default 2/1-48
ip interface "vlan 3" address 192.168.3.1 mask 255.255.255.0 vlan 3
you have already one default gateway
jack wrote: vlan 4 enable name "vlan 4"
vlan 4 enable name "vlan 4"
vlan 4 port default
vlan 4 port 3/3-48
ip interface "vlan 4"address 192.168.2.2 mask 255.255.255.0 vlan 4 ifindex 4
ipstatic-route 0.0.0.0/0 gateway 192.168.2.254 metric 4
vlan 4 enable name "vlan 4"
vlan 4 port default port 3/1-48
ip interface "vlan 4" address 192.168.4.1 mask 255.255.255.0 vlan 4
jack wrote: removing boot.cfg
rm working/boot.cfg
boot.cfg contains your config. If you remove this file from working and certified and reboot then you will have a blank switch without any configuration.
boot.slot.cfg contains module stack number. If you remove this then it will be automatically created after reboot.
jack wrote: rm boot.slot.cfg
reload working no rollback-timeout
write memory
copy working certified
copy working ertified flash-syncro

using telnet from switch i to remove boot.slot.cfg -->switch ii

telnet 192.168.2.1
admin
switch
rm boot.slot.cfg
reload working no rollback-timeout
write memory
copy working certified
copy working ertified flash-syncro
exit

using telnet from switch i to remove boot.slot.cfg -->switch iii

telnet 192.168.2.2
admin
switch
rm boot.slot.cfg
reload working no rollback-timeout
write memory
copy working certified
copy working ertified flash-syncro
exit
If you already have a stack and you will now puts everything in its right place you need only to set wrong stack number to its desired.
For example you see in show stack topology that module 2 have a number 1001 and module 3 - 1002, then only you needed:

Code: Select all

-> stack set slot 1001 saved-slot 2 reload
-> stack set slot 1002 saved-slot 3 reload
So after module reloaded it will contains desired number in its boot.slot.cfg.

You don't need to save config for every module in the stack. It will be done automatically after copy working certified flash-syncro or write memory flash-synchro for the entire stack, hence all modules contains the same configuration and image files, the same working and certified directory.
Post Reply

Return to “Lucent Technologies”