Configuring Frame Relay PVC
ajde ljudi ako ima nekoga da pomogne , lupam glavu već satima

Jeste da se radi o simulatoru ali isti podržava sve naredbe koje sam trebao za ovu vježbu.
Sve sam napravio ( bar mislim ) prema uputama iz vježbe CCNA2 - 5.2.2 ali nikako da pingovi prolaze. Tj. Sam router ne može pingati svoj serial ?? A naravno onda isto tako ne mogu pingati sa jednog rutera drugi. Gdje sam pogriješio ? ( naravno ako se kome da čitati )
Evo svih outputa, ako treba još koji recite.
Code:
Washington#show ip route
Gateway of last resort is not set
C 192.168.1.0/24 is directly connected, Serial0/0/0
C 192.168.3.0/24 is directly connected, FastEthernet0/0
Code:
Washington#show running-config
Building configuration...
Current configuration : 742 bytes
!
version 12.3
no service password-encryption
!
hostname Washington
!
enable secret 5 $1$mL69$uYjxxTT20HKavpFQeLLYX.
enable password cisco
!
interface FastEthernet0/0
ip address 192.168.3.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
description PVC to Dublin, DLCI 102, Circuit #DASS465875, Contact John Tobin (061-8886745)
bandwidth 64
ip address 192.168.1.1 255.255.255.0
encapsulation frame-relay ietf
frame-relay map ip 192.168.1.2 102 broadcast ietf
no keepalive
clock rate 64000
!
interface Vlan1
no ip address
shutdown
!
ip classless
!
line con 0
password cisco
login
line vty 0 4
password cisco
login
!
end
Code:
Washington#show interface serial 0/0/0
Serial0/0/0 is up, line protocol is up (connected)
Hardware is HD64570
Description: PVC to Dublin, DLCI 102, Circuit #DASS465875, Contact John Tobin (061-8886745)
Internet address is 192.168.1.1/24
MTU 1500 bytes, BW 64 Kbit, DLY 20000 usec, rely 255/255, load 1/255
Encapsulation Frame Relay, loopback not set, keepalive set (10 sec)
LMI enq sent 0, LMI stat recvd 0, LMI upd recvd 0, DTE LMI up
LMI enq recvd 0, LMI stat sent 0, LMI upd sent 0
LMI DLCI 1023 LMI type is CISCO 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 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
5 packets input, 200 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
10 packets output, 400 bytes, 0 underruns
0 output errors, 0 collisions, 1 interface resets
0 output buffer failures, 0 output buffers swapped out
0 carrier transitions
DCD=up DSR=up DTR=up RTS=up CTS=up
Code:
Washington#show frame-relay pvc
PVC Statistics for interface Serial0/0/0 (Frame Relay DCE)
DLCI = 102, DLCI USAGE = LOCAL, PVC STATUS = STATIC, INTERFACE = Serial0/0/0
input pkts 14055 output pkts 32795 in bytes 1096228
out bytes 6216155 dropped pkts 0 in FECN pkts 0
in BECN pkts 0 out FECN pkts 0 out BECN pkts 0
in DE pkts 0 out DE pkts 0
out bcast pkts 32795 out bcast bytes 6216155
Code:
Washington#show frame-relay map
Serial0/0/0 (up): ip 192.168.1.2 dlci 102, static, broadcast, IETF, status defined, active
Code:
Dublin#show ip route
Gateway of last resort is not set
C 192.168.1.0/24 is directly connected, Serial0/0/0
C 192.168.2.0/24 is directly connected, FastEthernet0/0
Code:
Dublin#show running-config
Building configuration...
Current configuration : 722 bytes
!
version 12.3
no service password-encryption
!
hostname Dublin
!
enable secret 5 $1$7GDu$nxBJNYWQPH2orf7Z.ErBT0
enable password cisco
!
interface FastEthernet0/0
ip address 192.168.2.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
description PVC to Washington, DLCI 102, Circuit #DASS465866 Contact Pat White (091-6543211)
bandwidth 64
ip address 192.168.1.2 255.255.255.0
encapsulation frame-relay ietf
frame-relay map ip 192.168.1.1 102 broadcast ietf
no keepalive
!
interface Vlan1
no ip address
shutdown
!
ip classless
!
line con 0
password cisco
login
line vty 0 4
password cisco
login
!
end
Code:
Dublin#show interface serial 0/0/0
Serial0/0/0 is up, line protocol is up (connected)
Hardware is HD64570
Description: PVC to Washington, DLCI 102, Circuit #DASS465866 Contact Pat White (091-6543211)
Internet address is 192.168.1.2/24
MTU 1500 bytes, BW 64 Kbit, DLY 20000 usec, rely 255/255, load 1/255
Encapsulation Frame Relay, loopback not set, keepalive set (10 sec)
LMI enq sent 0, LMI stat recvd 0, LMI upd recvd 0, DTE LMI up
LMI enq recvd 0, LMI stat sent 0, LMI upd sent 0
LMI DLCI 1023 LMI type is CISCO 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 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
5 packets input, 200 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
5 packets output, 200 bytes, 0 underruns
0 output errors, 0 collisions, 1 interface resets
0 output buffer failures, 0 output buffers swapped out
0 carrier transitions
DCD=up DSR=up DTR=up RTS=up CTS=up
Code:
Dublin#show frame-relay pvc
PVC Statistics for interface Serial0/0/0 (Frame Relay DTE)
DLCI = 102, DLCI USAGE = LOCAL, PVC STATUS = STATIC, INTERFACE = Serial0/0/0
input pkts 14055 output pkts 32795 in bytes 1096228
out bytes 6216155 dropped pkts 0 in FECN pkts 0
in BECN pkts 0 out FECN pkts 0 out BECN pkts 0
in DE pkts 0 out DE pkts 0
out bcast pkts 32795 out bcast bytes 6216155
Code:
Dublin#show frame-relay map
Serial0/0/0 (up): ip 192.168.1.1 dlci 102, static, broadcast, IETF, status defined, active
valjda je netko ovo radio nekada i savladao