Options

frame-relay configuration

aueddonlineaueddonline Member Posts: 611 ■■□□□□□□□□
hey guy's, having a bit of trouble remembering my frame-relay, anyone spot whats wrong, I can't ping across the cloud, everything is showing as up up and 'active' can't remember if active is a good word or not ;)

config t
hostname FRAME_SWITCH
ip subnet-zero
no ip domain-lookup
frame-relay switching

interface Serial 0/1
description link to r10
no ip address
encapsulation frame-relay
logging event subif-link-status
logging event dlci-status-change
clockrate 56000
no frame-relay inverse-arp
frame-relay intf-type dce
frame-relay route 800 interface Serial 0/0 110
frame-relay route 900 interface Serial 0/2 210



interface Serial 0/0
description link to r8
no ip address
encapsulation frame-relay
logging event subif-link-status
logging event dlci-status-change
clockrate 56000
no frame-relay inverse-arp
frame-relay intf-type dce
frame-relay route 110 interface Serial 0/1 800
frame-relay route 109 interface Serial 0/2 108



interface Serial 0/2
description link to r8
no ip address
encapsulation frame-relay
logging event subif-link-status
logging event dlci-status-change
clockrate 56000
no frame-relay inverse-arp
frame-relay intf-type dce
frame-relay route 108 interface Serial 0/0 109
frame-relay route 210 interface Serial 0/1 900



________________________________________________________


r10> en
Config t
Interface s0/1
Encapsulation frame-relay
Ip address 10.10.10.1 255.255.255.248
no shut
frame-relay map ip 10.10.10.3 900 broadcast
frame-relay map ip 10.10.10.2 800 broadcast

r9>en
Interface s2/0
Encapsulation frame-relay
Ip address 10.10.10.3 255.255.255.248
no shut
frame-relay map ip 10.10.10.1 110 broadcast
frame-relay map ip 10.10.10.2 109 broadcast


r8>en
Interface s2/0
Encapsulation frame-relay
Ip address 10.10.10.2 255.255.255.248
no shut
frame-relay map ip 10.10.10.1 210 broadcast
frame-relay map ip 10.10.10.3 108 broadcast
What's another word for Thesaurus?

Comments

  • Options
    NetstudentNetstudent Member Posts: 1,693 ■■■□□□□□□□
    Not positive on this but I think the NO frame-relay inverse-arp should be issued on the DTE.

    Can you give us show frame pvc?
    There is no place like 127.0.0.1 BUT 209.62.5.3 is my 127.0.0.1 away from 127.0.0.1!
  • Options
    aueddonlineaueddonline Member Posts: 611 ■■□□□□□□□□
    yeah I started pointing fingers at the inverse-arp, i'll give that a go, here's those shows, just changed the readout below, one of the routers wasn't up yet on the last one

    R8_3640#show frame-relay pvc

    PVC Statistics for interface Serial2/0 (Frame Relay DTE)

    Active Inactive Deleted Static
    Local 0 0 2 0
    Switched 0 0 0 0
    Unused 2 0 0 0

    DLCI = 108, DLCI USAGE = LOCAL, PVC STATUS = DELETED, INTERFACE = Serial2/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 00:07:29, last time pvc status changed 00:07:19

    DLCI = 109, DLCI USAGE = UNUSED, PVC STATUS = ACTIVE, INTERFACE = Serial2/0

    input pkts 1 output pkts 1 in bytes 34
    out bytes 34 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 1 out bcast bytes 34
    5 minute input rate 0 bits/sec, 0 packets/sec
    5 minute output rate 0 bits/sec, 0 packets/sec
    pvc create time 00:07:23, last time pvc status changed 00:02:43

    DLCI = 110, DLCI USAGE = UNUSED, PVC STATUS = ACTIVE, INTERFACE = Serial2/0

    input pkts 6 output pkts 2 in bytes 554
    out bytes 68 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 2 out bcast bytes 68
    5 minute input rate 0 bits/sec, 0 packets/sec
    5 minute output rate 0 bits/sec, 0 packets/sec
    pvc create time 00:07:25, last time pvc status changed 00:07:15

    DLCI = 210, DLCI USAGE = LOCAL, PVC STATUS = DELETED, INTERFACE = Serial2/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 00:07:37, last time pvc status changed 00:07:27
    R8_3640#
    R8_3640#
    R8_3640#
    R8_3640#show frame-relay map
    Serial2/0 (up): ip 10.10.10.1 dlci 210(0xD2,0x3420), static,
    broadcast,
    CISCO, status deleted
    Serial2/0 (up): ip 10.10.10.3 dlci 108(0x6C,0x18C0), static,
    broadcast,
    CISCO, status deleted
    R8_3640#
    What's another word for Thesaurus?
  • Options
    networker050184networker050184 Mod Posts: 11,962 Mod
    Your status should read ACTIVE. Ensure the correct DLCIs are configured on the frame switch and the edge routers.
    An expert is a man who has made all the mistakes which can be made.
  • Options
    aueddonlineaueddonline Member Posts: 611 ■■□□□□□□□□
    yeah i'd messed up the map satement on R8

    a bit funny also is the map statments I configured on R9 don't show up in the show run, but if you retype them it says 'map satement already exists.

    but everything seems to be working now, thanks for you time
    What's another word for Thesaurus?
  • Options
    Darthn3ssDarthn3ss Member Posts: 1,096
    yeah i'd messed up the map satement on R8

    a bit funny also is the map statments I configured on R9 don't show up in the show run, but if you retype them it says 'map satement already exists.

    but everything seems to be working now, thanks for you time
    can you send me your configs if you still have them?

    i've tried setting up a frame relay switch a few times, couldn't it to work for anything.
    Fantastic. The project manager is inspired.

    In Progress: 70-640, 70-685
Sign In or Register to comment.