建立多點Frame Relay連線(點對點模式)
在下方的網路環境中,建立出三條PVC通道。
所有的LMI都採用Cisco格式。
所有的封裝都採用Frame-Relay Cisco協定
。
Router-1(config)#int s 1/0 Router-1(config-if)#encapsulation frame-relay Router-1(config-if)#no sh
Router-1(config-if)# %LINK-5-CHANGED: Interface Serial1/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0, changed state to up
Router-1(config-if)#exit Router-1(config-subif)#ip address 10.1.2.1 255.255.255.0 Router-1(config-subif)#frame-relay interface-dlci 120 Router-1(config-subif)#exit
Router-1(config)#int s 1/0.130 point-to-point Router-1(config-subif)# %LINK-5-CHANGED: Interface Serial1/0.130, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0.130, changed state to up
Router-1(config-subif)#ip address 10.1.1.1 255.255.255.0 Router-1(config-subif)#frame-relay interface-dlci 130 |
啟用Frame-Relay封裝 進入S1/0子界面,設定子界面編號,使用點對點模式不用再指定DLCI與IP關係
|