Berjumpa kembali dengan dprasit solutions /dprasit19, pada kesempatan kali ini saya akan membahas tentang bagaimana cara setting switch brocade. Bagi yang belum mengenal switch brocade
Baca juga ini : Pengenal switch brocade
Disini saya menggunakan brocade ICX6450-48, untuk series yang lain command settingnya sama saja. Baik langsung saja kita setting :
1.User & Password
ICX6450-48 Switch#configure terminal
ICX6450-48 Switch(config)#enable super-user-password belajar20
ICX6450-48 Switch(config)#enable user disable-on-login-failure 10
ICX6450-48 Switch(config)#user dprasit privilege 0 password belajar20
ICX6450-48 Switch(config)#show user
Username Password Encrypt Priv Status Expire Time
======================================================================================================================
dprasit $1$LJz3l855$kQJDDlbv22Lwj1cD/bNH4. enabled 0 enabled Never
ICX6450-48 Switch(config)#
ICX6450-48 Switch#write memory
Write startup-config done.
ICX6450-48 Switch#Flash Memory Write (8192 bytes per dot) .
Flash to Flash Done.
ICX6450-48 Switch#
2. IP Remote Catalyst
ICX6450-48 Switch#conf t
ICX6450-48 Switch(config)#vlan 133
ICX6450-48 Switch(config-vlan-133)#ip address 10.17.18.29 255.255.255.248
ICX6450-48 Switch(config-vlan-133)#exit
ICX6450-48 Switch(config)#ip default-gateway 10.17.18.25
ICX6450-48 Switch(config)#exit
ICX6450-48 Switch#write memory
Write startup-config done.
ICX6450-48 Switch#Flash Memory Write (8192 bytes per dot) .
Flash to Flash Done.
ICX6450-48 Switch#
3. Port Tagged/Trunk
ICX6450-48 Switch#conf t
ICX6450-48 Switch(config)#vlan 133 name Catalyst
ICX6450-48 Switch(config-vlan-133)#tagged ethernet 1/1/1
Added tagged port(s) ethe 1/1/1 to port-vlan 133.
ICX6450-48 Switch(config-vlan-133)#exit
ICX6450-48 Switch(config)#exit
ICX6450-48 Switch#
Keterangan :
Syantax diatas digunakan untuk mensetting port tagged / trunk bisa melewatkan lebih dari 1 vlan id
4. Port Untagged/Access
ICX6450-48@PURI#conf t
ICX6450-48@PURI(config)#vlan 38 name VPS-GPS
ICX6450-48@PURI(config-vlan-38)#untagged ethernet 1/1/3
Added untagged port(s) ethe 1/1/3 to port-vlan 38.
ICX6450-48@PURI(config-vlan-38)#exit
ICX6450-48@PURI(config)#exit
ICX6450-48@PURI#write memory
Write startup-config done.
ICX6450-48 Switch#Flash Memory Write (8192 bytes per dot) .
Flash to Flash Done.
ICX6450-48 Switch#
Keterangan :
Syantax diatas digunakan untuk mensetting port untagged / access hanya 1 vlan id yang bisa lewat
5. Hostname
ICX6450-48 Switch#conf t
ICX6450-48 Switch(config)#hostname ICX6450-48@PURI
ICX6450-48@PURI(config)#
Syantax diatas digunakan untuk mengganti nama hostname
6. Melihat status ethernet
ICX6450-48@PURI#show interfaces brief ethernet 1/1/1
Port Link State Dupl Speed Trunk Tag Pvid Pri MAC Name
1/1/1 Up Forward Full 1G None Yes N/A 0 cc4e.24a6.7d00
Syantax diatas digunakan untuk melihat status interface ethernet
7. Factory default
ICX6450-48@PURI#erase startup-config
Erase startup-config Done.
dhcp server lease database is also removed
ICX6450-48@PURI#reload
Are you sure? (enter 'y' or 'n'): y
Could not verify if the Running Config data has been changed.
Do you want to continue the reload anyway? (enter 'y' or 'n'): y
Halt and reboot
Sent SIGTERM to all processes
Sent SIGKILL to all processes
Requesting system reboot
Restarting system.
Keterangan :
Syantax diatas digunakan untuk melihat menghapus settingan menjadi setelan pabrik
8. Port Name Interface
ICX6450-48@PURI#conf t
ICX6450-48@PURI(config)#interface ethernet 1/1/2
ICX6450-48@PURI(config-if-e1000-1/1/2)#port-name Dist-Customer
ICX6450-48@PURI(config-if-e1000-1/1/2)#exit
ICX6450-48@PURI(config)#exit
ICX6450-48@PURI#write memory
Write startup-config done.
ICX6450-48@PURI#Flash Memory Write (8192 bytes per dot) .
Flash to Flash Done.
ICX6450-48@PURI#
Keterangan :
Syantax diatas digunakan untuk penamaan interface ethernet
9. Port Channel LACP (Link Aggregate)
ICX6450-48@PURI#conf t
ICX6450-48@PURI(config)#interface ethernet 1/1/9 to 1/1/10
ICX6450-48@PURI(config-mif-1/1/9-1/1/10)#link-aggregate active
ICX6450-48@PURI(config-mif-1/1/9-1/1/10)#exit
ICX6450-48@PURI(config)#exit
ICX6450-48@PURI#write memory
Write startup-config done.
ICX6450-48@PURI#Flash Memory Write (8192 bytes per dot) .
Flash to Flash Done.
ICX6450-48@PURI#
Keterangan :
Syantax diatas digunakan untuk menggabungkan lebih dari 1 interface ethernet
10. Mengaktifkan SNMP
ICX6450-48@PURI#conf t
ICX6450-48@PURI(config)#snmp-server community public rw
Keterangan :
Syantax diatas digunakan untuk mengaktifkan snmp untuk graphing
11. Enable Telnet
ICX6450-48@PURI#conf t
ICX6450-48@PURI(config)#enable telnet authentication
Keterangan :
Syantax diatas digunakan untuk mengaktifkan remote switch dengan protokol telnet
Sekian dari saya semoga materi ini bisa bermanfaat bagi kita semua
Jangan lupa like dan share jika kalian suka, jika ada masukan bisa langsung isi kolom komentar. Terimakasih
0 Comments