MRK 02 – PENSTRUKTURAN RANGKAIAN - mt

Embed Size (px)

Citation preview

  • 8/2/2019 MRK 02 PENSTRUKTURAN RANGKAIAN - mt

    1/25

    OLEH :

    NORASHIKIN BINTI SAMAH

  • 8/2/2019 MRK 02 PENSTRUKTURAN RANGKAIAN - mt

    2/25

    LA 01 ADMINISTRATIVE SETTING :

    HOSTNAME

    CONSOLE PASSWORD

    ENABLE PASSWORD ENABLE SECRET PASSWORD

    TELNET PASSWORD

    IP ADDRESS & SUBNETTING

    LAN VLAN

    WIRELESS LAN

    RIPv2

  • 8/2/2019 MRK 02 PENSTRUKTURAN RANGKAIAN - mt

    3/25

    IOS MODE EXEC MODE (USER)

    Switch>

    PRIVILEGED MODESwitch#

    CONFIGURATION MODE

    Switch(config)#

  • 8/2/2019 MRK 02 PENSTRUKTURAN RANGKAIAN - mt

    4/25

    COMMANDSwitch>Switch>enSwitch#

    Switch#conf t (config terminal)Enter configuration commands, one per line.End with CNTL/Z.Switch(config)#

  • 8/2/2019 MRK 02 PENSTRUKTURAN RANGKAIAN - mt

    5/25

    HOSTNAME

    Switch(config)#hostname MAKMAL_A

    MAKMAL_A(config)#

    #hostname {nama host}

  • 8/2/2019 MRK 02 PENSTRUKTURAN RANGKAIAN - mt

    6/25

    CONSOLE PASSWORD Command

    Untuk melihat hasil

    #sh run @ #do sh run

    MAKMAL_A(config)#line console 0MAKMAL_A(config-line)#password cisco

    MAKMAL_A(config-line)#loginMAKMAL_A(config-line)#

    line con 0password ciscologin

  • 8/2/2019 MRK 02 PENSTRUKTURAN RANGKAIAN - mt

    7/25

    ENABLE & ENABLE SECRET

    PASSWORD Command

    Hasil

    MAKMAL_A(config)#enable password cisco1MAKMAL_A(config)#enable secret class

    enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1enable password cisco1

  • 8/2/2019 MRK 02 PENSTRUKTURAN RANGKAIAN - mt

    8/25

    TELNET PASSWORD Command

    Hasil

    Simpan / save configuration

    MAKMAL_A(config)#line vty 0 4MAKMAL_A(config-line)#password telnet

    MAKMAL_A(config-line)#login

    line vty 0 4password telnetlogin

    #copy run start

  • 8/2/2019 MRK 02 PENSTRUKTURAN RANGKAIAN - mt

    9/25

    IP ADDRESS & SUBNETTING

    8 7 6 5 4 3 2 1

  • 8/2/2019 MRK 02 PENSTRUKTURAN RANGKAIAN - mt

    10/25

    Possible Subnets and Hosts for aClass C Network

  • 8/2/2019 MRK 02 PENSTRUKTURAN RANGKAIAN - mt

    11/25

    oss e u nets an osts or a

    Class B Network

  • 8/2/2019 MRK 02 PENSTRUKTURAN RANGKAIAN - mt

    12/25

    Class A Network

  • 8/2/2019 MRK 02 PENSTRUKTURAN RANGKAIAN - mt

    13/25

    VLAN COMMAND

    TENTUKAN PORT VLAN

    RANGE PORT

    Switch(config)#vlan 2Switch(config-vlan)#nameJEMPOL

    Switch(config)#int fa0/1Switch(config-if)#switchport accessvlan 2

    Switch(config)#int range fa0/2-5Switch(config-if)#switchport accessvlan 3

  • 8/2/2019 MRK 02 PENSTRUKTURAN RANGKAIAN - mt

    14/25

    HASIL

    Switch#sh vlan

  • 8/2/2019 MRK 02 PENSTRUKTURAN RANGKAIAN - mt

    15/25

    VTP Features

  • 8/2/2019 MRK 02 PENSTRUKTURAN RANGKAIAN - mt

    16/25

    Cannot create,change, or deleteVLANs

    Sends andforwardsadvertisements

    Synchronizes

    Create VLANs

    Modify VLANs Delete VLANs

    Sends and forwardsadvertisements

    Synchronizes

    Create local VLANs only

    Modify local VLANs only

    Delete local VLANs only

    Forwards advertisements

    Does notsynchronize

    VTP Modes

  • 8/2/2019 MRK 02 PENSTRUKTURAN RANGKAIAN - mt

    17/25

    VTP Operation

    VTP advertisements are sent as multicast frames. VTP servers and clients are synchronized to the

    latest revision number.

    VTP advertisements are sent every 5 minutes orwhen there is a change.

  • 8/2/2019 MRK 02 PENSTRUKTURAN RANGKAIAN - mt

    18/25

    VTP Pruning

  • 8/2/2019 MRK 02 PENSTRUKTURAN RANGKAIAN - mt

    19/25

    Configuring VLANs and Trunks

    1. Configure and verify VTP.

    2. Configure and verify 802.1Q trunks.

    3. Create or modify a VLAN on the VTP server switch.

    4. Assign switch ports to a VLAN and verify.

    5. Execute adds, moves, and changes.

    6. Save the VLAN configuration.

  • 8/2/2019 MRK 02 PENSTRUKTURAN RANGKAIAN - mt

    20/25

    SwitchX# configure terminal

    SwitchX(config)# vtp mode [ server | client | transparent ]

    SwitchX(config)# vtp domain domain-nameSwitchX(config)# vtp passwordpassword

    SwitchX(config)# vtp pruning *

    SwitchX(config)# end

    Creating a VTP Domain

  • 8/2/2019 MRK 02 PENSTRUKTURAN RANGKAIAN - mt

    21/25

    SwitchX(config)# vtp domain ICND

    Changing VTP domain name to ICND

    SwitchX(config)# vtp mode transparent

    Setting device to VTP TRANSPARENT mode.

    SwitchX(config)# end

    SwitchX# show vtp status

    VTP Version : 2

    Configuration Revision : 0

    Maximum VLANs supported locally : 64

    Number of existing VLANs : 17

    VTP Operating Mode : Transparent

    VTP Domain Name : ICND

    VTP Pruning Mode : Disabled

    VTP V2 Mode : Disabled

    VTP Traps Generation : Disabled

    MD5 digest : 0x7D 0x6E 0x5E 0x3D 0xAF 0xA0 0x2F 0xAA

    Configuration last modified by 10.1.1.4 at 3-3-93 20:08:05

    SwitchX#

    VTP Configuration and Verification

    Example

  • 8/2/2019 MRK 02 PENSTRUKTURAN RANGKAIAN - mt

    22/25

    WIRELESS LAN

  • 8/2/2019 MRK 02 PENSTRUKTURAN RANGKAIAN - mt

    23/25

    RIPv2 COMMAND

    HASIL

    Router(config)#router ripRouter(config-router)#ver 2Router(config-router)#network 192.168.1.0

    router ripversion 2network 192.168.1.0

  • 8/2/2019 MRK 02 PENSTRUKTURAN RANGKAIAN - mt

    24/25

    ROUTER EIGRP COMMAND

    Show command

    #sh ip route

    #show ip eigrp neighbors

    # show ip eigrp interfaces# show ip eigrp topology

    # show ip eigrp traffic

    Router(config)#router eigrp 101Router(config-router)#network 192.168.1.0Router(config-router)#network 10.48.121.0Router(config-router)#no auto summary

  • 8/2/2019 MRK 02 PENSTRUKTURAN RANGKAIAN - mt

    25/25

    ROUTER OSPF COMMAND

    Show command

    #sh ip route

    #show ip ospf neighbors

    # show ip ospf interfaces

    router ospf 1network 10.0.0.1 0.0.0.0 area 1

    network 10.1.0.0 0.0.0.255 area 1network 10.2.0.0 0.0.0.3 area 0