發新話題
打印

[轉貼] CCNP-ISCW: Lab 3.1 Configuring SDM on a Router

[轉貼] CCNP-ISCW: Lab 3.1 Configuring SDM on a Router

http://blog.xuite.net/juilin77/happy/19327952

CCNP-ISCW: Lab 3.1 Configuring SDM on a Router


Lab3-1.net file for Dynamips:

 

##################################################
#
# CCNP Version 5.0: Implementing Secure Converged Wide-Area Networks
# Lab 3.1 Configuring SDM on a Router
#
##################################################

autostart=false
[localhost:7200]
workingdir = /opt/dynamips/dynagen-0.10.1/UTS/CCNP2/Lab3-1/workingconfig

[[3640]]
#  Specify 3640 IOS image on Windows here:
#  image = C:\Program Files\Dynamips\images\c3640-jk9o3s-mz.123-14.T7.extracted.bin
#  Specify 3640 IOS image on Linux here:
 image = /opt/dynamips/images/c3640-jk.bin
 ram = 128
 disk0 = 0
 disk1 = 0
 # Choose an idlepc value from the below
 idlepc = 0x605ac7b8
 mmap = true
 ghostios = true
 confreg = 0x2102
 
###########################
#
# Define router instances 1
#
###########################
  
 [[Router R1]]
  model = 3640
  console = 2001
  slot0 = NM-1FE-TX
  f0/0 = NIO_linux_eth:eth0

Objective:
• Prepare a router for access with Cisco Security Device Manager
• Install SDM onto a PC
• Install SDM onto a router through a Windows host


Basic Configuration:
enable
configure terminal
!
no ip domain lookup
!
line console 0
 logging synchronous
 exec-timeout 0 0
!
host R*


Step 1: Lab Preparation
My host is a MS XP OS in VMware.
IP address: 192.168.100.213 /26
Gateway: 192.168.100.200


Step 2: Prepare the Router for SDM
R1
username ciscosdm privilege 15 password 0 ciscosdm
ip http server
ip http secure-server
line vty 0 4
 login local
 transport input telnet ssh
 logging synchronous


Step 3: Configure Addressing
R1:
interface FastEthernet0/0
 ip address 192.168.100.214 255.255.255.192
 no shutdown

R1#ping 192.168.100.213

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.100.213, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/5/16 ms


Step 4: Extract SDM on the Host
Step 5: Install SDM on the PC
Host:
Next > Next > .... > Finish

Step 6: Run SDM from the PC

Final Configurations
R1:
hostname R1
!
no ip domain lookup
!
username ciscosdm privilege 15 password 0 ciscosdm
!
interface FastEthernet0/0
 ip address 192.168.100.214 255.255.255.192
 no shutdown
!
ip http server
ip http secure-server
!
line con 0
 exec-timeout 0 0
 logging synchronous
!
line vty 0 4
 logging synchronous
 login local
 transport input telnet ssh
!
end


Reference:
Cisco Networking Academy
http://www.cisco.com/web/learning/netacad/index.html

CCNP Version 5.0: Implementing Secure Converged Wide-Area Networks
Student Lab Manual


最初發表 / 最後更新: 2008.09.12 / 2008.09.13


TOP

發新話題