CISCO Router Mode

네트워크 2012. 9. 3. 14:40

라우터 모드는 
User Exec Mode, Privileged Exec Mode, SetUp Mode, 
Global Configuration Mode, Other Configuration Mode, RxBoot Mode
가 있습니다.

각 모드에 대한 자세한 설명은 다음과 같습니다.
1. User Exex Mode
   - Router 및 Interface의 상태 등을 check 할 수 있는 command 사용 가
     능 
   - Router Configuration 의 변경은 불가
   - 프롬프트 : Router>

2. Privileged Exec Mode
   - Router 의 Full Command가 사용 가능한 Mode
   - Router Configuration, Setup이 가능한 Mode
   - 프롬프트 : Router#

3. SetUp Mode
   - Router Setup을 위한 Dialog 제공
   - Router을 처음 설치하거나, Configuration File이 없을 때 자동가동

4. Global Configuration Mode
   - Router의 전체적이고 일반적인 Configuration Command 가능 
   - 프롬프트 : Router(config)#

5. Other Configuration Mode
   - Routing protocol setup, Interface setup 과 같은 
     부분별 Setup Command 가능
   - 프롬프트 : Router(config-mode)#

6. RxBoot Mode
   - ROM을 사용하여 Booting시
   - 라우터 IOS 에 문제가 생겼을 경우나 패스워드 분실시 자주발생
   - 프롬프트 : Router(boot)>

다음은 여러 라우터 모드로 접근하는것을 보여주고 있습니다.

Usr Access Verification
Password:                             -----> Individual Line Passwords
Router>                               -----> User Mode
Router>enable
Password:                             -----> Privileged EXEC Mode Password
Router#                               -----> Privileged Mode
Router#config terminal
Router(config)#                           -> Global Configuration Mode
Router(config)#int e0
Router(config-if)#                   -----> Other Configuration Mode
Router(config-if)#exit               -----> 한단계 앞 모드로 이동
Router(config)#router eigrp 200    
Router(config-router)#                            -----> Other Configuration Mode
Router(config-router)#^Z             -> Privileged Mode로 바로 이동
Router#
Router#disable
Router>
Router>exit


위에 exit 와 ^Z 의 차이점을 알아두세요. 도움이 되실겁니다.

여러 모드로 자유자재로 이동을 할 수 있어야 라우터를 맘대로~
더 빠르게 만질 수 있겠죠?
그래야 빠르고 정확한 장애처리와 확실한 Configuration 이 가능합니다.

'네트워크' 카테고리의 다른 글

광케이블 종류  (0) 2012.09.14
proxy arp  (0) 2012.09.08
Cisco(시스코) 설정 파일 백업, 저장 / tftp / write / copy running-config  (0) 2012.06.12
Modem과 DSU의 차이점 간단 정리  (0) 2012.06.07
sh ip route  (0) 2012.05.30
Posted by 캐논볼
,