華爲路由模擬軟件發佈

華爲路由模擬軟件發佈了,小弟學網絡的,也喜歡嚐鮮,立馬下載一個下來看看。

這個軟件是用來模擬路由交換的,相信學過思科路由的都知道, CSICO  packet  tracet  以及GNS3 和 小凡 這幾個常用模擬器。

用了一下,說下感受吧,總體來講這個軟件蠻不錯的,華爲能官方邁出這一步,提供這樣一個軟件供大家免費學習華爲設備的路由交換,很不錯了。華爲這個軟件既有cisco packet  tracet  的大部分功能, 界面更像GNS3 ,但是IOS 是集成在整個模擬器裏面的。

在這個軟件裏面提供了大量的模板,比如說ospf,rip 組播等等。也有可能是beta版本的吧,功能並不是很多,可選設備也不是很多,相對於 GNS3 的高可定製性,cisco pt  的簡單易用還是有一定的差距的。這個對於初學者不是很合適,因爲在線纜選擇時,並沒有注意交叉直連的區別,雖然說現在的設備大多支持自己反轉,但是對於初學者來說這些細節是應該注意的。

下面我打開一個華爲的OSPF 單區域的模板看看配置

<R3>system-view
Enter system view, return user view with Ctrl+Z.
[
[R3]display current-configuration

sysname R3
#
configuration-occupied timeout 100
#
undo http server enable
#
nd user-bind detect retransmit 0 interval 0
#
aaa
 authentication-scheme default
 #
 authorization-scheme default
 #
 accounting-scheme default
 #
 domain default
 #
#
interface Ethernet0/0/0
 shutdown
#
interface Ethernet0/0/1
 shutdown
#
interface Serial0/0/0
 link-protocol ppp
 shutdown
#
interface Serial0/0/1
 link-protocol ppp
 shutdown
#
interface Serial0/0/2
 link-protocol ppp
 shutdown
#
interface Serial0/0/3
 link-protocol ppp
 shutdown
#
interface GigabitEthernet0/0/2
 undo shutdown
 ip address 10.0.123.3 255.255.255.0
 ospf cost 10
#
interface GigabitEthernet0/0/3
 shutdown
#
interface GigabitEthernet0/0/4
 shutdown
#
interface GigabitEthernet0/0/5
 shutdown
#
interface NULL0
#
interface LoopBack0
 ip address 10.0.3.3 255.255.255.0
#
ospf 1 router-id 10.0.3.3
 silent-interface LoopBack0
 area 0.0.0.0
  authentication-mode simple plain huawei
  network 10.0.123.3 0.0.0.0
  network 10.0.3.3 0.0.0.0
#
user-interface con 0
user-interface vty 0 4
user-interface vty 16 20
#
return

總體來說還是蠻不錯的,操作方式也沒多大區別,支持自動補,很直觀。

我在網上下來了,分享一下

http://pan.baidu.com/share/link?shareid=4174&uk=186219656

ps:   在安裝這個軟件之前記得安裝winpcap 這個抓包軟件,要不啓動會報錯的,提示缺少packet.dll,昨天把這個發給朋友用,很多人都出現這個錯誤,後面百度了一下,就是沒安裝winpcap抓包工具。

 

 

 

 

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章