Olden,

Hey don't forget to do the frame-relay interface-type dce    and also the
clockrate...    Heres a sample config of my 4000 that I use for frame
switching..   Let me know if this helps...   Yes it looks correct though the
way you have it...

Cory

-----Original Message-----
From: Olden Pieterse [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 05, 2000 1:30 AM
To: '[EMAIL PROTECTED]'
Subject: Frame Relay Switching


Hi there gang 
Is my assumption right concerning this frame relay switching scenario ?



                                Cisco DLCI 16
                             Ser0|       |Ser1
                                |       |
                ------------------------|       |-----------------------
                DLCI 16                                DLCI 18  
                DLCI 18                 

Interface serial 0
Frame-relay route 18 interface serial 1 16

Interface serial1
Frame-relay route 18 interface serial 0 16

Thx






                          Olden Pieterse
               MCP , CCNA , BCMSN , BSCN , BCRAN
Brainbench Certified CISCO Network Implementation Specialist
                      Technical Consultant 
Mobile : +27 82 410 8621

___________________________________
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

sho start
Using 1314 out of 131066 bytes
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname frameswitch
!
!
frame-relay switching
!
interface Ethernet0
 no ip address
 shutdown
!
interface Serial0
 no ip address
 encapsulation frame-relay
 clockrate 56000
 frame-relay intf-type dce
 frame-relay route 101 interface Serial1 200
 frame-relay route 102 interface Serial2 300
 frame-relay route 103 interface Serial3 400
!
interface Serial1
 no ip address
 encapsulation frame-relay
 clockrate 56000
 frame-relay intf-type dce
 frame-relay route 200 interface Serial0 101
 frame-relay route 202 interface Serial2 301
 frame-relay route 203 interface Serial3 401
!
interface Serial2
 no ip address
 encapsulation frame-relay
 clockrate 56000
 frame-relay intf-type dce
 frame-relay route 300 interface Serial0 102
 frame-relay route 301 interface Serial1 202
 frame-relay route 303 interface Serial3 402
!
interface Serial3
 no ip address
 encapsulation frame-relay
 frame-relay intf-type dce
 frame-relay route 400 interface Serial0 103
 frame-relay route 401 interface Serial1 203
 frame-relay route 402 interface Serial2 303
!
interface TokenRing0
 no ip address
 shutdown
!
interface TokenRing1
 no ip address
 shutdown
!
no ip classless
!
!
line con 0
line aux 0
line vty 0 4
 login
!
end

Reply via email to