Berikut sedikit command-command dasar pada perangkat CIENA
Melihat Versi Device / To View Device Version
# system show
Melihat waktu / To See The Device Time
# system show time
Restart / reboot
# chassis reboot
Melihat konfigurasi / To See The Device Configuration
# config show
Configure Terminal
# config
Save configuration
# config save , config save “filename”
Enable Port / Mengaktifkan port
# port enable port
Disable Port / Nonaktif port
# port disable port
Setting transfer rate port
# port set port XX speed
Setting auto/full/half duplex port
# port set port XX duplex
Description port
# port set port XX desc
Setting MTU
# port set port XX
max-frame size
Melihat port / To See Device Port
# port show status
Melihat Vlan / To See Vlan
# vlan show
Create vlan
# vlan create vlan XX name YY
Allow vlan
# vlan add vlan XX port 1,2,3 dst
Create ip address diport/vlan
#interface create ip-interface (nama) vlan/port XX ip
10.10.10.2/29
Melihat ip address
# interface ip-interface show
Memasukkan vlan ke ring
# ring-protection virtual-ring add ring VR4 vid XX
Cek VR
# ring virtual-ring show ring VR4
Remove vlan dari port
# vlan remove vlan XX port 1,2,3…
Remove vlan dari VR
#ring-protection virtual-ring remove ring VR4 vid XX
Melihat mac address
# flow mac-add show vlan XX
Title : configuration CIENA Network
Description : Berikut sedikit command-command dasar pada perangkat CIENA Melihat Versi Device / To View Device Version # system show Mel...