Archive

Archive for July, 2009

Protected: 7600/6500 Architecture Summarize

This post is password protected. To view it please enter your password below:


Protected: 7609 Load Balance Issue and Polarization

This post is password protected. To view it please enter your password below:


Ubuntu Enable Ip Forward

在家做个小实验,通过SDM访问路由设备,由于在用的PC性能很低,开2个Router(模拟器)就不行了,所以打算用我的服务器。

Topology如下所示:

R1(.1) ——(.2) Server Ubuntu (.102)——- TP-Link ——-(.101) Win XP

1. 在R1上设置默认路由并指端口(防止ubuntu无法代理ARP)
2. Server跟Win XP在同一局域网中。
3. R1和Server在同一网段10.1.1.0,Server和Win XP在同一网段192.168.3.0
Read the rest of this entry »

Linux Ubuntu dynamips bundle Loopback Port

我在以前的文章《在 Linux Ubuntu 下安装 Cisco 7200 dynamips 模拟器》里介绍过如何在linux下使用dynamips,因为在linux下dynamips能发挥到极致。现在我又有了新的需求,就是在linux中让模拟器跟我的服务器进行通信,网上这方面的知识介绍的很少,以下是总结,希望能帮助向我一样需要帮助的人。

在这里,我顺便提下,由于我的服务器没有显示器,全部操作都是telnet和远程控制,所以大部分都需要命令进行执行,下面是最常用的命令:
———————————————————————-
在Windows XP下用 “ shutdown -s -f ” 可以强行关闭PC,用 “shutdown -r -f ” 是强行重启,记住 “ -f ” 必须打,不然执行不了。
在Linux下用 “ init 0” 进行关闭PC,用 “init 6” 进行重启设备。

对于dynamips绑定PC网卡,系统不同配置也不同,总的感觉Linux配置起来很方便:
Read the rest of this entry »

IPv6 for DHCPv6 Configuration Exp

最近搞了一阵DHCPv6,稍微总结了下:

配置:

ipv6 dhcp pool test
 address prefix 2004::/64
 dns-server 2004::2
 domain-name cisco.com
!
interface FastEthernet0/0
 no ip address
 Read the rest of this entry »