Technologie Sieci Teleinformatycznych
Sprawozdanie z ćwiczenia laboratoryjnego nr 4
Temat: Frame-relay
Wykonali:
Wojciech Węgrecki
Michał Melaniuk
Damian Dobrowolski
Robert Skrzypczyński
Zad 1
R1
Current configuration : 1001 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
hostname R1
ip name-server 0.0.0.0
spanning-tree mode pvst
interface FastEthernet0/0
ip address 192.168.10.254 255.255.255.0
duplex auto
speed auto
interface FastEthernet0/1
no ip address
shutdown
interface Serial0/3/0
ip address 192.168.1.1 255.255.255.0
encapsulation frame-relay
frame-relay map ip 192.168.1.2 102
frame-relay map ip 192.168.1.3 103
frame-relay interface-dlci 102
frame-relay interface-dlci 103
interface Serial0/3/1
interface Vlan1
router rip
version 2
ip classless
ip route 192.168.1.0 255.255.255.0 192.168.1.2
ip route 192.168.1.0 255.255.255.0 192.168.1.3
ip route 192.168.20.0 255.255.255.0 192.168.1.2
ip route 192.168.30.0 255.255.255.0 192.168.1.3
line con 0
line vty 0 4
login
End
Wyniki komendy show frame-relay *
R1#sh frame-relay lmi
LMI Statistics for interface Serial0/3/0 (Frame Relay DTE) LMI TYPE = CISCO
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 56 Num Status msgs Rcvd 56
Num Update Status Rcvd 0 Num Status Timeouts 16
R1#sh frame-relay map
Serial0/3/0 (up): ip 192.168.1.2 dlci 102, static, CISCO, status defined, active
Serial0/3/0 (up): ip 192.168.1.3 dlci 103, static, CISCO, status defined, active
R1#sh frame-relay pvc
PVC Statistics for interface Serial0/3/0 (Frame Relay DTE)
DLCI = 102, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/3/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
DLCI = 103, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/3/0
R2
Current configuration : 1020 bytes
hostname R2
ip address 192.168.20.254 255.255.255.0
ip address 192.168.1.2 255.255.255.0
frame-relay map ip 192.168.1.1 201
frame-relay map ip 192.168.1.3 203
frame-relay interface-dlci 201
frame-relay interface-dlci 203
clock rate 128000
ip route 192.168.1.0 255.255.255.0 192.168.1.1
ip route 192.168.10.0 255.255.255.0 192.168.1.1
R2#sh frame-relay lmi
Num Status Enq. Sent 167 Num Status msgs Rcvd 167
R2#sh frame-relay map
Serial0/3/0 (up): ip 192.168.1.1 dlci 201, static, CISCO, status defined, active
Serial0/3/0 (up): ip 192.168.1.3 dlci 203, static, CISCO, status defined, active
R2#sh frame-relay pvc
PVC Statistics for interface Serial0/3/0 (Frame Relay DCE)
DLCI = 201, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/3/0
DLCI = 203, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/3/0
R3
hostname R3
ip address 192.168.30.254 255.255.255.0
ip address 192.168.1.3 255.255.255.0
frame-relay map ip 192.168.1.1 301
frame-relay map ip 192.168.1.2 302
frame-relay interface-dlci 301
frame-relay interface-dlci 302
R3#sh frame-relay lmi
Num Status Enq. Sent 214 Num Status msgs Rcvd 213
R3#sh frame-relay map
Serial0/3/0 (up): ip 192.168.1.1 dlci 301, static, CISCO, status defined, active
Serial0/3/0 (up): ip 192.168.1.2 dlci 302, static, CISCO, status defined, active
R3#sh frame-relay pvc
DLCI = 301, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/3/0
DLCI = 302, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/3/0
Zad 2
Current configuration : 1174 bytes
ip address 192.168.100.254 255.255.255.0
interface Serial0/3/0.1 point-to-point
ip address 192.168.1.5 255.255.255.252
clock rate 2000000
interface Serial0/3/0.2 point-to-point
ip address 192.168.1.9 255.255.255.252
interface Serial0/3/0.3 point-to-point
ip address 192.168.1.13 255.255.255.252
frame-relay interface-dlci 104
...
sq2wkh