2008년 06월 27일
1. list the network services provided by the cisco ios.
기본적인 라우팅과 스위칭 기능, 의존성과 보안기능, 네트워크 확장-축소성
2. describe three methods of accessing a cisco device for cli management and configuration.
console, 텔렛 or ssh , aux port
3. compare the function and use of the running - configuration and startup - configuration files.
running-configuration은 장비가 운영되고 있는 동안에 사용되어지는 파일이고
startup-configuration은 NVRAM에 저장되며 장비가 시작될 때 설정을 제공하기 위해 불러들여진다.
4. distinguish the features of the cisco ios user exec mode and privileged exec mode.
user EXEC mode는 기본적인 모니터링만 제한되어 오직 보기 기능만 제공하지만, privileged EXEC mode는 라우터 command에 접속을 제공하며 ID와 패스워드를 요구할 수 있으며 파일에 대해 수정 및 저장도 가능하다
5. give the difference between entering a "?" and "?" directily after a partial command at the appropriate prompt, for example, "cl?" and "clock?" .
cl? 을 입력하면 cl로 시작되는 사용하가능한 모든 커맨드의 리스트를 보여준다.
clock ? 를 입력하면 clock 다음 오는 서브 커맨드의 리스트가를 보여준다.
6. what mode does a prompt of router# denote? how is this mode invoked?
privileged EXEC mode이다. user EXEC mode 에서 enable 라고 입력하면 된다.
7. state the purpose and difference of the configuration commands service password - encryption and enable secret class.
service password-encryption 은 패스워드에 간단한 암호화를 건 것으로 권한이 없는 접속자가 설정 파일안에 패스워드를 보는 것으로부터 방지하기 위함이다.
enable secret 는 privileged EXEC mode에 보안상의 이유로 접속하기 위한 용도로 사용한다.
8. why are delimiting characters required shen setting a message of the day banner?
banner motd 커맨드에서 delimiter #은 배너 메시지 내용에 포함되지 않으며 구분지어준다.
9. what information should be included in a message of the day log in banner on a cisco device?
접속하는 모든 사람들에게 필요한 경고등을 주는데 사용한다.
10. give three methos of saving of backing up the active configuration of a cisco device.
TFTP 서버, CD, USB 등을 이용하여 설정 파일을 백업할 수 있다.
11. what is the purpose of the no shutdown command when configuring interfaces on a router?
기본적으로 shutdown이기 때문에 no shutdown 커맨드를 하면 shutdown하지 않고도 바로 이용할 수 있다는 장점이 있다.
12. what information should be included in an interface description on a ciscon router?
interface description은 interface를 구별해주는 역할을 한다. 어느 interface에 어떤 네트워크가 물려 있는지를 알 수 있기 때문이다. 이방식은 문제가 일어났을 때 해결하는데 도움을 준다.
13. list the steps to follow to verify that a host can successfully connect to and access a network.
ping 127.0.0.1을 이용하여 3->1->3 계층에 문제가 없는지 확인한다.
LAN 카드를 테스트한다.
로컬 네트워크의 다른 호스트에 ping을 해본다.
로컬 네트워크의 게이트웨이에 ping을 해본다.
다른 네트워크의 호스트에 traceroute를 해본다.
14. what is the purpose of acpturing the results of network tests such as ping, trace and arp?
네트워크에 문제가 생겼을 때,혹은 네트워크에 대한 분석에 대해 도움을 준다.
# by wingki | 2008/06/27 22:56 | CCNA1 | 트랙백