思科靜態路由

2021-08-19 15:18:30 字數 3040 閱讀 7745

#拓撲結構

1、cisco靜態路由配置命令

router(config)#ip route destination destination_mask〔ip_address}fastethernetnumber{loopback number}serialnumber]metric]

其中destination代表目的網路的網路ip位址或者主機的ip位址,destination mask是目的網路的子網掩碼或者目的主機的子網掩碼。

2、華為靜態路由配置命令

在路由器上增加靜態路由命令為ip route.下面,我們將介紹如何用ip route命令來新增路由,以及ip route的各項引數。

ip route是在系統檢視下使用的命令,其完整語法格式如下:

[quidway] ip route-static ip-address{mask{masklen}{inte***ce-type inte***cce-name}nexthop-address}[preference value][reject | blackhole]

命令中各引數解釋如下:

網路掩碼(| ):和目標位址一起來標識目標網路。把目標位址和網路掩碼邏輯與,即可得到目標網路。例如:目標位址為129.102.9.10,掩碼為255.255.0.0,目標網路為129.102.0.0;由於要求掩碼32位中"1」必須是連續的。因此點分十進位制格式的掩碼可以用掩碼長度mask-length來代替,掩碼長度為掩碼中連續「1」的位數,就是mask-length。

下一跳位址(nexthop-address):說明資料報所經由的下一跳位址。在一般情況下都會用nexthop-address配置路由,inte***ce-name會自動生成。但如果在某些情況下無法知道下一跳位址,如撥號線路在撥通前是可能不知道對方甚至自己的ip位址的,在此種情況下必須要用inte***ce配置路由。

preference關鍵字用於指定本條靜態路由加入路由表的優先順序(preference-value)。範圍為0-255。在quidway路由器中,靜態路由的預設優先順序是60, rip的優先順序是100, ospf的優先順序是10,介面上直接相連網路的路由優先順序最高,總是0。使用者可以配置多條到同一目的地但優先順序不同的路由。路由器將按照優先順序的順序從中選取唯一的一條加入到路由表中去供**資料決策用。如配置到達相同目的地的多條路由,如果指定相同優先順序,則可實現負載分擔;如果指定不同優先順序,則可實現路由備份。

目的地不可達的路由(reject):當到某一目的地的靜態路由具有reject屬性時,任何去往該目的地的ip報文都將被丟棄,並且通知源主機目的地不可達。

目的地為黑洞的路由(blackhole ):當到某一目的地的靜態路由具有blackhole屬性時,任何去往該目的地的ip報文都將被丟棄,也不向資料來源傳送任何錯誤訊息,象乙個黑洞一樣。reject和blackhole屬性一般用來控制本路由器可達目的地的範圍。

3、預設路由

簡單地說,預設路由就是在沒有找到匹配的路由表入口項時才使用的路由。即只有當沒有合適的路由時,預設路由才被使用。在路由表中,預設路由以到網路0.0.0.0/0的路由形式出現。用0.0.0.0作為目標網路號,用0.0.0.0作為子網掩碼,所有的網路都會和這條路由記錄符合。每個ip位址與0.0.0.0進行二進位制「與」操作後的結果都得。,與目標網路號0.0.0.0相等。也就是說用0.0.0.0/0作為目標網路的路由記錄符合所有的網路,我們稱這種路由記錄為預設路由或缺省路由。

router>en

router#conf t

router(config)#int g0/0

router(config-if)#shutdown

router(config-if)#ip add 10.1.2.10 255.255.255.0

router(config-if)#no shutdown

router(config-if)#int g0/1

router(config-if)#shutdown

router(config-if)#ip add 10.1.1.11 255.255.255.0

router(config-if)#no shutdown

router(config-if)#exit

router(config)#ip route 0.0.0.0 0.0.0.0 10.1.2.11

router>en

router#conf t

router(config)#int g0/0

router(config-if)#shutdown

router(config-if)#ip add 10.1.2.11 255.255.255.0

router(config-if)#no shutdown

router(config-if)#int g0/1

router(config-if)#shutdown

router(config-if)#ip add 10.1.3.10 255.255.255.0

router(config-if)#no shutdown

router(config-if)#exit

router(config)#ip route 10.1.1.0 255.255.255.0 10.1.2.10

router(config)#ip route 10.1.4.0 255.255.255.0 10.1.3.11

router>en

router#conf t

router(config)#int g0/0

router(config-if)#shutdown

router(config-if)#ip add 10.1.3.11 255.255.255.0

router(config-if)#no shutdown

router(config-if)#int g0/1

router(config-if)#shutdown

router(config-if)#ip add 10.1.4.11 255.255.255.0

router(config-if)#no shutdown

router(config-if)#exit

router(config)#ip route 0.0.0.0 0.0.0.0 10.1.3.10

思科靜態路由聯動bfd BFD相關

bfd bidirectional forwarding detection,雙向 檢測 是乙個通用的 標準化的 介質無關和協議無關的快速故障檢測機制,用於檢測 路徑的連通狀況,保證裝置之間能夠快速檢測到通訊故障,以便能夠及時採取措施,保證業務持續執行。bfd可以為各種上層協議 如路由協議 快速檢測...

如何配置思科路由器靜態NAT

如何配置思科路由器靜態nat 最近有朋友問我如何配置nat才能讓網際網路上的使用者通過cisco路由器訪問到內網的web和郵件伺服器。很明顯這種功能需要在公網ip和內網ip 間做nat。以下是具體實現方法。目前很多人都通過nat接入網際網路。nat可以在內網ip和公網ip間轉換,這樣內網使用者就可以...

思科 路由OSPF

1 路由1 router en router enable router conf router configure configuring from terminal,memory,or network terminal enter configuration commands,one per l...