Basic Frame Relay
------------------------------------------------------------------------------------
Router-1#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router-1(config)#interface serial 1/0
Router-1(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial1/0, changed state to up
Router-1(config-if)#ip address 10.1.1.1 255.255.255.0
Router-1(config-if)#encapsulation frame-relay
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0, changed state to up
Router-1(config-if)#frame-relay map ip 10.1.1.2 100
(Remote IP , Local DLCI)
Router-1#show frame-relay map
Serial1/0 (up): ip 10.1.1.2 dlci 100, static, CISCO, status defined, active
Subinterface Point to Point
--------------------------------------------------------------------------------------
Router-3(config)#interface serial 1/0
Router-3(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial1/0, changed state to up
Router-3(config-if)#encapsulation frame-relay
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0, changed state to up
Router-3(config-if)#exit
Router-3(config)#interface serial 1/0.310 point-to-point
%LINK-5-CHANGED: Interface Serial1/0.310, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0.310, changed state to up
Router-3(config-subif)#ip address 10.1.1.2 255.255.255.0
Router-3(config-subif)#frame-relay interface-dlci 310
Router-3(config)#interface serial 1/0.320 point-to-point
%LINK-5-CHANGED: Interface Serial1/0.320, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0.320, changed state to up
Router-3(config-subif)#ip address 10.1.3.2 255.255.255.0
Router-3(config-subif)#frame-relay interface-dlci 320
Router-3#show frame-relay map
Serial1/0.310 (up): point-to-point dlci, dlci 310, broadcast, status defined, active
Serial1/0.320 (up): point-to-point dlci, dlci 320, broadcast, status defined, active
(沒有手動定Map,因為使用Inverse ARP)
------------------------------------------------------------------------------------
Router-1#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router-1(config)#interface serial 1/0
Router-1(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial1/0, changed state to up
Router-1(config-if)#ip address 10.1.1.1 255.255.255.0
Router-1(config-if)#encapsulation frame-relay
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0, changed state to up
Router-1(config-if)#frame-relay map ip 10.1.1.2 100
(Remote IP , Local DLCI)
Router-1#show frame-relay map
Serial1/0 (up): ip 10.1.1.2 dlci 100, static, CISCO, status defined, active
Subinterface Point to Point
--------------------------------------------------------------------------------------
Router-3(config)#interface serial 1/0
Router-3(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial1/0, changed state to up
Router-3(config-if)#encapsulation frame-relay
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0, changed state to up
Router-3(config-if)#exit
Router-3(config)#interface serial 1/0.310 point-to-point
%LINK-5-CHANGED: Interface Serial1/0.310, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0.310, changed state to up
Router-3(config-subif)#ip address 10.1.1.2 255.255.255.0
Router-3(config-subif)#frame-relay interface-dlci 310
Router-3(config)#interface serial 1/0.320 point-to-point
%LINK-5-CHANGED: Interface Serial1/0.320, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0.320, changed state to up
Router-3(config-subif)#ip address 10.1.3.2 255.255.255.0
Router-3(config-subif)#frame-relay interface-dlci 320
Router-3#show frame-relay map
Serial1/0.310 (up): point-to-point dlci, dlci 310, broadcast, status defined, active
Serial1/0.320 (up): point-to-point dlci, dlci 320, broadcast, status defined, active
(沒有手動定Map,因為使用Inverse ARP)
Subinterface Multipoint
--------------------------------------------------------------------------------------
略,自己翻ICND22 Part2的課本 p.8-61
留言
張貼留言