Monday, January 12, 2015
StarWind V2V 변환하기
IOU 설치를 위해서 받았던 이미지를 보니 VMWare 용이다. Windows Server 2012 에 VMware 를 설치하려고 보니 Hyper-v가 설치되어 있어서 vmware 설치가 안되네요.
구글링 하다보니 V2V (Virtual to Virtual) 컨버터가 있어서 VMWare용 이미지를 Hyper-V 로 변환하여 Windows Server 2012 Hyper-v에 import 완료.
1. StarWind 다운로드 :
- StarWind : http://www.starwindsoftware.com/converter
소프트웨어 다운로드는 구글에서 download StarWind v2v 로 검색하면 많은 링크가 나온다. 그중에 한곳을 선택해서 다운로드한다.
2. V2V 변환
참고 사이트 : http://blog.mystor.net/archives/530
Saturday, January 10, 2015
switch 관련 명령어 - VLAN Trunk VTP
Trunk
- switchport trunk encap dot1q
- sw mode trunk
- sw trunk allow vlan ??
- sw nonegotiate
native vlan 설정
- sw trunk native vlan <vlan ID>
VTP protocol
- show vtp status
-vtp mode <mode>
- vtp domain <domain name>
- vtp password <password>
Delete vlan information
- delete flash:/vlan.dat and reboot
Monday, January 5, 2015
[Interview]Phone Greeting Messages
Standard Voice Mail Greetings
Normal Greeting (Without pager notification)
"This is (name) of (company). I'm currently unable to take your call. Please leave your name, phone number, and a brief message, and I will contact you as soon as possible. Thanks."
Play Sample
Normal Greeting (With "urgent only" pager notification)
"This is (name) of (company). I'm currently unable to take your call. Please leave your name, phone number, and your message, and I will contact you as soon as possible. If this message is urgent, press 3 to have me paged. Thanks."
Play Sample
"Hello, you have reached the office of (name) . I’m presently on another call and am unable to speak with you personally. If you will leave your name and telephone number, I will return your call. Thank you.
Play Sample
"Hello, this is (name). I’m unable to answer your telephone call. I am out of the office from (day) to (day) and will not be checking my voice mail. If you require assistance in my absence please contact (name2) at extension (ext. #). Thank you."
Play Sample
"This is (name) of (company). I'm currently unable to take your call. Please leave your name, phone number, and a brief message, and I will contact you as soon as possible. Thanks."
Play Sample
Normal Greeting (With "urgent only" pager notification)
"This is (name) of (company). I'm currently unable to take your call. Please leave your name, phone number, and your message, and I will contact you as soon as possible. If this message is urgent, press 3 to have me paged. Thanks."
Play Sample
"Hello, you have reached the office of (name) . I’m presently on another call and am unable to speak with you personally. If you will leave your name and telephone number, I will return your call. Thank you.
Play Sample
"Hello, this is (name). I’m unable to answer your telephone call. I am out of the office from (day) to (day) and will not be checking my voice mail. If you require assistance in my absence please contact (name2) at extension (ext. #). Thank you."
Play Sample
IOU web interface 설치하기
IOU 설치하기
IOU는 IOS on Unix/Linux 로, 시스코 라우터/스위치의 에뮬레이터 이다. 예전에는 Unix 및 Linux 에 IOS 를 설치해서 사용했었는데, 요즘은 이미 IOU가 설치된 vmware image를 그냥 다운 받아서 vmware 에 import 시키면된다. 상당히 간단해지고, 설치시에 패키지 때문에 생기는 문제도 없겠죠.
1. IOU Download
: vmware image 다운로드 링크
이렇게 다운로드 받은 3개의 파일을 7-zip 을 이용해서 압축을 풀어준다.
3개의 압축 파일을 정상적으로 풀고 나면 아래과 같은 폴더가 생성되고 그 안에 IOU 이미지가 있는걸 확인할수 있다.
이제 IOU 설치를 준비 끝 !.
2. IOU 이미지를 VMware 에 import 시키기
VMware 는 알아서 준비해 주시고, 저는 VMware Workstation 9.0 을 사용하고 있습니다.
import 된 이미지를 시작해보면, 위와 같은 iou login 프롬프트만 보입니다.
login ID / Password 는 root / cisco 이고, iou web 접속 주소는 10.10.0.2 입니다.
최초 설치를 하게 되면 NIC가 dhcp 로 설정됩니다. 필요에 따라 eth0 ip 주소를 변경해서 사용하시면 됩니다.
여기까지 되었다면 IOU web interface 설치는 모두 끝났습니다. 자 이제 브라우져를 이용해서 실행시키시면 됩니다.
IOU web interface 버젼에는 이미 여러개의 lab 이 설정되어 있습니다. IOU 설치가 생각보다 어렵지 않네요. 자 이제부터 router & switch를 구성해서 연습하는 일만 남았네요. .
3개의 압축 파일을 정상적으로 풀고 나면 아래과 같은 폴더가 생성되고 그 안에 IOU 이미지가 있는걸 확인할수 있다.
이제 IOU 설치를 준비 끝 !.
2. IOU 이미지를 VMware 에 import 시키기
VMware 는 알아서 준비해 주시고, 저는 VMware Workstation 9.0 을 사용하고 있습니다.
import 된 이미지를 시작해보면, 위와 같은 iou login 프롬프트만 보입니다.
login ID / Password 는 root / cisco 이고, iou web 접속 주소는 10.10.0.2 입니다.
최초 설치를 하게 되면 NIC가 dhcp 로 설정됩니다. 필요에 따라 eth0 ip 주소를 변경해서 사용하시면 됩니다.
여기까지 되었다면 IOU web interface 설치는 모두 끝났습니다. 자 이제 브라우져를 이용해서 실행시키시면 됩니다.
IOU web interface 버젼에는 이미 여러개의 lab 이 설정되어 있습니다. IOU 설치가 생각보다 어렵지 않네요. 자 이제부터 router & switch를 구성해서 연습하는 일만 남았네요. .
Subscribe to:
Posts (Atom)