Here is an example config of a HUB router (R5) which connects to 3 Spoke
routers (R2, R7 and R8) accross a frame relay network (i happen to be using
a 2520 as a frame switch)

Hope this helps,

Dennis E. Bates
CCNP, CCDP, CCIE wannabe

interface Ethernet0
 no ip address
 shutdown
!
interface Serial0
 no ip address
 encapsulation frame-relay
 no ip mroute-cache
!
interface Serial0.102 point-to-point
 description PVC to Router7
 ip address 192.168.1.10 255.255.255.252
 frame-relay interface-dlci 102
!
interface Serial0.103 point-to-point
 description PVC to Router2
 ip address 192.168.1.6 255.255.255.252
 frame-relay interface-dlci 103
!
interface Serial0.104 point-to-point
 description PVC to Router8
 ip address 192.168.1.14 255.255.255.252
 frame-relay interface-dlci 104
!
interface Serial1
 description connection to Router3
 ip address 192.168.1.18 255.255.255.252
 clockrate 64000
!
interface TokenRing0
 ip address 192.168.10.1 255.255.255.0
 ring-speed 16
!
ip classless
!
!
line con 0
line aux 0
line vty 0 4
 login
!
end

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Ashfaq Aslam
Sent: Sunday, October 01, 2000 10:50 PM
To: cisco
Subject: Subinterfaces in Frame-Relay


Hello all,

Does anyone know how to configure Subinterfaces in Frame-Relay between 2
Cisco 2500 Routers? A short example will do...

Thanks in advance,
Ash

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_________________________________
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]


**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_________________________________
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]

Reply via email to