- 相關(guān)推薦
思科幀中繼點(diǎn)對(duì)多點(diǎn)子接口配置實(shí)例解析
Cisco ACE是一個(gè)很常用的配置,下面小編為大家介紹了Cisco ACE的一個(gè)基本配置實(shí)例,希望大家能夠輕松掌握。
幀中繼點(diǎn)對(duì)多點(diǎn)子接口拓?fù)鋱D如下:
步驟一:配置R4的為幀中繼交換機(jī)。
R4(config)#frame-relay switching //啟用frame-relay 交換
R4(config)#interface serial 1/0
R4(config-if)#encapsulation frame-relay
R4(config-if)#frame-relay intf-type dce
R4(config-if)#frame-relay lmi-type cisco (默認(rèn)類(lèi)型)
R4(config-if)#frame-relay route 100 interface serial 1/1 101
R4(config-if)#frame-relay route 200 interface serial 1/2 201
R4(config-if)#clock rate 64000
R4(config-if)#no shutdown
R4(config-if)#exit
R4(config)#interface serial 1/1
R4(config-if)#encapsulation frame-relay
R4(config-if)#frame-relay intf-type dce
R4(config-if)#frame-relay lmi-type ansi
R4(config-if)#frame-relay route 101 interface serial 1/0 100
R4(config-if)#clock rate 64000
R4(config-if)#no shutdown
R4(config-if)#exit
R4(config)#interface serial 1/2
R4(config-if)#encapsulation frame-relay
R4(config-if)#frame-relay intf-type dce
R4(config-if)#frame-relay lmi-type q933a
R4(config-if)#frame-relay route 201 interface serial 1/0 200
R4(config-if)#clock rate 64000
R4(config-if)#no shutdown
步驟二:配置R2路由器
R2(config)#interface serial 1/2
R2(config-if)#encapsulation frame-relay //在接口下啟用幀中繼的封裝
R2(config-if)#ip address 172.16.1.2 255.255.255.0
R2(config-if)#no shut
步驟三:配置R3路由器
R3(config)#interface serial 1/2
R3(config-if)#encapsulation frame-relay
R3(config-if)#ip address 172.16.1.3 255.255.255.0
R3(config-if)#no shut
步驟四:配置R1,采用多點(diǎn)子接口,配置R1的幀中繼
R1(config)#interface serial 1/2
R1(config-if)#encapsulation frame-relay
R1(config-if)#no ip add
R1(config-if)#no shut
R1(config-if)#exit
R1(config)#interface serial 1/2.1 multipoint
R1(config-subif)#ip address 172.16.1.1 255.255.255.0
R1(config-subif)#frame-relay map ip 172.16.1.2 100 broadcast
R1(config-subif)#frame-relay map ip 172.16.1.3 200 broadcast
R1(config-subif)#exit
R1(config)#exit
步驟五:在R1使用show frame-realy lmi,show frame-relay pvc進(jìn)行確認(rèn)。
步驟六:在R1,R2,R3上配置RIP,進(jìn)行觀察。
幀中繼點(diǎn)對(duì)多點(diǎn)子接口配置結(jié)果:R1,R2,R3能夠正確的學(xué)習(xí)到所有的路由。
【思科幀中繼點(diǎn)對(duì)多點(diǎn)子接口配置實(shí)例解析】相關(guān)文章:
思科交換機(jī)基本配置命令大全04-07
配置顯示器顏色配置文件方法教程12-02
思科交換機(jī)產(chǎn)品介紹07-18
園路的植物配置方法10-13
揭秘美國(guó)思科是一家怎樣的公司06-11
dlink交換機(jī)配置方法07-16
二層組播的配置09-26
嵌入式系統(tǒng)接口技術(shù)07-16