Cisco Router simulator
12/28/2007, 16:41 - CCIE
download the source from Cisco 7200 Simulator, and the configuration for Cisco router as real router
#!/bin/sh
/usr/local/bin/dynamips /home/tasuka/cisco/c2691-i-mz.123-12a.bin -i 1 -P 2691 -T 2001 --disk0 32 --disk1 0 \
--exec-area 16 -r 128 -c 0x2102 -p 0:GT96100-FE -s 0:0:gen_eth:eth1 &
So, the console port is adapted in port 2001 you may telnet to it, and connected the Linux eth1 to Simulator's Fastethernet 0/0, and the Linux eth1 must no ip address setting, this is only trick need to know.
Notice: to run this simulator require the Original Cisco IOS, also need to notice the NDA of Cisco License.
This simulator is very great, since it start simulate the 7200 series, the 3600 series, and now it be come to 2600 / 2691 / and 1700!
The detail configuration may reference to Tips and Video Tutorials - Linux .: Cisco :. VOIP
FTTB 斷線了嗎?
07/03/2006, 23:17 - CCIE
最近有朋友問到使用 FTTB 成為企業間專線時,若 provider 間的連線有問題(如 ATM 或 SDH 有問題),造成斷線,但是因為 FTTB 己是經由 ethernet 接到客戶端的 router ,所以在客戶端 router 看來因為 ethernet port 還有正常連線,所以無法得知事實上連線己斷,而造成 dynamic router 無法及時轉由另一線路(如 E1/ADSL)作備援。我之前在 Linux 上的作法是定時利用一個小 script 去 ping 網路上的一個固定 IP ,作為 keep alive ,若是 ping 不到了,表示斷線,這時就要更改 interface 的 state 為 down 或是更改 route 至另一線路,並再定時測試線路至到線路通了,再改回來,全程自動。而若是使用 cisco router 等設備我的想法是可以在該線路上加設一個個 gre tunnel 並在上面使用 HSRP (Hot standby routing protocol) standby track tunnel 來偵測線路是否有問題,也就是利用 tunnel 作為線路的 keep alive 信號,而當 tunnel 為斷線時,就更改 HSRP 的 priority 來令線路轉至別的備援線路,等到線路正常再回來。也可以用 snapshot routing 來作。而新一點的 IOS (12.2)可以用 track interface 試試!這些方法也可以用在固接式的 ADSL 上,不過這只是我的想法,還是要試試 lab 看看可靠度吧!
Cisco 7200 Simulator on PC
03/29/2006, 23:43 - CCIE
這是最近看到的 Open Source 計劃 http://www.ipflow.utc.fr/index.php/Cisco_7200_Simulator 可以直接跑 Cisco 7200 的 image binary 的摹擬器, 只有差在因為 Cisco 的 binary image 是用 zip 壓縮,所以在執行前要用 unzip 解開,就可以用了,有興趣的可以看看。當然您要先有 7200 的 image file 才可以!讀完 Inside Cisco IOS software architechures
12/29/2005, 00:52 - CCIE
讀完 Inside Cisco IOS software architechures,這是一本關於 Cisco IOS 的基本工作的書,尤其是談到 process switching / fast switching / CEF switching / dCEF switching 等 router 如何快速交換及 forwarding packet 的詳細介紹及原理講解。而且還針對 1600/2600/3600 及 7000/7500 等各種型號的 router 分門別類介紹並比較工作方式及硬體和軟體設計的不同點。後半談到 QoS 及 dQoS 的工作方式,對於了解及實作 router 內的軟體很有用。下一本是 Traffic engineering with MPLS 。
Oh! No!
04/18/2005, 19:07 - CCIE
我的 CCIE written 三年時間己經到期了,沒辦法直接參加 Lab了,還要再重考筆試一次,有點灰心!考試會過期的原因,是因為 Cisco 考慮到技術的東西會有時間性,二年三年就會有很大的不同,也還算合理的要求,但是又要花一筆錢重考,就有點...現在好像若是有考過 CCNP 就可以直接作 CCIE Lab(不確定改了沒),若真的是這樣,那我可能就會去考 CCNP,因為反正要花錢考試,不如順便多拿一個認證吧。以前我是直接從 CCNA 就跳到 CCIE 了。
而新的 CCIE Written blueprint 2.0 有含 Wireless 及 MPLS 還可能有 IPv6,看來還要用功一點了。不過時間有限,而工作時間之外的時間還不算太多。我真應該去買一本有關 Wireless 的書!雖然每天在用 802.11 的網路,不過畢竟家庭第一,工作第二,再來才是個人的自我修鍊吧!加油!
我的 CCIE 書單
03/15/2005, 00:25 - CCIE
這些書大部份己經看完的,有些是需要反復研究的,反正這個書單會陸續增加。Routing TCP/IP Volume 1
Routing TCP/IP Volume 2
Cisco LAN Switching
OSPF Network Design solutions
BGP Design and Implementation
Internet Routing Architectures
ISP Essentials
Troubleshooting IP Routing Protocols
IP Quality of Service
Cisco ATM Solutions
Integrating Voice and Data Networks
Traffic Engineering with MPLS
CCIE Practical Studies Volume 1
CCIE Practical Studies Volume 2
CCIE routing and Switching Practice Labs
Inside Cisco IOS software architecture
Metro Ethernet Serivces
Cisco Express Forwarding
Next-Generation Network Services















