1、拓撲圖跟在幀中繼上執行rip協議(1)中的一樣,在此略過
2、各路由器的基本配置跟在幀中繼上執行rip協議(1)中的一樣,在此略過
3、對r1進行配置,其他路由器的配置保持不變
r1(config)#default int s1/0 //還原s1/0的預設配置
building configuration...
inte***ce serial1/0 set to default configuration
r1(config)#
03:19:41: %lineproto-5-updown: line protocol on inte***ce serial1/0, changed state to down
r1(config)#
03:19:43: %lineproto-5-updown: line protocol on inte***ce serial1/0, changed state to up
r1(config)#int s1/0
r1(config-if)#encapsulation frame-relay ietf //切記!一定要在物理介面上封裝
r1(config-if)#no ip addr
r1(config-if)#frame-relay lmi-type ansi
r1(config-if)#no frame-relay inverse-arp //取消逆向arp,通過 frame-relay map 設定
r1(config)#int s1/0.34 multipoint //除了多了個multipoint外,其他的配置跟乙個物理介面上的配置差不我
r1(config-subif)#ip addr 192.168.123.34 255.255.255.0
r1(config-subif)#frame-relay map ip 192.168.123.3 103 broadcast
r1(config-subif)#frame-relay map ip 192.168.123.4 104 broadcast
r1#sh ip int s1/0.34
serial1/0.34 is up, line protocol is up
internet address is 192.168.123.34/24
broadcast address is 255.255.255.255
address determined by setup command
mtu is 1500 bytes
helper address is not set
directed broadcast forwarding is disabled
multicast reserved groups joined: 224.0.0.9
outgoing access list is not set
inbound access list is not set
proxy arp is enabled
security level is default
split horizon is enabled //r1的s1/0介面的水平分割在此模式下預設是開啟的,開啟後,r3將學不到4.0.0.0網段的路由,r4將學
不到3.0.0.0網段的路由,所以我們要關閉它
icmp redirects are always sent
icmp unreachables are always sent
icmp mask replies are never sent
ip fast switching is enabled
ip fast switching on the same inte***ce is enabled
ip flow switching is disabled
ip cef switching is disabled
ip fast switching turbo vector
ip multicast fast switching is enabled
ip multicast distributed fast switching is disabled
4、通過上面的配置同樣可以達到了同乙個網段間的互通,但此時可以充分利用乙個物理介面,把它分為不同的子介面
在幀中繼網路中配置OSPF動態路由協議
配置過程 在r1上 1.在s1 0介面上封裝幀中繼協議,並配置ip位址 關閉幀中繼埠重定向 指向對端的ip位址和本端的dlci值 2.開啟ospf路由協議,並指定鄰居 對端 ip位址 路由id,宣告直連網段 用r2模擬幀中繼交換機,以下是幀中繼交換機配置的方法 1.將路由器模擬成幀中繼交換機 2.進...
在每個執行中執行多個查詢 變電執行中繼電保護問題
繼電保護裝置根據負載電荷和使用狀態等多個方面可以劃分為不同的種類,以及時地發現問題,方便掌握各個裝置的運轉狀態。具體的分類有 a類,正常執行,指變電裝置的狀態良好,正常執行,不存在安全隱患 b類,可疑狀態,指的是變電系統存在一些尚未查明的故障,存在一定的安全隱患問題 c類,低可靠性狀態,指通檢測手段...
在Linux上執行C
眾所周知,c 是microsoft推出的.net語言,只能在.net平台上執行,例如win 9x me nt 2000 xp和win ce之類的作業系統。但是,現在卻有了乙個叫做mono的專案,它的目標就是把.net及其程式語言移植到非windows的平台上。現在,c 是唯一被移植到非windows...