الخطوط العريضة للقسم

  • Basic concepts of identification and authentication 

    Password authentication 

    Authentication protocols

    • فتحت: الثلاثاء، 19 يوليو 2022، 12:00 ص
      تستحق: الثلاثاء، 19 يوليو 2022، 12:00 م
    • فتحت: الثلاثاء، 19 يوليو 2022، 12:00 ص
      تستحق: الاثنين، 25 يوليو 2022، 12:00 ص
    • Port Security


    • فتحت: الثلاثاء، 2 أغسطس 2022، 12:00 ص
      تستحق: الثلاثاء، 2 أغسطس 2022، 12:00 م

      ให้นักศึกษา ทำการกำหนด port security ทุก port บน switch หากมีเครื่องคอมพิวเตอร์เครื่องอื่นที่ไม่ได้รับอนุญาตให้เข้าใช้เครือข่าย สำหรับ port 1-10 เมื่อมีการเข้าใช้จะไม่อนุญาต แต่ไม่จะไม่ปิด port และสำหรับ port ที่เหลือ เมื่อมีการเข้าใช้ จะทำการปิด port ทันที



      Ans.

      Switch#conf t

      Switch(config)#int range f0/1-24

      Switch(config-if)#switchport mode access 

      Switch(config-if)#switchport port-security 

      Switch(config-if)#switchport port-security mac-address sticky 


      Switch#conf t

      Switch(config)#int range f0/1-10

      switchport port-security violation restrict




    • DHCP Server
    • DHCP Snooping


      การป้องกันการแจก IP Address ปลอม

    • فتحت: الثلاثاء، 9 أغسطس 2022، 12:00 ص
      تستحق: الثلاثاء، 9 أغسطس 2022، 12:00 م
    • DHCP Config

      Router(config)#host

      Router(config)#hostname ServDHCP

      ServDHCP(config)#ip dhcp pool comsci1

      ServDHCP(dhcp-config)#network 172.16.12.0 255.255.255.0

      ServDHCP(dhcp-config)#default-router 172.16.12.1

      ServDHCP(dhcp-config)#dns-server 172.16.1.2

      ServDHCP(dhcp-config)#domain-name comsci.com

      ServDHCP(dhcp-config)#ip dhcp excluded-address 172.16.12.1 172.16.12.10


      ServDHCP(config)#int g0/0

      ServDHCP(config-if)#ip addr 172.16.12.1 255.255.255.0

      ServDHCP(config-if)#no sh


      ServDHCP(config)#int g0/0

      ServDHCP(config-if)#ip addr 172.16.12.1 255.255.255.0

      ServDHCP(config-if)#no sh

    • فتحت: الثلاثاء، 16 أغسطس 2022، 12:00 ص
      تستحق: الثلاثاء، 16 أغسطس 2022، 12:00 م
    • فتحت: الثلاثاء، 23 أغسطس 2022، 12:00 ص
      تستحق: الثلاثاء، 23 أغسطس 2022، 11:59 م