Halo semua kembali lagi di blog ini, Masih dalam materi logikal grouping pada switch..Kali ini kita akan membahas Stackwise dan Stackwise Virtual pada switch Cisco Catalyst 9000 Series. Baik langsung saja kita masuk pada pembahasan nya.

Stackwise dan Stackwise Virtual

Apa itu stackwise? Stackwise adalah teknologi yang digunakan untuk mengelompokan 2 atau beberapa physical switch menjadi 1 entitas logikal switch. Kedua switch tersebut akan memiliki konfigurasi yang sama dan dalam forwading state yang sama. 


Ada dua tipe dalam menerapkan Stackwise yaitu secara langsung menggunakan stacking cable, atau menggunakan stackwise virtual. Tidak seperti vPC yang kedua switch nya stand alone, Stackwise memberikan kontrol secara logikal terhadap 2 switch. 

Dalam menggunakan Stackwise, Kita memerlukan stackwise cable khusus yang akan di pasang di tiap switch dan kemudian setelah reboot switch akan otomatis menjadi 1 logical switch. Berbeda dengan Stackwise virtual, Kita bisa menggunakan kabel patchchord dan ada sedikit tambahan konfigurasi yang perlu kita masukan ke kedua switch tersebut.

Disini kita akan coba membuat stackwise virtual, Biasanya di support pada Catalyst 9400 atau 9500 series, 

Konfigurasi

Disini kita akan mencoba konfigurasi stackwise virtual, Baik langsung saja.
 
SW-1
================

SW-1(config)#stackwise-virtual 
Please reload the switch for Stackwise Virtual configuration to take effect
Upon reboot, the config will be part of running config but not part of start up config.
SW-1(config-stackwise-virtual)#domain 10
SW-1(config-stackwise-virtual)#ex
SW-1(config)#int te1/0/40
SW-1(config-if)# description **STACKWISE-VIRTUAL**
SW-1(config-if)# stackwise-virtual link 1
WARNING: All the extraneous configurations will be removed for TenGigabitEthernet1/0/40 on reboot
INFO: Upon reboot, the config will be part of running config but not part of start up config.
SW-1(config-if)#int te1/0/39
SW-1(config-if)# description **STACKWISE-VIRTUAL**
SW-1(config-if)# stackwise-virtual dual-active-detection 
WARNING: All the extraneous configurations will be removed for TenGigabitEthernet1/0/39 on reboot.
INFO: Upon reboot, the config will be part of running config but not part of start up config.
SW-1(config-if)#end
SW-1#copy run start
Destination filename [startup-config]? 
*Jul 14 11:55:40.940: %SYS-5-CONFIG_I: Configured from console by console
Building configuration...
[OK]
SW-1#reload
Reload command is being issued on Active unit, this will reload the whole stack
Proceed with reload? [confirm]
 
SW-2
================

SW-2(config)#stackwise-virtual 
Please reload the switch for Stackwise Virtual configuration to take effect
Upon reboot, the config will be part of running config but not part of start up config.
SW-2(config-stackwise-virtual)#domain 10
SW-2(config-stackwise-virtual)#ex
SW-2(config)#int te1/0/40
SW-2(config-if)# description **STACKWISE-VIRTUAL**
SW-2(config-if)# stackwise-virtual link 1
WARNING: All the extraneous configurations will be removed for TenGigabitEthernet1/0/40 on reboot
INFO: Upon reboot, the config will be part of running config but not part of start up config.
SW-2(config-if)#int te1/0/39
SW-2(config-if)# description **STACKWISE-VIRTUAL**
SW-2(config-if)# stackwise-virtual dual-active-detection 
WARNING: All the extraneous configurations will be removed for TenGigabitEthernet1/0/39 on reboot.
INFO: Upon reboot, the config will be part of running config but not part of start up config.
SW-2(config-if)#end
SW-2#copy run start
Destination filename [startup-config]? 
*Jul 14 11:55:40.940: %SYS-5-CONFIG_I: Configured from console by console
Building configuration...
[OK]
SW-2#reload
Disini kita menggunakan 2 port di masing-masing switch yang mana 1 diantaranya akan dijadikan link DAD (Dual-active-detection) atau keepalive message antar switch. 

Verifikasi

SW-1#show switch 
Switch/Stack Mac Address : 6887.c61d.2e80 - Local Mac Address
Mac persistency wait time: Indefinite
                                             H/W   Current
Switch#   Role    Mac Address     Priority Version  State 
-------------------------------------------------------------------------------------
*1       Active   6887.c61d.2e80     1      V02     Ready                
 2       Member   6887.c61d.2f80     1      V02     Ready        

SW-1#show stackwise-virtual 
Stackwise Virtual Configuration:
--------------------------------
Stackwise Virtual : Enabled
Domain Number : 10 

Switch  Stackwise Virtual Link  Ports
------  ----------------------  ------
1       1                       TenGigabitEthernet1/0/40    
2       1                       TenGigabitEthernet2/0/40    

SW-1#show stackwise-virtual dual-active-detection 
In dual-active recovery mode: No
Recovery Reload: Enabled

Dual-Active-Detection Configuration:
-------------------------------------
Switch  Dad port                        Status
------  ------------                    ---------
1       TenGigabitEthernet1/0/39        up     
2       TenGigabitEthernet2/0/39        up     
Sampai sini dapat kita verifikasi bahwa kedua switch tersebut sudah menjadi stackwise, Dan jika kita perhatikan bahwa sekarang interface switch menjadi modular dimana diawali 1 dan 2.

Baik mungkin sekian pembahasan stackwise untuk kali ini, Semoga bermanfaat.

Stay curious

0 Comments