1 분 소요

1. 서론

    오늘은 그동안 GNS로 공부했던 부분들을 실제 Router와 L3 Switch를 PC에 연결하여 설정하는 법을 배워보았다.

2. 본론

1. Cisco IOS

//Router
# int g0/1
# no sh
# ip add dhcp
!
# int g0/0
# no sh
!
# int g0/0.10
# encap dot 10
# ip add 192.168.10.254 255.255.255.0
!
# int g0/0.20
# encap dot 20
# ip add 192.168.20.254 255.255.255.0
!
# ip dhcp pool NET20
# network 192.168.20.0 255.255.255.0
# default-router 192.168.20.254
# dns-server 168.126.63.1
# lease 8
# class VLAN20
# address range 192.168.20.1 192.168.20.253
!
# int g0/0.20
# ip dhcp client class-id VLAN20
!
# access-list 10 permit 192.168.20.0 0.0.0.255
!
# ip nat inside source list 10 int g0/1 overload
!
# int g0/1
# ip nat outside
!
# int g0/0.10
# ip nat inside
!
# int g0/0.20
# ip nat inside

//Switch
# vlan 20
!
# int g1/0/1
# sw tr en do
# sw mo tr
!
# int g1/0/24
# sw ac vlan 20
# sw mo ac

3. 결론

    GNS를 통한 시뮬레이션과 실제 장비로 설정하는것에 별다른 차이는 없었다.

4. 참고자료

1. Cisco Docs

  1. ARP
  2. CDP / VLAN
  3. Frame Relay
  4. Static Routing
  5. VLAN
  6. VTP
  7. Routed Port
  8. AD
  9. Route Selection
  10. FHRP
  11. HSRP
  12. DHCP
  13. DNS
  14. STP
  15. NAT
  16. EtherChannel
  17. DTP
  18. RIP
  19. NTP
  20. Offset List
  21. Password Encryption
  22. ACL
  23. CAR Attack
  24. Broadcast
  25. Port Assignments
  26. IPv6 Static Routing
  27. HSRP for IPv6
  28. Clock Rate
  29. DHCPv6 Guard
  30. EIGRP
  31. Express Forwarding
  32. Routing and Switching
  33. Load Balancing
  34. Ping, Traceroute
  35. Load Balancing
  36. Fast Switching
  37. CEF
  38. DNS
  39. SSH
  40. Regular Expression
  41. OSPF
  42. EIGRP’s SIA
  43. NSSA
  44. AAA
  45. Understand the Zone-Based Policy Firewall Design
  46. The Cisco SD-WAN Solution
  47. Understand the Zone-Based Policy Firewall Design
  48. ASA cli
  49. Defining Strategies to Protect Against TCP SYN Denial of Service Attacks
  50. Configuring Firewall TCP SYN Cookie
  51. ASA 방화벽에서 NAT 및 ACL 구성
  52. Configuring Network Object NAT
  53. Configuring Twice NAT

2. Linux

  1. rhel9’s docs
  2. Linux Directory Structure
  3. File Types in Linux
  4. fstab
  5. Vim Cheat Sheet
  6. Protecting GRUB with a password
  7. SELinux
  8. DNS
  9. Samba as a server
  10. DHCP
  11. NFS
  12. SSH
  13. VNC
  14. heredoc
  15. docker vs podman + buildqh + skopeo
  16. Docker란?
  17. Linux 컨테이너란?
  18. Container vs VM
  19. 컨테이너화란?
  20. container
  21. 컨테이너 오케스트레이션이란?
  22. 쿠버네티스란?
  23. 쿠버네티스 아키텍처 소개
  24. 쿠버네티스 기본 사항 학습
  25. 쿠버네티스 클러스터란?
  26. Ansible과 Puppet: 알아야 할 사항

3. Docker / k8s

  1. nextcloud
  2. cadvisor
  3. Dangling Image
  4. Swarm
  5. Install Docker Engine on Ubuntu
  6. Install kubdadm
  7. container-runtimes
  8. kubectl cheat sheet

4. Web

  1. HTML’s Elements
  2. Emmet
  3. JavaScript
  4. Anchor Tag
  5. Post, Get
  6. Block, Inline Elements
  7. Semantic Web
  8. Semantic Elements
  9. CSS
  10. Viewport_meta_tag
  11. Media_queries
  12. JavaScript

5. DB

  1. MySQL

클라우드 엔지니어를 꿈꾸며 공부를 시작한 초보 엔지니어입니다. 틀린점 또는 조언해주실 부분이 있으시면 친절하게 댓글 부탁드립니다. 방문해 주셔서 감사합니다 :)

댓글남기기