I think I really need to preparing some materials to CCIE LAB and an environment to practice it.
The materials are
1. GNS3 1.5.3
- Multi PuTTY Manager: A very useful access tool to GNS3 LAB
- IOS image: c7200-adventerprisek9-mz.152-4.S1
- Setup related to initiating GNS3
* Preferences for Terminal Server
. Checking Enable local server
. Host binding(select the address of Microsoft Loopback network interface)
. Checking Allow console connections to any local IP address
. Configuration
- Initiating each Host interfaces
* Preferences - IOS routers - c7200 - Edit -[memories and disks - PCMCIA disk0 : 30M]
- Slots[C7200-IO-GE-E]
- Initiating configuration for automatical SSH login using PuTTY Manager.
----------------------------------------------
config t
!
enable password cisco
ip domain name cisco.com
username cisco password 0 cisco
!
crypto key generate rsa
1024
!
ip ssh version 2
!
interface FastEthernet1/0
ip address 172.16.0.120 255.255.255.0
duplex full
no shut
!
line vty 0 4
password cisco
login local
!
end
!
write
!
-----------------------------------------------
2. VMware(Option)
- Radious Server
- Web Server
- Syslog Server
- FTP server
3. Teraterm for macro testing(Option)
- For configuration automatical backup
- For automatical setup about all routers and switches
No comments:
Post a Comment