more frame-relay switch fun

aueddonlineaueddonline Member Posts: 611 ■■□□□□□□□□
i'm geting this error message when typing in a route statment

'route command not allowed between two DTE interfaces'

here's my config - there is 4 routers, 3 are full mesh and there is a point-to-point for the other

ip subnet-zero
no ip domain-lookup
frame-relay switching

int s0/0
no ip address
encapsulation frame-relay
frame-relay route 106 interface s0/2 105
frame-relay route 108 interface s0/3 104
frame-relay route 107 interface s0/1 101
clockrate 800000
logging event subif-link-status
logging event dlci-status-change


int s0/1
no ip address
encapsulation frame-relay
frame-relay route 101 interface s0/0 107
frame-relay route 102 interface s0/3 103
clockrate 800000
logging event subif-link-status
logging event dlci-status-change

int s0/2
no ip address
encapsulation frame-relay
frame-relay route 105 interface s0/0 106
clockrate 800000
logging event subif-link-status
logging event dlci-status-change

int s0/3
no ip address
encapsulation frame-relay
frame-relay route 104 interface s0/0 108
frame-relay route 103 interface s0/1 102
clockrate 800000
logging event subif-link-status
logging event dlci-status-change
What's another word for Thesaurus?

Comments

  • mikej412mikej412 Member Posts: 10,086 ■■■■■■■■■■
    Set the frame relay interface type to DCE on the router acting as the frame relay switch. This is seperate from the DCE/DTE end of the cable if you're using a back-to-back cable and setting the clock rate.

    frame-relay intf-type dce
    :mike: Cisco Certifications -- Collect the Entire Set!
  • aueddonlineaueddonline Member Posts: 611 ■■□□□□□□□□
    cheer mike, I can go to bed now :D
    What's another word for Thesaurus?
Sign In or Register to comment.