목차
1-1. CISCO ACCESS 방법
1-2. SETUP 방법
1-3. Password 설정
1-4. Enable Password 복구
1-5. Local에서 IOS 업그레이드
1-6. IP ACCOUNTING
1-7. Helper-address
1-8. Log & 시간 설정
1-9. Routing
1-10. Default Routing
1-11. Static Routing
1-12. PPP와 Frame Relay
1-13. Dynamic Routing
1-14. Firewall Router
1-15. Access List
1-16. Extended IP Access-list
1-17. ETC
1-18. ETC2
1-19. SNMP 보안문제와 필터링법
2-1. Catalyst Switch Password 복구 방법
1-2. SETUP 방법
1-3. Password 설정
1-4. Enable Password 복구
1-5. Local에서 IOS 업그레이드
1-6. IP ACCOUNTING
1-7. Helper-address
1-8. Log & 시간 설정
1-9. Routing
1-10. Default Routing
1-11. Static Routing
1-12. PPP와 Frame Relay
1-13. Dynamic Routing
1-14. Firewall Router
1-15. Access List
1-16. Extended IP Access-list
1-17. ETC
1-18. ETC2
1-19. SNMP 보안문제와 필터링법
2-1. Catalyst Switch Password 복구 방법
본문내용
이 명령어로 snmp 서비스가 죽지 않는다.
2) access-list 를 이용하여 특정 호스트만 열어주기 (port : 161,162)
Router(config)#access-list 100 permit ip host 203.254.254.254 any
Router(config)#access-list 100 deny udp any any eq snmp
Router(config)#access-list 100 deny udp any any eq snmptrap
Router(config)#access-list 100 permit ip any any
해당 interface에 설정한다.
Router(config)#interface serial 0
Router(config-if)#ip access-group 100 in
Catalyst Switch 장비인 경우에는 vlan 에 설정한다.
Router(config)#interface vlan 1
Router(config-if)#ip access-group 100 in
2-1. Catalyst Switch Password 복구 방법
* Catalyst 1200, 2900, 2926, 2948G, 4000, 5000, 6000 Password 복구
Console PC를 Switching 장비의 console port에 연결하고, 다음 사항을 Setting한다.
9600 baud rate
no parity
8 data bits
1 stop bit
장비 전원 ON
Enter password: (30 초 동안 Null Password)
Enable mode로 들어가려면
Console>enable (press Enter)
Password prompt에서 Enter를 친다. (30 초 동안 Null Password)
Enter password:
다음과 같이 Password를 바꿔주면 된다.
Console> (enable) set password
Enter old password: (press Enter)
Enter new password: (type your new password)
Retype new password: (type your new password)
Console> (enable) set enablepass
Enter old password: (press Enter)
Enter new password: (type your new password)
Retype new password: (type your new password)
* Catalyst 1600 Password 복구방법
erasing mgmt passwd." 가 나타날 때까지 장비의Reset button을 누른다.
Switch가 reset되고 password가 clear된다.
* Catalyst 1700, 1900, 2100, 2800, 2820 Password 복구방법
Cisco의 TAC(Technical Assitace Center)에 문의하거나, Cisco engineer에게 case open 한다. Switch의 case에 인쇄되어 있는 serial number와 MAC address를 Cisco engineer에게 보내주면 새로운 password를 받을 수 있을 것이다.
* Catalyst 2600, 3000, 3100, 3200 Password 복구방법
Switch 상의 SysReq button을 누른다.
(next to the Reset button). Caution: NVRAM이 Clear되면서
Password와 Config(default 값으로 변경 됨)가 같이 Clear된다.
Move the arrow key to clear NVRAM.
Press Return.System이 reboot 되면 Password는 묻지 않는다
* Catalyst 2900XL, 3500XL Password 복구방법
전원 Cable을 뽑는다.
장비 앞쪽 좌측에 위치한 “MODE” 버턴을 누른 상태에서 전원코드를 연결한다.
1번 Port 아래 LED가 깜빡거린 후 “MODE” 버턴에서 손을 떼면 된다.
Flash 파일시스템을 초기화 해 주어야 한다.
flash_init
load_helper
dir flash:
Switch file system이 display된다.
Directory of flash:
2 rwx 843947 Mar 01 1993 00:02:18 C2900XL-h-mz-112.8-SA
4 drwx 3776 Mar 01 1993 01:23:24 html
66 -rwx 130 Jan 01 1970 00:01:19 env_vars
68 -rwx 1296 Mar 01 1993 06:55:51 config.text
1728000 bytes total (456704 bytes free)
rename flash:config.text flash:config.old
password가 정의되어 있는 파일
boot
Continue with the configuration dialog? [yes/no] : N
console> en
Switch# rename flash:config.old flash:config.text
다음과 같이 memory로 config file copy한다.
Switch# copy flash:config.text system:running-config
Source filename [config.text]? (press Return)
Destination filename [running-config]? (press Return)
The configuration file is now reloaded.
Change the password:
switch#configure terminal
switch(config)#no enable secret
!-- This step is necessary if the switch had an enable secret password
switch(config)#enable password Cisco
switch#(config)#^Z
!--Control/Z
switch#write memory
2) access-list 를 이용하여 특정 호스트만 열어주기 (port : 161,162)
Router(config)#access-list 100 permit ip host 203.254.254.254 any
Router(config)#access-list 100 deny udp any any eq snmp
Router(config)#access-list 100 deny udp any any eq snmptrap
Router(config)#access-list 100 permit ip any any
해당 interface에 설정한다.
Router(config)#interface serial 0
Router(config-if)#ip access-group 100 in
Catalyst Switch 장비인 경우에는 vlan 에 설정한다.
Router(config)#interface vlan 1
Router(config-if)#ip access-group 100 in
2-1. Catalyst Switch Password 복구 방법
* Catalyst 1200, 2900, 2926, 2948G, 4000, 5000, 6000 Password 복구
Console PC를 Switching 장비의 console port에 연결하고, 다음 사항을 Setting한다.
9600 baud rate
no parity
8 data bits
1 stop bit
장비 전원 ON
Enter password: (30 초 동안 Null Password)
Enable mode로 들어가려면
Console>enable (press Enter)
Password prompt에서 Enter를 친다. (30 초 동안 Null Password)
Enter password:
다음과 같이 Password를 바꿔주면 된다.
Console> (enable) set password
Enter old password: (press Enter)
Enter new password: (type your new password)
Retype new password: (type your new password)
Console> (enable) set enablepass
Enter old password: (press Enter)
Enter new password: (type your new password)
Retype new password: (type your new password)
* Catalyst 1600 Password 복구방법
erasing mgmt passwd." 가 나타날 때까지 장비의Reset button을 누른다.
Switch가 reset되고 password가 clear된다.
* Catalyst 1700, 1900, 2100, 2800, 2820 Password 복구방법
Cisco의 TAC(Technical Assitace Center)에 문의하거나, Cisco engineer에게 case open 한다. Switch의 case에 인쇄되어 있는 serial number와 MAC address를 Cisco engineer에게 보내주면 새로운 password를 받을 수 있을 것이다.
* Catalyst 2600, 3000, 3100, 3200 Password 복구방법
Switch 상의 SysReq button을 누른다.
(next to the Reset button). Caution: NVRAM이 Clear되면서
Password와 Config(default 값으로 변경 됨)가 같이 Clear된다.
Move the arrow key to clear NVRAM.
Press Return.System이 reboot 되면 Password는 묻지 않는다
* Catalyst 2900XL, 3500XL Password 복구방법
전원 Cable을 뽑는다.
장비 앞쪽 좌측에 위치한 “MODE” 버턴을 누른 상태에서 전원코드를 연결한다.
1번 Port 아래 LED가 깜빡거린 후 “MODE” 버턴에서 손을 떼면 된다.
Flash 파일시스템을 초기화 해 주어야 한다.
flash_init
load_helper
dir flash:
Switch file system이 display된다.
Directory of flash:
2 rwx 843947 Mar 01 1993 00:02:18 C2900XL-h-mz-112.8-SA
4 drwx 3776 Mar 01 1993 01:23:24 html
66 -rwx 130 Jan 01 1970 00:01:19 env_vars
68 -rwx 1296 Mar 01 1993 06:55:51 config.text
1728000 bytes total (456704 bytes free)
rename flash:config.text flash:config.old
password가 정의되어 있는 파일
boot
Continue with the configuration dialog? [yes/no] : N
console> en
Switch# rename flash:config.old flash:config.text
다음과 같이 memory로 config file copy한다.
Switch# copy flash:config.text system:running-config
Source filename [config.text]? (press Return)
Destination filename [running-config]? (press Return)
The configuration file is now reloaded.
Change the password:
switch#configure terminal
switch(config)#no enable secret
!-- This step is necessary if the switch had an enable secret password
switch(config)#enable password Cisco
switch#(config)#^Z
!--Control/Z
switch#write memory
추천자료
인터넷 통신
방화벽 firewall
라우팅 프로토콜 조사
해킹에 대하여
인터넷 혼잡의 원인과 대책
VPN (Virtual Private Network)의 장점, 개념, 출현배경, 정류, 적용사례, 기술요소 등 분석 ...
망 중립성 논쟁-망 사업자 VS 컨텐츠 사업자(입장분석 및 비판) 대안점제시
인터넷에 대한 전반적인 내용과 비즈니스 응용분야
기술과 사회 총정리본
[방화벽시스템][시스템보안][해킹][해커]방화벽시스템의 목적, 방화벽시스템의 형태, 방화벽...
인터네트워킹 의 개념과 특징 및 장비
광대역통신 - ATM & MPLS에 대해서
IGMP & Multicast Routing Protocol