분류 전체보기: 185개의 글

[서론] IT실습 환경 장비들을 소개합니다.

Posted by nkjok
2022. 8. 21. 23:23 자격증관련/서론
반응형

구성도 화면

 

1) Client 

- 출발지 역할의 단말 PC

Client GUI 화면

 

2) iL3 

- 방화벽 기준 내부에 있는 라우터 

iL3#show run
Building configuration...

Current configuration : 3175 bytes
!
! Last configuration change at 07:00:30 UTC Sun Aug 21 2022
!
version 15.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
service compress-config
!
hostname iL3
!
boot-start-marker
boot-end-marker
!
no aaa new-model
!
ip cef
no ipv6 cef
!
spanning-tree mode pvst
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
interface GigabitEthernet0/0
 no switchport
 ip address 170.1.1.2 255.255.255.0
 negotiation auto
!
interface GigabitEthernet0/1
 no switchport
 ip address 192.168.10.254 255.255.255.0
 negotiation auto
!
interface GigabitEthernet0/2
 media-type rj45
 negotiation auto
!
interface GigabitEthernet0/3
 media-type rj45
 negotiation auto
!
interface GigabitEthernet1/0
 media-type rj45
 negotiation auto
!
interface GigabitEthernet1/1
 media-type rj45
 negotiation auto
!
interface GigabitEthernet1/2
 media-type rj45
 negotiation auto
!
interface GigabitEthernet1/3
 media-type rj45
 negotiation auto
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
ip route 180.1.1.0 255.255.255.0 170.1.1.1
ip route 192.168.1.0 255.255.255.0 170.1.1.1
ip route 200.1.1.0 255.255.255.0 170.1.1.1
!
control-plane
!
banner exec ^C
**************************************************************************
* IOSv is strictly limited to use for evaluation, demonstration and IOS  *
* education. IOSv is provided as-is and is not supported by Cisco's      *
* Technical Advisory Center. Any use or disclosure, in whole or in part, *
* of the IOSv Software or Documentation to any third party for any       *
* purposes is expressly prohibited except as otherwise authorized by     *
* Cisco in writing.                                                      *
**************************************************************************^C
banner incoming ^C
**************************************************************************
* IOSv is strictly limited to use for evaluation, demonstration and IOS  *
* education. IOSv is provided as-is and is not supported by Cisco's      *
* Technical Advisory Center. Any use or disclosure, in whole or in part, *
* of the IOSv Software or Documentation to any third party for any       *
* purposes is expressly prohibited except as otherwise authorized by     *
* Cisco in writing.                                                      *
**************************************************************************^C
banner login ^C
**************************************************************************
* IOSv is strictly limited to use for evaluation, demonstration and IOS  *
* education. IOSv is provided as-is and is not supported by Cisco's      *
* Technical Advisory Center. Any use or disclosure, in whole or in part, *
* of the IOSv Software or Documentation to any third party for any       *
* purposes is expressly prohibited except as otherwise authorized by     *
* Cisco in writing.                                                      *
**************************************************************************^C
!
line con 0
line aux 0
line vty 0 4
!
end

 

 

3) Firewall

- 패킷의 허용 여부를 정책으로 지정할 수 있는 장비

Firewall 정책 화면

 

4) eL3

- 방화벽 기준 외부에 있는 라우터

eL3#show run
Building configuration...

Current configuration : 3185 bytes
!
! Last configuration change at 06:45:31 UTC Sun Aug 21 2022
!
version 15.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
service compress-config
!
hostname eL3
!
boot-start-marker
boot-end-marker
!
no aaa new-model
!
ip cef
no ipv6 cef
!
spanning-tree mode pvst
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
interface GigabitEthernet0/0
 no switchport
 ip address 200.1.1.254 255.255.255.0
 negotiation auto
!
interface GigabitEthernet0/1
 no switchport
 ip address 180.1.1.2 255.255.255.0
 negotiation auto
!
interface GigabitEthernet0/2
 media-type rj45
 negotiation auto
!
interface GigabitEthernet0/3
 media-type rj45
 negotiation auto
!
interface GigabitEthernet1/0
 media-type rj45
 negotiation auto
!
interface GigabitEthernet1/1
 media-type rj45
 negotiation auto
!
interface GigabitEthernet1/2
 media-type rj45
 negotiation auto
!
interface GigabitEthernet1/3
 media-type rj45
 negotiation auto
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
ip route 170.1.1.0 255.255.255.0 180.1.1.1
ip route 192.168.1.0 255.255.255.0 180.1.1.1
ip route 192.168.10.0 255.255.255.0 180.1.1.1
!
control-plane
!
banner exec ^CC
**************************************************************************
* IOSv is strictly limited to use for evaluation, demonstration and IOS  *
* education. IOSv is provided as-is and is not supported by Cisco's      *
* Technical Advisory Center. Any use or disclosure, in whole or in part, *
* of the IOSv Software or Documentation to any third party for any       *
* purposes is expressly prohibited except as otherwise authorized by     *
* Cisco in writing.                                                      *
**************************************************************************^C
banner incoming ^CC
**************************************************************************
* IOSv is strictly limited to use for evaluation, demonstration and IOS  *
* education. IOSv is provided as-is and is not supported by Cisco's      *
* Technical Advisory Center. Any use or disclosure, in whole or in part, *
* of the IOSv Software or Documentation to any third party for any       *
* purposes is expressly prohibited except as otherwise authorized by     *
* Cisco in writing.                                                      *
**************************************************************************^C
banner login ^CC
**************************************************************************
* IOSv is strictly limited to use for evaluation, demonstration and IOS  *
* education. IOSv is provided as-is and is not supported by Cisco's      *
* Technical Advisory Center. Any use or disclosure, in whole or in part, *
* of the IOSv Software or Documentation to any third party for any       *
* purposes is expressly prohibited except as otherwise authorized by     *
* Cisco in writing.                                                      *
**************************************************************************^C
!
line con 0
line aux 0
line vty 0 4
 login
!
end

 

5) Server

-  목적지 역할의 단말 PC

Server GUI 화면

반응형

[서론] IT 실습 개막..... 작심삼일 일지... 꾸준할지...

Posted by nkjok
2022. 8. 21. 21:03 자격증관련/서론
반응형

 

서버도 있고, 방화벽도 있고, L3 스위치도 있다. 테스트 환경은 완성했으니, 테스트만 하면 된다.

반응형

'자격증관련 > 서론' 카테고리의 다른 글

[서론] IT실습 환경 장비들을 소개합니다.  (0) 2022.08.21

[SecureCRT] 글자 짤림 해결하기, 글자수 늘리기, 글자버퍼 늘리기

Posted by nkjok
2022. 8. 21. 16:31 네트워크-Router, Switch, Security
반응형

1. SecureCRT에서 글자 짤림 해결하기, 글자수 늘리기, 글자버퍼 늘리기

1. Options  >  Globbal Options... 이동

 

Default Sessions  >  Edit Default Settings... 이동

 

Emulation  >  Scrollback Buffer   수치를 늘려준다.

 

 

 

 

※ 위 설정을 변경해도 글자수가 짤린다면, 기존에 연결되어있는 세션 또는 세션 Manager에 있는 정보를 그대로 불러오는 것이므로 별도로 수정이 필요하다.

반응형

[프로그래밍언어활용] C언어로 별 왼쪽 정렬 (*이랑 For문으로 출력)

Posted by nkjok
2022. 8. 13. 17:35 낙서장/정처기 실기
반응형

이중for문별찍기.xlsx
0.01MB
\n = 줄바꿈

#include <stdio.h>
int main()
{
for (int i = 0; i < 5; i++)
{
for (int j = 0; j <= i; j++)
{
printf("*");
}
printf("\n");
}
return 0;
}

반응형

[프로그래밍언어활용] C언어로 별 오른쪽 정렬 (S랑 *이랑 For문으로 출력)

Posted by nkjok
2022. 8. 13. 16:47 낙서장/정처기 실기
반응형

 

#include <stdio.h>

int main()
{
for (int i = 0; i < 5; i++)
{
for (int j = i; j < 5 - 1; j++)
{
printf("S");
}
for (int k = 0; k <= i; k++)
{
printf("*");
}
printf("\n");
}
return 0;
}

반응형

SecureCRT 세션 사용하기

Posted by nkjok
2022. 7. 26. 10:55 네트워크-Router, Switch, Security
반응형

C:\Users\Administrator\AppData\Roaming\VanDyke\Config

안에 세션 파일 복사하면 됨.

AppData 숨김 파일 이므로 폴더 옵션 수정 필요함.

반응형

[정처기 문제 코드] 두음 PDF 30문제 씩

Posted by nkjok
2022. 6. 26. 20:06 낙서장/정처기 실기
반응형
반응형

[정처기 문제 코드] C로 30문제 씩

Posted by nkjok
2022. 6. 23. 15:01 낙서장/정처기 실기
반응형
반응형