Sabtu, 31 Oktober 2009

Konfigurasi Frame Relay di CISCO



Pada Router 1 :
R1>en
R1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#interface serial0/0/0
R1(config-if)#encapsulation frame-relay
R1(config-if)#frame-relay map ip 10.10.10.2 102 broadcast
R1(config-if)#frame-relay map ip 10.10.10.3 103 broadcast
R1(config-if)#frame-relay map lmi-type ansi
R1(config-if)#no shut

Pada Router 2 :
R1>en
R1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#interface serial0/0/0
R1(config-if)#encapsulation frame-relay
R1(config-if)#frame-relay map ip 10.10.10.1 201 broadcast
R1(config-if)#frame-relay map ip 10.10.10.3 203 broadcast
R1(config-if)#frame-relay map lmi-type ansi
R1(config-if)#no shut

Pada Router 3 :
R1>en
R1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#interface serial0/0/0
R1(config-if)#encapsulation frame-relay
R1(config-if)#frame-relay map ip 10.10.10.1 301 broadcast
R1(config-if)#frame-relay map ip 10.10.10.2 302 broadcast
R1(config-if)#frame-relay map lmi-type ansi
R1(config-if)#no shut
R1(config-if)#end

R3#show interfaces serial0/0/0
Serial0/0/0 is up, line protocol is up (connected)
Hardware is HD64570
Internet address is 10.10.10.3/24
MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, rely 255/255, load 1/255
Encapsulation Frame Relay, loopback not set, keepalive set (10 sec)
LMI enq sent 462, LMI stat recvd 462, LMI upd recvd 0, DTE LMI up
LMI enq recvd 0, LMI stat sent 0, LMI upd sent 0
LMI DLCI 0 LMI type is ANSI Annex D frame relay DTE
Broadcast queue 0/64, broadcasts sent/dropped 0/0, interface broadcasts 0
Last input never, output never, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0 (size/max/drops); Total output drops: 0
Queueing strategy: weighted fair
Output queue: 0/1000/64/0 (size/max total/threshold/drops)
Conversations 0/0/256 (active/max active/max total)
Reserved Conversations 0/0 (allocated/max allocated)
5 minute input rate 41 bits/sec, 0 packets/sec
5 minute output rate 20 bits/sec, 0 packets/sec
113 packets input, 7790 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
57 packets output, 3900 bytes, 0 underruns
0 output errors, 0 collisions, 2 interface resets
0 output buffer failures, 0 output buffers swapped out
0 carrier transitions
DCD=up DSR=up DTR=up RTS=up CTS=up


R3#show frame-relay lmi
LMI Statistics for interface Serial0/0/0 (Frame Relay DTE) LMI TYPE = ANSI
Invalid Unnumbered info 0 Invalid Prot Disc 0
Invalid dummy Call Ref 0 Invalid Msg Type 0
Invalid Status Message 0 Invalid Lock Shift 0
Invalid Information ID 0 Invalid Report IE Len 0
Invalid Report Request 0 Invalid Keep IE Len 0
Num Status Enq. Sent 502 Num Status msgs Rcvd 502
Num Update Status Rcvd 0 Num Status Timeouts 16


R3#show frame-relay map
Serial0/0/0 (up): ip 10.10.10.1 dlci 301, static, broadcast, CISCO, status defined, active
Serial0/0/0 (up): ip 10.10.10.2 dlci 302, static, broadcast, CISCO, status defined, active

R3#

Pada PC 1 coba ping ke PC3, klo berhasil...Good Luck kk !!!

Bagi yg mo download file latihan yg lebih kompleks lagi, silakan ke -->

http://www.ziddu.com/download/7156800/LatihanPPPFrameRelay.pdf.html



Tidak ada komentar: