Cisco Switch Basic Configuration | Cisco Packet Tracer Live LAB Step By Step | CCNA Level By Nitesh

Поделиться
HTML-код
  • Опубликовано: 28 ноя 2024
  • Hii Friends,
    In this video, I'll demonstrate basic Cisco 3560 Switch configuration using Packet Tracer Live practical Lab.
    Click on below links for more videos:
    Download & Install Cisco Packet Tracer Step-by-Step Complete Guide • Download & Install Cis...
    How to Configure DHCP Server on a Cisco Switch
    • How to Configure DHCP ...
    How to Enable Telnet on Cisco Router
    • How to Enable Telnet o...
    How to Enable Telnet on Cisco Switch
    • How to Enable Telnet o...
    Configuration Notes :
    Switch Configuration for practice:
    1. Hostname
    Switch(config)# hostname DC-Core-SW1
    2.Disables DNS lookups for hostnames
    DC-Core-SW1(config)# no ip domain-lookup
    3. Enable Password
    DC-Core-SW1(config)# enable secret admin@123
    4. Create User for Switch login local
    DC-Core-SW1(config)# username cisco privilege 15 secret cisco@123
    DC-Core-SW1(config)# line console 0
    DC-Core-SW1(config-line)# login local
    DC-Core-SW1(config-line)# exit
    5. Banner
    a)banner login
    DC-Core-SW1(config)# banner login ^C
    **********************************************************************
    L E G A L N O T I C E -- Y O U M U S T R E A D *
    **********************************************************************
    This DEVICE belongs to the Silicon NETWORK and is for *
    explicit use by Silicon Labs employees for work-related *
    purposes. Unauthorized use may subject you to criminal *
    prosecution. The Silicon, reserves the right to monitor *
    use of this network to ensure network security and to *
    respond to specific of employee misuse. Use of this *
    DEVICE shall constitute consent to monitoring for such *
    purposes. In addition, the Silicon reserves the right to *
    consent to a valid law enforcement request to search the *
    network for evidence of a crime stored within the network. *
    **********************************************************************
    ^C
    6. VLAN
    DC-Core-SW1(config)# vlan 101
    name Finance_Dept_VLAN
    exit
    DC-Core-SW1(config)# vlan 102
    name IT_Dept_VLAN
    exit
    DC-Core-SW1(config)# vlan 103
    name Sales_Dept_VLAN
    exit
    *VLAN Verification
    DC-Core-SW1# sh vlan
    7. Assign IP Address to VLAN
    DC-Core-SW1(config)# interface Vlan 101
    DC-Core-SW1(config-if)# description Finance_Dept_VLAN
    DC-Core-SW1(config-if)# ip address 10.10.101.1 255.255.255.0
    DC-Core-SW1(config-if)# exit
    DC-Core-SW1(config)# interface Vlan 102
    DC-Core-SW1(config-if)# description IT_Dept_VLAN
    DC-Core-SW1(config-if)# ip address 10.10.102.1 255.255.255.0
    DC-Core-SW1(config-if)# exit
    DC-Core-SW1(config)# interface Vlan 103
    DC-Core-SW1(config-if)# description IT_Dept_VLAN
    DC-Core-SW1(config-if)# ip address 10.10.103.1 255.255.255.0
    DC-Core-SW1(config-if)# exit
    *VLAN IP Address Verification
    DC-Core-SW1# sh ip int bri
    8. VLAN assign on interface
    DC-Core-SW1(config)# interface FastEthernet0/1
    DC-Core-SW1(config-if)# description "Nitesh" (SBSPL30)
    DC-Core-SW1(config-if)# switchport mode access
    DC-Core-SW1(config-if)# switchport access vlan 101
    DC-Core-SW1(config-if)# no shutdown
    DC-Core-SW1(config-if)# exit
    DC-Core-SW1(config)# interface FastEthernet0/2
    DC-Core-SW1(config-if)# description "Nitesh" (SBSPL31)
    DC-Core-SW1(config-if)# switchport mode access
    DC-Core-SW1(config-if)# switchport access vlan 102
    DC-Core-SW1(config-if)# no shutdown
    DC-Core-SW1(config-if)# exit
    DC-Core-SW1(config)# interface FastEthernet0/3
    DC-Core-SW1(config-if)# description "Rohit" (SBSPL32)
    DC-Core-SW1(config-if)# switchport mode access
    DC-Core-SW1(config-if)# switchport access vlan 103
    DC-Core-SW1(config-if)# no shutdown
    DC-Core-SW1(config-if)# exit
    *Interface Verification
    DC-Core-SW1# sh int status
    11. Port Security
    DC-Core-SW1(config-if)# switchport port-security
    DC-Core-SW1(config-if)# switchport port-security mac-address sticky
    DC-Core-SW1(config-if)# switchport port-security violation restrict
    DC-Core-SW1(config-if)# switchport port-security maximum 1
    *Port security Verificaton
    DC-Core-SW1# sh port-security
    12. STP on Access Ports
    DC-Core-SW1(config-if)# spanning-tree bpduguard enable
    DC-Core-SW1(config-if)# spanning-tree portfast
    13. Inter VLAN Routing
    DC-Core-SW1(config)# ip routing
    14. NTP (Network Time Protocol)
    DC-Core-SW1(config)# ntp server 10.10.100.1
    15. VTP (VLAN Trunking Protocol)
    DC-Core-SW1(config)# vtp mode transparent
    16. Save the configuration
    DC-Core-SW1# wr
    DC-Core-SW1# wr mem
    DC-Core-SW1# copy running-config startup-config
    Please let me know if you have any questions & doubts and I will do my best to help. If you found this video helpful, please like share and subscribe. Thanks!!

Комментарии • 16

  • @ajitKumar-yq9zt
    @ajitKumar-yq9zt 3 месяца назад

    The best part is the notes available in the description. Thank you sir

  • @sachinrathore6945
    @sachinrathore6945 3 месяца назад +1

    My interview is tomorrow and u described it very easily thnx and upload more contents like this ❤

  • @becoming.....
    @becoming..... 3 месяца назад +1

    Bhut hi achhe trike se smjhaya hai sir apne

  • @vivekdwivedi1799
    @vivekdwivedi1799 3 месяца назад

    It's good start for beginner, please upload more videos on CCNA from basic👍👍👍👍

  • @himmatsurela4148
    @himmatsurela4148 19 дней назад

    Great work, I was looking for this in hindi

  • @VikashKumarturi-y5e
    @VikashKumarturi-y5e 3 месяца назад

    I am watching all videos regularly ❤

  • @adityakumar3346
    @adityakumar3346 3 месяца назад +1

    Great work, I was looking for this in hindi

  • @virenderkamar5504
    @virenderkamar5504 3 месяца назад

    Very helpful for CCNA beginners❤

  • @brickbeard9579
    @brickbeard9579 3 месяца назад +1

    Very nice! For beginners!! 🎉

  • @vyassahani1639
    @vyassahani1639 3 месяца назад

    Very good and knowledgeable video👌

  • @AkashDalui-mm4pd
    @AkashDalui-mm4pd Месяц назад

    Really appreciate your informative video😊

  • @luckygraokrishna2865
    @luckygraokrishna2865 3 месяца назад

    Very well explained 👍

  • @kumaranup1984
    @kumaranup1984 3 месяца назад

    Very informative

  • @AnilKumar-tm6fq
    @AnilKumar-tm6fq Месяц назад

    Nice informative video

  • @arkachakraborty81
    @arkachakraborty81 Месяц назад

    Nice

  • @Gsj99
    @Gsj99 18 дней назад

    Pls make a simple video for router also.