==================================================
hostname R1
!
interface Loopback0
ip address 1.1.1.1 255.255.255.0
!
!
interface Loopback0
ip address 1.1.1.1 255.255.255.0
!
interface Serial1/0
no ip address
encapsulation frame-relay
!
interface Serial1/0.104 point-to-point
ip address 172.16.1.1 255.255.255.252
frame-relay interface-dlci 104
!
interface Serial1/0.123 multipoint
ip address 10.1.1.1 255.255.255.0
no ip split-horizon eigrp 100
frame-relay map ip 10.1.1.3 103 broadcast
frame-relay map ip 10.1.1.2 102 broadcast
!
no ip address
encapsulation frame-relay
!
interface Serial1/0.104 point-to-point
ip address 172.16.1.1 255.255.255.252
frame-relay interface-dlci 104
!
interface Serial1/0.123 multipoint
ip address 10.1.1.1 255.255.255.0
no ip split-horizon eigrp 100
frame-relay map ip 10.1.1.3 103 broadcast
frame-relay map ip 10.1.1.2 102 broadcast
!
router eigrp 100
network 1.1.1.1 0.0.0.0
network 10.1.1.0 0.0.0.255
network 172.16.1.0 0.0.0.3
no auto-summary
!
network 1.1.1.1 0.0.0.0
network 10.1.1.0 0.0.0.255
network 172.16.1.0 0.0.0.3
no auto-summary
!
==================================================
==================================================
hostname R2
!
hostname R2
!
interface Loopback0
ip address 1.1.1.2 255.255.255.255
!
ip address 1.1.1.2 255.255.255.255
!
interface Serial1/0
no ip address
encapsulation frame-relay
serial restart-delay 0
!
interface Serial1/0.1 point-to-point
ip address 10.1.1.2 255.255.255.0
frame-relay interface-dlci 201
!
no ip address
encapsulation frame-relay
serial restart-delay 0
!
interface Serial1/0.1 point-to-point
ip address 10.1.1.2 255.255.255.0
frame-relay interface-dlci 201
!
router eigrp 100
network 1.1.1.2 0.0.0.0
network 10.1.1.0 0.0.0.255
no auto-summary
!
network 1.1.1.2 0.0.0.0
network 10.1.1.0 0.0.0.255
no auto-summary
!
==================================================
==================================================
hostname R3
!
!
interface Loopback0
ip address 1.1.1.3 255.255.255.255
!
ip address 1.1.1.3 255.255.255.255
!
interface Serial1/0
no ip address
encapsulation frame-relay
serial restart-delay 0
!
interface Serial1/0.1 point-to-point
ip address 10.1.1.3 255.255.255.0
frame-relay interface-dlci 301
!
no ip address
encapsulation frame-relay
serial restart-delay 0
!
interface Serial1/0.1 point-to-point
ip address 10.1.1.3 255.255.255.0
frame-relay interface-dlci 301
!
router eigrp 100
network 1.1.1.3 0.0.0.0
network 10.1.1.0 0.0.0.255
no auto-summary
!
network 1.1.1.3 0.0.0.0
network 10.1.1.0 0.0.0.255
no auto-summary
!
==================================================
==================================================
hostname B1
!
!
interface Loopback0
ip address 1.1.1.4 255.255.255.255
!
ip address 1.1.1.4 255.255.255.255
!
interface Serial1/0
no ip address
encapsulation frame-relay
serial restart-delay 0
!
interface Serial1/0.104 point-to-point
ip address 172.16.1.2 255.255.255.252
frame-relay interface-dlci 401
!
no ip address
encapsulation frame-relay
serial restart-delay 0
!
interface Serial1/0.104 point-to-point
ip address 172.16.1.2 255.255.255.252
frame-relay interface-dlci 401
!
router eigrp 100
network 1.1.1.4 0.0.0.0
network 172.16.1.0 0.0.0.255
no auto-summary
!
network 1.1.1.4 0.0.0.0
network 172.16.1.0 0.0.0.255
no auto-summary
!
==================================================
***************************************************************************
R1 show info :
ping 1.1.1.2
ping 1.1.1.3
ping 1.1.1.4
show frame-relay lmi
show frame-relay map
show frame-relay pvc
show ip eigrp neignbors
show ip eigrp topology
show ip route
***************************************************************************
R1#
R1#
R1#sh ip eigrp nei
IP-EIGRP neighbors for process 100
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
2 172.16.1.2 Se1/0.104 14 01:04:36 1264 5000 0 3
1 10.1.1.3 Se1/0.123 13 11:09:29 244 1464 0 9
0 10.1.1.2 Se1/0.123 13 11:12:10 227 1362 0 12
R1#
R1#
R1#
R1#sh ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
Gateway of last resort is not set
1.0.0.0/8 is variably subnetted, 4 subnets, 2 masks
C 1.1.1.0/24 is directly connected, Loopback0
D 1.1.1.3/32 [90/2297856] via 10.1.1.3, 11:01:18, Serial1/0.123
D 1.1.1.2/32 [90/2297856] via 10.1.1.2, 11:11:43, Serial1/0.123
D 1.1.1.4/32 [90/2297856] via 172.16.1.2, 01:04:41, Serial1/0.104
172.16.0.0/30 is subnetted, 1 subnets
C 172.16.1.0 is directly connected, Serial1/0.104
10.0.0.0/24 is subnetted, 1 subnets
C 10.1.1.0 is directly connected, Serial1/0.123
R1#
R1#
R1#
R1#sh frame-relay map
Serial1/0.123 (up): ip 10.1.1.2 dlci 102(0x66,0x1860), static,
broadcast,
CISCO, status defined, active
Serial1/0.123 (up): ip 10.1.1.3 dlci 103(0x67,0x1870), static,
broadcast,
CISCO, status defined, active
Serial1/0.104 (up): point-to-point dlci, dlci 104(0x68,0x1880), broadcast
status defined, active
R1#
R1#
R1#
R1#
R1#sh frame-relay pvc
PVC Statistics for interface Serial1/0 (Frame Relay DTE)
Active Inactive Deleted Static
Local 3 0 0 0
Switched 0 0 0 0
Unused 0 0 0 0
DLCI = 102, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial1/0.123
input pkts 9653 output pkts 913 in bytes 825276
out bytes 64691 dropped pkts 0 in pkts dropped 0
out pkts dropped 0 out bytes dropped 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 731 out bcast bytes 46784
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
pvc create time 1d06h, last time pvc status changed 1d06h
DLCI = 103, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial1/0.123
input pkts 9536 output pkts 890 in bytes 802189
out bytes 62599 dropped pkts 0 in pkts dropped 0
out pkts dropped 0 out bytes dropped 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 731 out bcast bytes 46784
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
pvc create time 1d06h, last time pvc status changed 1d06h
DLCI = 104, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial1/0.104
input pkts 991 output pkts 1162 in bytes 83281
out bytes 152989 dropped pkts 0 in pkts dropped 0
out pkts dropped 0 out bytes dropped 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 1127 out bcast bytes 149363
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
pvc create time 1d06h, last time pvc status changed 1d06h
R1#
R1#
R1#
R1#
R1#sh ip eigrp nei
IP-EIGRP neighbors for process 100
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
2 172.16.1.2 Se1/0.104 14 01:04:36 1264 5000 0 3
1 10.1.1.3 Se1/0.123 13 11:09:29 244 1464 0 9
0 10.1.1.2 Se1/0.123 13 11:12:10 227 1362 0 12
R1#
R1#
R1#
R1#sh ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
Gateway of last resort is not set
1.0.0.0/8 is variably subnetted, 4 subnets, 2 masks
C 1.1.1.0/24 is directly connected, Loopback0
D 1.1.1.3/32 [90/2297856] via 10.1.1.3, 11:01:18, Serial1/0.123
D 1.1.1.2/32 [90/2297856] via 10.1.1.2, 11:11:43, Serial1/0.123
D 1.1.1.4/32 [90/2297856] via 172.16.1.2, 01:04:41, Serial1/0.104
172.16.0.0/30 is subnetted, 1 subnets
C 172.16.1.0 is directly connected, Serial1/0.104
10.0.0.0/24 is subnetted, 1 subnets
C 10.1.1.0 is directly connected, Serial1/0.123
R1#
R1#
R1#
R1#sh frame-relay map
Serial1/0.123 (up): ip 10.1.1.2 dlci 102(0x66,0x1860), static,
broadcast,
CISCO, status defined, active
Serial1/0.123 (up): ip 10.1.1.3 dlci 103(0x67,0x1870), static,
broadcast,
CISCO, status defined, active
Serial1/0.104 (up): point-to-point dlci, dlci 104(0x68,0x1880), broadcast
status defined, active
R1#
R1#
R1#
R1#
R1#sh frame-relay pvc
PVC Statistics for interface Serial1/0 (Frame Relay DTE)
Active Inactive Deleted Static
Local 3 0 0 0
Switched 0 0 0 0
Unused 0 0 0 0
DLCI = 102, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial1/0.123
input pkts 9653 output pkts 913 in bytes 825276
out bytes 64691 dropped pkts 0 in pkts dropped 0
out pkts dropped 0 out bytes dropped 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 731 out bcast bytes 46784
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
pvc create time 1d06h, last time pvc status changed 1d06h
DLCI = 103, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial1/0.123
input pkts 9536 output pkts 890 in bytes 802189
out bytes 62599 dropped pkts 0 in pkts dropped 0
out pkts dropped 0 out bytes dropped 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 731 out bcast bytes 46784
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
pvc create time 1d06h, last time pvc status changed 1d06h
DLCI = 104, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial1/0.104
input pkts 991 output pkts 1162 in bytes 83281
out bytes 152989 dropped pkts 0 in pkts dropped 0
out pkts dropped 0 out bytes dropped 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 1127 out bcast bytes 149363
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
pvc create time 1d06h, last time pvc status changed 1d06h
R1#
R1#
R1#
***************************************************************************
***************************************************************************
***************************************************************************
***************************************************************************
R2 show info :
ping 1.1.1.1ping 1.1.1.3
ping 1.1.1.4
show frame-relay lmi
show frame-relay map
show frame-relay pvc
show ip eigrp neignbors
show ip eigrp topology
show ip route
R2#
R2#
R2#
R2#
R2#
R2#show frame-relay map
Serial1/0.1 (up): point-to-point dlci, dlci 201(0xC9,0x3090), broadcast
status defined, active
R2#
R2#
Serial1/0.1 (up): point-to-point dlci, dlci 201(0xC9,0x3090), broadcast
status defined, active
R2#
R2#
R2#show frame-relay pvc
PVC Statistics for interface Serial1/0 (Frame Relay DTE)
Active Inactive Deleted Static
Local 1 0 0 0
Switched 0 0 0 0
Unused 0 0 0 0
DLCI = 201, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial1/0.1
input pkts 916 output pkts 9684 in bytes 64883
out bytes 827798 dropped pkts 0 in pkts dropped 0
out pkts dropped 0 out bytes dropped 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 9500 out bcast bytes 809750
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
pvc create time 12:31:47, last time pvc status changed 12:30:47
R2#
R2#
R2#
R2#
R2#
R2#
PVC Statistics for interface Serial1/0 (Frame Relay DTE)
Active Inactive Deleted Static
Local 1 0 0 0
Switched 0 0 0 0
Unused 0 0 0 0
DLCI = 201, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial1/0.1
input pkts 916 output pkts 9684 in bytes 64883
out bytes 827798 dropped pkts 0 in pkts dropped 0
out pkts dropped 0 out bytes dropped 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 9500 out bcast bytes 809750
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
pvc create time 12:31:47, last time pvc status changed 12:30:47
R2#
R2#
R2#
R2#
R2#
R2#
R2#show ip eigrp neighbors
IP-EIGRP neighbors for process 100
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
0 10.1.1.1 Se1/0.1 162 11:14:56 418 2508 0 26
R2#
R2#
R2#
R2#
R2#sh ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
Gateway of last resort is not set
1.0.0.0/8 is variably subnetted, 4 subnets, 2 masks
D 1.1.1.0/24 [90/2297856] via 10.1.1.1, 11:14:34, Serial1/0.1
D 1.1.1.3/32 [90/2809856] via 10.1.1.1, 09:33:45, Serial1/0.1
C 1.1.1.2/32 is directly connected, Loopback0
D 1.1.1.4/32 [90/2809856] via 10.1.1.1, 01:07:23, Serial1/0.1
172.16.0.0/30 is subnetted, 1 subnets
D 172.16.1.0 [90/2681856] via 10.1.1.1, 01:07:26, Serial1/0.1
10.0.0.0/24 is subnetted, 1 subnets
C 10.1.1.0 is directly connected, Serial1/0.1
R2#
R2#
R2#
R2#
R2#ping 1.1.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 20/71/136 ms
R2#ping 1.1.1.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 1.1.1.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/4/4 ms
R2#ping 1.1.1.3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 1.1.1.3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 60/126/248 ms
R2#ping 1.1.1.4
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 1.1.1.4, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 44/104/216 ms
R2#
R2#
R2#
R2#
R2#
IP-EIGRP neighbors for process 100
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
0 10.1.1.1 Se1/0.1 162 11:14:56 418 2508 0 26
R2#
R2#
R2#
R2#
R2#sh ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
Gateway of last resort is not set
1.0.0.0/8 is variably subnetted, 4 subnets, 2 masks
D 1.1.1.0/24 [90/2297856] via 10.1.1.1, 11:14:34, Serial1/0.1
D 1.1.1.3/32 [90/2809856] via 10.1.1.1, 09:33:45, Serial1/0.1
C 1.1.1.2/32 is directly connected, Loopback0
D 1.1.1.4/32 [90/2809856] via 10.1.1.1, 01:07:23, Serial1/0.1
172.16.0.0/30 is subnetted, 1 subnets
D 172.16.1.0 [90/2681856] via 10.1.1.1, 01:07:26, Serial1/0.1
10.0.0.0/24 is subnetted, 1 subnets
C 10.1.1.0 is directly connected, Serial1/0.1
R2#
R2#
R2#
R2#
R2#ping 1.1.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 20/71/136 ms
R2#ping 1.1.1.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 1.1.1.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/4/4 ms
R2#ping 1.1.1.3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 1.1.1.3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 60/126/248 ms
R2#ping 1.1.1.4
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 1.1.1.4, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 44/104/216 ms
R2#
R2#
R2#
R2#
R2#
***************************************************************************
***************************************************************************
***************************************************************************
***************************************************************************
R3 show info :
ping 1.1.1.1ping 1.1.1.2
ping 1.1.1.4
show frame-relay lmi
show frame-relay map
show frame-relay pvc
show ip eigrp neignbors
show ip eigrp topology
show ip route
R3#
R3#show frame-relay map
Serial1/0.1 (up): point-to-point dlci, dlci 301(0x12D,0x48D0), broadcast
status defined, active
R3#
R3#
R3#
R3#show frame
R3#show frame-relay pvc
PVC Statistics for interface Serial1/0 (Frame Relay DTE)
Active Inactive Deleted Static
Local 1 0 0 0
Switched 0 0 0 0
Unused 0 0 0 0
DLCI = 301, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial1/0.1
input pkts 907 output pkts 9626 in bytes 64087
out bytes 809694 dropped pkts 0 in pkts dropped 0
out pkts dropped 0 out bytes dropped 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 9460 out bcast bytes 793202
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
pvc create time 11:37:06, last time pvc status changed 11:36:06
R3#
R3#
R3#
R3#
R3#
R3#
R3#sh ip eig
R3#sh ip ei
R3#sh ip eigrp nei
R3#sh ip eigrp neighbors
IP-EIGRP neighbors for process 100
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
0 10.1.1.1 Se1/0.1 162 11:15:48 684 4104 0 26
R3#
R3#
R3#
R3#sh ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
Gateway of last resort is not set
1.0.0.0/8 is variably subnetted, 4 subnets, 2 masks
D 1.1.1.0/24 [90/2297856] via 10.1.1.1, 11:15:49, Serial1/0.1
C 1.1.1.3/32 is directly connected, Loopback0
D 1.1.1.2/32 [90/2809856] via 10.1.1.1, 09:37:18, Serial1/0.1
D 1.1.1.4/32 [90/2809856] via 10.1.1.1, 01:10:56, Serial1/0.1
172.16.0.0/30 is subnetted, 1 subnets
D 172.16.1.0 [90/2681856] via 10.1.1.1, 01:10:58, Serial1/0.1
10.0.0.0/24 is subnetted, 1 subnets
C 10.1.1.0 is directly connected, Serial1/0.1
R3#
R3#
R3#
R3#
R3#
R3#sh ip eigrp topology
IP-EIGRP Topology Table for AS(100)/ID(1.1.1.3)
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
r - reply Status, s - sia Status
P 1.1.1.0/24, 1 successors, FD is 2297856
via 10.1.1.1 (2297856/128256), Serial1/0.1
P 1.1.1.3/32, 1 successors, FD is 128256
via Connected, Loopback0
P 1.1.1.2/32, 1 successors, FD is 2809856
via 10.1.1.1 (2809856/2297856), Serial1/0.1
P 1.1.1.4/32, 1 successors, FD is 2809856
via 10.1.1.1 (2809856/2297856), Serial1/0.1
P 10.1.1.0/24, 1 successors, FD is 2169856
via Connected, Serial1/0.1
P 172.16.1.0/30, 1 successors, FD is 2681856
via 10.1.1.1 (2681856/2169856), Serial1/0.1
R3#
R3#
R3#
Serial1/0.1 (up): point-to-point dlci, dlci 301(0x12D,0x48D0), broadcast
status defined, active
R3#
R3#
R3#
R3#show frame
R3#show frame-relay pvc
PVC Statistics for interface Serial1/0 (Frame Relay DTE)
Active Inactive Deleted Static
Local 1 0 0 0
Switched 0 0 0 0
Unused 0 0 0 0
DLCI = 301, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial1/0.1
input pkts 907 output pkts 9626 in bytes 64087
out bytes 809694 dropped pkts 0 in pkts dropped 0
out pkts dropped 0 out bytes dropped 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 9460 out bcast bytes 793202
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
pvc create time 11:37:06, last time pvc status changed 11:36:06
R3#
R3#
R3#
R3#
R3#
R3#
R3#sh ip eig
R3#sh ip ei
R3#sh ip eigrp nei
R3#sh ip eigrp neighbors
IP-EIGRP neighbors for process 100
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
0 10.1.1.1 Se1/0.1 162 11:15:48 684 4104 0 26
R3#
R3#
R3#
R3#sh ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
Gateway of last resort is not set
1.0.0.0/8 is variably subnetted, 4 subnets, 2 masks
D 1.1.1.0/24 [90/2297856] via 10.1.1.1, 11:15:49, Serial1/0.1
C 1.1.1.3/32 is directly connected, Loopback0
D 1.1.1.2/32 [90/2809856] via 10.1.1.1, 09:37:18, Serial1/0.1
D 1.1.1.4/32 [90/2809856] via 10.1.1.1, 01:10:56, Serial1/0.1
172.16.0.0/30 is subnetted, 1 subnets
D 172.16.1.0 [90/2681856] via 10.1.1.1, 01:10:58, Serial1/0.1
10.0.0.0/24 is subnetted, 1 subnets
C 10.1.1.0 is directly connected, Serial1/0.1
R3#
R3#
R3#
R3#
R3#
R3#sh ip eigrp topology
IP-EIGRP Topology Table for AS(100)/ID(1.1.1.3)
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
r - reply Status, s - sia Status
P 1.1.1.0/24, 1 successors, FD is 2297856
via 10.1.1.1 (2297856/128256), Serial1/0.1
P 1.1.1.3/32, 1 successors, FD is 128256
via Connected, Loopback0
P 1.1.1.2/32, 1 successors, FD is 2809856
via 10.1.1.1 (2809856/2297856), Serial1/0.1
P 1.1.1.4/32, 1 successors, FD is 2809856
via 10.1.1.1 (2809856/2297856), Serial1/0.1
P 10.1.1.0/24, 1 successors, FD is 2169856
via Connected, Serial1/0.1
P 172.16.1.0/30, 1 successors, FD is 2681856
via 10.1.1.1 (2681856/2169856), Serial1/0.1
R3#
R3#
R3#
***************************************************************************
***************************************************************************
***************************************************************************
***************************************************************************
B1 show info :
ping 1.1.1.1ping 1.1.1.2
ping 1.1.1.3
show frame-relay lmi
show frame-relay map
show frame-relay pvc
show ip eigrp neignbors
show ip eigrp topology
show ip route
B1#show frame-relay map
Serial1/0.104 (up): point-to-point dlci, dlci 401(0x191,0x6410), broadcast
status defined, active
B1#
B1#
B1#
B1#
Serial1/0.104 (up): point-to-point dlci, dlci 401(0x191,0x6410), broadcast
status defined, active
B1#
B1#
B1#
B1#
B1#show frame-relay pvc
PVC Statistics for interface Serial1/0 (Frame Relay DTE)
Active Inactive Deleted Static
Local 1 0 0 0
Switched 0 0 0 0
Unused 0 0 0 0
DLCI = 401, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial1/0.104
input pkts 1008 output pkts 1052 in bytes 86152
out bytes 88469 dropped pkts 0 in pkts dropped 0
out pkts dropped 0 out bytes dropped 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 1012 out bcast bytes 84551
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
pvc create time 01:14:43, last time pvc status changed 01:13:43
B1#
B1#
B1#
B1#
B1#
B1#
B1#
B1#
B1#sh ip eigrp neighbors
IP-EIGRP neighbors for process 100
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
0 172.16.1.1 Se1/0.104 13 01:09:03 137 822 0 25
B1#
B1#
B1#
B1#
B1#sh ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
Gateway of last resort is not set
1.0.0.0/8 is variably subnetted, 4 subnets, 2 masks
D 1.1.1.0/24 [90/2297856] via 172.16.1.1, 01:09:04, Serial1/0.104
D 1.1.1.3/32 [90/2809856] via 172.16.1.1, 01:09:04, Serial1/0.104
D 1.1.1.2/32 [90/2809856] via 172.16.1.1, 01:09:04, Serial1/0.104
C 1.1.1.4/32 is directly connected, Loopback0
172.16.0.0/30 is subnetted, 1 subnets
C 172.16.1.0 is directly connected, Serial1/0.104
10.0.0.0/24 is subnetted, 1 subnets
D 10.1.1.0 [90/2681856] via 172.16.1.1, 01:09:04, Serial1/0.104
B1#
B1#
B1#
B1#
B1#
B1#
B1#ping 1.1.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 40/78/144 ms
B1#ping 1.1.1.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 1.1.1.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 148/188/232 ms
B1#ping 1.1.1.3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 1.1.1.3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 52/116/268 ms
B1#
B1#
B1#
PVC Statistics for interface Serial1/0 (Frame Relay DTE)
Active Inactive Deleted Static
Local 1 0 0 0
Switched 0 0 0 0
Unused 0 0 0 0
DLCI = 401, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial1/0.104
input pkts 1008 output pkts 1052 in bytes 86152
out bytes 88469 dropped pkts 0 in pkts dropped 0
out pkts dropped 0 out bytes dropped 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 1012 out bcast bytes 84551
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
pvc create time 01:14:43, last time pvc status changed 01:13:43
B1#
B1#
B1#
B1#
B1#
B1#
B1#
B1#
B1#sh ip eigrp neighbors
IP-EIGRP neighbors for process 100
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
0 172.16.1.1 Se1/0.104 13 01:09:03 137 822 0 25
B1#
B1#
B1#
B1#
B1#sh ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
Gateway of last resort is not set
1.0.0.0/8 is variably subnetted, 4 subnets, 2 masks
D 1.1.1.0/24 [90/2297856] via 172.16.1.1, 01:09:04, Serial1/0.104
D 1.1.1.3/32 [90/2809856] via 172.16.1.1, 01:09:04, Serial1/0.104
D 1.1.1.2/32 [90/2809856] via 172.16.1.1, 01:09:04, Serial1/0.104
C 1.1.1.4/32 is directly connected, Loopback0
172.16.0.0/30 is subnetted, 1 subnets
C 172.16.1.0 is directly connected, Serial1/0.104
10.0.0.0/24 is subnetted, 1 subnets
D 10.1.1.0 [90/2681856] via 172.16.1.1, 01:09:04, Serial1/0.104
B1#
B1#
B1#
B1#
B1#
B1#
B1#ping 1.1.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 40/78/144 ms
B1#ping 1.1.1.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 1.1.1.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 148/188/232 ms
B1#ping 1.1.1.3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 1.1.1.3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 52/116/268 ms
B1#
B1#
B1#
***************************************************************************
***************************************************************************