Re: Frame-Relay question ?

2001-01-03 Thread Shabbir S. Talib

Add the no keepalive commands to both your interfaces. Check out the
links below.

Back-to-Back Frame Relay
http://www.cisco.com/warp/public/125/frbacktoback.html

Technical tips for Frame Relay http://www.cisco.com/warp/public/125/


mindiani mindiani wrote:
> 
> Want to get to setup frame relay on my two routers connectected (2x 2501)
> back-to-back with a DTE/DCE cables. When both routers boot up I could see
> the routing table with "sh ip route" and after 30 secondes the protocol on
> the serial interfaces go down.  Can you help
> 
> Here is the sample config:
> 
> Router1:
> 
> interface Serial0
> clockrate 64000
> bandwidth 64
> ip address 10.0.2.5 255.255.255.252
> no ip directed-broadcast
> encapsulation frame-relay
> frame-relay lmi-type cisco
> frame-relay interface-dlci 100
> 
> Router2:
> 
> interface Serial0
> bandwidth 64
> ip address 10.0.2.6 255.255.255.252
> no ip directed-broadcast
> encapsulation frame-relay
> frame-relay lmi-type cisco
> frame-relay interface-dlci 200
> 
> _
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
> 
> _
> FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

-- 

Shabbir S. Talib
MCSE, CNE, CCNA

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Frame-Relay question ?

2001-01-03 Thread Shabbir S. Talib

Add the no keepalive commands to both your interfaces. Check out the
links below.

Back-to-Back Frame Relay
http://www.cisco.com/warp/public/125/frbacktoback.html

Technical tips for Frame Relay http://www.cisco.com/warp/public/125/


mindiani mindiani wrote:
> 
> Want to get to setup frame relay on my two routers connectected (2x 2501)
> back-to-back with a DTE/DCE cables. When both routers boot up I could see
> the routing table with "sh ip route" and after 30 secondes the protocol on
> the serial interfaces go down.  Can you help
> 
> Here is the sample config:
> 
> Router1:
> 
> interface Serial0
> clockrate 64000
> bandwidth 64
> ip address 10.0.2.5 255.255.255.252
> no ip directed-broadcast
> encapsulation frame-relay
> frame-relay lmi-type cisco
> frame-relay interface-dlci 100
> 
> Router2:
> 
> interface Serial0
> bandwidth 64
> ip address 10.0.2.6 255.255.255.252
> no ip directed-broadcast
> encapsulation frame-relay
> frame-relay lmi-type cisco
> frame-relay interface-dlci 200
> 
> _
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
> 
> _
> FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

-- 

Shabbir S. Talib
MCSE, CNE, CCNA

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Frame-Relay question ?

2001-01-03 Thread ccarring

Mindiani,

In this configuration, there is no switch sending LMI to the routers.
The router declares the line protocol down after three missed keepalive
intervals (10 seconds each, by default). 

One way to fix this problem in back-to-back frame relay configs is to
add "no keepalive" under the serial interface config. 

This assumes you have Router1 as the DCE end of the cable.

Cheers,

Curtis

mindiani mindiani wrote:
> 
> Want to get to setup frame relay on my two routers connectected (2x 2501)
> back-to-back with a DTE/DCE cables. When both routers boot up I could see
> the routing table with "sh ip route" and after 30 secondes the protocol on
> the serial interfaces go down.  Can you help
> 
> Here is the sample config:
> 
> Router1:
> 
> interface Serial0
> clockrate 64000
> bandwidth 64
> ip address 10.0.2.5 255.255.255.252
> no ip directed-broadcast
> encapsulation frame-relay
> frame-relay lmi-type cisco
> frame-relay interface-dlci 100
> 
> Router2:
> 
> interface Serial0
> bandwidth 64
> ip address 10.0.2.6 255.255.255.252
> no ip directed-broadcast
> encapsulation frame-relay
> frame-relay lmi-type cisco
> frame-relay interface-dlci 200
> 
> _
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
> 
> _
> FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Frame-Relay question ?

2001-01-03 Thread Paulo Roque

You must do a router be a "frame-relay switch" e declare it a DCE device.
In the router with the DCE cable do the following:

router(config)#frame-relay switching
.
.
router(if-config)#frame-relay intf-type dce
router(if-config)#clockrate 256000



""mindiani mindiani"" <[EMAIL PROTECTED]> escreveu na mensagem
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Want to get to setup frame relay on my two routers connectected (2x 2501)
> back-to-back with a DTE/DCE cables. When both routers boot up I could see
> the routing table with "sh ip route" and after 30 secondes the protocol on
> the serial interfaces go down.  Can you help
>
> Here is the sample config:
>
> Router1:
>
> interface Serial0
> clockrate 64000
> bandwidth 64
> ip address 10.0.2.5 255.255.255.252
> no ip directed-broadcast
> encapsulation frame-relay
> frame-relay lmi-type cisco
> frame-relay interface-dlci 100
>
>
> Router2:
>
> interface Serial0
> bandwidth 64
> ip address 10.0.2.6 255.255.255.252
> no ip directed-broadcast
> encapsulation frame-relay
> frame-relay lmi-type cisco
> frame-relay interface-dlci 200
>
>
>
>
>
> _
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
> _
> FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>


_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Frame-Relay question ?

2001-01-03 Thread Manny Akintayo

Do you have a router configured as a frame switch ?
It seems to me that you are missing the most important part of the puzzle.
For the frame relay encapsulation to work,The third router that sits in the middle of
your setup will be configured as a fram switch .with the correct route map statements .

Manny

mindiani mindiani wrote:

> Want to get to setup frame relay on my two routers connectected (2x 2501)
> back-to-back with a DTE/DCE cables. When both routers boot up I could see
> the routing table with "sh ip route" and after 30 secondes the protocol on
> the serial interfaces go down.  Can you help
>
> Here is the sample config:
>
> Router1:
>
> interface Serial0
> clockrate 64000
> bandwidth 64
> ip address 10.0.2.5 255.255.255.252
> no ip directed-broadcast
> encapsulation frame-relay
> frame-relay lmi-type cisco
> frame-relay interface-dlci 100
>
> Router2:
>
> interface Serial0
> bandwidth 64
> ip address 10.0.2.6 255.255.255.252
> no ip directed-broadcast
> encapsulation frame-relay
> frame-relay lmi-type cisco
> frame-relay interface-dlci 200
>
> _
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
> _
> FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Frame-Relay question ?

2001-01-03 Thread Kelly D Griffin

Where is the DCE device that acts as your FR switch?

Kelly D Griffin, CCNA
Network Engineer
Kg2 Network Design
http://www.kg2.com


- Original Message -
From: "mindiani mindiani" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 03, 2001 8:06 AM
Subject: Frame-Relay question ?


> Want to get to setup frame relay on my two routers connectected (2x 2501)
> back-to-back with a DTE/DCE cables. When both routers boot up I could see
> the routing table with "sh ip route" and after 30 secondes the protocol on
> the serial interfaces go down.  Can you help
>
> Here is the sample config:
>
> Router1:
>
> interface Serial0
> clockrate 64000
> bandwidth 64
> ip address 10.0.2.5 255.255.255.252
> no ip directed-broadcast
> encapsulation frame-relay
> frame-relay lmi-type cisco
> frame-relay interface-dlci 100
>
>
> Router2:
>
> interface Serial0
> bandwidth 64
> ip address 10.0.2.6 255.255.255.252
> no ip directed-broadcast
> encapsulation frame-relay
> frame-relay lmi-type cisco
> frame-relay interface-dlci 200
>
>
>
>
>
> _
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
> _
> FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]


http://1cis.com
Free E-mail Servers with unlimited mailboxes
1st Class Internet Solutions

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Frame-Relay question ?

2001-01-03 Thread Kenneth Lorenzo

this is weird but I've actually seen configurations where there are back to
back connections simulating a Frame network (DTE-DCE). I'm sure it doesn't
work exactly like a frame cloud (since there is no cloud) but the guy was
able to bring both interfaces up...

"Kelly D Griffin" <[EMAIL PROTECTED]> wrote in message
069c01c075bc$b9b5ba50$[EMAIL PROTECTED]">news:069c01c075bc$b9b5ba50$[EMAIL PROTECTED]...
> Where is the DCE device that acts as your FR switch?
>
> Kelly D Griffin, CCNA
> Network Engineer
> Kg2 Network Design
> http://www.kg2.com
>
>
> - Original Message -
> From: "mindiani mindiani" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, January 03, 2001 8:06 AM
> Subject: Frame-Relay question ?
>
>
> > Want to get to setup frame relay on my two routers connectected (2x
2501)
> > back-to-back with a DTE/DCE cables. When both routers boot up I could
see
> > the routing table with "sh ip route" and after 30 secondes the protocol
on
> > the serial interfaces go down.  Can you help
> >
> > Here is the sample config:
> >
> > Router1:
> >
> > interface Serial0
> > clockrate 64000
> > bandwidth 64
> > ip address 10.0.2.5 255.255.255.252
> > no ip directed-broadcast
> > encapsulation frame-relay
> > frame-relay lmi-type cisco
> > frame-relay interface-dlci 100
> >
> >
> > Router2:
> >
> > interface Serial0
> > bandwidth 64
> > ip address 10.0.2.6 255.255.255.252
> > no ip directed-broadcast
> > encapsulation frame-relay
> > frame-relay lmi-type cisco
> > frame-relay interface-dlci 200
> >
> >
> >
> >
> >
> >
_
> > Get Your Private, Free E-mail from MSN Hotmail at
http://www.hotmail.com.
> >
> > _
> > FAQ, list archives, and subscription info:
> http://www.groupstudy.com/list/cisco.html
> > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>
> 
> http://1cis.com
> Free E-mail Servers with unlimited mailboxes
> 1st Class Internet Solutions
>
> _
> FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>


_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Frame-Relay question ?

2001-01-03 Thread Clayton Price

Yout turn on frame relay switching on one of the routers.

Clayton Price

""Kenneth Lorenzo"" <[EMAIL PROTECTED]> wrote in message
930kdk$kap$[EMAIL PROTECTED]">news:930kdk$kap$[EMAIL PROTECTED]...
> this is weird but I've actually seen configurations where there are back
to
> back connections simulating a Frame network (DTE-DCE). I'm sure it doesn't
> work exactly like a frame cloud (since there is no cloud) but the guy was
> able to bring both interfaces up...
>
> "Kelly D Griffin" <[EMAIL PROTECTED]> wrote in message
> 069c01c075bc$b9b5ba50$[EMAIL PROTECTED]">news:069c01c075bc$b9b5ba50$[EMAIL PROTECTED]...
> > Where is the DCE device that acts as your FR switch?
> >
> > Kelly D Griffin, CCNA
> > Network Engineer
> > Kg2 Network Design
> > http://www.kg2.com
> >
> >
> > - Original Message -
> > From: "mindiani mindiani" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Wednesday, January 03, 2001 8:06 AM
> > Subject: Frame-Relay question ?
> >
> >
> > > Want to get to setup frame relay on my two routers connectected (2x
> 2501)
> > > back-to-back with a DTE/DCE cables. When both routers boot up I could
> see
> > > the routing table with "sh ip route" and after 30 secondes the
protocol
> on
> > > the serial interfaces go down.  Can you help
> > >
> > > Here is the sample config:
> > >
> > > Router1:
> > >
> > > interface Serial0
> > > clockrate 64000
> > > bandwidth 64
> > > ip address 10.0.2.5 255.255.255.252
> > > no ip directed-broadcast
> > > encapsulation frame-relay
> > > frame-relay lmi-type cisco
> > > frame-relay interface-dlci 100
> > >
> > >
> > > Router2:
> > >
> > > interface Serial0
> > > bandwidth 64
> > > ip address 10.0.2.6 255.255.255.252
> > > no ip directed-broadcast
> > > encapsulation frame-relay
> > > frame-relay lmi-type cisco
> > > frame-relay interface-dlci 200
> > >
> > >
> > >
> > >
> > >
> > >
> _
> > > Get Your Private, Free E-mail from MSN Hotmail at
> http://www.hotmail.com.
> > >
> > > _
> > > FAQ, list archives, and subscription info:
> > http://www.groupstudy.com/list/cisco.html
> > > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> >
> > 
> > http://1cis.com
> > Free E-mail Servers with unlimited mailboxes
> > 1st Class Internet Solutions
> >
> > _
> > FAQ, list archives, and subscription info:
> http://www.groupstudy.com/list/cisco.html
> > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> >
>
>
> _
> FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>


_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Frame-Relay question ?

2001-01-03 Thread Raul F. Fernandez

Folks,

While watching my beloved Seminoles get their butts kicked I decided to do
this little prob on the rack.

The key is that a frame-relay is DTE to DCE so all you need to do
after correclty initiating frame-relay on the interfaces is to make
sure you add the clock rate command to the serail interface that is DCE.

Here are the configs:

r1#

interface Serial1
 ip address 192.168.10.1 255.255.255.0
 no ip directed-broadcast
 encapsulation frame-relay
 no keepalive
 frame-relay interface-dlci 101



r2#

interface Serial1
 ip address 192.168.10.10 255.255.255.0
 no ip directed-broadcast
 encapsulation frame-relay
 no keepalive
 clockrate 56000
 frame-relay interface-dlci 101

Worked like a charm.

Raul
- Original Message -
From: "mindiani mindiani" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 03, 2001 9:06 AM
Subject: Frame-Relay question ?


> Want to get to setup frame relay on my two routers connectected (2x 2501)
> back-to-back with a DTE/DCE cables. When both routers boot up I could see
> the routing table with "sh ip route" and after 30 secondes the protocol on
> the serial interfaces go down.  Can you help
>
> Here is the sample config:
>
> Router1:
>
> interface Serial0
> clockrate 64000
> bandwidth 64
> ip address 10.0.2.5 255.255.255.252
> no ip directed-broadcast
> encapsulation frame-relay
> frame-relay lmi-type cisco
> frame-relay interface-dlci 100
>
>
> Router2:
>
> interface Serial0
> bandwidth 64
> ip address 10.0.2.6 255.255.255.252
> no ip directed-broadcast
> encapsulation frame-relay
> frame-relay lmi-type cisco
> frame-relay interface-dlci 200
>
>
>
>
>
> _
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
> _
> FAQ, list archives, and subscription info: http://www.groupstudy.com/list/
cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>


_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Frame-Relay question ?

2001-01-03 Thread Andrew Larkins

use the "no keepalives" if you are using back to back connections -
otherwise you need to have a frame relay switch configured


Andrew

-Original Message-
From: Manny Akintayo [mailto:[EMAIL PROTECTED]]
Sent: 03 January 2001 15:25
To: [EMAIL PROTECTED]
Subject: Re: Frame-Relay question ?


Do you have a router configured as a frame switch ?
It seems to me that you are missing the most important part of the puzzle.
For the frame relay encapsulation to work,The third router that sits in the
middle of
your setup will be configured as a fram switch .with the correct route map
statements .

Manny

mindiani mindiani wrote:

> Want to get to setup frame relay on my two routers connectected (2x 2501)
> back-to-back with a DTE/DCE cables. When both routers boot up I could see
> the routing table with "sh ip route" and after 30 secondes the protocol on
> the serial interfaces go down.  Can you help
>
> Here is the sample config:
>
> Router1:
>
> interface Serial0
> clockrate 64000
> bandwidth 64
> ip address 10.0.2.5 255.255.255.252
> no ip directed-broadcast
> encapsulation frame-relay
> frame-relay lmi-type cisco
> frame-relay interface-dlci 100
>
> Router2:
>
> interface Serial0
> bandwidth 64
> ip address 10.0.2.6 255.255.255.252
> no ip directed-broadcast
> encapsulation frame-relay
> frame-relay lmi-type cisco
> frame-relay interface-dlci 200
>
> _
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
> _
> FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Frame-Relay question ?

2001-01-04 Thread Kenneth

Actually, you need to configure the device to be more like a DTE-DCE
configuration... ie, clockrate

"Clayton Price" <[EMAIL PROTECTED]> wrote in message
930m98$ngm$[EMAIL PROTECTED]">news:930m98$ngm$[EMAIL PROTECTED]...
> Yout turn on frame relay switching on one of the routers.
>
> Clayton Price
>
> ""Kenneth Lorenzo"" <[EMAIL PROTECTED]> wrote in message
> 930kdk$kap$[EMAIL PROTECTED]">news:930kdk$kap$[EMAIL PROTECTED]...
> > this is weird but I've actually seen configurations where there are back
> to
> > back connections simulating a Frame network (DTE-DCE). I'm sure it
doesn't
> > work exactly like a frame cloud (since there is no cloud) but the guy
was
> > able to bring both interfaces up...
> >
> > "Kelly D Griffin" <[EMAIL PROTECTED]> wrote in message
> > 069c01c075bc$b9b5ba50$[EMAIL PROTECTED]">news:069c01c075bc$b9b5ba50$[EMAIL PROTECTED]...
> > > Where is the DCE device that acts as your FR switch?
> > >
> > > Kelly D Griffin, CCNA
> > > Network Engineer
> > > Kg2 Network Design
> > > http://www.kg2.com
> > >
> > >
> > > - Original Message -
> > > From: "mindiani mindiani" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Wednesday, January 03, 2001 8:06 AM
> > > Subject: Frame-Relay question ?
> > >
> > >
> > > > Want to get to setup frame relay on my two routers connectected (2x
> > 2501)
> > > > back-to-back with a DTE/DCE cables. When both routers boot up I
could
> > see
> > > > the routing table with "sh ip route" and after 30 secondes the
> protocol
> > on
> > > > the serial interfaces go down.  Can you help
> > > >
> > > > Here is the sample config:
> > > >
> > > > Router1:
> > > >
> > > > interface Serial0
> > > > clockrate 64000
> > > > bandwidth 64
> > > > ip address 10.0.2.5 255.255.255.252
> > > > no ip directed-broadcast
> > > > encapsulation frame-relay
> > > > frame-relay lmi-type cisco
> > > > frame-relay interface-dlci 100
> > > >
> > > >
> > > > Router2:
> > > >
> > > > interface Serial0
> > > > bandwidth 64
> > > > ip address 10.0.2.6 255.255.255.252
> > > > no ip directed-broadcast
> > > > encapsulation frame-relay
> > > > frame-relay lmi-type cisco
> > > > frame-relay interface-dlci 200
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> >
_
> > > > Get Your Private, Free E-mail from MSN Hotmail at
> > http://www.hotmail.com.
> > > >
> > > > _
> > > > FAQ, list archives, and subscription info:
> > > http://www.groupstudy.com/list/cisco.html
> > > > Report misconduct and Nondisclosure violations to
[EMAIL PROTECTED]
> > >
> > > 
> > > http://1cis.com
> > > Free E-mail Servers with unlimited mailboxes
> > > 1st Class Internet Solutions
> > >
> > > _
> > > FAQ, list archives, and subscription info:
> > http://www.groupstudy.com/list/cisco.html
> > > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> > >
> >
> >
> > _
> > FAQ, list archives, and subscription info:
> http://www.groupstudy.com/list/cisco.html
> > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> >
>
>
> _
> FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>


_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Frame-Relay Question...

2000-11-08 Thread Brian

On Tue, 7 Nov 2000, Robert Borejszo wrote:

> Hello:
> Excuse me if this kind of question doesn't belong here. I am in the process
> of preparing for CCNA and reading Wendell Odom book (BTW, any wanna be CCNA
> read this one regardless what others have to say). I am in WAN section right
> now. In his example of partially meshed network  ( routers A B C D, A
> connects to B C D and A is only the router connected by B C D). I understand
> why we need subinterfaces on router A. But why we he has subinterface set on
> routers B C D? Is it because of setup consistency or what is the catch?

he could use physical interface, but just chose sub-interface.  IMHO,
sub-interface (point to point) is the way to go, since then you don't have
problems with split-horizon, ospf, etc.

Brian


> 
> Thanks,
> Robert Borejszo
> 
> 
> _
> FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> 

---
Brian Feeny, CCNP, CCDP   [EMAIL PROTECTED]   
Network Administrator 
ShreveNet Inc. (ASN 11881)

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Frame relay question

2000-06-19 Thread Barry Hofland

Here's my opinion;

An NNI (Network to Network Interface ) is being used to interconnect 2
different frame-relay networks on a PVC basis. This way a dlci on one
network can be pointed to a dlci on another network ( with the NNI in
between the 2 telco's ).

You normally thus don't need to configure it as an NNI, unless you need
traffic to be transmitted from one frame provider to another...

Barry
"M Z" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Usually if a router is at a customers site, it is set as a DTE, the
carrier
> is set as a DCE (provide clock), when do you want to set the router as an
> NNI?
>
> Thanks
>
> 
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
> ___
> 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]
> ---


___
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]



Re: frame relay question [7:34090]

2002-02-01 Thread Patrick Ramsey

I usually use the 1 to 8 rule  for every 8mb you think you need, order 1

Will each facility be pumping a solid 14mb across the wan all day long?

If so, one ds3 (45mb) will suffice at the HQthen purchase shaped DS3 
circuits for the WAN... (15mb shape)

-Patrick

>>> "Yatou Wu"  02/01/02 01:20PM >>>
Hi,

if there are one central site and three remote sites. all the remote sites 
need to connect to the central site. now I need to decide the access circuit 
and port speed for the central site. the CIR requirement are following:

Remote site A: 14M
Remote site B: 14M
Remote site C: 14M

how many T3 access Circuits and ports are needed for the central sites?

any advise is highly appreciated!

yatou


_
Join the worlds largest e-mail service with MSN Hotmail. 
http://www.hotmail.com 
>  Confidentiality Disclaimer   
This email and any files transmitted with it may contain confidential and
/or proprietary information in the possession of WellStar Health System,
Inc. ("WellStar") and is intended only for the individual or entity to whom
addressed.  This email may contain information that is held to be
privileged, confidential and exempt from disclosure under applicable law. If
the reader of this message is not the intended recipient, you are hereby
notified that any unauthorized access, dissemination, distribution or
copying of any information from this email is strictly prohibited, and may
subject you to criminal and/or civil liability. If you have received this
email in error, please notify the sender by reply email and then delete this
email and its attachments from your computer. Thank you.






Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=34095&t=34090
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: frame relay question [7:34090]

2002-02-01 Thread Stull, Cory

Usually frame-relay is only used up to T1 speeds and you would want your
central location to have the aggregate amount of all three remote sites.

-Original Message-
From: Yatou Wu [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 01, 2002 12:21 PM
To: [EMAIL PROTECTED]
Subject: frame relay question [7:34090]


Hi,

if there are one central site and three remote sites. all the remote sites 
need to connect to the central site. now I need to decide the access circuit

and port speed for the central site. the CIR requirement are following:

Remote site A: 14M
Remote site B: 14M
Remote site C: 14M

how many T3 access Circuits and ports are needed for the central sites?

any advise is highly appreciated!

yatou


_
Join the worlds largest e-mail service with MSN Hotmail. 
http://www.hotmail.com




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=34097&t=34090
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: frame relay question [7:34090]

2002-02-01 Thread Yatou Wu

thanks for your reply. sorry that I didn't make my question clear.

Actually what I want to know is that, if the port speed requirment to every 
remote site is 28mb, then the aggregate port speed requirement in central 
site would be 84mb. should I order 2 T3 access circuits or 3 at the central 
site? if 2, how can i config the 3 DLCI across the 2 T3 circuits? because 
there would be 1 DLCI needed to be split between the 2 T3 circuits.

thanks again!

Yatou


>From: "Patrick Ramsey" 
>To: [EMAIL PROTECTED], [EMAIL PROTECTED]
>Subject: Re: frame relay question [7:34090]
>Date: Fri, 01 Feb 2002 13:41:34 -0500
>
>I usually use the 1 to 8 rule  for every 8mb you think you need, order 
>1
>
>Will each facility be pumping a solid 14mb across the wan all day long?
>
>If so, one ds3 (45mb) will suffice at the HQthen purchase shaped DS3  
>circuits for the WAN... (15mb shape)
>
>-Patrick
>
> >>> "Yatou Wu"  02/01/02 01:20PM >>>
>Hi,
>
>if there are one central site and three remote sites. all the remote sites
>need to connect to the central site. now I need to decide the access 
>circuit
>and port speed for the central site. the CIR requirement are following:
>
>Remote site A: 14M
>Remote site B: 14M
>Remote site C: 14M
>
>how many T3 access Circuits and ports are needed for the central sites?
>
>any advise is highly appreciated!
>
>yatou
>
>
>_
>Join the worlds largest e-mail service with MSN Hotmail.
>http://www.hotmail.com
> >>>>>>>>>>>>>  Confidentiality Disclaimer   This email and any files
transmitted with it may contain confidential and
>/or proprietary information in the possession of WellStar Health System, 
>Inc. ("WellStar") and is intended only for the individual or entity to whom 
>addressed.  This email may contain information that is held to be 
>privileged, confidential and exempt from disclosure under applicable law. 
>If the reader of this message is not the intended recipient, you are hereby 
>notified that any unauthorized access, dissemination, distribution or 
>copying of any information from this email is strictly prohibited, and may 
>subject you to criminal and/or civil liability. If you have received this 
>email in error, please notify the sender by reply email and then delete 
>this email and its attachments from your computer. Thank you.
>
>
>
>
>
>


_
Send and receive Hotmail on your mobile device: http://mobile.msn.com




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=34101&t=34090
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: frame relay question [7:34090]

2002-02-01 Thread Chuck Larrieu

Is ATM a consideration? I believe you can get up to OC12 speeds with ATM,
and you can use FRATM ( frame to ATM ) to connect your remotes. Assuming
your telco can support you there, you would have the best of both worlds, so
to speak.

HTH

Chuck


""Yatou Wu""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> thanks for your reply. sorry that I didn't make my question clear.
>
> Actually what I want to know is that, if the port speed requirment to
every
> remote site is 28mb, then the aggregate port speed requirement in central
> site would be 84mb. should I order 2 T3 access circuits or 3 at the
central
> site? if 2, how can i config the 3 DLCI across the 2 T3 circuits? because
> there would be 1 DLCI needed to be split between the 2 T3 circuits.
>
> thanks again!
>
> Yatou
>
>
> >From: "Patrick Ramsey"
> >To: [EMAIL PROTECTED], [EMAIL PROTECTED]
> >Subject: Re: frame relay question [7:34090]
> >Date: Fri, 01 Feb 2002 13:41:34 -0500
> >
> >I usually use the 1 to 8 rule  for every 8mb you think you need,
order
> >1
> >
> >Will each facility be pumping a solid 14mb across the wan all day long?
> >
> >If so, one ds3 (45mb) will suffice at the HQthen purchase shaped DS3
> >circuits for the WAN... (15mb shape)
> >
> >-Patrick
> >
> > >>> "Yatou Wu"  02/01/02 01:20PM >>>
> >Hi,
> >
> >if there are one central site and three remote sites. all the remote
sites
> >need to connect to the central site. now I need to decide the access
> >circuit
> >and port speed for the central site. the CIR requirement are following:
> >
> >Remote site A: 14M
> >Remote site B: 14M
> >Remote site C: 14M
> >
> >how many T3 access Circuits and ports are needed for the central sites?
> >
> >any advise is highly appreciated!
> >
> >yatou
> >
> >
> >_
> >Join the worlds largest e-mail service with MSN Hotmail.
> >http://www.hotmail.com
> > >>>>>>>>>>>>>  Confidentiality Disclaimer   This email and any files
> transmitted with it may contain confidential and
> >/or proprietary information in the possession of WellStar Health System,
> >Inc. ("WellStar") and is intended only for the individual or entity to
whom
> >addressed.  This email may contain information that is held to be
> >privileged, confidential and exempt from disclosure under applicable law.
> >If the reader of this message is not the intended recipient, you are
hereby
> >notified that any unauthorized access, dissemination, distribution or
> >copying of any information from this email is strictly prohibited, and
may
> >subject you to criminal and/or civil liability. If you have received this
> >email in error, please notify the sender by reply email and then delete
> >this email and its attachments from your computer. Thank you.
> >
> >
> >
> >
> >
> >
>
>
> _
> Send and receive Hotmail on your mobile device: http://mobile.msn.com




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=34104&t=34090
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: frame relay question [7:34090]

2002-02-01 Thread Chuck Larrieu

In some parts of the world, one can get up to 45 mbs ( T3 ) frame support.
YMMV.

Chuck


""Stull, Cory""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Usually frame-relay is only used up to T1 speeds and you would want your
> central location to have the aggregate amount of all three remote sites.
>
> -Original Message-
> From: Yatou Wu [mailto:[EMAIL PROTECTED]]
> Sent: Friday, February 01, 2002 12:21 PM
> To: [EMAIL PROTECTED]
> Subject: frame relay question [7:34090]
>
>
> Hi,
>
> if there are one central site and three remote sites. all the remote sites
> need to connect to the central site. now I need to decide the access
circuit
>
> and port speed for the central site. the CIR requirement are following:
>
> Remote site A: 14M
> Remote site B: 14M
> Remote site C: 14M
>
> how many T3 access Circuits and ports are needed for the central sites?
>
> any advise is highly appreciated!
>
> yatou
>
>
> _
> Join the worlds largest e-mail service with MSN Hotmail.
> http://www.hotmail.com




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=34105&t=34090
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: frame relay question [7:34090]

2002-02-01 Thread Chuck Larrieu

Some telcos have some basic oversubscription requirements, designed more so
that they can sell you more bandwidth than as a real practical requirement.

Here in California, for example, the local telco permits no more than a 2
for 1 oversubscription.

So if you have 20 spokes, each at 256K CIR, then you MUST have a minimum
2.56 megabit CIR at your center ( fractional DS3 or ATM ), for example.

I believe the reasoning is that the telco does not want a lot of calls
complaining about their circuits when the problem is overutilization of
bandwidth. And they want to sell you more, of course. ;->

Chuck


""Patrick Ramsey""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I usually use the 1 to 8 rule  for every 8mb you think you need, order
1
>
> Will each facility be pumping a solid 14mb across the wan all day long?
>
> If so, one ds3 (45mb) will suffice at the HQthen purchase shaped DS3
> circuits for the WAN... (15mb shape)
>
> -Patrick
>
> >>> "Yatou Wu"  02/01/02 01:20PM >>>
> Hi,
>
> if there are one central site and three remote sites. all the remote sites
> need to connect to the central site. now I need to decide the access
circuit
> and port speed for the central site. the CIR requirement are following:
>
> Remote site A: 14M
> Remote site B: 14M
> Remote site C: 14M
>
> how many T3 access Circuits and ports are needed for the central sites?
>
> any advise is highly appreciated!
>
> yatou
>
>
> _
> Join the worlds largest e-mail service with MSN Hotmail.
> http://www.hotmail.com
> >  Confidentiality DisclaimerThis email and any files
transmitted with it may contain confidential and
> /or proprietary information in the possession of WellStar Health System,
> Inc. ("WellStar") and is intended only for the individual or entity to
whom
> addressed.  This email may contain information that is held to be
> privileged, confidential and exempt from disclosure under applicable law.
If
> the reader of this message is not the intended recipient, you are hereby
> notified that any unauthorized access, dissemination, distribution or
> copying of any information from this email is strictly prohibited, and may
> subject you to criminal and/or civil liability. If you have received this
> email in error, please notify the sender by reply email and then delete
this
> email and its attachments from your computer. Thank you.
>
> 




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=34106&t=34090
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: frame relay question [7:34090]

2002-02-01 Thread John Neiberger

Where did you get 28MB from?  In your original email you said that each
location needs 14 MB.  Are you taking into account that the circuit is
full duplex and adding the input and output rates together? If so, that
is not necessary.  

If you have three remote sites with 15MB fractional DS3 frame relay
service (assuming you can get that from your provider) then you only
need a single DS3 at your central location, again assuming that your
provider offers a frame relay DS3.

John

>>> "Yatou Wu"  2/1/02 12:07:11 PM >>>
thanks for your reply. sorry that I didn't make my question clear.

Actually what I want to know is that, if the port speed requirment to
every 
remote site is 28mb, then the aggregate port speed requirement in
central 
site would be 84mb. should I order 2 T3 access circuits or 3 at the
central 
site? if 2, how can i config the 3 DLCI across the 2 T3 circuits?
because 
there would be 1 DLCI needed to be split between the 2 T3 circuits.

thanks again!

Yatou


>From: "Patrick Ramsey" 
>To: [EMAIL PROTECTED], [EMAIL PROTECTED] 
>Subject: Re: frame relay question [7:34090]
>Date: Fri, 01 Feb 2002 13:41:34 -0500
>
>I usually use the 1 to 8 rule  for every 8mb you think you need,
order 
>1
>
>Will each facility be pumping a solid 14mb across the wan all day
long?
>
>If so, one ds3 (45mb) will suffice at the HQthen purchase shaped
DS3  
>circuits for the WAN... (15mb shape)
>
>-Patrick
>
> >>> "Yatou Wu"  02/01/02 01:20PM >>>
>Hi,
>
>if there are one central site and three remote sites. all the remote
sites
>need to connect to the central site. now I need to decide the access 
>circuit
>and port speed for the central site. the CIR requirement are
following:
>
>Remote site A: 14M
>Remote site B: 14M
>Remote site C: 14M
>
>how many T3 access Circuits and ports are needed for the central
sites?
>
>any advise is highly appreciated!
>
>yatou
>
>
>_
>Join the worlds largest e-mail service with MSN Hotmail.
>http://www.hotmail.com 
> >>>>>>>>>>>>>  Confidentiality Disclaimer   This email and any files
transmitted with it may contain confidential and
>/or proprietary information in the possession of WellStar Health
System, 
>Inc. ("WellStar") and is intended only for the individual or entity to
whom 
>addressed.  This email may contain information that is held to be 
>privileged, confidential and exempt from disclosure under applicable
law. 
>If the reader of this message is not the intended recipient, you are
hereby 
>notified that any unauthorized access, dissemination, distribution or

>copying of any information from this email is strictly prohibited, and
may 
>subject you to criminal and/or civil liability. If you have received
this 
>email in error, please notify the sender by reply email and then
delete 
>this email and its attachments from your computer. Thank you.
>
>
>
>
>
>


_
Send and receive Hotmail on your mobile device: http://mobile.msn.com




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=34108&t=34090
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: frame relay question [7:34090]

2002-02-01 Thread Philip Palanchi

The bandwidth on the hub router's frame interface in a pure multipoint
topology should be the CIR x the number of PVC's.

""Yatou Wu""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
>
> if there are one central site and three remote sites. all the remote sites
> need to connect to the central site. now I need to decide the access
circuit
> and port speed for the central site. the CIR requirement are following:
>
> Remote site A: 14M
> Remote site B: 14M
> Remote site C: 14M
>
> how many T3 access Circuits and ports are needed for the central sites?
>
> any advise is highly appreciated!
>
> yatou
>
>
> _
> Join the worlds largest e-mail service with MSN Hotmail.
> http://www.hotmail.com




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=34109&t=34090
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: frame relay question [7:34090]

2002-02-01 Thread McCallum, Robert

I have seen circuits built and have been working absolutely perfectly with
5:1 contention.  For this scenario I would easily suggest a 2 or 3:1
contention.  Lets face it what are the chances of the three buildings
loading 14 MB each at the same time???  I say nil

-Original Message-
From: Chuck Larrieu [mailto:[EMAIL PROTECTED]]
Sent: 01 February 2002 19:34
To: [EMAIL PROTECTED]
Subject: Re: frame relay question [7:34090]


Some telcos have some basic oversubscription requirements, designed more so
that they can sell you more bandwidth than as a real practical requirement.

Here in California, for example, the local telco permits no more than a 2
for 1 oversubscription.

So if you have 20 spokes, each at 256K CIR, then you MUST have a minimum
2.56 megabit CIR at your center ( fractional DS3 or ATM ), for example.

I believe the reasoning is that the telco does not want a lot of calls
complaining about their circuits when the problem is overutilization of
bandwidth. And they want to sell you more, of course. ;->

Chuck


""Patrick Ramsey""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I usually use the 1 to 8 rule  for every 8mb you think you need, order
1
>
> Will each facility be pumping a solid 14mb across the wan all day long?
>
> If so, one ds3 (45mb) will suffice at the HQthen purchase shaped DS3
> circuits for the WAN... (15mb shape)
>
> -Patrick
>
> >>> "Yatou Wu"  02/01/02 01:20PM >>>
> Hi,
>
> if there are one central site and three remote sites. all the remote sites
> need to connect to the central site. now I need to decide the access
circuit
> and port speed for the central site. the CIR requirement are following:
>
> Remote site A: 14M
> Remote site B: 14M
> Remote site C: 14M
>
> how many T3 access Circuits and ports are needed for the central sites?
>
> any advise is highly appreciated!
>
> yatou
>
>
> _
> Join the worlds largest e-mail service with MSN Hotmail.
> http://www.hotmail.com
> >>>>>>>>>>>>>  Confidentiality DisclaimerThis email and any files
transmitted with it may contain confidential and
> /or proprietary information in the possession of WellStar Health System,
> Inc. ("WellStar") and is intended only for the individual or entity to
whom
> addressed.  This email may contain information that is held to be
> privileged, confidential and exempt from disclosure under applicable law.
If
> the reader of this message is not the intended recipient, you are hereby
> notified that any unauthorized access, dissemination, distribution or
> copying of any information from this email is strictly prohibited, and may
> subject you to criminal and/or civil liability. If you have received this
> email in error, please notify the sender by reply email and then delete
this
> email and its attachments from your computer. Thank you.
>
> 




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=34116&t=34090
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: frame relay question [7:34090]

2002-02-01 Thread Graham, Darel R.

In order to accomodate your needs you could
have each remote site have a pvc built over
each of the T3s. This removes the need or 
worry over the physical circuit. 

How about using a carrier that can do frame relay
at the ends and IP or ATM in the middle??

At the remote ends how do you plan to get that 
much traffic out? The best bet would be a T3 
at the remote sites too. 



-Original Message-
From: Chuck Larrieu [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 01, 2002 2:26 PM
To: [EMAIL PROTECTED]
Subject: Re: frame relay question [7:34090]


Is ATM a consideration? I believe you can get up to OC12 speeds with ATM,
and you can use FRATM ( frame to ATM ) to connect your remotes. Assuming
your telco can support you there, you would have the best of both worlds, so
to speak.

HTH

Chuck


""Yatou Wu""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> thanks for your reply. sorry that I didn't make my question clear.
>
> Actually what I want to know is that, if the port speed requirment to
every
> remote site is 28mb, then the aggregate port speed requirement in central
> site would be 84mb. should I order 2 T3 access circuits or 3 at the
central
> site? if 2, how can i config the 3 DLCI across the 2 T3 circuits? because
> there would be 1 DLCI needed to be split between the 2 T3 circuits.
>
> thanks again!
>
> Yatou
>
>
> >From: "Patrick Ramsey"
> >To: [EMAIL PROTECTED], [EMAIL PROTECTED]
> >Subject: Re: frame relay question [7:34090]
> >Date: Fri, 01 Feb 2002 13:41:34 -0500
> >
> >I usually use the 1 to 8 rule  for every 8mb you think you need,
order
> >1
> >
> >Will each facility be pumping a solid 14mb across the wan all day long?
> >
> >If so, one ds3 (45mb) will suffice at the HQthen purchase shaped DS3
> >circuits for the WAN... (15mb shape)
> >
> >-Patrick
> >
> > >>> "Yatou Wu"  02/01/02 01:20PM >>>
> >Hi,
> >
> >if there are one central site and three remote sites. all the remote
sites
> >need to connect to the central site. now I need to decide the access
> >circuit
> >and port speed for the central site. the CIR requirement are following:
> >
> >Remote site A: 14M
> >Remote site B: 14M
> >Remote site C: 14M
> >
> >how many T3 access Circuits and ports are needed for the central sites?
> >
> >any advise is highly appreciated!
> >
> >yatou
> >
> >
> >_
> >Join the worlds largest e-mail service with MSN Hotmail.
> >http://www.hotmail.com
> > >>>>>>>>>>>>>  Confidentiality Disclaimer   This email and any files
> transmitted with it may contain confidential and
> >/or proprietary information in the possession of WellStar Health System,
> >Inc. ("WellStar") and is intended only for the individual or entity to
whom
> >addressed.  This email may contain information that is held to be
> >privileged, confidential and exempt from disclosure under applicable law.
> >If the reader of this message is not the intended recipient, you are
hereby
> >notified that any unauthorized access, dissemination, distribution or
> >copying of any information from this email is strictly prohibited, and
may
> >subject you to criminal and/or civil liability. If you have received this
> >email in error, please notify the sender by reply email and then delete
> >this email and its attachments from your computer. Thank you.
> >
> >
> >
> >
> >
> >
>
>
> _
> Send and receive Hotmail on your mobile device: http://mobile.msn.com




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=34118&t=34090
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: frame relay question [7:34090]

2002-02-01 Thread Patrick Ramsey

well, if you really need 90mb, then the best thing to do would be to inverse
mux on your end and have the telco muc them on yoru end... (2 ds3's)

then you would have a 90mb frame pipe to bring remote site into.

-Patrick

>>> "Yatou Wu"  02/01/02 02:08PM >>>
thanks for your reply. sorry that I didn't make my question clear.

Actually what I want to know is that, if the port speed requirment to every 
remote site is 28mb, then the aggregate port speed requirement in central 
site would be 84mb. should I order 2 T3 access circuits or 3 at the central 
site? if 2, how can i config the 3 DLCI across the 2 T3 circuits? because 
there would be 1 DLCI needed to be split between the 2 T3 circuits.

thanks again!

Yatou


>From: "Patrick Ramsey" 
>To: [EMAIL PROTECTED], [EMAIL PROTECTED] 
>Subject: Re: frame relay question [7:34090]
>Date: Fri, 01 Feb 2002 13:41:34 -0500
>
>I usually use the 1 to 8 rule  for every 8mb you think you need, order 
>1
>
>Will each facility be pumping a solid 14mb across the wan all day long?
>
>If so, one ds3 (45mb) will suffice at the HQthen purchase shaped DS3  
>circuits for the WAN... (15mb shape)
>
>-Patrick
>
> >>> "Yatou Wu"  02/01/02 01:20PM >>>
>Hi,
>
>if there are one central site and three remote sites. all the remote sites
>need to connect to the central site. now I need to decide the access 
>circuit
>and port speed for the central site. the CIR requirement are following:
>
>Remote site A: 14M
>Remote site B: 14M
>Remote site C: 14M
>
>how many T3 access Circuits and ports are needed for the central sites?
>
>any advise is highly appreciated!
>
>yatou
>
>
>_
>Join the worlds largest e-mail service with MSN Hotmail.
>http://www.hotmail.com 
> >>>>>>>>>>>>>  Confidentiality Disclaimer   This email and any files
transmitted with it may contain confidential and
>/or proprietary information in the possession of WellStar Health System, 
>Inc. ("WellStar") and is intended only for the individual or entity to whom 
>addressed.  This email may contain information that is held to be 
>privileged, confidential and exempt from disclosure under applicable law. 
>If the reader of this message is not the intended recipient, you are hereby 
>notified that any unauthorized access, dissemination, distribution or 
>copying of any information from this email is strictly prohibited, and may 
>subject you to criminal and/or civil liability. If you have received this 
>email in error, please notify the sender by reply email and then delete 
>this email and its attachments from your computer. Thank you.
>
>
>
>
>
>


_
Send and receive Hotmail on your mobile device: http://mobile.msn.com 




>>>>>>>>>>>>>  Confidentiality Disclaimer   <<<<<<<<<<<<<<<<
This email and any files transmitted with it may contain confidential and
/or proprietary information in the possession of WellStar Health System,
Inc. ("WellStar") and is intended only for the individual or entity to whom
addressed.  This email may contain information that is held to be
privileged, confidential and exempt from disclosure under applicable law. If
the reader of this message is not the intended recipient, you are hereby
notified that any unauthorized access, dissemination, distribution or
copying of any information from this email is strictly prohibited, and may
subject you to criminal and/or civil liability. If you have received this
email in error, please notify the sender by reply email and then delete this
email and its attachments from your computer. Thank you.






Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=34120&t=34090
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: frame relay question [7:34090]

2002-02-01 Thread Patrick Ramsey

ouch!

we have no such restrictions here in Atlanta!  :)

>>> "Chuck Larrieu"  02/01/02 02:34PM >>>
Some telcos have some basic oversubscription requirements, designed more so
that they can sell you more bandwidth than as a real practical requirement.

Here in California, for example, the local telco permits no more than a 2
for 1 oversubscription.

So if you have 20 spokes, each at 256K CIR, then you MUST have a minimum
2.56 megabit CIR at your center ( fractional DS3 or ATM ), for example.

I believe the reasoning is that the telco does not want a lot of calls
complaining about their circuits when the problem is overutilization of
bandwidth. And they want to sell you more, of course. ;->

Chuck


""Patrick Ramsey""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I usually use the 1 to 8 rule  for every 8mb you think you need, order
1
>
> Will each facility be pumping a solid 14mb across the wan all day long?
>
> If so, one ds3 (45mb) will suffice at the HQthen purchase shaped DS3
> circuits for the WAN... (15mb shape)
>
> -Patrick
>
> >>> "Yatou Wu"  02/01/02 01:20PM >>>
> Hi,
>
> if there are one central site and three remote sites. all the remote sites
> need to connect to the central site. now I need to decide the access
circuit
> and port speed for the central site. the CIR requirement are following:
>
> Remote site A: 14M
> Remote site B: 14M
> Remote site C: 14M
>
> how many T3 access Circuits and ports are needed for the central sites?
>
> any advise is highly appreciated!
>
> yatou
>
>
> _
> Join the worlds largest e-mail service with MSN Hotmail.
> http://www.hotmail.com 
> >  Confidentiality DisclaimerThis email and any files
transmitted with it may contain confidential and
> /or proprietary information in the possession of WellStar Health System,
> Inc. ("WellStar") and is intended only for the individual or entity to
whom
> addressed.  This email may contain information that is held to be
> privileged, confidential and exempt from disclosure under applicable law.
If
> the reader of this message is not the intended recipient, you are hereby
> notified that any unauthorized access, dissemination, distribution or
> copying of any information from this email is strictly prohibited, and may
> subject you to criminal and/or civil liability. If you have received this
> email in error, please notify the sender by reply email and then delete
this
> email and its attachments from your computer. Thank you.
>
> 
>  Confidentiality Disclaimer   
This email and any files transmitted with it may contain confidential and
/or proprietary information in the possession of WellStar Health System,
Inc. ("WellStar") and is intended only for the individual or entity to whom
addressed.  This email may contain information that is held to be
privileged, confidential and exempt from disclosure under applicable law. If
the reader of this message is not the intended recipient, you are hereby
notified that any unauthorized access, dissemination, distribution or
copying of any information from this email is strictly prohibited, and may
subject you to criminal and/or civil liability. If you have received this
email in error, please notify the sender by reply email and then delete this
email and its attachments from your computer. Thank you.






Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=34121&t=34090
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: frame relay question [7:34090]

2002-02-01 Thread Chuck Larrieu

of course it's fine to oversubscribe like that ( except maybe in a busy VoIP
environment )

but that doesn't help the telco bottom line ;->

Chuck


""McCallum, Robert""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I have seen circuits built and have been working absolutely perfectly with
> 5:1 contention.  For this scenario I would easily suggest a 2 or 3:1
> contention.  Lets face it what are the chances of the three buildings
> loading 14 MB each at the same time???  I say nil
>
> -Original Message-
> From: Chuck Larrieu [mailto:[EMAIL PROTECTED]]
> Sent: 01 February 2002 19:34
> To: [EMAIL PROTECTED]
> Subject: Re: frame relay question [7:34090]
>
>
> Some telcos have some basic oversubscription requirements, designed more
so
> that they can sell you more bandwidth than as a real practical
requirement.
>
> Here in California, for example, the local telco permits no more than a 2
> for 1 oversubscription.
>
> So if you have 20 spokes, each at 256K CIR, then you MUST have a minimum
> 2.56 megabit CIR at your center ( fractional DS3 or ATM ), for example.
>
> I believe the reasoning is that the telco does not want a lot of calls
> complaining about their circuits when the problem is overutilization of
> bandwidth. And they want to sell you more, of course. ;->
>
> Chuck
>
>
> ""Patrick Ramsey""  wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > I usually use the 1 to 8 rule  for every 8mb you think you need,
order
> 1
> >
> > Will each facility be pumping a solid 14mb across the wan all day long?
> >
> > If so, one ds3 (45mb) will suffice at the HQthen purchase shaped DS3
> > circuits for the WAN... (15mb shape)
> >
> > -Patrick
> >
> > >>> "Yatou Wu"  02/01/02 01:20PM >>>
> > Hi,
> >
> > if there are one central site and three remote sites. all the remote
sites
> > need to connect to the central site. now I need to decide the access
> circuit
> > and port speed for the central site. the CIR requirement are following:
> >
> > Remote site A: 14M
> > Remote site B: 14M
> > Remote site C: 14M
> >
> > how many T3 access Circuits and ports are needed for the central sites?
> >
> > any advise is highly appreciated!
> >
> > yatou
> >
> >
> > _
> > Join the worlds largest e-mail service with MSN Hotmail.
> > http://www.hotmail.com
> > >>>>>>>>>>>>>  Confidentiality DisclaimerThis email and any files
> transmitted with it may contain confidential and
> > /or proprietary information in the possession of WellStar Health System,
> > Inc. ("WellStar") and is intended only for the individual or entity to
> whom
> > addressed.  This email may contain information that is held to be
> > privileged, confidential and exempt from disclosure under applicable
law.
> If
> > the reader of this message is not the intended recipient, you are hereby
> > notified that any unauthorized access, dissemination, distribution or
> > copying of any information from this email is strictly prohibited, and
may
> > subject you to criminal and/or civil liability. If you have received
this
> > email in error, please notify the sender by reply email and then delete
> this
> > email and its attachments from your computer. Thank you.
> >
> > 




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=34119&t=34090
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: frame relay question [7:34090]

2002-02-01 Thread Yatou Wu

14MB is the CIR and 28MB is the port speed. Normally we assume that the port 
speed should be double of the CIR, which might not be right.

for the remote site, if CIR is 14MB(actually what we can get is 15MB), the 
port speed we can get from the vendor is 45MB. so every remote site needs a 
DS3 access circuit.

the numbers here are all assumptions. but it presents a question I have. for 
the central site, the aggregate port speed is less than 2 DS3, but how can 
you assign those DLSIs to the 2 DS3 access circuits?


>From: "John Neiberger" 
>To: , 
>Subject: Re: frame relay question [7:34090]
>Date: Fri, 01 Feb 2002 12:35:54 -0700
>
>Where did you get 28MB from?  In your original email you said that each
>location needs 14 MB.  Are you taking into account that the circuit is
>full duplex and adding the input and output rates together? If so, that
>is not necessary.
>
>If you have three remote sites with 15MB fractional DS3 frame relay
>service (assuming you can get that from your provider) then you only
>need a single DS3 at your central location, again assuming that your
>provider offers a frame relay DS3.
>
>John
>
> >>> "Yatou Wu"  2/1/02 12:07:11 PM >>>
>thanks for your reply. sorry that I didn't make my question clear.
>
>Actually what I want to know is that, if the port speed requirment to
>every
>remote site is 28mb, then the aggregate port speed requirement in
>central
>site would be 84mb. should I order 2 T3 access circuits or 3 at the
>central
>site? if 2, how can i config the 3 DLCI across the 2 T3 circuits?
>because
>there would be 1 DLCI needed to be split between the 2 T3 circuits.
>
>thanks again!
>
>Yatou
>
>
> >From: "Patrick Ramsey"
> >To: [EMAIL PROTECTED], [EMAIL PROTECTED]
> >Subject: Re: frame relay question [7:34090]
> >Date: Fri, 01 Feb 2002 13:41:34 -0500
> >
> >I usually use the 1 to 8 rule  for every 8mb you think you need,
>order
> >1
> >
> >Will each facility be pumping a solid 14mb across the wan all day
>long?
> >
> >If so, one ds3 (45mb) will suffice at the HQthen purchase shaped
>DS3
> >circuits for the WAN... (15mb shape)
> >
> >-Patrick
> >
> > >>> "Yatou Wu"  02/01/02 01:20PM >>>
> >Hi,
> >
> >if there are one central site and three remote sites. all the remote
>sites
> >need to connect to the central site. now I need to decide the access
> >circuit
> >and port speed for the central site. the CIR requirement are
>following:
> >
> >Remote site A: 14M
> >Remote site B: 14M
> >Remote site C: 14M
> >
> >how many T3 access Circuits and ports are needed for the central
>sites?
> >
> >any advise is highly appreciated!
> >
> >yatou
> >
> >
> >_
> >Join the worlds largest e-mail service with MSN Hotmail.
> >http://www.hotmail.com
> > >>>>>>>>>>>>>  Confidentiality Disclaimer   This email and any files
>transmitted with it may contain confidential and
> >/or proprietary information in the possession of WellStar Health
>System,
> >Inc. ("WellStar") and is intended only for the individual or entity to
>whom
> >addressed.  This email may contain information that is held to be
> >privileged, confidential and exempt from disclosure under applicable
>law.
> >If the reader of this message is not the intended recipient, you are
>hereby
> >notified that any unauthorized access, dissemination, distribution or
>
> >copying of any information from this email is strictly prohibited, and
>may
> >subject you to criminal and/or civil liability. If you have received
>this
> >email in error, please notify the sender by reply email and then
>delete
> >this email and its attachments from your computer. Thank you.
> >
> >
> >
> >
> >
> >
>
>
>_
>Send and receive Hotmail on your mobile device: http://mobile.msn.com
_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=34126&t=34090
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: frame relay question [7:34090]

2002-02-01 Thread Yatou Wu

thanks for your reply. would you please explain more? sorry for asking 
because I am new to the networking field.

yatou

>From: "Patrick Ramsey" 
>To: [EMAIL PROTECTED], [EMAIL PROTECTED]
>Subject: Re: frame relay question [7:34090]
>Date: Fri, 01 Feb 2002 15:33:42 -0500
>
>well, if you really need 90mb, then the best thing to do would be to 
>inverse mux on your end and have the telco muc them on yoru end... (2 
>ds3's)
>
>then you would have a 90mb frame pipe to bring remote site into.
>
>-Patrick
>
> >>> "Yatou Wu"  02/01/02 02:08PM >>>
>thanks for your reply. sorry that I didn't make my question clear.
>
>Actually what I want to know is that, if the port speed requirment to every
>remote site is 28mb, then the aggregate port speed requirement in central
>site would be 84mb. should I order 2 T3 access circuits or 3 at the central
>site? if 2, how can i config the 3 DLCI across the 2 T3 circuits? because
>there would be 1 DLCI needed to be split between the 2 T3 circuits.
>
>thanks again!
>
>Yatou
>
>
> >From: "Patrick Ramsey" 
> >To: [EMAIL PROTECTED], [EMAIL PROTECTED]
> >Subject: Re: frame relay question [7:34090]
> >Date: Fri, 01 Feb 2002 13:41:34 -0500
> >
> >I usually use the 1 to 8 rule  for every 8mb you think you need, 
>order
> >1
> >
> >Will each facility be pumping a solid 14mb across the wan all day long?
> >
> >If so, one ds3 (45mb) will suffice at the HQthen purchase shaped DS3
> >circuits for the WAN... (15mb shape)
> >
> >-Patrick
> >
> > >>> "Yatou Wu"  02/01/02 01:20PM >>>
> >Hi,
> >
> >if there are one central site and three remote sites. all the remote 
>sites
> >need to connect to the central site. now I need to decide the access
> >circuit
> >and port speed for the central site. the CIR requirement are following:
> >
> >Remote site A: 14M
> >Remote site B: 14M
> >Remote site C: 14M
> >
> >how many T3 access Circuits and ports are needed for the central sites?
> >
> >any advise is highly appreciated!
> >
> >yatou
> >
> >
> >_
> >Join the worlds largest e-mail service with MSN Hotmail.
> >http://www.hotmail.com
> > >>>>>>>>>>>>>  Confidentiality Disclaimer>This email and any files
transmitted with it may contain confidential and
> >/or proprietary information in the possession of WellStar Health System,
> >Inc. ("WellStar") and is intended only for the individual or entity to 
>whom
> >addressed.  This email may contain information that is held to be
> >privileged, confidential and exempt from disclosure under applicable law.
> >If the reader of this message is not the intended recipient, you are 
>hereby
> >notified that any unauthorized access, dissemination, distribution or
> >copying of any information from this email is strictly prohibited, and 
>may
> >subject you to criminal and/or civil liability. If you have received this
> >email in error, please notify the sender by reply email and then delete
> >this email and its attachments from your computer. Thank you.
> >
> >
> >
> >
> >
> >
>
>
>_
>Send and receive Hotmail on your mobile device: http://mobile.msn.com
>
>
>
>
> >>>>>>>>>>>>>  Confidentiality Disclaimer   This email and any files
transmitted with it may contain confidential and
>/or proprietary information in the possession of WellStar Health System, 
>Inc. ("WellStar") and is intended only for the individual or entity to whom 
>addressed.  This email may contain information that is held to be 
>privileged, confidential and exempt from disclosure under applicable law. 
>If the reader of this message is not the intended recipient, you are hereby 
>notified that any unauthorized access, dissemination, distribution or 
>copying of any information from this email is strictly prohibited, and may 
>subject you to criminal and/or civil liability. If you have received this 
>email in error, please notify the sender by reply email and then delete 
>this email and its attachments from your computer. Thank you.
>
>
>
>
>
>


_
Send and receive Hotmail on your mobile device: http://mobile.msn.com




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=34128&t=34090
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: frame relay question [7:34090]

2002-02-01 Thread Chuck Larrieu

each remote has two DLCI's - one to the first T3, one to the second. you use
load sharing to balance traffic across the links.

OR

a couple of folks have suggested muxing multiple T3's at your host site. In
the environment you describe, you should have no problem getting your telco
to work with you. doing so would eliminate the need for two pvc's from each
remote.

HTH

Chuck


""Yatou Wu""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> 14MB is the CIR and 28MB is the port speed. Normally we assume that the
port
> speed should be double of the CIR, which might not be right.
>
> for the remote site, if CIR is 14MB(actually what we can get is 15MB), the
> port speed we can get from the vendor is 45MB. so every remote site needs
a
> DS3 access circuit.
>
> the numbers here are all assumptions. but it presents a question I have.
for
> the central site, the aggregate port speed is less than 2 DS3, but how can
> you assign those DLSIs to the 2 DS3 access circuits?
>
>
> >From: "John Neiberger"
> >To: ,
> >Subject: Re: frame relay question [7:34090]
> >Date: Fri, 01 Feb 2002 12:35:54 -0700
> >
> >Where did you get 28MB from?  In your original email you said that each
> >location needs 14 MB.  Are you taking into account that the circuit is
> >full duplex and adding the input and output rates together? If so, that
> >is not necessary.
> >
> >If you have three remote sites with 15MB fractional DS3 frame relay
> >service (assuming you can get that from your provider) then you only
> >need a single DS3 at your central location, again assuming that your
> >provider offers a frame relay DS3.
> >
> >John
> >
> > >>> "Yatou Wu"  2/1/02 12:07:11 PM >>>
> >thanks for your reply. sorry that I didn't make my question clear.
> >
> >Actually what I want to know is that, if the port speed requirment to
> >every
> >remote site is 28mb, then the aggregate port speed requirement in
> >central
> >site would be 84mb. should I order 2 T3 access circuits or 3 at the
> >central
> >site? if 2, how can i config the 3 DLCI across the 2 T3 circuits?
> >because
> >there would be 1 DLCI needed to be split between the 2 T3 circuits.
> >
> >thanks again!
> >
> >Yatou
> >
> >
> > >From: "Patrick Ramsey"
> > >To: [EMAIL PROTECTED], [EMAIL PROTECTED]
> > >Subject: Re: frame relay question [7:34090]
> > >Date: Fri, 01 Feb 2002 13:41:34 -0500
> > >
> > >I usually use the 1 to 8 rule  for every 8mb you think you need,
> >order
> > >1
> > >
> > >Will each facility be pumping a solid 14mb across the wan all day
> >long?
> > >
> > >If so, one ds3 (45mb) will suffice at the HQthen purchase shaped
> >DS3
> > >circuits for the WAN... (15mb shape)
> > >
> > >-Patrick
> > >
> > > >>> "Yatou Wu"  02/01/02 01:20PM >>>
> > >Hi,
> > >
> > >if there are one central site and three remote sites. all the remote
> >sites
> > >need to connect to the central site. now I need to decide the access
> > >circuit
> > >and port speed for the central site. the CIR requirement are
> >following:
> > >
> > >Remote site A: 14M
> > >Remote site B: 14M
> > >Remote site C: 14M
> > >
> > >how many T3 access Circuits and ports are needed for the central
> >sites?
> > >
> > >any advise is highly appreciated!
> > >
> > >yatou
> > >
> > >
> > >_
> > >Join the worlds largest e-mail service with MSN Hotmail.
> > >http://www.hotmail.com
> > > >>>>>>>>>>>>>  Confidentiality Disclaimer   This email and any files
> >transmitted with it may contain confidential and
> > >/or proprietary information in the possession of WellStar Health
> >System,
> > >Inc. ("WellStar") and is intended only for the individual or entity to
> >whom
> > >addressed.  This email may contain information that is held to be
> > >privileged, confidential and exempt from disclosure under applicable
> >law.
> > >If the reader of this message is not the intended recipient, you are
> >hereby
> > >notified that any unauthorized access, dissemination, distribution or
> >
> > >copying of any information from this email is strictly prohibited, and
> >ma

Re: frame relay question [7:34090]

2002-02-02 Thread MADMAN

Another important factor is where the sites are located.   congestion is most
prevelant in the
NNI's.

"McCallum, Robert" wrote:

> I have seen circuits built and have been working absolutely perfectly with
> 5:1 contention.  For this scenario I would easily suggest a 2 or 3:1
> contention.  Lets face it what are the chances of the three buildings
> loading 14 MB each at the same time???  I say nil
>
> -Original Message-
> From: Chuck Larrieu [mailto:[EMAIL PROTECTED]]
> Sent: 01 February 2002 19:34
> To: [EMAIL PROTECTED]
> Subject: Re: frame relay question [7:34090]
>
> Some telcos have some basic oversubscription requirements, designed more so
> that they can sell you more bandwidth than as a real practical requirement.
>
> Here in California, for example, the local telco permits no more than a 2
> for 1 oversubscription.
>
> So if you have 20 spokes, each at 256K CIR, then you MUST have a minimum
> 2.56 megabit CIR at your center ( fractional DS3 or ATM ), for example.
>
> I believe the reasoning is that the telco does not want a lot of calls
> complaining about their circuits when the problem is overutilization of
> bandwidth. And they want to sell you more, of course. ;->
>
> Chuck
>
> ""Patrick Ramsey""  wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > I usually use the 1 to 8 rule  for every 8mb you think you need,
order
> 1
> >
> > Will each facility be pumping a solid 14mb across the wan all day long?
> >
> > If so, one ds3 (45mb) will suffice at the HQthen purchase shaped DS3
> > circuits for the WAN... (15mb shape)
> >
> > -Patrick
> >
> > >>> "Yatou Wu"  02/01/02 01:20PM >>>
> > Hi,
> >
> > if there are one central site and three remote sites. all the remote
sites
> > need to connect to the central site. now I need to decide the access
> circuit
> > and port speed for the central site. the CIR requirement are following:
> >
> > Remote site A: 14M
> > Remote site B: 14M
> > Remote site C: 14M
> >
> > how many T3 access Circuits and ports are needed for the central sites?
> >
> > any advise is highly appreciated!
> >
> > yatou
> >
> >
> > _
> > Join the worlds largest e-mail service with MSN Hotmail.
> > http://www.hotmail.com
> > >>>>>>>>>>>>>  Confidentiality DisclaimerThis email and any files
> transmitted with it may contain confidential and
> > /or proprietary information in the possession of WellStar Health System,
> > Inc. ("WellStar") and is intended only for the individual or entity to
> whom
> > addressed.  This email may contain information that is held to be
> > privileged, confidential and exempt from disclosure under applicable law.
> If
> > the reader of this message is not the intended recipient, you are hereby
> > notified that any unauthorized access, dissemination, distribution or
> > copying of any information from this email is strictly prohibited, and
may
> > subject you to criminal and/or civil liability. If you have received this
> > email in error, please notify the sender by reply email and then delete
> this
> > email and its attachments from your computer. Thank you.
> >
> > 
--
David Madland
CCIE# 2016
Sr. Network Engineer
Qwest Communications Inc.
612-664-3367
[EMAIL PROTECTED]




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=34207&t=34090
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Frame Relay question. [7:26819]

2001-11-20 Thread VoIP Guy

The wan provider maps the DLCI to the IP of the FR switch at the opposite
end through special tables..  Furthermore, the Frame Relay header is stipped
off when entering the cloud and travels around via regualr IP or ATM, etc.
The FR header is then put back on once it reached the opposite FR switch.
They police your speed with CAR.


""]hsan Turkmen""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi..
> Assume that I have several routers attached to a "FR Cloud" and  they are
> already communicating with each other. Now, one of you (who reads this
> subject) wants to build up a new connection between one of his routers and
> mine. Since there is a common network between us, each router attached to
> that cloud has to have a unique identifier. Using this identifier, anybody
> should be able to set-up a PVC or a SVC to another persons router (if he
is
> granted,of course) anytime.
>
> Now , here is (are) the question(s).*  I have not seen such an
> identifier during the configuration of FR circuits  *. Don't tell me
> that DLCI is the identifier, because it has no global significance, but
just
> a local parameter. In this case, how is a FR packet switched inside this
> common FR cloud.? Don't we have to worry about configuring PVC s, because
> this is (is it really) done by Telco?. If so, how do we set up SVCs then?
> What kind of a header does a FR packet have. How does a FR switch tell my
> packet from those of others.?
>
> I would very much appreciate your enlightment . Just give me a clue, no
> details needed. Thanks in advance.




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=26847&t=26819
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Frame Relay Question [7:31210]

2002-01-07 Thread Scott Nawalaniec

Hi Matt,

You are correct...The DLCI is being learned from the frame-relay
switch...You don't have it configured so it will show up under the unused
column when the sho fram pvc command. Did you order the pvc and haven't
configured it or assigned it to an interface/sub-interface? Or the provider
assigned it to a wrong dlci which I just had happened last week and the week
before.

HTH,


Scott

-Original Message-
From: matt [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 07, 2002 1:53 PM
To: [EMAIL PROTECTED]
Subject: Frame Relay Question [7:31210]


So...I am looking at some frame links that a co-worker
brought up not long ago.  I issue a "show frame-relay
pvc" command and notice that there are 3 dlci's being
seen by the router yet there are only 2 circuits.  The
3rd "unknown" dlci is listed as being unused.  So, I
look through the config some more and confirm that the
3rd dlci is not defined anywhere in the config.  I am
guessing my router is learning this dlci from the
providers frame switch??  But why?

Feel free to correct me if I am wrong...and thanks in
advance for the help.

matt


__
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=31214&t=31210
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Frame Relay Question [7:31210]

2002-01-07 Thread MADMAN

Yes it definately could have been learned from the provider or you had
it configured on your router at some point and later took it out of your
config.  It the second case is true a reload will get rid of it.  Does
it claim to be learned dynamically??

  Dave

matt wrote:
> 
> So...I am looking at some frame links that a co-worker
> brought up not long ago.  I issue a "show frame-relay
> pvc" command and notice that there are 3 dlci's being
> seen by the router yet there are only 2 circuits.  The
> 3rd "unknown" dlci is listed as being unused.  So, I
> look through the config some more and confirm that the
> 3rd dlci is not defined anywhere in the config.  I am
> guessing my router is learning this dlci from the
> providers frame switch??  But why?
> 
> Feel free to correct me if I am wrong...and thanks in
> advance for the help.
> 
> matt
> 
> __
> Do You Yahoo!?
> Send FREE video emails in Yahoo! Mail!
> http://promo.yahoo.com/videomail/
-- 
David Madland
Sr. Network Engineer
CCIE# 2016
Qwest Communications Int. Inc.
[EMAIL PROTECTED]
612-664-3367

"Emotion should reflect reason not guide it"




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=31217&t=31210
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Frame Relay Question [7:31210]

2002-01-07 Thread matt

Thanks to everyone for their replies.  As it turns
outseems to be a screw up on the provider's part. 
Thanks everyone for keeping me sane.

matt



--- "[EMAIL PROTECTED]"
 wrote:
> Because your provider has defined the PVC on their
> switch.
> Why?  A few possibilities spring to mind...
> a) your co-worker put in an incorrect or ambiguous
> order and the provider
> thought you wanted the third PVC
> b) your provider accidentally mis-configured the
> switch, and some other
> organisation may be currently asking them why they
> can't see the PVC that
> they ordered.
> c) somebody else in your organisation ordered the
> third PVC
> d) it's an old PVC and somebody forgot to cancel it
> when it was
> de-configured on the router and no longer required,
> or the provider
> cancelled it but forgot to de-configure it from the
> switch.
> e) any number of similar reasons
> 
> The relative likelihood of these depends partly on
> your organisation - how
> many different teams have their fingers in the pie,
> how complex the network
> is (i.e. how easy it is to accidentally mis-type a
> request), and partly on
> the provider.  If you're sure that the third PVC
> isn't required, chase it
> up with your provider - they should be able to say
> when (if) it was
> ordered.
> 
> JMcL
> 
> - Forwarded by Jenny Mcleod/NSO/CSDA on
> 08/01/2002 09:57 am -
> 
>   
>
> "matt"
>   
> cc:
> Sent by: Subject:   
>  Frame Relay Question
> [7:31210]
>
> nobody@groups
>
> tudy.com
> 
>   
> 
>   
>
> 08/01/2002
> 08:52
> am
>
> Please
> respond
> to
>
> "matt"
> 
>   
> 
>   
> 
> 
> 
> 
> So...I am looking at some frame links that a
> co-worker
> brought up not long ago.  I issue a "show
> frame-relay
> pvc" command and notice that there are 3 dlci's
> being
> seen by the router yet there are only 2 circuits. 
> The
> 3rd "unknown" dlci is listed as being unused.  So, I
> look through the config some more and confirm that
> the
> 3rd dlci is not defined anywhere in the config.  I
> am
> guessing my router is learning this dlci from the
> providers frame switch??  But why?
> 
> Feel free to correct me if I am wrong...and thanks
> in
> advance for the help.
> 
> matt
> 
> 
> __
> Do You Yahoo!?
> Send FREE video emails in Yahoo! Mail!
> http://promo.yahoo.com/videomail/
[EMAIL PROTECTED]


__
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=31224&t=31210
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Frame Relay Question [7:31210]

2002-01-08 Thread Patrick Ramsey

what's the unused column?

-Patrick

>>> "Scott Nawalaniec"  01/07/02 05:10PM >>>
Hi Matt,

You are correct...The DLCI is being learned from the frame-relay
switch...You don't have it configured so it will show up under the unused
column when the sho fram pvc command. Did you order the pvc and haven't
configured it or assigned it to an interface/sub-interface? Or the provider
assigned it to a wrong dlci which I just had happened last week and the week
before.

HTH,


Scott

-Original Message-
From: matt [mailto:[EMAIL PROTECTED]] 
Sent: Monday, January 07, 2002 1:53 PM
To: [EMAIL PROTECTED] 
Subject: Frame Relay Question [7:31210]


So...I am looking at some frame links that a co-worker
brought up not long ago.  I issue a "show frame-relay
pvc" command and notice that there are 3 dlci's being
seen by the router yet there are only 2 circuits.  The
3rd "unknown" dlci is listed as being unused.  So, I
look through the config some more and confirm that the
3rd dlci is not defined anywhere in the config.  I am
guessing my router is learning this dlci from the
providers frame switch??  But why?

Feel free to correct me if I am wrong...and thanks in
advance for the help.

matt


__
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=31281&t=31210
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Frame-Relay Question [7:31395]

2002-01-09 Thread Steven A. Ridder

You need to config the CSU/DSU or service-mod to utilize the correct number
of channels on the port, regardless of CIR.  ELMI or traffic-shaping is used
to shape CIR speed.

SO if you orderd a full T1, but only had a 64K circuit (I hope you are using
the other channels for voice or something) you would need to configure the
CSU/DSU or service-mod to use all 24 channels.

--
RFC 1149 Compliant.


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



RE: Frame-Relay Question [7:31395]

2002-01-09 Thread Ole Drews Jensen

Yes,

On the CSU you will have to tell it how many channels it is using. If you
currently have 256 kbps, the CSU will have 4 channels (4x64kbps=256kbps)
assigned to the Frame Relay connection. If you wish to expand your
connection to 384 kbps, you will need to assign 6 channels instead of 4.

If the CSU is built into the Cisco router, you will use the command:

service-module t1 timeslots 1-6

under the interface configuration to assign the first 6 channels.

If the CSU is a stand-alone, you will need to read the manual to figure that
out.

On the Router you don't really have to do anything, unless you're using
dynamic routing protocols that are utilizing the bandwidth in order to
deside the route. If that's the case, you will need to change the bandwidth
on the interface.

The command to use on the interface is:

bandwidth 384000

for 384kbps.

If you have any problems, you can send me your current config, and I can
tell you where to change what.

Hth,

Ole

~~~
 Ole Drews Jensen
 Systems Network Manager
 CCNP, MCSE, MCP+I
 RWR Enterprises, Inc.
 [EMAIL PROTECTED]
~~~ 
 http://www.RouterChief.com
~~~
 NEED A JOB ???
 http://www.oledrews.com/job
~~~


-Original Message-
From: James [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 09, 2002 9:55 AM
To: [EMAIL PROTECTED]
Subject: Frame-Relay Question [7:31395]


Hello,

This might be a simple/rehashed question. I appreciate
any feedback from anyone who can comment on this..
If you were to order a higher guaranteed rate /port
speed on an existing frame-relay connection, for
example a t1 frame-relay, will there be any
configurations needed on the router or CSU ? Assuming
straight on Frame-Relay config. Any info is greatly
appreciated..

Thanks

__
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=31403&t=31395
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Frame-Relay Question [7:31395]

2002-01-09 Thread Bill Carter

No.  The CSU still runs with the T-1 configuration.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
James
Sent: Wednesday, January 09, 2002 9:55 AM
To: [EMAIL PROTECTED]
Subject: Frame-Relay Question [7:31395]


Hello,

This might be a simple/rehashed question. I appreciate
any feedback from anyone who can comment on this..
If you were to order a higher guaranteed rate /port
speed on an existing frame-relay connection, for
example a t1 frame-relay, will there be any
configurations needed on the router or CSU ? Assuming
straight on Frame-Relay config. Any info is greatly
appreciated..

Thanks

__
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=31408&t=31395
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Frame-Relay Question [7:31395]

2002-01-09 Thread MADMAN

Only if you adding channels to a frac T1 but nothing for a CIR change.

  Dave

James wrote:
> 
> Hello,
> 
> This might be a simple/rehashed question. I appreciate
> any feedback from anyone who can comment on this..
> If you were to order a higher guaranteed rate /port
> speed on an existing frame-relay connection, for
> example a t1 frame-relay, will there be any
> configurations needed on the router or CSU ? Assuming
> straight on Frame-Relay config. Any info is greatly
> appreciated..
> 
> Thanks
> 
> __
> Do You Yahoo!?
> Send FREE video emails in Yahoo! Mail!
> http://promo.yahoo.com/videomail/
-- 
David Madland
Sr. Network Engineer
CCIE# 2016
Qwest Communications Int. Inc.
[EMAIL PROTECTED]
612-664-3367

"Emotion should reflect reason not guide it"




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=31412&t=31395
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Frame-Relay Question [7:31395]

2002-01-09 Thread Ole Drews Jensen

I apologize - I did not read the question word by word.

If you only make changes to the CIR, there will be no changes necessary.

Ole

~~~
 Ole Drews Jensen
 Systems Network Manager
 CCNP, MCSE, MCP+I
 RWR Enterprises, Inc.
 [EMAIL PROTECTED]
~~~ 
 http://www.RouterChief.com
~~~
 NEED A JOB ???
 http://www.oledrews.com/job
~~~


-Original Message-
From: MADMAN [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 09, 2002 10:54 AM
To: [EMAIL PROTECTED]
Subject: Re: Frame-Relay Question [7:31395]


Only if you adding channels to a frac T1 but nothing for a CIR change.

  Dave

James wrote:
> 
> Hello,
> 
> This might be a simple/rehashed question. I appreciate
> any feedback from anyone who can comment on this..
> If you were to order a higher guaranteed rate /port
> speed on an existing frame-relay connection, for
> example a t1 frame-relay, will there be any
> configurations needed on the router or CSU ? Assuming
> straight on Frame-Relay config. Any info is greatly
> appreciated..
> 
> Thanks
> 
> __
> Do You Yahoo!?
> Send FREE video emails in Yahoo! Mail!
> http://promo.yahoo.com/videomail/
-- 
David Madland
Sr. Network Engineer
CCIE# 2016
Qwest Communications Int. Inc.
[EMAIL PROTECTED]
612-664-3367

"Emotion should reflect reason not guide it"




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=31419&t=31395
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Frame-Relay Question [7:31395]

2002-01-09 Thread James

Ole

Thanks for the info. What I was wondering is that the
stated/physical speed might be let's say 128K but the
guaranteed rate may be less that that. That brings me
to my next question, a 128K Frame Relay mean you get
Full 128K speed ? According to what I read, in
frame-relay, the Telco will set your actual port speed
to less that what you have ordered. They have a
statement in your order sheet informing you of the
guaranteed rate (which is less than what you have
ordered). That is what confusing me..


--- Ole Drews Jensen  wrote:
> Yes,
> 
> On the CSU you will have to tell it how many
> channels it is using. If you
> currently have 256 kbps, the CSU will have 4
> channels (4x64kbps=256kbps)
> assigned to the Frame Relay connection. If you wish
> to expand your
> connection to 384 kbps, you will need to assign 6
> channels instead of 4.
> 
> If the CSU is built into the Cisco router, you will
> use the command:
> 
>   service-module t1 timeslots 1-6
> 
> under the interface configuration to assign the
> first 6 channels.
> 
> If the CSU is a stand-alone, you will need to read
> the manual to figure that
> out.
> 
> On the Router you don't really have to do anything,
> unless you're using
> dynamic routing protocols that are utilizing the
> bandwidth in order to
> deside the route. If that's the case, you will need
> to change the bandwidth
> on the interface.
> 
> The command to use on the interface is:
> 
>   bandwidth 384000
> 
> for 384kbps.
> 
> If you have any problems, you can send me your
> current config, and I can
> tell you where to change what.
> 
> Hth,
> 
> Ole
> 
> ~~~
>  Ole Drews Jensen
>  Systems Network Manager
>  CCNP, MCSE, MCP+I
>  RWR Enterprises, Inc.
>  [EMAIL PROTECTED]
> ~~~ 
>  http://www.RouterChief.com
> ~~~
>  NEED A JOB ???
>  http://www.oledrews.com/job
> ~~~
> 
> 
> -Original Message-
> From: James [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 09, 2002 9:55 AM
> To: [EMAIL PROTECTED]
> Subject: Frame-Relay Question [7:31395]
> 
> 
> Hello,
> 
> This might be a simple/rehashed question. I
> appreciate
> any feedback from anyone who can comment on this..
> If you were to order a higher guaranteed rate /port
> speed on an existing frame-relay connection, for
> example a t1 frame-relay, will there be any
> configurations needed on the router or CSU ?
> Assuming
> straight on Frame-Relay config. Any info is greatly
> appreciated..
> 
> Thanks
> 
> __
> Do You Yahoo!?
> Send FREE video emails in Yahoo! Mail!
> http://promo.yahoo.com/videomail/
[EMAIL PROTECTED]


__
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=31417&t=31395
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Frame relay Question [7:32429]

2002-01-18 Thread Andrew Larkins

Could be the DLCI's setup wrong.  My clients point to multipoint works
perfectly

-Original Message-
From: Omer Ehsan Dar [mailto:[EMAIL PROTECTED]]
Sent: 18 January 2002 15:05 PM
To: [EMAIL PROTECTED]
Subject: Frame relay Question [7:32429]


Hi all,
I have got a query a company is running a 128K bandwidth Frame Relay
network. They have upgraded to 256K but they are having trouble running
Point to Multipoint connections. But Point to Point work fine. what is
the reason?
Any Help will be appreciated
Omer




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=32431&t=32429
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Frame relay Question [7:32429]

2002-01-18 Thread MADMAN

Probably a conifguration issue.  Point to point is a better option,
IMHO, anyway so  if I were you I would suggest they configure all the
links p-p.

  Dave

Omer Ehsan Dar wrote:
> 
> Hi all,
> I have got a query a company is running a 128K bandwidth Frame Relay
> network. They have upgraded to 256K but they are having trouble running
> Point to Multipoint connections. But Point to Point work fine. what is
> the reason?
> Any Help will be appreciated
> Omer
-- 
David Madland
Sr. Network Engineer
CCIE# 2016
Qwest Communications Int. Inc.
[EMAIL PROTECTED]
612-664-3367

"Emotion should reflect reason not guide it"




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=32450&t=32429
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Frame Relay question [7:65659]

2003-03-18 Thread g mh
can your message be detail moreDeVoe, Charles (PKI) wrote:



Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=65714&t=65659
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]


Re: frame relay question [7:47498]

2002-06-26 Thread Steven A. Ridder

The Telco's usually provide the DLCI.  They provide two separate DLCI's, one
for each side.  Then they map the DLCI to the other DLCI, usually over ATM
PVC's, but it could be IP as well.

Steve

""GEORGE""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I have a newbie question, regarding frame-relay. When I order a frame
> relay circuit for two locations
> Do the telco provide the dlci? Or I make it up? Once the frame relay is
> installed on both locations I guess using the dlci numbers it makes the
> connection , besides the ip and all other stuff
> Can someone explain it please
> thanks




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=47499&t=47498
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: frame relay question [7:47498]

2002-06-26 Thread Chuck

good questions.

in theory, you may request any dlci you wish, so long as it is in the legal
range for the carrier. this would be numbers 16 through 996? for some, or
through 1004? for others

in fact, if you have a good rapport with your carrier, and they in turn have
their act together, this is common practice.

OTOH, in my experience, telcos just want to get the work done, and they will
configure the dlci starting with 16 because it's easy to remember. the
switch techs just bang out their configs with no conscious thought
intervention.

if you have nothing fancy going on ( and it appears you don't ) the only
required configuration on your router is setting the frame relay
encapsulation, and setting the ip address. at that point the circuit will
come up. you can check this using the show frame pvc, show frame lmi and
show ip interface brief commands. lmi will detect and use the single pvc
with no other tweaks required. if you have multiple pvcs on a circuit, you
would, of course have to use frame map commands, or use point-to-point
subinterfaces in conjunction with the frame interface-dlci command.

best wishes.


""GEORGE""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I have a newbie question, regarding frame-relay. When I order a frame
> relay circuit for two locations
> Do the telco provide the dlci? Or I make it up? Once the frame relay is
> installed on both locations I guess using the dlci numbers it makes the
> connection , besides the ip and all other stuff
> Can someone explain it please
> thanks




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=47500&t=47498
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: frame relay question [7:47498]

2002-06-26 Thread Brian Backer

You can specify the dlci or they can assign.  
I always found it advantageous to specify that way I can
 set ranges for different areas or purposes...


I have a newbie question, regarding frame-relay. When I
 order a frame
relay circuit for two locations
Do the telco provide the dlci? Or I make it up? Once the
 frame relay is
installed on both locations I guess using the dlci numbers
 it makes the
connection , besides the ip and all other stuff
Can someone explain it please
thanks
 [EMAIL PROTECTED]




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=47501&t=47498
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: frame relay question [7:47498]

2002-06-26 Thread Richard Tufaro

either way. You can provide DLCI's or you can have them assigned to you.
They are locally specific. Some companies like having there own range of
DLCI's for admin and management purposes.

>>> "GEORGE"  06/26 2:35 PM >>>
I have a newbie question, regarding frame-relay. When I order a frame
relay circuit for two locations
Do the telco provide the dlci? Or I make it up? Once the frame relay is
installed on both locations I guess using the dlci numbers it makes the
connection , besides the ip and all other stuff
Can someone explain it please
thanks




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=47504&t=47498
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: frame relay question [7:47498]

2002-06-27 Thread Kelly Cobean

You know, this brings up a good question...My company has sites all across
the country, and for every spoke site, we were able to get the exact same
DLCI, and at the hubs, we were able to get a range of DLCI's in increments
of 5 going out to each of the spokes.  How is this possible?  I completely
understand that the DLCI is locally significant, and that it only defines
the connection between the Frame switch and the customer CPE, but what are
the odds of the exact same DLCI on so many different switches being
available?  Maybe there is something relevant to the fact that the carrier's
network is actually using ATM that makes this possible?  Thanks!

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Chuck
Sent: Wednesday, June 26, 2002 3:09 PM
To: [EMAIL PROTECTED]
Subject: Re: frame relay question [7:47498]


good questions.

in theory, you may request any dlci you wish, so long as it is in the legal
range for the carrier. this would be numbers 16 through 996? for some, or
through 1004? for others

in fact, if you have a good rapport with your carrier, and they in turn have
their act together, this is common practice.

OTOH, in my experience, telcos just want to get the work done, and they will
configure the dlci starting with 16 because it's easy to remember. the
switch techs just bang out their configs with no conscious thought
intervention.

if you have nothing fancy going on ( and it appears you don't ) the only
required configuration on your router is setting the frame relay
encapsulation, and setting the ip address. at that point the circuit will
come up. you can check this using the show frame pvc, show frame lmi and
show ip interface brief commands. lmi will detect and use the single pvc
with no other tweaks required. if you have multiple pvcs on a circuit, you
would, of course have to use frame map commands, or use point-to-point
subinterfaces in conjunction with the frame interface-dlci command.

best wishes.


""GEORGE""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I have a newbie question, regarding frame-relay. When I order a frame
> relay circuit for two locations
> Do the telco provide the dlci? Or I make it up? Once the frame relay is
> installed on both locations I guess using the dlci numbers it makes the
> connection , besides the ip and all other stuff
> Can someone explain it please
> thanks




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=47549&t=47498
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: frame relay question [7:47498]

2002-06-27 Thread Leiva, Angel

Having worked building a Carrier's ATM-F/R backbone, I can tell you that the
scenario you posted isn't as unique as it may seem.

First of all, as you stated correctly, DLCIs are locally significant on a
per INTERFACE basis. That concept applies to both, the WAN switch and the
CPE.

Carrier's WAN Switches typically have plenty of INTERFACES (physical ports)
to provision customer PVCs on. Therefore, Carriers can provision as many
DLCI=16 for instance, as F/R interfaces each WAN Switch has.

At the hub location, the Carrier most likely will assign you a brand new
Interface (physical port). Therefore, you the customer, have the entire
range of DLCIs to request from the Carrier (16 through 1007 on Cisco WAN
switches).

There are WAN Switch Module DLCI limitations, depending on what type and
brand of WAN switch Carries use.

At each of the spoke locations, depending on the CIR your particular PVCs
require, the Carrier will either provision your PVC on an existing but
under-utilized Interface (meaning that you may or not get the DLCI you want,
although most likely you'll get what you ask for). Or if your PVC's CIR is
"fat" enough, it will be provisioned on a brand new Interface. Therefore,
you'll get any DLCI you want or ask for, provided that the Carrier's DCLI
policy allows it, and most do I believe.

Now, mapping customer's F/R PVC DLCIs to ATM PVI/VCIs is a whole lot
different beast on its own. But, that doen't have anything to do with
assigning similar DLCIs at the spoke sites.

Hth,

Thanks,

Angel


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Kelly Cobean
Sent: Thursday, June 27, 2002 7:08 AM
To: [EMAIL PROTECTED]
Subject: RE: frame relay question [7:47498]


You know, this brings up a good question...My company has sites all across
the country, and for every spoke site, we were able to get the exact same
DLCI, and at the hubs, we were able to get a range of DLCI's in increments
of 5 going out to each of the spokes.  How is this possible?  I completely
understand that the DLCI is locally significant, and that it only defines
the connection between the Frame switch and the customer CPE, but what are
the odds of the exact same DLCI on so many different switches being
available?  Maybe there is something relevant to the fact that the carrier's
network is actually using ATM that makes this possible?  Thanks!

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Chuck
Sent: Wednesday, June 26, 2002 3:09 PM
To: [EMAIL PROTECTED]
Subject: Re: frame relay question [7:47498]


good questions.

in theory, you may request any dlci you wish, so long as it is in the legal
range for the carrier. this would be numbers 16 through 996? for some, or
through 1004? for others

in fact, if you have a good rapport with your carrier, and they in turn have
their act together, this is common practice.

OTOH, in my experience, telcos just want to get the work done, and they will
configure the dlci starting with 16 because it's easy to remember. the
switch techs just bang out their configs with no conscious thought
intervention.

if you have nothing fancy going on ( and it appears you don't ) the only
required configuration on your router is setting the frame relay
encapsulation, and setting the ip address. at that point the circuit will
come up. you can check this using the show frame pvc, show frame lmi and
show ip interface brief commands. lmi will detect and use the single pvc
with no other tweaks required. if you have multiple pvcs on a circuit, you
would, of course have to use frame map commands, or use point-to-point
subinterfaces in conjunction with the frame interface-dlci command.

best wishes.


""GEORGE""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I have a newbie question, regarding frame-relay. When I order a frame
> relay circuit for two locations
> Do the telco provide the dlci? Or I make it up? Once the frame relay is
> installed on both locations I guess using the dlci numbers it makes the
> connection , besides the ip and all other stuff
> Can someone explain it please
> thanks




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=47563&t=47498
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: frame relay question [7:47498]

2002-06-27 Thread Chuck

to the frame switch, each link can have the exact same dlci. if you have
fooled with using cisco routers as frame switches, you will get the idea how
this is possible. the programming instruction says ( in English ) "any
frames using this port are dlci xx and if they are incoming, send them out
that port as dlci yy"

essentially, a frame PCV is a series of links, each of which has a unique
identifier.

cust_1---dlci_16--port_1_frameswitch_port_2dlci_397---port_7_frameswitch
_port_9---dlci_120cust_1
cust_2---dlci_16--port_3_frameswitch_port_4dlci_397---port_8_frameswitch
_port_8---dlci_120cust_2

the only thing that has to be unique in this situation is the port on the
frame switch. along each link of the pvc, the dlci is unique only to that
link. If any of these links were carrying multiple PVC's then there would be
multiple and unique DLCI's for each PVC on that link.

so yes, from the telco standpoint, it is far easier for the switch tech to
use the same methodology, and far easier for the telco to have some standard
practice. my experience is the telco's really hate it when customers start
asking for unique dlci numbering systems. plus it is likely that it will
take longer for your link to get working right, and you will have to spend
time arguing with the switch tech.



""Kelly Cobean""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> You know, this brings up a good question...My company has sites all across
> the country, and for every spoke site, we were able to get the exact same
> DLCI, and at the hubs, we were able to get a range of DLCI's in increments
> of 5 going out to each of the spokes.  How is this possible?  I completely
> understand that the DLCI is locally significant, and that it only defines
> the connection between the Frame switch and the customer CPE, but what are
> the odds of the exact same DLCI on so many different switches being
> available?  Maybe there is something relevant to the fact that the
carrier's
> network is actually using ATM that makes this possible?  Thanks!
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> Chuck
> Sent: Wednesday, June 26, 2002 3:09 PM
> To: [EMAIL PROTECTED]
> Subject: Re: frame relay question [7:47498]
>
>
> good questions.
>
> in theory, you may request any dlci you wish, so long as it is in the
legal
> range for the carrier. this would be numbers 16 through 996? for some, or
> through 1004? for others
>
> in fact, if you have a good rapport with your carrier, and they in turn
have
> their act together, this is common practice.
>
> OTOH, in my experience, telcos just want to get the work done, and they
will
> configure the dlci starting with 16 because it's easy to remember. the
> switch techs just bang out their configs with no conscious thought
> intervention.
>
> if you have nothing fancy going on ( and it appears you don't ) the only
> required configuration on your router is setting the frame relay
> encapsulation, and setting the ip address. at that point the circuit will
> come up. you can check this using the show frame pvc, show frame lmi and
> show ip interface brief commands. lmi will detect and use the single pvc
> with no other tweaks required. if you have multiple pvcs on a circuit, you
> would, of course have to use frame map commands, or use point-to-point
> subinterfaces in conjunction with the frame interface-dlci command.
>
> best wishes.
>
>
> ""GEORGE""  wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > I have a newbie question, regarding frame-relay. When I order a frame
> > relay circuit for two locations
> > Do the telco provide the dlci? Or I make it up? Once the frame relay is
> > installed on both locations I guess using the dlci numbers it makes the
> > connection , besides the ip and all other stuff
> > Can someone explain it please
> > thanks




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=47578&t=47498
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Frame Relay question ? [7:20590]

2001-09-20 Thread MADMAN

Any IGP will equal cost load share, it's the switching method that's
more important.  You could set up a multilink group which "combines" the
two interface to a multilink interface for example but this does not
give you a 256K link, you still have 2 128K connections.  It's much
easiers and less overhead to simply enable CEF and choose your favorite
loadsharing mechanism, per packet or per destination.

  Dave

mindiani mindiani wrote:
> 
> I have a router that has 2 PVC of 128k the  1st PVC on  serial0 and the 2nd
> PVC on serial1. How can I bundle both PVCs on the router to make 256k. Both
> PVCs are pointing to the same router at the main site.
> 
> _
> Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
-- 
David Madland
Sr. Network Engineer
CCIE# 2016
Qwest Communications Int. Inc.
[EMAIL PROTECTED]
612-664-3367

"Emotion should reflect reason not guide it"




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=20598&t=20590
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: frame relay question [7:20609]

2001-09-20 Thread Ole Drews Jensen

I don't know if this is the problem, but if you have keepalives disabled
with the 'no keepalive' command, the link will stay up even though the PVC
goes down.

A 'show conf' from both routers would help.

Hth,

Ole

~~~
 Ole Drews Jensen
 Systems Network Manager
 CCNA, MCSE, MCP+I
 RWR Enterprises, Inc.
 [EMAIL PROTECTED]
~~~ 
 http://www.RouterChief.com
~~~
 NEED A JOB ???
 http://www.oledrews.com/job
~~~


-Original Message-
From: Jim Bond [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 20, 2001 4:56 PM
To: [EMAIL PROTECTED]
Subject: frame relay question [7:20609]


Hello,

We have AT&T frame line between US and Asia. Sometimes
frame line is not available (therefore ISDN backup
kicked in). But the weird thing is on both side frame
routers, show serial interface says up. I couldn't
ping between the 2 frame routers. Worse, on the syslog
server, the link down was not captured 'cause the
serial were still "up". 

What can I do to collect some fact and data so I can
yell at AT&T?

Thanks in advance.

Jim

__
Terrorist Attacks on U.S. - How can you help?
Donate cash, emergency relief information
http://dailynews.yahoo.com/fc/US/Emergency_Information/




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=20614&t=20609
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: frame relay question [7:20609]

2001-09-20 Thread Jim Bond

Nice try, but no, keepalive is not disabled. By the
way, sometimes, interface will go "down"...


--- Ole Drews Jensen  wrote:
> I don't know if this is the problem, but if you have
> keepalives disabled
> with the 'no keepalive' command, the link will stay
> up even though the PVC
> goes down.
> 
> A 'show conf' from both routers would help.
> 
> Hth,
> 
> Ole
> 
> ~~~
>  Ole Drews Jensen
>  Systems Network Manager
>  CCNA, MCSE, MCP+I
>  RWR Enterprises, Inc.
>  [EMAIL PROTECTED]
> ~~~ 
>  http://www.RouterChief.com
> ~~~
>  NEED A JOB ???
>  http://www.oledrews.com/job
> ~~~
> 
> 
> -Original Message-
> From: Jim Bond [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, September 20, 2001 4:56 PM
> To: [EMAIL PROTECTED]
> Subject: frame relay question [7:20609]
> 
> 
> Hello,
> 
> We have AT&T frame line between US and Asia.
> Sometimes
> frame line is not available (therefore ISDN backup
> kicked in). But the weird thing is on both side
> frame
> routers, show serial interface says up. I couldn't
> ping between the 2 frame routers. Worse, on the
> syslog
> server, the link down was not captured 'cause the
> serial were still "up". 
> 
> What can I do to collect some fact and data so I can
> yell at AT&T?
> 
> Thanks in advance.
> 
> Jim
> 
> __
> Terrorist Attacks on U.S. - How can you help?
> Donate cash, emergency relief information
>
http://dailynews.yahoo.com/fc/US/Emergency_Information/
[EMAIL PROTECTED]


__
Terrorist Attacks on U.S. - How can you help?
Donate cash, emergency relief information
http://dailynews.yahoo.com/fc/US/Emergency_Information/




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=20616&t=20609
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: frame relay question [7:20609]

2001-09-20 Thread [EMAIL PROTECTED]

A PVC going down will not necessarily drop the whole serial interface.
Use the "show frame pvc" command to list your PVCs and their status.  This
command also gives the last time the status changed.
I'm surprised you aren't getting messages about DLCI state changes - we do,
and I don't think we've done anything in particular to enable them - what
are your logging settings?

JMcL
- Forwarded by Jenny Mcleod/NSO/CSDA on 21/09/2001 09:07 am -
   

"Ole
Drews
Jensen"  To:
[EMAIL PROTECTED]
           Subject: RE: frame relay question
[7:20609]
Sent
by:
   
nobody@groups
   
tudy.com
   

   

   
21/09/2001
08:25
am
   
Please
respond
to
"Ole
Drews
   
Jensen"
   

   





I don't know if this is the problem, but if you have keepalives disabled
with the 'no keepalive' command, the link will stay up even though the PVC
goes down.

A 'show conf' from both routers would help.

Hth,

Ole

~~~
 Ole Drews Jensen
 Systems Network Manager
 CCNA, MCSE, MCP+I
 RWR Enterprises, Inc.
 [EMAIL PROTECTED]
~~~
 http://www.RouterChief.com
~~~
 NEED A JOB ???
 http://www.oledrews.com/job
~~~


-Original Message-
From: Jim Bond [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 20, 2001 4:56 PM
To: [EMAIL PROTECTED]
Subject: frame relay question [7:20609]


Hello,

We have AT&T frame line between US and Asia. Sometimes
frame line is not available (therefore ISDN backup
kicked in). But the weird thing is on both side frame
routers, show serial interface says up. I couldn't
ping between the 2 frame routers. Worse, on the syslog
server, the link down was not captured 'cause the
serial were still "up".

What can I do to collect some fact and data so I can
yell at AT&T?

Thanks in advance.

Jim

__
Terrorist Attacks on U.S. - How can you help?
Donate cash, emergency relief information
http://dailynews.yahoo.com/fc/US/Emergency_Information/




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=20624&t=20609
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: frame relay question [7:20609]

2001-09-20 Thread Paul Jin

How often and how long are the outages?

Write down the times that this has happened and call it in and have ATT's
Frame Relay group check the path of your PVC to see if there were any
network related issues.

Things that could have happened are, reroutes, downed trunks, etc...

I believe ATT keeps 24 hours worth of logs on the stratacom network so
if you see an outage, call it in as soon as possible and have them
investigate.

Another thing you could ask for is have them reroute your pvc to a different
path if a better one is available.


Paul


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=20629&t=20609
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: frame relay question [7:20609]

2001-09-21 Thread MADMAN

The reason that both serial interfaces stay up is because the routers
are talking LMI their repective switches no problemo.  On a link between
the US and Asia thaere are most likely other switches and network
devices so if you did a sh frame pvc you would see your PVC is either
inactive or deleted.

  Dave

Jim Bond wrote:
> 
> Nice try, but no, keepalive is not disabled. By the
> way, sometimes, interface will go "down"...
> 
> --- Ole Drews Jensen  wrote:
> > I don't know if this is the problem, but if you have
> > keepalives disabled
> > with the 'no keepalive' command, the link will stay
> > up even though the PVC
> > goes down.
> >
> > A 'show conf' from both routers would help.
> >
> > Hth,
> >
> > Ole
> >
> > ~~~
> >  Ole Drews Jensen
> >  Systems Network Manager
> >  CCNA, MCSE, MCP+I
> >  RWR Enterprises, Inc.
> >  [EMAIL PROTECTED]
> > ~~~
> >  http://www.RouterChief.com
> > ~~~
> >  NEED A JOB ???
> >  http://www.oledrews.com/job
> > ~~~
> >
> >
> > -Original Message-
> > From: Jim Bond [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, September 20, 2001 4:56 PM
> > To: [EMAIL PROTECTED]
> > Subject: frame relay question [7:20609]
> >
> >
> > Hello,
> >
> > We have AT&T frame line between US and Asia.
> > Sometimes
> > frame line is not available (therefore ISDN backup
> > kicked in). But the weird thing is on both side
> > frame
> > routers, show serial interface says up. I couldn't
> > ping between the 2 frame routers. Worse, on the
> > syslog
> > server, the link down was not captured 'cause the
> > serial were still "up".
> >
> > What can I do to collect some fact and data so I can
> > yell at AT&T?
> >
> > Thanks in advance.
> >
> > Jim
> >
> > __
> > Terrorist Attacks on U.S. - How can you help?
> > Donate cash, emergency relief information
> >
> http://dailynews.yahoo.com/fc/US/Emergency_Information/
> [EMAIL PROTECTED]
> 
> __
> Terrorist Attacks on U.S. - How can you help?
> Donate cash, emergency relief information
> http://dailynews.yahoo.com/fc/US/Emergency_Information/
-- 
David Madland
Sr. Network Engineer
CCIE# 2016
Qwest Communications Int. Inc.
[EMAIL PROTECTED]
612-664-3367

"Emotion should reflect reason not guide it"




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=20683&t=20609
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: frame relay question [7:20609]

2001-09-21 Thread Dennis R

In the frame relay cloud, under certain unusual circumstances (including a 
trunk line that goes unidirectional), the one or both edge frame relay 
switches may not see the outage. LMI will therefore not report the failure 
from the edge switch to the router, the PVC status is not changed on the 
router, and you have an interface up/up even though it doesn't work.

In IOS 12.1+, you can configure "frame-relay end-to-end keepalive" on the 
routers to get around this kind of failure. This command tells both routers 
to force the interface down if they cannot communicate across the link, even 
if LMI from the switch reports the PVC is active.

Without an IOS that new, you'll have to rely on your DBU log entries to 
document the problem. It may help if you manually try to ping across the 
link (i.e. use extended ping to force the pings across the frame relay 
subinterfaces instead of the dbu) so you can tell ATT point blank that both 
routers are up and working, but the PVC is not. With MCI, you can open a 
ticket and have it sent to their Hyperstream or Concert Frame groups and try 
to get a tech who understands this kind of failure (some do, many don't). At 
ATT, I believe the equivalent group is the "backbone" group, but don't quote 
me on that.

HTH,
doctorcisco

Silicon ... just fancy sand.

>Hello,
>
>We have AT&T frame line between US and Asia. Sometimes
>frame line is not available (therefore ISDN backup
>kicked in). But the weird thing is on both side frame
>routers, show serial interface says up. I couldn't
>ping between the 2 frame routers. Worse, on the syslog
>server, the link down was not captured 'cause the
>serial were still "up".
>
>What can I do to collect some fact and data so I can
>yell at AT&T?
>
>Thanks in advance.
>
>Jim
>
>__
>Terrorist Attacks on U.S. - How can you help?
>Donate cash, emergency relief information
>http://dailynews.yahoo.com/fc/US/Emergency_Information/
_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=20711&t=20609
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: frame relay question [7:20609]

2001-09-23 Thread suaveguru

I would think that LMI is disabled and no keepalive is
set on the point-to-point interfaces therefore even
though PVC is down . Interface still show up up . My
advice is that you should always turn on LMI unless it
is a simplex link for the case of a satellite
receive-only downlink

regards,

suaveguru
--- MADMAN  wrote:
> The reason that both serial interfaces stay up is
> because the routers
> are talking LMI their repective switches no
> problemo.  On a link between
> the US and Asia thaere are most likely other
> switches and network
> devices so if you did a sh frame pvc you would see
> your PVC is either
> inactive or deleted.
> 
>   Dave
> 
> Jim Bond wrote:
> > 
> > Nice try, but no, keepalive is not disabled. By
> the
> > way, sometimes, interface will go "down"...
> > 
> > --- Ole Drews Jensen  wrote:
> > > I don't know if this is the problem, but if you
> have
> > > keepalives disabled
> > > with the 'no keepalive' command, the link will
> stay
> > > up even though the PVC
> > > goes down.
> > >
> > > A 'show conf' from both routers would help.
> > >
> > > Hth,
> > >
> > > Ole
> > >
> > > ~~~
> > >  Ole Drews Jensen
> > >  Systems Network Manager
> > >  CCNA, MCSE, MCP+I
> > >  RWR Enterprises, Inc.
> > >  [EMAIL PROTECTED]
> > > ~~~
> > >  http://www.RouterChief.com
> > > ~~~
> > >  NEED A JOB ???
> > >  http://www.oledrews.com/job
> > > ~~~
> > >
> > >
> > > -Original Message-
> > > From: Jim Bond [mailto:[EMAIL PROTECTED]]
> > > Sent: Thursday, September 20, 2001 4:56 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: frame relay question [7:20609]
> > >
> > >
> > > Hello,
> > >
> > > We have AT&T frame line between US and Asia.
> > > Sometimes
> > > frame line is not available (therefore ISDN
> backup
> > > kicked in). But the weird thing is on both side
> > > frame
> > > routers, show serial interface says up. I
> couldn't
> > > ping between the 2 frame routers. Worse, on the
> > > syslog
> > > server, the link down was not captured 'cause
> the
> > > serial were still "up".
> > >
> > > What can I do to collect some fact and data so I
> can
> > > yell at AT&T?
> > >
> > > Thanks in advance.
> > >
> > > Jim
> > >
> > >
> __
> > > Terrorist Attacks on U.S. - How can you help?
> > > Donate cash, emergency relief information
> > >
> >
>
http://dailynews.yahoo.com/fc/US/Emergency_Information/
> > [EMAIL PROTECTED]
> > 
> > __
> > Terrorist Attacks on U.S. - How can you help?
> > Donate cash, emergency relief information
> >
>
http://dailynews.yahoo.com/fc/US/Emergency_Information/
> -- 
> David Madland
> Sr. Network Engineer
> CCIE# 2016
> Qwest Communications Int. Inc.
> [EMAIL PROTECTED]
> 612-664-3367
> 
> "Emotion should reflect reason not guide it"
[EMAIL PROTECTED]


__
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger.
http://im.yahoo.com




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=20829&t=20609
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Frame relay question [7:23104]

2001-10-18 Thread Paulo Roque

Good Explanation Paul !!!


""Paul Jin""  escreveu na mensagem
news:[EMAIL PROTECTED]...
> 1 - FR treats p2p subinterfaces as a distinct stand alone interface,
meaning
> the router is tricked into thinking it has multiple serial interfaces
> instead of just one. -- thus, the physical interface might be s0, but you
> might create 10 subineterfaces p2p from s0.1- s0.10.
>
> The router will think that even though all these PVCs come in through the
> same physical interface, it will think that the router actually has 10
> serial interfaces, thus no need for split horizon.
>
> When you do multipoint or do the FR PVCs on the physical interface,
> the router believes that all these communication is converging back
> to the same physical interface.  It does not think that even though, you
> might have 10 PVCs, all coming from 10 separate locations, that
> these PVCs are separate.  All it sees from this point of view is
> 1 pipe back into itself, thus your need for split horizon or it thinks it
> needs to enable split horizon to stop any loops.
>
> 2 - NBMA (Non-Braodcast Multi-Access) that is what frame relay is.
> You can compare this to BMA and an example of that is ethernet.  In
> ethernet, you have devices that connected to a common multiaccess device
and
> the nodes have the ability to do a broadcast to find each other.  In FR,
you
> have multiaccess capability, such as multiple PVCs converging into 1
primary
> location.  For example, the 10 remote sites going into 1 HQ, but FR does
not
> give you broadcast capapbilities that is available in the ethernet
network.
>
> Paul




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=23413&t=23104
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]