From: chenmingfeng (chenmingfeng@xxxxxxxxxx)
Date: Thu Jul 11 2002 - 07:29:55 GMT-3
Hi,gurus,i want to config the frame-relay switch using two router(2511 and 2509
),the topology is:
R3----------R1(2511)-----R2(2509)-----------R4
tunnel
The configuration is:
R1:
frame-relay switching
!
interface Tunnel0
no ip address
tunnel source Ethernet0
tunnel destination 10.40.87.101
!
interface Ethernet0
ip address 10.40.87.100 255.255.255.0
!
interface Serial0
no ip address
encapsulation frame-relay
clockrate 125000
frame-relay lmi-type ansi
frame-relay intf-type dce
frame-relay route 304 interface Tunnel0 403
R2:
frame-relay switching
!
interface Tunnel0
no ip address
tunnel source Ethernet0
tunnel destination 10.40.87.100
!
interface Ethernet0
ip address 10.40.87.101 255.255.255.0
!
interface Serial0
no ip address
encapsulation frame-relay
no fair-queue
frame-relay intf-type dce
frame-relay route 403 interface Tunnel0 304
The status is:
R1:
2511#show ip int brief
Interface IP-Address OK? Method Status Protoco
l
Ethernet0 10.40.87.100 YES NVRAM up up
Loopback0 1.1.1.1 YES NVRAM up up
Serial0 unassigned YES unset up up
Serial1 unassigned YES unset down down
Tunnel0 unassigned YES unset up up
2511#show frame-relay pvc
PVC Statistics for interface Serial0 (Frame Relay DCE)
DLCI = 304, DLCI USAGE = SWITCHED, PVC STATUS = INACTIVE, INTERFACE = Serial0
input pkts 0 output pkts 0 in bytes 0
out bytes 0 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 0 out bcast bytes 0
pvc create time 03:05:03, last time pvc status changed 03:04:53
Num Pkts Switched 0
PVC Statistics for interface Tunnel0
DLCI = 403, DLCI USAGE = SWITCHED, PVC STATUS = ACTIVE, INTERFACE = Tunnel0
input pkts 0 output pkts 0 in bytes 0
out bytes 0 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 0 out bcast bytes 0
pvc create time 03:05:04, last time pvc status changed 03:05:04
Num Pkts Switched 0
2511#
R2:
2509#show ip int brief
Interface IP-Address OK? Method Status Protoco
l
Ethernet0 10.40.87.101 YES NVRAM up up
Serial0 unassigned YES unset up up
Serial1 unassigned YES unset up up
Tunnel0 unassigned YES unset up up
2509#show frame-relay pvc
PVC Statistics for interface Serial0 (Frame Relay DCE)
DLCI = 403, DLCI USAGE = SWITCHED, PVC STATUS = INACTIVE, INTERFACE = Serial0
input pkts 0 output pkts 0 in bytes 0
out bytes 0 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 0 out bcast bytes 0
pvc create time 02:40:12, last time pvc status changed 02:40:06
Num Pkts Switched 0
PVC Statistics for interface Tunnel0
DLCI = 304, DLCI USAGE = SWITCHED, PVC STATUS = ACTIVE, INTERFACE = Tunnel0
input pkts 0 output pkts 0 in bytes 0
out bytes 0 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 0 out bcast bytes 0
pvc create time 02:40:13, last time pvc status changed 02:40:13
Num Pkts Switched 0
2509#
The IOS image is c2500-j-l.112-26.bin, the newer version does not support frame
-relay route by tunnel interface.
Why the pvc status is inactive? Please give some advice. Appreciate any input.
This archive was generated by hypermail 2.1.4 : Sat Sep 07 2002 - 19:36:26 GMT-3