Sunday, 12 February 2017

Langkah-Langkah Setting configure Switch AT-8000s-8000GS.

Langkah-Langkah Setting configure Switch AT-8000s-8000GS.
A. Berikut ini step setting dengan menggunakan Command Line Interface (CLI).

    Hubungkan kabel RS-232 Serial port DB9 device switch ke COMM port RS-232 serial di komputer .
    Catatan : Default speed data rate port serial AT-8000S adalah : 115200.


        Tentukan data format data bits 8, Stop bit 1, parity none
         Flow Control none
        Klik Proprties – Setting – pilih VT100 untuk Emulationn mode.
         Pilih fungsi Terminal Keys, Arrow dan Ctrl Keys – pastikan setting dengan Terminal Keys ( bukan Windows Keys ).
        Kemudian nyalakan Switch AT-8000S , dan kabel RS232 DB9 terhubung COMM Serial Komputer



Cara setting Hyperterminal di windows PC:

Klik Start-All Program-Accessories-Comunication-Hyperterminal :

    Berikut ini contoh setting member IP address pada Switch AT-8000S
     User name: manager
     Password : friend
     Console#configure
     Console(config)#interface vlan 1
     Console(config-if#ip address 192.168.1.1 /24
    Untuk melihat Setting IP konfigurasi
     console#sh ip int

    Berikut ini contoh setting VLAN Uplink 2 switch AT-8000S
    SWITCH A:
     console#configure
    console(config)#vlan database
     console(config-vlan)# vlan
     console(config-vlan)# int vlan 2
     concole(config-if)# name dua
    console(config-vlan)# vlan 3
     console(config-if)#int vlan 3
     console(config-if)# name tiga
     console(config-vlan)# vlan 100
     console(config-vlan-if)#int vlan 100
     console(config-if)# name uplink-vlan
    console(config-if)#interface range Ethernet g(1-2)
     console(config-if)#switchport mode general
     console(config-if)#interface Ethernet g1
     console(config-if)#switch general pvid 100
    console(config-if)#interface Ethernet g2
     console(config-if)#switch general pvid 100
     console(config)#interface range Ethernet e(1-12)

console(config-if#switchport access vlan 2

console(config)#interface range ethernet g(1-2)

console(config-if)#switchport general allowed vlan add 2

console(config)#interface range Ethernet e(13-24)

console(config-if)#switchport access vlan 3

consolee(config-if)#interface range ethernet g(1-2)

consolee(config)#switchport general allowed vlan add 3

console(config)#interface range ethernet g(1-2)

console(config-if)#switchport general allowed vlan add 100

console(config)#interface range ethernet g(1-2)

console(config-if)#switchport general acceptable-frame-type tagged-only

console(config-if)#exit

console(config)#exit

Kemudian SAVE konfigurasi untuk mengakhiri setting commandnya seperti dibawah ini.

configure#copy running-config startup-config

Switch B:

Switch B di configure sama seperti Switch A.


B. Contoh Setting Spanning-Tree Protocol – STP.

     console#config

     console(config)#spanning-tree mode STP atau RSTP

C. Contoh Setting port mirroring

    console#config

    console(config)#interface ethernet e1

    console(config)#port monitor e24

( Contoh port mirror ini menunjukan bahwa port e1 untuk mencopi trafic pada port e1  source port ke port e24 sebagai destination port )



D. Contoh Setting port Trunk

   console#config

   console(config)#interface port-channel 1

   console(config)#description Trunk-1

   console(config)#interface range ethernet e(10-13)

   console(config)#channel-group 1 mode auto

  ( command setting ini menghubungkan 2 switch menggunakan Trunk port  sebanyak 4 port )


E.Untuk melihat hasil konfigurasi

   console#sh vlan

   console#sh ip int

   console#sh spannng-tree

   console=sh run ( untuk melihat konfigusari secara keseluruhan )


Share this

0 Comment to "Langkah-Langkah Setting configure Switch AT-8000s-8000GS."

Post a Comment