[c-nsp] frame relay connect
    Mohammad Khalil 
    eng_mssk at hotmail.com
       
    Mon May  2 18:03:49 EDT 2011
    
    
  
hi all
i have the below topology 
R1 S0/1 -- R3 S1/2 ---- R3 1/3 -- R2 S0/1
R3 will act a frame relay switch , the configuration is as below
R1:
interface Serial0/1
 ip address 192.168.1.1 255.255.255.0
 encapsulation frame-relay
 frame-relay map ip 192.168.1.2 132 
 no frame-relay inverse-arp
R1#sh frame-relay map 
Serial0/1 (up): ip 192.168.1.2 dlci 132(0x84,0x2040), static,
              broadcast,
              CISCO, status defined, active
R1#sh frame-relay pvc         
PVC Statistics for interface Serial0/1 (Frame Relay DTE)
              Active     Inactive      Deleted       Static
  Local          1            0            0            0
  Switched       0            0            0            0
  Unused         0            0            0            0
DLCI = 132, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/1
  input pkts 0             output pkts 5            in bytes 0         
  out bytes 520            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 0         out bcast bytes 0         
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
  pvc create time 00:02:51, last time pvc status changed 00:02:51
R2:
interface Serial0/1
 ip address 192.168.1.2 255.255.255.0
 encapsulation frame-relay
 no ip route-cache
 clock rate 2000000
 frame-relay map ip 192.168.1.1 231 
 no frame-relay inverse-arp
Serial0/1 (up): ip 192.168.1.1 dlci 231(0xE7,0x3870), static,
              broadcast,
              CISCO, status defined, active
R2#sh frame-relay pvc 
PVC Statistics for interface Serial0/0 (Frame Relay DTE)
              Active     Inactive      Deleted       Static
  Local          1            0            0            0
  Switched       0            0            0            0
  Unused         4            0            0            0
DLCI = 201, DLCI USAGE = UNUSED, PVC STATUS = ACTIVE, INTERFACE = Serial0/0
  input pkts 0             output pkts 0            in bytes 0         
  out bytes 0              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 0         out bcast bytes 0         
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
  pvc create time 01:15:56, last time pvc status changed 01:15:56
R3:
interface Serial1/2
 no ip address
 encapsulation frame-relay
 clock rate 64000
 frame-relay intf-type dce
!
interface Serial1/3
 no ip address
 encapsulation frame-relay
 clock rate 64000
 frame-relay intf-type dce
R3#show run | inc connect
connect MSSK Serial1/2 132 Serial1/3 231
R3#sh connection all 
ID   Name               Segment 1            Segment 2           State       
========================================================================
3    MSSK              Se1/2 132            Se1/3 231            UP       
now everything is up and running but there is no ping between the ends ?
Thanks
Best Regards,
 		 	   		  
    
    
More information about the cisco-nsp
mailing list