일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- ospf
- 방화벽
- 네트워크
- freeradius
- 네이티브 vlan
- LACP
- 오블완
- eigrp
- 프로그래머스
- ansible playbook
- BPDU
- rommon mode
- Network Design
- junos os
- pagp
- 네트워크 설계
- 티스토리챌린지
- SQL
- 하프오픈
- port aggregation protocol
- gns3
- pvst+
- vlan
- Ansible
- Red Hat
- stream 9
- centos
- Packet Tracer
- STP
- Cisco
- Today
- Total
목록Playbook (2)
Doctor Pepper

1. 네트워크 구성2. L2 및 L3 Switch ErrorL2 Error : Bad server해결 방법 : L2 Switch에서 SSH 공개 키 재설정L3 Error : Their offer : diffie-hellman-group1-sha1해결 방법 : /etc/ssh/ssh_config 수정Host * HostKeyAlgorithms +ssh-rsa KexAlgorithms diffie-hellman-group1-sha1,diffie-hellman-group14-sha1 Ciphers aes128-cbc,aes192-cbc,aes256-cbc 3. YML 파일 작성AAA Configuration- name: Cisco AAA Model Setting # 해당 yml 파일에서 전체 ..

1. CML 네트워크 구축 2. Ansible 구축(CentOS Stream 9)의존성 Updatesudo dnf update -yEPEL(Extra Packages for Enterprise Linux) 저장소 설치sudo dnf install epel-release -yPython3 및 pip 설치sudo dnf install -y python3 python3-pipsudo pip3 install --upgrade pip setuptoolsAnsible 및 Ansible Galaxy 컬렉션 설치sudo dnf install -y ansibleansible-galaxy collection install cisco.ios ansible.netcommonAnsible 관련 추가 라이브러리 설치pip3 in..