偷偷摘套内射激情视频,久久精品99国产国产精,中文字幕无线乱码人妻,中文在线中文a,性爽19p

IP靜態(tài)浮動(dòng)路由 Floating Static Route

網(wǎng)絡(luò) 路由交換
本文主要給大家主要介紹了對于路由器的IP靜態(tài)浮動(dòng)路由如何進(jìn)行設(shè)置,并且給出了原理圖和具體的而配置命令行,下面文章將給你詳細(xì)介紹。

本文主要給大家主要介紹了對于路由器的IP浮動(dòng)靜態(tài)路由如何進(jìn)行設(shè)置,并且給出了原理圖和具體的而配置命令行,下面文章將給你詳細(xì)介紹。

Intention:使用浮動(dòng)靜態(tài)路由(Floating Static Route)讓全網(wǎng)互聯(lián),正常情況下,R1 發(fā)往R3的數(shù)據(jù)包

從e0/0(192.168.12.0)走,當(dāng)e0/0斷開后,R1會(huì)自動(dòng)切換到e0/1(192.168.21.0),當(dāng)e0/0

開啟后,R1又會(huì)自動(dòng)切換到浮動(dòng)靜態(tài)路由e0/0口。


(R1 Configuration:)
!
!
interface Loopback0
ip address 1.1.1.1 255.255.255.255
!
interface Ethernet0/0
ip address 192.168.12.1 255.255.255.0
shutdown
half-duplex
!
interface Ethernet0/1
ip address 192.168.21.1 255.255.255.0
half-duplex
!
ip route 3.3.3.3 255.255.255.255 192.168.12.2
ip route 3.3.3.3 255.255.255.255 192.168.21.2 50
ip route 192.168.23.0 255.255.255.0 192.168.12.2
ip route 192.168.23.0 255.255.255.0 192.168.21.2 50
!
!

(R2 Configuration:)
!
interface Ethernet0/0
ip address 192.168.12.2 255.255.255.0
half-duplex
!
interface Ethernet0/1
ip address 192.168.21.2 255.255.255.0
half-duplex
!
interface Ethernet0/2
ip address 192.168.23.2 255.255.255.0
half-duplex
!
ip route 3.3.3.3 255.255.255.255 192.168.23.3
!
!

(R3 Configuration:)
!
interface Loopback0
ip address 3.3.3.3 255.255.255.255
!
interface Ethernet0/2
ip address 192.168.23.3 255.255.255.0
half-duplex
!
ip route 192.168.12.0 255.255.255.0 192.168.23.2
ip route 192.168.21.0 255.255.255.0 192.168.23.2
!
!
--------------------------------
(Inspect R1:)
r1#
r1#traceroute 3.3.3.3
Type escape sequence to abort.
Tracing the route to 3.3.3.3

1 192.168.12.2 124 msec 12 msec 48 msec
2 192.168.23.3 112 msec *160 msec
r1#
(將e0/0端口關(guān)閉 shutdown ethernet 0/0 port )
r1#
r1(config)#int e0/0
r1(config-if)#shutdown
r1#
r1#traceroute 3.3.3.3

Type escape sequence to abort.
Tracing the route to 3.3.3.3

1 192.168.21.2 144 msec 72 msec 20 msec
2 192.168.23.3 80 msec *96 msec
r1#

(將e0/0端口重新開啟reopen ethernet 0/0 port )
r1#
r1#config t
r1(config)#int e0/0
r1(config-if)#no shutdown
r1#
r1#traceroute 3.3.3.3

Type escape sequence to abort.
Tracing the route to 3.3.3.3

1*
192.168.12.2 76 msec 76 msec
2 192.168.23.3 88 msec *120 msec
r1#

Notice: ip route 3.3.3.3 255.255.255.255 192.168.21.2 50(后面的50表示的是管理距離 It
represents"Distance metric for this route")

 

責(zé)任編輯:chenqingxiang 來源: itmop
相關(guān)推薦

2009-12-09 11:06:53

浮動(dòng)靜態(tài)路由

2009-12-23 13:51:05

浮動(dòng)靜態(tài)路由技術(shù)

2021-08-11 16:34:02

浮動(dòng)路由路由網(wǎng)絡(luò)技術(shù)

2015-03-27 09:35:26

route命令IP路由表路由設(shè)置

2009-12-09 11:04:14

浮動(dòng)靜態(tài)路由配置

2020-02-26 16:01:22

IP路由路由器

2011-04-13 11:27:28

EIGRP路由

2009-12-17 16:42:35

配置靜態(tài)路由

2011-08-23 15:27:21

route中文man

2011-08-22 14:43:36

靜態(tài)路由器

2013-06-07 11:06:20

路由技術(shù)靜態(tài)路由配置路由器

2022-12-13 15:42:56

Clang-Tidy靜態(tài)分析工具

2022-12-09 15:38:54

Cppcheck靜態(tài)分析工具

2009-12-17 13:53:31

Route路由功能

2009-09-27 11:07:22

CCNA知識(shí)靜態(tài)路由

2011-04-08 10:37:41

靜態(tài)路由路由器

2009-11-19 17:18:30

靜態(tài)路由動(dòng)態(tài)路由

2009-12-02 14:46:44

靜態(tài)路由動(dòng)態(tài)路由

2011-04-01 13:01:57

路由表路由器

2010-08-09 10:31:00

華為路由器路由配置命令
點(diǎn)贊
收藏

51CTO技術(shù)棧公眾號