Options

Dynamips Frame-Relay Configuration

cisco_troopercisco_trooper Member Posts: 1,441 ■■■■□□□□□□
Just curious

Am I the only who has ever attempted to manually configure a router as a frame-relay switch within dynamips? I just got curious about this and am coming across what appears to be the stupidest error I have ever seen. Granted I'm no frame relay expert, but w t f? If anyone else has ever done this within dynamips I'd like to know about your experience. Thanks!

!
! YADA YADA
!
interface Serial1/0
no ip address
encapsulation frame-relay
shutdown
serial restart-delay 0
clock rate 56000
frame-relay route 102 interface Serial1/1 201
frame-relay route 104 interface Serial1/3 401
frame-relay route 130 interface Serial1/2 310
!
interface Serial1/1
no ip address
encapsulation frame-relay
shutdown
serial restart-delay 0
clock rate 56000
!
!
!


FrSw(config)#int s1/1
FrSw(config-if)#frame-relay route 201 interface s1/0 102
route command not allowed between two DTE interfaces

Comments

Sign In or Register to comment.