<?xml:namespace prefix = v ns = "urn:schemas-microsoft-com:vml" /> 总结Dynamips下使用SDM及配置QOS的简单过程
 
在Dynamips下开启路由器R1
配置 Dynamips 下与本地桥接的接口 F0/0
R1(config)#interface fastEthernet 0/0
R1(config-if)#ip address 192.168.1.15 255.255.255.0
R1(config-if)#no shutdown
R1(config-if)#exit
配置完后使用本地 PC ping 路由器 IP 保证连通性
 
开启路由器的 http 或者 https
R1(config)#ip http server
R1(config)#ip http authentication local
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

 

创建用户
R1(config)#username zhibing privilege 15 password 0 zhibing

 

配置控制台 提供本地登录认证
R1(config)#line console 0
R1(config-line)#login local
R1(config)#line vty 0 15
R1(config-line)#login local
R1(config-line)#transport input telnet
R1(config-line)#exit

 

安装 SDM 并启动SDM  (注意:安装 SDM 前一定要有 Java 的环境)
 
 
 
刷新下
 
 
 
 
 
 
 
 
在R1里面使用 show running-config查看配置情况