728x90 반응형 switch6 Router Static 설정 Router Staitc 설정 예시와 예시를 수행하기 위한 설정값입니다. ip route 명령을 이용하여 설정하였고, PC1과 PC2만 통신 / PC1과 PC3만 통신 / PC2와 PC만 통신 / 모두 통신 4가지 환경을 구현했습니다. PC1 PC2 PC1 ip 1.1.1.1/24 1.1.1.254 PC2 ip 2.2.2.2/24 2.2.2.254 R1 en conf t int f0/0 ip addr 1.1.1.254 255.255.255.0 no sh int f0/1 ip addr 192.168.0.1 255.255.255.252 no sh exit ip route 2.2.2.0 255.255.255.252 192.168.0.2 R2 en conf t int f0/0 ip addr 192.168.0.2.. 2021. 11. 1. 시스코 스위치 VLAN 설정 초기화 switch>enable switch# show flash System flash directory: (하단은 예시 / vlan.dat 파일을 삭제해야 함) File Length Name/status 4 222 vlan.dat switch# delete flash:vlan.dat switch# show flash System flash directory: (하단은 예시) File Length Name/status switch# reload System configuration has been modified. Save?[yes/no] : no Proceed with reload? [confirm] // Enter로 진행 Continue with configuration dialog? [yes/no] : .. 2021. 10. 6. 네트워크 장비 1. 네트워크 구축 장비 : 허브(Hub) Ø 허브(Hub) 특징 § 컴퓨터를 연결하여 LAN을 구축하는 장비 § 1계층(물리 계층) 기능 수행 § 리피터(Repeater)와 같은 단순 신호를 재생 및 전달 § 수신한 데이터를 모든 출력 포트로 전달 § 입력 포트를 제외한 나머지 모든 포트로 데이터를 전달하는 플러딩(Flooding) 방식으로 동작 2. 네트워크 구축 장비 : 스위치(Switch) Ø 스위치(Switch) 특징 § 컴퓨터를 연결하여 LAN을 구축하는 장비 § L2스위치 : 2계층(데이터링크 계층) 기능 수행 § L3스위치는 멀티레이어 스위치(Multi-Layer Switch)라고도 하며, 2, 3 계층 기능을 동시에 수행 가능 § 브릿지(Bridge)와 같은 데이터 필터링 제공 § 2계층.. 2021. 10. 2. 시스코 스위치 초기 설정 명령어 약어 설명 Switch> enable Switch# configure terminal Switch(config)# hostname SW1 SW1(config)# enable secret qwer12#$ SW1(config)# no ip domain-lookup SW1(config)# line console 0 SW1(config-line)# password qwer12#$ SW1(config-line)# login SW1(config-line)# exec-timeout 0 SW1(config-line)# logging synchronous SW1(config-line)# exit SW1(config)# line vty 0 4 SW1(config-line)# password qwer12#$ SW1(.. 2021. 9. 30. 시스코 스위치 초기화 switch>enable switch# show running-config //config 설정 확인 -> 필요 config 백업 switch# erase startup-config //초기 설정파일 삭제 Erasing the nvram filesystem will remove all configuration files! Continue?[confirm] // Enter로 진행 [OK] Erase of nvram : complete switch# write erase //config 설정 초기화 Erasing the nvram filesystem will remove all configuration files! Continue?[confirm] // Enter로 진행 [OK] Erase of nvram .. 2021. 9. 30. GNS3 설치 및 설정 @ GNS3 - Network Virtualization - IOS, IOU, VMWare, VirtualBox 등 다양하게 네트워크 구성 가능 # 설치 및 설정 1) 설치 Solar-Wins 프로그램 제외 하고 설치 2) 기본 설정 $ Edit -> Preferences - 경로 설정(관리를 편하게 하기 위해 경로로 수정) projects, symbols, configs, appliances C:\Users\[계정명]\GNS3\prjects C:\Users\[계정명]\GNS3\symbols C:\Users\[계정명]\GNS3\configs C:\Users\[계정명]\GNS3\appliances 3) IOS 복사 및 설정 - IOS 복사 [주의] Cisco IOS는 라이센스 존재 예시) c3660.bin.. 2021. 8. 21. 이전 1 다음 반응형