Re: Frame Relay Map Help

2000-10-24 Thread Sam LI

well, read that chapter carefully, I have difficult on understanding when I
first read it

Sam Li

- Original Message -
From: Ed Moss <[EMAIL PROTECTED]>
Newsgroups: groupstudy.cisco
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 24, 2000 10:34 PM
Subject: Frame Relay Map Help


> I am working through Caslow's Bridges Router and Switches book and I am
> trying to get a firm understanding of frame-relay.
>
> I have generally recreated the lab on page 126 with the minor changes of
> adding another router and changing addresses.  For those without the book
> (which is very good by the way) this is frame on physical interfaces in a
> hub and spoke configuration.
>
> The hub can ping all spokes, and each spoke can ping the hub. However,
> spokes can not ping each other until the 'frame-relay map ip" statement is
> added to point to each spoke.
>
> Everything can now ping everything else.  Now we save the configs and
> reload.
>
> Since map statements have not been added on the spokes to point to the hub
> (since they were originally learned dynamically) I expect that dynamic
> inverse arp to be disabled, and there will be no dynamic entries on the
> spokes for the same protocol and the same dlci.
>
> This is not the case in my lab here is the relevant part of the config
> on one spoke, and the results of  'show frame-relay map'
>
> interface Serial1
>  ip address 192.168.14.2 255.255.255.0
>  encapsulation frame-relay
>  frame-relay map ip 192.168.14.3 201
>  frame-relay map ip 192.168.14.4 201
>  no frame-relay inverse-arp
>
> Router2#sho frame-relay map
> Serial1 (up): ip 192.168.14.1 dlci 201(0xC9,0x3090), dynamic,
>   broadcast,, status defined, active
> Serial1 (up): ip 192.168.14.3 dlci 201(0xC9,0x3090), static,
>   CISCO, status defined, active
> Serial1 (up): ip 192.168.14.4 dlci 201(0xC9,0x3090), static,
>   CISCO, status defined, active
>
> Can someone explain why this is happening? (also explain how disabling
> frame-realy inverse arp works since I get similar results).
>
> Thanks
> Ed
>
> Edward Moss, CCNP, CCDP
>
>
>
>
> _
> 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 problem

2000-10-10 Thread Charles Ryan

Try setting encapsulation to "frame-relay ietf" and LMI type to "ansi" or
"ansi annex d"

-Chuck

- Original Message -
From: "Hans Stout" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 10, 2000 2:24 PM
Subject: Frame Relay problem


> Hi colleagues,
>
> I have a problem with my frame relay connection; the serial interface is
> up/down, and when I debug the serial interface, I can see that the
interface
> is constantly trying to restart:23w5d:
>
> Serial5/0: attempting to restart:
> --More--
> 23w5d: Serial5/0(out): StEnq, myseq 4, yourseen 0, DTE down
> --More--
> 23w5d: Serial5/0(out): StEnq, myseq 5, yourseen 0, DTE down
>
> What could be the reason for this ? I'll add the output for the sh int:
>
>
> Serial5/0 is up, line protocol is down
>   Hardware is M4T
>   MTU 1500 bytes, BW 2048 Kbit, DLY 2 usec,
>  reliability 255/255, txload 1/255, rxload 1/255
>   Encapsulation FRAME-RELAY, crc 16, loopback not set
>   Keepalive set (10 sec)
>   LMI enq sent  240, LMI stat recvd 0, LMI upd recvd 0, DTE LMI down
>   LMI enq recvd 0, LMI stat sent  0, LMI upd sent  0
>   LMI DLCI 1023  LMI type is CISCO  frame relay DTE
>   FR SVC disabled, LAPF state down
>   Broadcast queue 0/64, broadcasts sent/dropped 0/0, interface broadcasts
0
>   Last input 05:47:09, output 00:00:02, output hang never
>   Last clearing of "show interface" counters 00:39:54
>   Queueing strategy: fifo
>   Output queue 0/40, 0 drops; input queue 0/75, 0 drops
>   5 minute input rate 0 bits/sec, 0 packets/sec
>   5 minute output rate 0 bits/sec, 0 packets/sec
>  0 packets input, 0 bytes, 0 no buffer
>  Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
>  0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
>  354 packets output, 4649 bytes, 0 underruns
>  0 output errors, 0 collisions, 80 interface resets
>  0 output buffer failures, 0 output buffers swapped out
>  80 carrier transitions DCD=up  DSR=up  DTR=up  RTS=up  CTS=u
>
> Thanks for your help in advance.
>
> Georg
>
> _
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
> Share information about yourself, create your own public profile at
> http://profiles.msn.com.
>
> **NOTE: New CCNA/CCDA List has been formed. For more information go to
> http://www.groupstudy.com/list/Associates.html
> _
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Frame Relay problem

2000-10-10 Thread jason yee

You might want to check the LMI type follow by the
encapsulation type to see if it is ok 


also set keepalive to zero to see if the interface
comes up if not you got a back interface


suaveguru24
--- Hans Stout <[EMAIL PROTECTED]> wrote:
> Hi colleagues,
> 
> I have a problem with my frame relay connection; the
> serial interface is 
> up/down, and when I debug the serial interface, I
> can see that the interface 
> is constantly trying to restart:23w5d:
> 
> Serial5/0: attempting to restart:
> --More--
> 23w5d: Serial5/0(out): StEnq, myseq 4, yourseen 0,
> DTE down
> --More--
> 23w5d: Serial5/0(out): StEnq, myseq 5, yourseen 0,
> DTE down
> 
> What could be the reason for this ? I'll add the
> output for the sh int:
> 
> 
> Serial5/0 is up, line protocol is down
>   Hardware is M4T
>   MTU 1500 bytes, BW 2048 Kbit, DLY 2 usec,
>  reliability 255/255, txload 1/255, rxload 1/255
>   Encapsulation FRAME-RELAY, crc 16, loopback not
> set
>   Keepalive set (10 sec)
>   LMI enq sent  240, LMI stat recvd 0, LMI upd recvd
> 0, DTE LMI down
>   LMI enq recvd 0, LMI stat sent  0, LMI upd sent  0
>   LMI DLCI 1023  LMI type is CISCO  frame relay DTE
>   FR SVC disabled, LAPF state down
>   Broadcast queue 0/64, broadcasts sent/dropped 0/0,
> interface broadcasts 0
>   Last input 05:47:09, output 00:00:02, output hang
> never
>   Last clearing of "show interface" counters
> 00:39:54
>   Queueing strategy: fifo
>   Output queue 0/40, 0 drops; input queue 0/75, 0
> drops
>   5 minute input rate 0 bits/sec, 0 packets/sec
>   5 minute output rate 0 bits/sec, 0 packets/sec
>  0 packets input, 0 bytes, 0 no buffer
>  Received 0 broadcasts, 0 runts, 0 giants, 0
> throttles
>  0 input errors, 0 CRC, 0 frame, 0 overrun, 0
> ignored, 0 abort
>  354 packets output, 4649 bytes, 0 underruns
>  0 output errors, 0 collisions, 80 interface
> resets
>  0 output buffer failures, 0 output buffers
> swapped out
>  80 carrier transitions DCD=up  DSR=up 
> DTR=up  RTS=up  CTS=u
> 
> Thanks for your help in advance.
> 
> Georg
> 
>
_
> Get Your Private, Free E-mail from MSN Hotmail at
> http://www.hotmail.com.
> 
> Share information about yourself, create your own
> public profile at 
> http://profiles.msn.com.
> 
> **NOTE: New CCNA/CCDA List has been formed. For more
> information go to
> http://www.groupstudy.com/list/Associates.html
> _
> UPDATED Posting Guidelines:
> http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info:
> http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to
[EMAIL PROTECTED]


__
Do You Yahoo!?
Get Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Frame Relay problem

2000-10-10 Thread Winchester, Derek S.

Well it's not mentioned if this is a current connection or a new install. If
this is a current connections and looking at the counters it looks like you
cleared it you might not want to change the lmi type. If this is a new
connection then I would try the auto detect feature or find out the correct
lmi

Derek S. Winchester
Sr. WAN Engineer(CCNP)
Data Communications
[EMAIL PROTECTED]
Phone: 410-953-4887
Cell: 443-562-3456


-Original Message-
From: Chris Lemagie [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 10, 2000 2:06 PM
To: Stull, Cory; 'Hans Stout'
Cc: 'ciscostudygroup'
Subject: RE: Frame Relay problem


I'm not seeing any LMI responses from the frame-relay switch in the
interface statistics.

You will most likely have to change your LMI type from CISCO (default) to
ANSI.

Chris Lemagie
Systems Engineer
Cisco Systems
Seattle Commercial Region
(425) 468-0959
[EMAIL PROTECTED]
http://www.cisco.com/

 -Original Message-
From:   [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]  On Behalf Of
Stull, Cory
Sent:   Tuesday, October 10, 2000 10:13 AM
To: 'Hans Stout'
Cc:     'ciscostudygroup'
Subject:RE: Frame Relay problem

timing or incorrect lmi type..  If its a newer ios with autosensing lmi then
it is probably a timing or circuit issue...  Is it a T1 and did you set your
timeslots?

-Original Message-
From: Hans Stout [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 10, 2000 1:25 PM
To: [EMAIL PROTECTED]
Subject: Frame Relay problem


Hi colleagues,

I have a problem with my frame relay connection; the serial interface is
up/down, and when I debug the serial interface, I can see that the interface

is constantly trying to restart:23w5d:

Serial5/0: attempting to restart:
--More--
23w5d: Serial5/0(out): StEnq, myseq 4, yourseen 0, DTE down
--More--
23w5d: Serial5/0(out): StEnq, myseq 5, yourseen 0, DTE down

What could be the reason for this ? I'll add the output for the sh int:


Serial5/0 is up, line protocol is down
  Hardware is M4T
  MTU 1500 bytes, BW 2048 Kbit, DLY 2 usec,
 reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation FRAME-RELAY, crc 16, loopback not set
  Keepalive set (10 sec)
  LMI enq sent  240, LMI stat recvd 0, LMI upd recvd 0, DTE LMI down
  LMI enq recvd 0, LMI stat sent  0, LMI upd sent  0
  LMI DLCI 1023  LMI type is CISCO  frame relay DTE
  FR SVC disabled, LAPF state down
  Broadcast queue 0/64, broadcasts sent/dropped 0/0, interface broadcasts 0
  Last input 05:47:09, output 00:00:02, output hang never
  Last clearing of "show interface" counters 00:39:54
  Queueing strategy: fifo
  Output queue 0/40, 0 drops; input queue 0/75, 0 drops
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
 0 packets input, 0 bytes, 0 no buffer
 Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
 354 packets output, 4649 bytes, 0 underruns
 0 output errors, 0 collisions, 80 interface resets
 0 output buffer failures, 0 output buffers swapped out
 80 carrier transitions DCD=up  DSR=up  DTR=up  RTS=up  CTS=u

Thanks for your help in advance.

Georg

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Frame Relay problem

2000-10-10 Thread Guyler, Rik [EESUS]
Title: RE: Frame Relay problem





Hmm...well, you don't give us a config or show version so we don't know for sure what the LMI settings are or what the IOS version is.  However, by the show interface you provided, it looks as if LMI is to blame.

Newer IOS autosenses the LMI type, but still, I don't trust it.  If you have an older IOS or you have a newer IOS that is "autosensing", I would hard code the LMI type.  Also, since IOS sets the LMI type to Cisco by default, when/if you hard code it, you might try setting to use ANSI LMI.

Good luck!


Rik Guyler


-Original Message-
From: Hans Stout [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 10, 2000 2:25 PM
To: [EMAIL PROTECTED]
Subject: Frame Relay problem



Hi colleagues,


I have a problem with my frame relay connection; the serial interface is 
up/down, and when I debug the serial interface, I can see that the interface 
is constantly trying to restart:23w5d:


Serial5/0: attempting to restart:
--More--
23w5d: Serial5/0(out): StEnq, myseq 4, yourseen 0, DTE down
--More--
23w5d: Serial5/0(out): StEnq, myseq 5, yourseen 0, DTE down


What could be the reason for this ? I'll add the output for the sh int:



Serial5/0 is up, line protocol is down
  Hardware is M4T
  MTU 1500 bytes, BW 2048 Kbit, DLY 2 usec,
 reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation FRAME-RELAY, crc 16, loopback not set
  Keepalive set (10 sec)
  LMI enq sent  240, LMI stat recvd 0, LMI upd recvd 0, DTE LMI down
  LMI enq recvd 0, LMI stat sent  0, LMI upd sent  0
  LMI DLCI 1023  LMI type is CISCO  frame relay DTE
  FR SVC disabled, LAPF state down
  Broadcast queue 0/64, broadcasts sent/dropped 0/0, interface broadcasts 0
  Last input 05:47:09, output 00:00:02, output hang never
  Last clearing of "show interface" counters 00:39:54
  Queueing strategy: fifo
  Output queue 0/40, 0 drops; input queue 0/75, 0 drops
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
 0 packets input, 0 bytes, 0 no buffer
 Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
 354 packets output, 4649 bytes, 0 underruns
 0 output errors, 0 collisions, 80 interface resets
 0 output buffer failures, 0 output buffers swapped out
 80 carrier transitions DCD=up  DSR=up  DTR=up  RTS=up  CTS=u


Thanks for your help in advance.


Georg


_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


Share information about yourself, create your own public profile at 
http://profiles.msn.com.


**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]





RE: Frame Relay problem

2000-10-10 Thread Winchester, Derek S.

Looks like you are not receiving any LMI. The problem is either with your CO
or your CSU. Check you physical connections and then call the CO to see if
they can tell you if they are having any problems

Derek S. Winchester
Sr. WAN Engineer(CCNP)
Data Communications
[EMAIL PROTECTED]
Phone: 410-953-4887
Cell: 443-562-3456


-Original Message-
From: Hans Stout [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 10, 2000 2:25 PM
To: [EMAIL PROTECTED]
Subject: Frame Relay problem


Hi colleagues,

I have a problem with my frame relay connection; the serial interface is 
up/down, and when I debug the serial interface, I can see that the interface

is constantly trying to restart:23w5d:

Serial5/0: attempting to restart:
--More--
23w5d: Serial5/0(out): StEnq, myseq 4, yourseen 0, DTE down
--More--
23w5d: Serial5/0(out): StEnq, myseq 5, yourseen 0, DTE down

What could be the reason for this ? I'll add the output for the sh int:


Serial5/0 is up, line protocol is down
  Hardware is M4T
  MTU 1500 bytes, BW 2048 Kbit, DLY 2 usec,
 reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation FRAME-RELAY, crc 16, loopback not set
  Keepalive set (10 sec)
  LMI enq sent  240, LMI stat recvd 0, LMI upd recvd 0, DTE LMI down
  LMI enq recvd 0, LMI stat sent  0, LMI upd sent  0
  LMI DLCI 1023  LMI type is CISCO  frame relay DTE
  FR SVC disabled, LAPF state down
  Broadcast queue 0/64, broadcasts sent/dropped 0/0, interface broadcasts 0
  Last input 05:47:09, output 00:00:02, output hang never
  Last clearing of "show interface" counters 00:39:54
  Queueing strategy: fifo
  Output queue 0/40, 0 drops; input queue 0/75, 0 drops
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
 0 packets input, 0 bytes, 0 no buffer
 Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
 354 packets output, 4649 bytes, 0 underruns
 0 output errors, 0 collisions, 80 interface resets
 0 output buffer failures, 0 output buffers swapped out
 80 carrier transitions DCD=up  DSR=up  DTR=up  RTS=up  CTS=u

Thanks for your help in advance.

Georg

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Frame Relay problem

2000-10-10 Thread Chris Lemagie

I'm not seeing any LMI responses from the frame-relay switch in the
interface statistics.

You will most likely have to change your LMI type from CISCO (default) to
ANSI.

Chris Lemagie
Systems Engineer
Cisco Systems
Seattle Commercial Region
(425) 468-0959
[EMAIL PROTECTED]
http://www.cisco.com/

 -Original Message-
From:   [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]  On Behalf Of
Stull, Cory
Sent:   Tuesday, October 10, 2000 10:13 AM
To: 'Hans Stout'
Cc: 'ciscostudygroup'
Subject:RE: Frame Relay problem

timing or incorrect lmi type..  If its a newer ios with autosensing lmi then
it is probably a timing or circuit issue...  Is it a T1 and did you set your
timeslots?

-Original Message-
From: Hans Stout [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 10, 2000 1:25 PM
To: [EMAIL PROTECTED]
Subject: Frame Relay problem


Hi colleagues,

I have a problem with my frame relay connection; the serial interface is
up/down, and when I debug the serial interface, I can see that the interface

is constantly trying to restart:23w5d:

Serial5/0: attempting to restart:
--More--
23w5d: Serial5/0(out): StEnq, myseq 4, yourseen 0, DTE down
--More--
23w5d: Serial5/0(out): StEnq, myseq 5, yourseen 0, DTE down

What could be the reason for this ? I'll add the output for the sh int:


Serial5/0 is up, line protocol is down
  Hardware is M4T
  MTU 1500 bytes, BW 2048 Kbit, DLY 2 usec,
 reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation FRAME-RELAY, crc 16, loopback not set
  Keepalive set (10 sec)
  LMI enq sent  240, LMI stat recvd 0, LMI upd recvd 0, DTE LMI down
  LMI enq recvd 0, LMI stat sent  0, LMI upd sent  0
  LMI DLCI 1023  LMI type is CISCO  frame relay DTE
  FR SVC disabled, LAPF state down
  Broadcast queue 0/64, broadcasts sent/dropped 0/0, interface broadcasts 0
  Last input 05:47:09, output 00:00:02, output hang never
  Last clearing of "show interface" counters 00:39:54
  Queueing strategy: fifo
  Output queue 0/40, 0 drops; input queue 0/75, 0 drops
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
 0 packets input, 0 bytes, 0 no buffer
 Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
 354 packets output, 4649 bytes, 0 underruns
 0 output errors, 0 collisions, 80 interface resets
 0 output buffer failures, 0 output buffers swapped out
 80 carrier transitions DCD=up  DSR=up  DTR=up  RTS=up  CTS=u

Thanks for your help in advance.

Georg

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Frame Relay problem

2000-10-10 Thread Stull, Cory

timing or incorrect lmi type..  If its a newer ios with autosensing lmi then
it is probably a timing or circuit issue...  Is it a T1 and did you set your
timeslots?

-Original Message-
From: Hans Stout [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 10, 2000 1:25 PM
To: [EMAIL PROTECTED]
Subject: Frame Relay problem


Hi colleagues,

I have a problem with my frame relay connection; the serial interface is 
up/down, and when I debug the serial interface, I can see that the interface

is constantly trying to restart:23w5d:

Serial5/0: attempting to restart:
--More--
23w5d: Serial5/0(out): StEnq, myseq 4, yourseen 0, DTE down
--More--
23w5d: Serial5/0(out): StEnq, myseq 5, yourseen 0, DTE down

What could be the reason for this ? I'll add the output for the sh int:


Serial5/0 is up, line protocol is down
  Hardware is M4T
  MTU 1500 bytes, BW 2048 Kbit, DLY 2 usec,
 reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation FRAME-RELAY, crc 16, loopback not set
  Keepalive set (10 sec)
  LMI enq sent  240, LMI stat recvd 0, LMI upd recvd 0, DTE LMI down
  LMI enq recvd 0, LMI stat sent  0, LMI upd sent  0
  LMI DLCI 1023  LMI type is CISCO  frame relay DTE
  FR SVC disabled, LAPF state down
  Broadcast queue 0/64, broadcasts sent/dropped 0/0, interface broadcasts 0
  Last input 05:47:09, output 00:00:02, output hang never
  Last clearing of "show interface" counters 00:39:54
  Queueing strategy: fifo
  Output queue 0/40, 0 drops; input queue 0/75, 0 drops
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
 0 packets input, 0 bytes, 0 no buffer
 Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
 354 packets output, 4649 bytes, 0 underruns
 0 output errors, 0 collisions, 80 interface resets
 0 output buffer failures, 0 output buffers swapped out
 80 carrier transitions DCD=up  DSR=up  DTR=up  RTS=up  CTS=u

Thanks for your help in advance.

Georg

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: frame-relay lmi question...

2000-09-22 Thread Kristopher B. Climie

Yes, that is correct.  IOS 11.2 and later will autosense the LMI type.  It
is possible that the LMI cannot be decoded, and in that event, you may have
to manually set the type.   (i.e. frame-relay lmi-type ansi )

http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/113ed_cr/w
an_c/wcfrelay.htm#xtocid234328

K
-
Kristopher B. Climie, CCNP, CCDP

""Johns, Andrew M ETC (CNE N654)"" <[EMAIL PROTECTED]> wrote in
message 83C7493FDD74D411859D0001029FBE0DE236@CNE-MAIL2">news:83C7493FDD74D411859D0001029FBE0DE236@CNE-MAIL2...
> I found in my CCNA notes that the LMI-type only needs to be specified for
> IOS ver 11.1 and earlier, 11.2 and up its autosensed. It says if using
11.1
> or earlier, specify the type used by the switch (telco). It should not
> matter at all whats on the other end, its is only concerned with the local
> connection between the local router and the local telco switch. Does that
> sound right?
>
> -Original Message-
> From: Ole Drews Jensen [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, September 20, 2000 6:35 PM
> To: 'Stull, Cory'; '[EMAIL PROTECTED]'
> Subject: RE: frame-relay lmi question...
>
>
> I am on your side Cory - the L in LMI stands for LOCAL, and the LMI type
has
> to be the same between your router and the frame-relay switch it is
> connecting to.
>
> I found some more info about it here...
>
>
http://www.ieng.com/warp/public/779/smbiz/service/troubleshooting/ts_fr.htm#
> Step%202
>
> (watch for wordwrap)
>
> If someone has a different opinion, please copy me in on the reply.
>
> Hth,
>
> Ole
>
> 
>  Ole Drews Jensen
>  Systems Network Manager
>  CCNA, MCSE, MCP+I
>  RWR Enterprises, Inc.
>  [EMAIL PROTECTED]
>  http://www.insync.net/~drews/ccnp
> 
>
>
>
>
>
> -Original Message-
> From: Stull, Cory [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, September 20, 2000 11:23 AM
> To: '[EMAIL PROTECTED]'
> Subject: frame-relay lmi question...
>
>
>
> I'm reading a CIT book that is saying that not only does frame-relay
> encapsulation have to be the same on both sides (central site to remote
site
> router)  but the LMI does also...  I thought the LMI type was only
> significant from that router to its telco frame-relay switch.
>
> Comments?
>
>
> thanks
>
>
> Cory R. Stull
> MCSE, Bay Router Specialist, CCNA,CCDA
> Communications Concepts Unlimited
> 262-814-7214
>
>
> **NOTE: New CCNA/CCDA List has been formed. For more information go to
> http://www.groupstudy.com/list/Associates.html
> _
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>
> **NOTE: New CCNA/CCDA List has been formed. For more information go to
> http://www.groupstudy.com/list/Associates.html
> _
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>
> **NOTE: New CCNA/CCDA List has been formed. For more information go to
> http://www.groupstudy.com/list/Associates.html
> _
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>


**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: frame-relay lmi question...

2000-09-22 Thread Johns, Andrew M ETC (CNE N654)

I found in my CCNA notes that the LMI-type only needs to be specified for
IOS ver 11.1 and earlier, 11.2 and up its autosensed. It says if using 11.1
or earlier, specify the type used by the switch (telco). It should not
matter at all whats on the other end, its is only concerned with the local
connection between the local router and the local telco switch. Does that
sound right?

-Original Message-
From: Ole Drews Jensen [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 20, 2000 6:35 PM
To: 'Stull, Cory'; '[EMAIL PROTECTED]'
Subject: RE: frame-relay lmi question...


I am on your side Cory - the L in LMI stands for LOCAL, and the LMI type has
to be the same between your router and the frame-relay switch it is
connecting to.

I found some more info about it here...

http://www.ieng.com/warp/public/779/smbiz/service/troubleshooting/ts_fr.htm#
Step%202

(watch for wordwrap)

If someone has a different opinion, please copy me in on the reply.

Hth,

Ole


 Ole Drews Jensen
 Systems Network Manager
 CCNA, MCSE, MCP+I
 RWR Enterprises, Inc.
 [EMAIL PROTECTED]
 http://www.insync.net/~drews/ccnp






-Original Message-
From: Stull, Cory [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 20, 2000 11:23 AM
To: '[EMAIL PROTECTED]'
Subject: frame-relay lmi question...



I'm reading a CIT book that is saying that not only does frame-relay
encapsulation have to be the same on both sides (central site to remote site
router)  but the LMI does also...  I thought the LMI type was only
significant from that router to its telco frame-relay switch.

Comments?


thanks


Cory R. Stull
MCSE, Bay Router Specialist, CCNA,CCDA
Communications Concepts Unlimited
262-814-7214


**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: frame-relay lmi question...

2000-09-20 Thread Ole Drews Jensen

I am on your side Cory - the L in LMI stands for LOCAL, and the LMI type has
to be the same between your router and the frame-relay switch it is
connecting to.

I found some more info about it here...

http://www.ieng.com/warp/public/779/smbiz/service/troubleshooting/ts_fr.htm#
Step%202

(watch for wordwrap)

If someone has a different opinion, please copy me in on the reply.

Hth,

Ole


 Ole Drews Jensen
 Systems Network Manager
 CCNA, MCSE, MCP+I
 RWR Enterprises, Inc.
 [EMAIL PROTECTED]
 http://www.insync.net/~drews/ccnp






-Original Message-
From: Stull, Cory [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 20, 2000 11:23 AM
To: '[EMAIL PROTECTED]'
Subject: frame-relay lmi question...



I'm reading a CIT book that is saying that not only does frame-relay
encapsulation have to be the same on both sides (central site to remote site
router)  but the LMI does also...  I thought the LMI type was only
significant from that router to its telco frame-relay switch.

Comments?


thanks


Cory R. Stull
MCSE, Bay Router Specialist, CCNA,CCDA
Communications Concepts Unlimited
262-814-7214


**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Frame relay

2000-09-15 Thread Marshal Schoener



www.frforum.com is the frame relay 
forum.
I 
don't know what you mean by material, but if you are looking for general info. 
about frame relay, this
is the 
site for you...
   -Marshal

  -Original Message-From: Krishna Shankar 
  [mailto:[EMAIL PROTECTED]]Sent: Monday, September 11, 2000 7:49 
  PMTo: [EMAIL PROTECTED]Subject: Frame 
  relay
  Hi can any one give me good url for frame relay 
  material
   
  thanks in 
adv


Re: Frame relay

2000-09-15 Thread jason yee

try www.frforum.com
--- Krishna Shankar <[EMAIL PROTECTED]> wrote:
> Hi can any one give me good url for frame relay
> material
> 
> thanks in adv
> 


__
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: frame relay in BSCN?

2000-09-01 Thread Andrew Larkins



From 
the course I was on, only the basic need to be known

  -Original Message-From: Gabriel Nickel 
  [mailto:[EMAIL PROTECTED]]Sent: 31 August 2000 11:36To: 
  groupstudySubject: frame relay in BSCN?
  as a part of many ospf sample 
  configurations frame relay is used. is a detailed knowledge of frame 
  relay required for BSCN or are the basics sufficient? 
  thanks for any input
   
  /gabriel
   
  


Re: frame relay in BSCN?

2000-08-31 Thread David Williams



There are a few objectives dealing with OSPF and 
EIGRP in NBMA domains, so from that standpoint there is some configuration 
knowledge involved. It doesn't deal specifically with FR, but you should be 
aware of the implications and Cisco's recommendations in dealing with 
it.

  ""Gabriel Nickel"" <[EMAIL PROTECTED]> wrote in message 005401c0132e$f022a6c0$12e6a8c0@Westend">news:005401c0132e$f022a6c0$12e6a8c0@Westend...
  as a part of many ospf sample 
  configurations frame relay is used. is a detailed knowledge of frame 
  relay required for BSCN or are the basics sufficient? 
  thanks for any input
   
  /gabriel
   
  


Re: frame relay in BSCN?

2000-08-31 Thread Edward Solomon

""Gabriel Nickel"" <[EMAIL PROTECTED]> wrote in message
005401c0132e$f022a6c0$12e6a8c0@Westend">news:005401c0132e$f022a6c0$12e6a8c0@Westend...
as a part of many ospf sample configurations frame relay is used. is a
detailed knowledge of frame relay required for BSCN or are the basics
sufficient?
thanks for any input

/gabriel


You only need the basics. BSCN assumes that you have as a prerequisite at
least ICND or ICRC. There is no advanced Frame Relay in either of those, and
having taught BSCN last week, I can vouch for that course, too.

--

Edward Solomon
CCNA, CCSI
Senior I/T Specialist
Networking Solutions
IBM Canada Ltd. - Learning Services
Tel.: (905) 316-3241  Fax: (905) 316-3101
E-mail: [EMAIL PROTECTED]
Internet: http://www.can.ibm.com/services/learning/net_internet.html




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



Re: FRAME RELAY PROBLEM

2000-08-24 Thread William Swedberg

It is my understanding that on point-to-point
interfaces they need to be on seperate subnets.  If
you have multiple routers coming into one interface,
declare the interface a point-to-multipoint interface.
 Do this when you create the subinterface or use the
"ip ospf network X" interface command.  

See this URL for Design suggestions.

http://www.cisco.com/warp/public/104/3.html


William Swedberg CCNP CCDP


--- Peter Gray <[EMAIL PROTECTED]> wrote:
> I have got a problem with FR Config Running OSPF.
> Router A & B are connected 
> to C & D over FR PVC but they don't have to talk to
> each ther. It means A 
> connected to C & D and B is also connected to C & D.
> I am using FR 
> Subinterfaces with pt-to-pt. What is happening that
> sometime I am able to 
> ping to  router C & router D subinterfaces from
> router A but sometimes i 
> don't get any response. I am even unable to ping
> sub-intf of Routers from 
> within the routers.
> See sample config of one of the routers that i have:
> interface Serial0
> no ip address
> ip directed-broadcast
> encapsulation frame-relay
> ip ospf network broadcast
> no ip mroute-cache
> !
> interface Serial0.1 point-to-point
> ip address 131.18.19.185 255.255.255.252
> ip directed-broadcast
> ip ospf network broadcast
> frame-relay interface-dlci 310
> !
> interface Serial0.2 point-to-point
> ip address 131.18.19.189 255.255.255.252
> ip directed-broadcast
> ip ospf network broadcast
> frame-relay interface-dlci 210
> 
> This is config of router B connected to C & D and
> subintf of C &D are on 
> same subnet as subintf 0.1 and 0.2 on this router.
> Is pt-to-pt with sub-intf OK for this scenario?
> 
> Any suggestions... What is the possible cause of
> problem?? Why I am even 
> unable to ping local subintface from within the
> router??
> 
> Thanks..
>
_
> Get Your Private, Free E-mail from MSN Hotmail at
> http://www.hotmail.com.
> 
> Share information about yourself, create your own
> public profile at 
> http://profiles.msn.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]
> 
> 
> 


__
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.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]



RE: FRAME-RELAY AND BRIDGE

2000-08-08 Thread Feliz, Edgar

use a "frame-relay map bridge DLCI #" command.

EF

-Original Message-
From: Wibowo Nur Susetio [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 1:25 AM
To: '[EMAIL PROTECTED]'
Cc: '[EMAIL PROTECTED]'
Subject: FRAME-RELAY AND BRIDGE
Importance: High



Dear Cisco Guys,

I'm just connecting two routers using Fram Relay as a bridge. Below is net
diagram:


  PC A --Router A(HQ)F/R cloud-Router B(Br)-PC B

Ping from router A to Router B : OK 
ping from router B to router A : OK
Ping from PC A to Router A : OK 
Ping form router A to PC A : OK
PC get the dynamic IP from DHCP sever located on HQ.
Let say tha PC A have IP : 10.10.1.10/16
Routers A and B are Cisco 2501.

The problem: 
Can not ping from PC A to router B and also from router B to PC A.

Do we need assign a gateway in the PC, i think not because Br and HQ is in
one network.

Is there any wrong configuration in a routers?
Attached is router configuration.
Please help for you guys that have been implement frame-relay bridging.

thank you in advance 
Below are configuration:

hostname routerA
!
no ip routing 
! 
interface Ethernet0 
ip address 10.10.1.201 255.255.0.0 
no ip route-cache 
no mop enabled 
bridge-group 1 
! 
interface Serial0 
no ip address 
encapsulation frame-relay 
no ip route-cache 
frame-relay lmi-type ansi 
bridge-group 1 
! 
interface Serial0.1 point-to-point 
ip address 10.10.1.201 255.255.0.0 
frame-relay interface-dlci 20 broadcast 
bridge-group 1 
! 
interface Serial1 
no ip address 
no ip route-cache 
shutdown 
! 
snmp-server community public RO
bridge 1 protocol ieee 


hostname routerB
!
no ip routing 
! 
interface Ethernet0 
ip address 10.10.1.202 255.255.0.0 
no ip route-cache 
no mop enabled 
bridge-group 1 
! 
interface Serial0 
no ip address 
encapsulation frame-relay 
no ip route-cache 
frame-relay lmi-type ansi 
bridge-group 1 
! 
interface Serial0.1 point-to-point 
ip address 10.10.1.202 255.255.0.0 
frame-relay interface-dlci 20 broadcast 
bridge-group 1 
! 
interface Serial1 
no ip address 
no ip route-cache 
shutdown 
! 
snmp-server community public RO
bridge 1 protocol ieee 

___
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 multipoint configuration & DLCIs

2000-07-19 Thread Ruslan S Tchinyakov

Really bu default both interface and subunterface are multipoint-
so don'be confused with number of DLCIs-
just remember about reachabelity issues- you'd have
SINGLE LIS (logical ip subnet)- so if you use classless aproach or VLSM-
think on yor routing protocol carefully- put attention on split-horizon and
summarization issues!
 Then remember on maps- thay need to establish full mesh
if you have a lot of money to buy VCs and want everything works ok.
So let's read Caslows famous book- one chapter is completely dedicated to
your question-
"To map or not to map".

Ruslan Tchinyakov,
CCNP+Security, CCDP, MCSE


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of John
lay
Sent: Tuesday, July 18, 2000 10:57 PM
To: [EMAIL PROTECTED]
Subject: Frame-relay multipoint configuration & DLCIs


Guys,

This time I have a question regarding mulipoint FR configuration.
Her is the concern:
int s 0/0.1
ip address 1.1.1.1 255.0.0.0
frame-relay map ip 2.2.2.2 200 broadcast
frame-relay map ip 3.3.3.3 300 broadcast

Is this configuration means that there are two PVCs from this source to two
destinations(2.2.2.2 & 3.3.3.3)?. How come a single interface (s0/0.1) can
have two DLCIs (200 & 300)?

Or should I configure it this way

int s 0/0.1
ip address 1.1.1.1 255.0.0.0
frame-relay map ip 2.2.2.2 200 broadcast
int s 0/0.2
ip address 1.1.1.2 255.0.0.0
frame-relay map ip 3.3.3.3 300 broadcast

I am trying to understand the benefit of the multipoint configuration.
Could someone clairfy this

Thanks
I need to finish FR to start ISDN !






___
Say Bye to Slow Internet!
http://www.home.com/xinbox/signup.html

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

___
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 traffic shaping question

2000-07-19 Thread Ruslan S Tchinyakov

In VoIPoFR (not good implementation- but in my
situation VoFR was much worse)- we tried both,
but finally used FRTS- we needed FRF.12 fragmentation and
some other things. But you should evaluate at your own-
weght all pros and contras- values and restrictions (RSVP, queuenig, your VC
structure and so on).

Regards, Ruslan Tchinyakov.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Alexandre Eduardo Garcia
Sent: Tuesday, July 18, 2000 8:12 PM
To: Michael Fountain; [EMAIL PROTECTED]
Subject: Re: Frame-relay traffic shaping question


Has anyone used Generic Traffic Shaping for Frame-Relay?

The GTS permits the use of Weigh Fair Queue (the FRTS doesn't).

I would like to know if GTS works as good as FRTS.

Regards,

Alex
-Mensagem Original-
De: Michael Fountain <[EMAIL PROTECTED]>
Para: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Enviada em: Segunda-feira, 17 de Julho de 2000 21:59
Assunto: Re: Frame-relay traffic shaping question


> The easiest way to do this is to only configure the CIR and Line speeds
and
> let the rest default.
>
> Example commands -
>
> int s0
> frame-relay traffic shapping Enable FRTS on the interface
> frame-relay class ExampleClass   Shape as defined in map class
>
> frame-relay map-class ExampleClass
> frame-relay traffic-rate XXX YYY   ### XXX = CIR, YYY = Max Speed
> traffic-rate adaptive-shaping becn  Use BECNs (not foresight)
>  for for thottling
>
>
>   If you set XXX to 512K and YYY to port speed, he will transmit at port
> speed unless he receives BECNs from the network, and then he will throttle
> down to 512K.
>   If you set both XXX and YYY to 512K he will always transmit at 512K
>
>   Depending on your service provider and how congested their network is
you
> may be able to go in and buy a small CIR like 64K and then ignore that and
> have your router set to send at 512K.  If you do that and some time in
> future your SP starts dropping packets (because they are over CIR) you
will
> have to go to them and buy up your contracted CIR, but until then you can
> save some money.  We've been running AT&T Frame Relay for a couple of
years
> and have yet to receive a single BECN.
>
>   It is possible to go in and specify mincir, Bc, Be, etc.  But unless you
> are going VOFR or some other application that has specific needs using
> generic FRTS will cover just about everything.
>
>   Hope that helps,
> Mike
>
>
> >Guys,
> >
> >What are the parameters that I should configure on the router to control
> >the
> >bandwidth usage of the user on a frame-relay configuration.
> >For instance, the user has T1 line and I need to provide him only 512k.
Is
> >it the CIR, BE, BC, MINCIR, and traffic rate only ?
> >and how do I calculate them ?
> >
> >Thanks a lot
> >ME
>
> 
> 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]

___
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 traffic shaping question

2000-07-18 Thread Michael Fountain

I'm not very familiar with generic traffic shaping.

But, at first glance it looks like it is basically the same thing as frame 
relay traffic shaping except that it does not dynamically change based on 
network congestion because there is no method set up to notify the router of 
any congestion encountered.

Using 'frame-relay traffic-shaping' indicates that the router can change the 
traffic rate based on becns or foresight notifications of congestion.  You 
will have to use a 'frame-relay map-class' to tell the router how you want 
to shape the traffic.

With generic traffic shaping you can specify the rate directly on the 
interface because you do not need to tell it what sort of congestion 
notification to listen to.

When you use the command 'frame-relay traffic-rate 64000 128000' (for 
example) you get the following values -
mincir - 32000- This is amount sent when congested
CIR - 64000   - This is the amount to send with no congestion
bc - 64000- This is the amound to send per interval
be - 64000- This is the burst amount to send in the first
interval
tc - 125  - This is the interval time in milliseconds


The router will send out traffic in the following pattern each second (for 
tc=125 or 1/8 or a second) when there is no congestion

  bc+be / bc / bc / bc / bc / bc / bc / bc

so for this config it would send -

  128000 / 0 / 0 / 0 / 0 / 0 / 0 / 0

then it would repeat that for the next second.

By doing it like this the router attempts to send the full amount of traffic 
every second.


You can go in and specify the Bc, Be, CIR, and mincir to be other values to 
try and shape the traffic in different ways, but there is rarely any need 
to.

For example, if you were to use the following config
map-class frame-relay test
  frame-relay cir 128000
  frame-relay mincir 64000
  frame-relay bc 8000
  frame-relay be 64000

you would get the following traffic pattern -
  72000 / 8000 / 8000 / 8000 / 8000 / 8000 / 8000 / 8000

So, you would still get 128K in the one second.

  The problem with this is that the router can only bust beyond Bc (up to 
Be) when it has excess bandwidth available.  So, if it keeps sending at 8000 
then it will be at 64000 each second after that.  Until it has transmitted a 
second with less then 64000.  Lets say in one interval it only transmitts 
6000.  So, next interval it was an excess of 2000 that it can transmit as 
Be.  This can continue until it was built up 64000 which is the max Be it 
can ever have.

Its sorta like roll-over minutes for cellular phones :)

By using the the 'frame-relay traffic-rate xxx yyy' command you are fooling 
the router into sending max Be every second.  It thinks its Bc is 64000 so 
the in the intervals it cant send traffic (because it hit line speed in the 
first interval) it builds up credit again so it can burst at full Be on the 
next seconds interval.

It really depends on how you want your traffic shaped and what sort of 
applications are running over the link.  But, if they aren't extremely time 
sensitive, the generic command should work.

The one thing to watch for in the 'frame-relay traffic-rate xxx yyy' command 
is that it assumes your mincir is 1/2 your average speed value.  So, if you 
set your average to your contracted CIR and the router encounters 
congestion, it will slow down to the mincir which is half of that.  To get 
around this you can set your average speed to double your CIR.

If you order your CIR at 1/2 your line speed (128K port, 64K CIR) you can 
use something like this 'frame-relay traffic-shaping 128000 128000'
The router will run at 128000 unless it hits congestion and then it will run 
at 64000.

Hope that helps.
Mike





>
>Wizards,
>
>As the FRTS has been brought up here, I really want to
>take this chances to get some help from you in
>understanding this.
>
>When we enable the 'frame-relay traffice shaping'
>under the inferface, we start using frame-relay
>traffice shaping not generic shaping, right?
>
>in the map-class of frame relay, we can configure CIR,
>Bc and Be, how is this different from just configure
>'traffic-rate xx yy' in the map-class?
>
>As far as I understand, it is not quite effective to
>controll QoS in FR, I am not sure whether someones
>have seen some detailed perfermence comparation betwee
>two kinds of traffic shaping.
>
>Thanks
>
>Kent
>
>--- Michael Fountain <[EMAIL PROTECTED]> wrote:
> > The easiest way to do this is to only configure the
> > CIR and Line speeds and
> > let the rest default.
> >
> > Example commands -
> >
> > int s0
> > frame-relay traffic shapping Enable FRTS on
> > the interface
> > frame-relay class ExampleClass   Shape as
> > defined in map class
> >
> > frame-relay map-class ExampleClass
> > frame-relay traffic-rate XXX YYY   ### XXX =
> > CIR, YYY = Max Speed
> > traffic-rate adaptive-shaping becn  Use
> > BECNs (not foresight)
> > 

Re: Frame-relay multipoint configuration & DLCIs

2000-07-18 Thread Brian

On Tue, 18 Jul 2000, John lay wrote:

> Guys,
> 
> This time I have a question regarding mulipoint FR configuration.
> Her is the concern:
> int s 0/0.1
> ip address 1.1.1.1 255.0.0.0
> frame-relay map ip 2.2.2.2 200 broadcast
> frame-relay map ip 3.3.3.3 300 broadcast
> 
> Is this configuration means that there are two PVCs from this source to two
> destinations(2.2.2.2 & 3.3.3.3)?. How come a single interface (s0/0.1) can
> have two DLCIs (200 & 300)?

A point to point interface can have only one PVC.  A multipoint can have
multiple PVC's.  With multiple PVC's on an interface, you don't have to do
DLCI mapping, because inverse arp will take care of it.  Once
subinterfaces are involved, as above, then you must do the maps you did.
Frame-Relay is a multiple-access wan technology, so having multiple PVC's
on an interface is valid.


> 
> Or should I configure it this way
> 
> int s 0/0.1
> ip address 1.1.1.1 255.0.0.0
> frame-relay map ip 2.2.2.2 200 broadcast
> int s 0/0.2
> ip address 1.1.1.2 255.0.0.0
> frame-relay map ip 3.3.3.3 300 broadcast

In my opinion you want the second way.  You see, the reason you would put
all PVC's under one interface, a multipoint interface, is mainly because
your building a mesh or a semi-mesh, and you are using a single network.

You are using two different Class A networks, and so two PtP interfaces
are the way to go IMHO.  Also be aware that the two ends of the
links.whether it be a PtP or a multi-access link, should be in the
same subnet, and in neither of your examples is this the case.

 > 
> I am trying to understand the benefit of the multipoint configuration.
> Could someone clairfy this
> 
> Thanks 
> I need to finish FR to start ISDN !
> 
> 
> 
> 
> 
> 
> ___
> Say Bye to Slow Internet!
> http://www.home.com/xinbox/signup.html
> 
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> 

-
Brian Feeny, CCNA   [EMAIL PROTECTED]   
318-222-2638 x 109  http://www.shreve.net/~signal  
Network Administrator   ShreveNet Inc. (ASN 11881)

___
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 traffic shaping question

2000-07-18 Thread John lay


As far as I know, they are both equal. So you can do it by either way.
Please someone correct.

Thanks a lot guys,


On Tue, 18 Jul 2000 10:08:56 -0700 (PDT), Kent wrote:

>  Wizards,
>  
>  As the FRTS has been brought up here, I really want to
>  take this chances to get some help from you in
>  understanding this. 
>  
>  When we enable the 'frame-relay traffice shaping'
>  under the inferface, we start using frame-relay
>  traffice shaping not generic shaping, right?
>  
>  in the map-class of frame relay, we can configure CIR,
>  Bc and Be, how is this different from just configure
>  'traffic-rate xx yy' in the map-class?
>  
>  As far as I understand, it is not quite effective to
>  controll QoS in FR, I am not sure whether someones
>  have seen some detailed perfermence comparation betwee
>  two kinds of traffic shaping.
>  
>  Thanks
>  
>  Kent 
>   
>  --- Michael Fountain <[EMAIL PROTECTED]> wrote:
>  > The easiest way to do this is to only configure the
>  > CIR and Line speeds and 
>  > let the rest default.
>  > 
>  > Example commands -
>  > 
>  > int s0
>  > frame-relay traffic shapping Enable FRTS on
>  > the interface
>  > frame-relay class ExampleClass   Shape as
>  > defined in map class
>  > 
>  > frame-relay map-class ExampleClass
>  > frame-relay traffic-rate XXX YYY   ### XXX =
>  > CIR, YYY = Max Speed
>  > traffic-rate adaptive-shaping becn  Use
>  > BECNs (not foresight)
>  >  for for
>  > thottling
>  > 
>  > 
>  >   If you set XXX to 512K and YYY to port speed, he
>  > will transmit at port 
>  > speed unless he receives BECNs from the network, and
>  > then he will throttle 
>  > down to 512K.
>  >   If you set both XXX and YYY to 512K he will always
>  > transmit at 512K
>  > 
>  >   Depending on your service provider and how
>  > congested their network is you 
>  > may be able to go in and buy a small CIR like 64K
>  > and then ignore that and 
>  > have your router set to send at 512K.  If you do
>  > that and some time in 
>  > future your SP starts dropping packets (because they
>  > are over CIR) you will 
>  > have to go to them and buy up your contracted CIR,
>  > but until then you can 
>  > save some money.  We've been running AT&T Frame
>  > Relay for a couple of years 
>  > and have yet to receive a single BECN.
>  > 
>  >   It is possible to go in and specify mincir, Bc,
>  > Be, etc.  But unless you 
>  > are going VOFR or some other application that has
>  > specific needs using 
>  > generic FRTS will cover just about everything.
>  > 
>  >   Hope that helps,
>  > Mike
>  > 
>  > 
>  > >Guys,
>  > >
>  > >What are the parameters that I should configure on
>  > the router to control 
>  > >the
>  > >bandwidth usage of the user on a frame-relay
>  > configuration.
>  > >For instance, the user has T1 line and I need to
>  > provide him only 512k. Is
>  > >it the CIR, BE, BC, MINCIR, and traffic rate only ?
>  > >and how do I calculate them ?
>  > >
>  > >Thanks a lot
>  > >ME
>  > 
>  >
>  
>  > 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]
>  
>  
>  __
>  Do You Yahoo!?
>  Get Yahoo! Mail – Free email you can access from anywhere!
>  http://mail.yahoo.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]





___
Say Bye to Slow Internet!
http://www.home.com/xinbox/signup.html

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



Re: Frame-relay traffic shaping question

2000-07-18 Thread Kent

Wizards,

As the FRTS has been brought up here, I really want to
take this chances to get some help from you in
understanding this. 

When we enable the 'frame-relay traffice shaping'
under the inferface, we start using frame-relay
traffice shaping not generic shaping, right?

in the map-class of frame relay, we can configure CIR,
Bc and Be, how is this different from just configure
'traffic-rate xx yy' in the map-class?

As far as I understand, it is not quite effective to
controll QoS in FR, I am not sure whether someones
have seen some detailed perfermence comparation betwee
two kinds of traffic shaping.

Thanks

Kent 
 
--- Michael Fountain <[EMAIL PROTECTED]> wrote:
> The easiest way to do this is to only configure the
> CIR and Line speeds and 
> let the rest default.
> 
> Example commands -
> 
> int s0
> frame-relay traffic shapping Enable FRTS on
> the interface
> frame-relay class ExampleClass   Shape as
> defined in map class
> 
> frame-relay map-class ExampleClass
> frame-relay traffic-rate XXX YYY   ### XXX =
> CIR, YYY = Max Speed
> traffic-rate adaptive-shaping becn  Use
> BECNs (not foresight)
>  for for
> thottling
> 
> 
>   If you set XXX to 512K and YYY to port speed, he
> will transmit at port 
> speed unless he receives BECNs from the network, and
> then he will throttle 
> down to 512K.
>   If you set both XXX and YYY to 512K he will always
> transmit at 512K
> 
>   Depending on your service provider and how
> congested their network is you 
> may be able to go in and buy a small CIR like 64K
> and then ignore that and 
> have your router set to send at 512K.  If you do
> that and some time in 
> future your SP starts dropping packets (because they
> are over CIR) you will 
> have to go to them and buy up your contracted CIR,
> but until then you can 
> save some money.  We've been running AT&T Frame
> Relay for a couple of years 
> and have yet to receive a single BECN.
> 
>   It is possible to go in and specify mincir, Bc,
> Be, etc.  But unless you 
> are going VOFR or some other application that has
> specific needs using 
> generic FRTS will cover just about everything.
> 
>   Hope that helps,
> Mike
> 
> 
> >Guys,
> >
> >What are the parameters that I should configure on
> the router to control 
> >the
> >bandwidth usage of the user on a frame-relay
> configuration.
> >For instance, the user has T1 line and I need to
> provide him only 512k. Is
> >it the CIR, BE, BC, MINCIR, and traffic rate only ?
> >and how do I calculate them ?
> >
> >Thanks a lot
> >ME
> 
>

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


__
Do You Yahoo!?
Get Yahoo! Mail – Free email you can access from anywhere!
http://mail.yahoo.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]



Re: Frame-relay traffic shaping question

2000-07-18 Thread Alexandre Eduardo Garcia

Has anyone used Generic Traffic Shaping for Frame-Relay?

The GTS permits the use of Weigh Fair Queue (the FRTS doesn't).

I would like to know if GTS works as good as FRTS.

Regards,

Alex
-Mensagem Original-
De: Michael Fountain <[EMAIL PROTECTED]>
Para: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Enviada em: Segunda-feira, 17 de Julho de 2000 21:59
Assunto: Re: Frame-relay traffic shaping question


> The easiest way to do this is to only configure the CIR and Line speeds
and
> let the rest default.
>
> Example commands -
>
> int s0
> frame-relay traffic shapping Enable FRTS on the interface
> frame-relay class ExampleClass   Shape as defined in map class
>
> frame-relay map-class ExampleClass
> frame-relay traffic-rate XXX YYY   ### XXX = CIR, YYY = Max Speed
> traffic-rate adaptive-shaping becn  Use BECNs (not foresight)
>  for for thottling
>
>
>   If you set XXX to 512K and YYY to port speed, he will transmit at port
> speed unless he receives BECNs from the network, and then he will throttle
> down to 512K.
>   If you set both XXX and YYY to 512K he will always transmit at 512K
>
>   Depending on your service provider and how congested their network is
you
> may be able to go in and buy a small CIR like 64K and then ignore that and
> have your router set to send at 512K.  If you do that and some time in
> future your SP starts dropping packets (because they are over CIR) you
will
> have to go to them and buy up your contracted CIR, but until then you can
> save some money.  We've been running AT&T Frame Relay for a couple of
years
> and have yet to receive a single BECN.
>
>   It is possible to go in and specify mincir, Bc, Be, etc.  But unless you
> are going VOFR or some other application that has specific needs using
> generic FRTS will cover just about everything.
>
>   Hope that helps,
> Mike
>
>
> >Guys,
> >
> >What are the parameters that I should configure on the router to control
> >the
> >bandwidth usage of the user on a frame-relay configuration.
> >For instance, the user has T1 line and I need to provide him only 512k.
Is
> >it the CIR, BE, BC, MINCIR, and traffic rate only ?
> >and how do I calculate them ?
> >
> >Thanks a lot
> >ME
>
> 
> 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 traffic shaping question

2000-07-17 Thread Michael Fountain

The easiest way to do this is to only configure the CIR and Line speeds and 
let the rest default.

Example commands -

int s0
frame-relay traffic shapping Enable FRTS on the interface
frame-relay class ExampleClass   Shape as defined in map class

frame-relay map-class ExampleClass
frame-relay traffic-rate XXX YYY   ### XXX = CIR, YYY = Max Speed
traffic-rate adaptive-shaping becn  Use BECNs (not foresight)
 for for thottling


  If you set XXX to 512K and YYY to port speed, he will transmit at port 
speed unless he receives BECNs from the network, and then he will throttle 
down to 512K.
  If you set both XXX and YYY to 512K he will always transmit at 512K

  Depending on your service provider and how congested their network is you 
may be able to go in and buy a small CIR like 64K and then ignore that and 
have your router set to send at 512K.  If you do that and some time in 
future your SP starts dropping packets (because they are over CIR) you will 
have to go to them and buy up your contracted CIR, but until then you can 
save some money.  We've been running AT&T Frame Relay for a couple of years 
and have yet to receive a single BECN.

  It is possible to go in and specify mincir, Bc, Be, etc.  But unless you 
are going VOFR or some other application that has specific needs using 
generic FRTS will cover just about everything.

  Hope that helps,
Mike


>Guys,
>
>What are the parameters that I should configure on the router to control 
>the
>bandwidth usage of the user on a frame-relay configuration.
>For instance, the user has T1 line and I need to provide him only 512k. Is
>it the CIR, BE, BC, MINCIR, and traffic rate only ?
>and how do I calculate them ?
>
>Thanks a lot
>ME


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]



RE: Frame Relay Switching

2000-07-13 Thread Stull, Cory

Olden,

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

Cory

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


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



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

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

Interface serial1
Frame-relay route 18 interface serial 0 16

Thx






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

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



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




Re: Frame Relay and DE bit

2000-07-09 Thread jenny . mcleod



(OK, let's see if this one gets through to the list...)
Asynchronous CIRs are offered by some carriers but not all of them.  It just
means that you can get two different CIRs on the same PVC - one upstream, one
downstream (however you want to define upstream and downstream :-)
So if you have a lot of traffic going from your central site to remote sites
(interactive, software downloads, whatever), but not much going the other way,
it may be more economical to have say a 256Kbps CIR from the central site out to
a remote site, but only 128Kbps from the remote site to the central site (using
the same PVC).

JMcL
-- Forwarded by Jenny Mcleod/NSO/CSDA on 20/06/2000 09:21
---


"M Z" <[EMAIL PROTECTED]> on 20/06/2000 08:08:38

Please respond to "M Z" <[EMAIL PROTECTED]>


To:   [EMAIL PROTECTED]
  [EMAIL PROTECTED]
cc:(bcc: JENNY MCLEOD/NSO/CSDA)
Subject:  Re: Frame Relay and DE bit



what is an asynchronous CIR?


>From: "Kishor Bhagwat" <[EMAIL PROTECTED]>
>Reply-To: "Kishor Bhagwat" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Subject: Re: Frame Relay and DE bit
>Date: Fri, 16 Jun 2000 21:22:01 +0530
>
>hello..
>the ratio shld definitely be a cause for concern, since too many of ur
>incoming packets are in burst mode.
>and on the outgoing side, either the CIR is correct or underutilised.
>see if ur FR provider gives ya an asynchronous CIR?
>
>regards,
>kishor
>
> >Date: Thu, 15 Jun 2000 07:27:57 -0500
> >From: "Chance, Larry" <[EMAIL PROTECTED]>
> >Subject: Frame Relay and DE bit
> >
> >What's the significance of the DE (Discard Eligible)
> >with this Frame Relay sample shown here?
> >Considering the volume of 'out bytes', is this ratio to
> >be expected or feared?
> >
> >And what would I do to correct it?
> >
> >===SAMPLE=
> >Router1#sh frame pvc 33
> >
> >PVC Statistics for interface Serial5/0 (Frame Relay DTE)
> >
> >DLCI = 33, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE =
>Serial5/0.7
> >
> >  input pkts 29768862  output pkts 16948699 in bytes 1918568914
> >  out bytes 2217045339 dropped pkts 5   in FECN pkts 0
> >  in BECN pkts 3717out FECN pkts 0  out BECN pkts 0
> >  in DE pkts 21408982  out DE pkts 0
> >  out bcast pkts 399406 out bcast bytes 31994284
> >  pvc create time 29w4d, last time pvc status changed 12:58:55
> >Router1#
> >==
> >
> >Later,
> >Larry
> >
> >___
>
>
>
>__
>Do You Yahoo!?
>Talk to your friends online with Yahoo! Messenger.
>http://im.yahoo.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]


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 Switching

2000-07-05 Thread Darren Ward

If you want DLCI 16 on one interface to switch to DLCI 16 on the other AND
DLCI 18 on one interface to switch to DLCI 18 on the other then the config
below will do it for you.

Darren

!
frame-relay switching
!
interface serial 0
 encapsulation frame-relay
 frame-relay intf-type dce
 clock rate ?
 frame-relay route 16 interface serial 1 16
 frame-relay route 18 interface serial 1 18
!
interface serial 1
 encapsulation frame-relay
 frame-relay intf-type dce
 clock rate ?
 frame-relay route 16 interface serial 0 16
 frame-relay route 18 interface serial 0 18
!



So effectively you have two PVC's on each

Olden Pieterse wrote:

>
>
> Interface serial 0
> Frame-relay route 18 interface serial 1 16
>
> Interface serial1
> Frame-relay route 18 interface serial 0 16
>
> Thx
>
>   Olden Pieterse
>MCP , CCNA , BCMSN , BSCN , BCRAN
> Brainbench Certified CISCO Network Implementation Specialist
>   Technical Consultant
> Mobile : +27 82 410 8621
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

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

2000-07-05 Thread Atif Awan


Do one thing .. post your setup requirements and the equipment details ( if
thats not a prob ) and then i am sure someone ( ho0pefully me :) ) will be
able to help you better ...

One thing i want to make clear is that you cannot route a single DLCI to
multiple DLCIs.

Regards
Atif

-Original Message-
From: Olden Pieterse [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 05, 2000 2:39 PM
To: 'Atif Awan'
Cc: '[EMAIL PROTECTED]'
Subject: RE: Frame Relay Switching


Atif ,
16 & 18 on serial 0
18 on serial 1
Basically the aim is to get from one Motorola side through the Cisco to the
other Motorola side .It'll be nice if you can have 16 & 18 on the one
Motorola to go through to ultimately end up on the other Motorola side .

Hope it helps !
Cheers
Olden

-Original Message-
From: Atif Awan [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 05, 2000 11:34 AM
To: Olden Pieterse; 'Atif Awan'
Cc: [EMAIL PROTECTED]
Subject: RE: Frame Relay Switching



Inverse arp maps layer 3 addresses to the appropriate DLCI.

Yes you can have multiple frame-relay route statements on the same
interface.

Can you tell me which DLCIs you want to announce and on which interface. As
far as i can understand you want to announce DLCI 16 on serial0 and DLCI 18
on serial1. Correct me if i am wrong .

Regards
Atif

-Original Message-
From: Olden Pieterse [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 05, 2000 2:14 PM
To: 'Atif Awan'
Cc: '[EMAIL PROTECTED]'
Subject: RE: Frame Relay Switching


Hi there
Thx Atif
Its me and my Motorolas again !
We need both 16 & 18 to be switched through serial 0
I left 16 out because I reckoned the inverse arping will take care of that
to create the pvc map .
Is it possible to make multiple statements on a single physical interface ?

Thx in advance
Cheers
Olden

-Original Message-
From: Atif Awan [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 05, 2000 11:10 AM
To: Olden Pieterse; [EMAIL PROTECTED]
Subject: RE: Frame Relay Switching



it should be like this

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

Interface serial1
Frame-relay route 18 interface serial 0 16

provided you want to announce DLCI 16 on serial 0 and DLCI 18 on serial 1
and interconnect them to form a PVC ...
I am not getting why you have also written 18 on serial 0 ??

Regards
Atif

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


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



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

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

Interface serial1
Frame-relay route 18 interface serial 0 16

Thx






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

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

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

2000-07-05 Thread Olden Pieterse

Atif ,
16 & 18 on serial 0
18 on serial 1
Basically the aim is to get from one Motorola side through the Cisco to the
other Motorola side .It'll be nice if you can have 16 & 18 on the one
Motorola to go through to ultimately end up on the other Motorola side .

Hope it helps !
Cheers
Olden  

-Original Message-
From: Atif Awan [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 05, 2000 11:34 AM
To: Olden Pieterse; 'Atif Awan'
Cc: [EMAIL PROTECTED]
Subject: RE: Frame Relay Switching



Inverse arp maps layer 3 addresses to the appropriate DLCI.

Yes you can have multiple frame-relay route statements on the same
interface.

Can you tell me which DLCIs you want to announce and on which interface. As
far as i can understand you want to announce DLCI 16 on serial0 and DLCI 18
on serial1. Correct me if i am wrong .

Regards
Atif

-Original Message-
From: Olden Pieterse [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 05, 2000 2:14 PM
To: 'Atif Awan'
Cc: '[EMAIL PROTECTED]'
Subject: RE: Frame Relay Switching


Hi there
Thx Atif
Its me and my Motorolas again !
We need both 16 & 18 to be switched through serial 0
I left 16 out because I reckoned the inverse arping will take care of that
to create the pvc map .
Is it possible to make multiple statements on a single physical interface ?

Thx in advance
Cheers
Olden

-Original Message-
From: Atif Awan [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 05, 2000 11:10 AM
To: Olden Pieterse; [EMAIL PROTECTED]
Subject: RE: Frame Relay Switching



it should be like this

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

Interface serial1
Frame-relay route 18 interface serial 0 16

provided you want to announce DLCI 16 on serial 0 and DLCI 18 on serial 1
and interconnect them to form a PVC ...
I am not getting why you have also written 18 on serial 0 ??

Regards
Atif

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


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



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

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

Interface serial1
Frame-relay route 18 interface serial 0 16

Thx






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

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

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

2000-07-05 Thread Olden Pieterse

Hi there 
Thx Atif
Its me and my Motorolas again !
We need both 16 & 18 to be switched through serial 0
I left 16 out because I reckoned the inverse arping will take care of that
to create the pvc map .
Is it possible to make multiple statements on a single physical interface ?

Thx in advance 
Cheers
Olden

-Original Message-
From: Atif Awan [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 05, 2000 11:10 AM
To: Olden Pieterse; [EMAIL PROTECTED]
Subject: RE: Frame Relay Switching



it should be like this

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

Interface serial1
Frame-relay route 18 interface serial 0 16

provided you want to announce DLCI 16 on serial 0 and DLCI 18 on serial 1
and interconnect them to form a PVC ...
I am not getting why you have also written 18 on serial 0 ??

Regards
Atif

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


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



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

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

Interface serial1
Frame-relay route 18 interface serial 0 16

Thx






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

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

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

2000-07-05 Thread Atif Awan


Inverse arp maps layer 3 addresses to the appropriate DLCI.

Yes you can have multiple frame-relay route statements on the same
interface.

Can you tell me which DLCIs you want to announce and on which interface. As
far as i can understand you want to announce DLCI 16 on serial0 and DLCI 18
on serial1. Correct me if i am wrong .

Regards
Atif

-Original Message-
From: Olden Pieterse [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 05, 2000 2:14 PM
To: 'Atif Awan'
Cc: '[EMAIL PROTECTED]'
Subject: RE: Frame Relay Switching


Hi there
Thx Atif
Its me and my Motorolas again !
We need both 16 & 18 to be switched through serial 0
I left 16 out because I reckoned the inverse arping will take care of that
to create the pvc map .
Is it possible to make multiple statements on a single physical interface ?

Thx in advance
Cheers
Olden

-Original Message-
From: Atif Awan [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 05, 2000 11:10 AM
To: Olden Pieterse; [EMAIL PROTECTED]
Subject: RE: Frame Relay Switching



it should be like this

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

Interface serial1
Frame-relay route 18 interface serial 0 16

provided you want to announce DLCI 16 on serial 0 and DLCI 18 on serial 1
and interconnect them to form a PVC ...
I am not getting why you have also written 18 on serial 0 ??

Regards
Atif

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


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



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

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

Interface serial1
Frame-relay route 18 interface serial 0 16

Thx






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

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

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

2000-07-05 Thread Atif Awan


it should be like this

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

Interface serial1
Frame-relay route 18 interface serial 0 16

provided you want to announce DLCI 16 on serial 0 and DLCI 18 on serial 1
and interconnect them to form a PVC ...
I am not getting why you have also written 18 on serial 0 ??

Regards
Atif

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


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



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

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

Interface serial1
Frame-relay route 18 interface serial 0 16

Thx






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

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

___
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 using two routers

2000-06-29 Thread Douglas James Howe

frame-relay switching

interface Serial0
 ip address 10.0.0.1 255.255.255.252
 encapsulation frame-relay IETF
 bandwidth 512
 keepalive 4
 clockrate 50
 frame-relay intf-type dce
 frame-relay interface-dlci 16
 ip directed-broadcast
 cdp enable
 frame-relay map ip 10.0.0.2 16 broadcast

router eigrp 10
 network 10.0.0.0

Router 2 (with DTE cable attached)

interface Serial0 (or Serial1)
 ip address 10.0.0.2 255.255.255.252
 encapsulation frame-relay IETF
 bandwidth 512
 keepalive 4
 cdp enable
 frame-relay map ip 10.0.0.1 broadcast
 ip directed-broadcast

router eigrp 10
 network 10.0.0.0



___
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 using two routers

2000-06-29 Thread Padhu

you need to switch it to anothet interface to transfer the dlci...
u need an input and output port for a frame switch

-Original Message-
From: Billy Monroe [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 29, 2000 2:59 PM
To: [EMAIL PROTECTED]
Subject: Frame-Relay using two routers


Sorry I know this question has been discussed before but I couldn't find the
e-mail regarding this one...

I have two routers (Router1 is the DCE) and when I configure Router1 as a
switch it returns the message '**Can not switch on same interface'.
Can you tell me why is not working ?

Here is the configuration:

!
hostname fakeswitch
!
frame-relay switching
int s0
no ip address
encap frame-relay
clockrate 38400
frame-relay lmi-type ansi
frame-relay intf-type dce
frame-relay route 100 int serial0 135
** can not switch on same interface


___
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 using two routers

2000-06-29 Thread Billy Monroe

It makes sense. So it means I need a router with two serial interfaces...

Thanks,

Billy


<[EMAIL PROTECTED]> wrote in message
1F5939AED2D5D31195790008C7914978D17BB1@CHS024">news:1F5939AED2D5D31195790008C7914978D17BB1@CHS024...
> you need to switch it to anothet interface to transfer the dlci...
> u need an input and output port for a frame switch
>
> -Original Message-
> From: Billy Monroe [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 29, 2000 2:59 PM
> To: [EMAIL PROTECTED]
> Subject: Frame-Relay using two routers
>
>
> Sorry I know this question has been discussed before but I couldn't find
the
> e-mail regarding this one...
>
> I have two routers (Router1 is the DCE) and when I configure Router1 as a
> switch it returns the message '**Can not switch on same interface'.
> Can you tell me why is not working ?
>
> Here is the configuration:
>
> !
> hostname fakeswitch
> !
> frame-relay switching
> int s0
> no ip address
> encap frame-relay
> clockrate 38400
> frame-relay lmi-type ansi
> frame-relay intf-type dce
> frame-relay route 100 int serial0 135
> ** can not switch on same interface
>
>
> ___
> 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]
> ---


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

2000-06-26 Thread Taylor, Don

You only need one PVC per remote in a hub & spoke environment, which in your
example would be a total of two PVCs for the whole network. Even if you were
to design a full mesh it would only take 3 PVCs to connect each site to the
other two. R1-R2-R3-R1 (I suck at ASCII art).

Think about it, if you have two PVCs on the same physical interface, going
to the same location, what have you accomplished except to include more
overhead? The second PVC can't be used for redundancy or load balancing if
it's on the same physical circuit.

Does that help?

- Don

-Original Message-
From: cisco cabanaboy [mailto:[EMAIL PROTECTED]]
Sent: Saturday, June 10, 2000 2:45 PM
To: [EMAIL PROTECTED]
Subject: frame-relay design


If you had 3 locations in a hub and spoke topology,
then you would want two pvcs going to each
site...(using subinterfaces), how do the numbers
change as you add remote sites...

e.g. if you add the 4th site, do you have to add a pvc
to every other site?, totalling 3 pvcs/subinterfaces ?

so would that mean if you had 100 sites it would
require n-1 (99) pvcs/dlcis/subints per location...?


i may be way off

-thanks




=
ciscocabanaboy, CCNP-Voice, CCDP, MCSE, CNX, A+, N+, I-net+, BOFH...

__
Do You Yahoo!?
Yahoo! Photos -- now, 100 FREE prints!
http://photos.yahoo.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]
*
The information in this email is confidential and may be legally privileged.
It is intended solely for the addressee. Access to this email by anyone else
is unauthorized. 

If you are not the intended recipient, any disclosure, copying, distribution
or any action taken or omitted to be taken in reliance on it, is prohibited
and may be unlawful. When addressed to our clients any opinions or advice
contained in this email are subject to the terms and conditions expressed in
the governing KPMG client engagement letter. 
*

___
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

2000-06-26 Thread woody

www.frforum.com


"Deepak Sharma" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> does anyone have a good link on explaining what frame relay is??i
> read it in the ICND book...but it does not give a very good
> explaination..help!!
>
> greatly appreciated..
>
> Deepak
>


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

2000-06-25 Thread Taylor, Don

This is usually a circuit problem somewhere along the path, but I've also
seen where a bad switch port will cause problems. If the circuit tests fine
with all patterns over an hour's time, I'd ask the carrier to try swapping
ports to see if things change.

- Don

-Original Message-
From: Stull, Cory [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 09, 2000 2:13 PM
To: [EMAIL PROTECTED]
Subject: frame-relay CRC


What would cause a frame-relay CRC?

Rx CRC Exceptions Hour Day 
#Frames %Max Hour Thresh 05 Wed 2523 13.0028 0.0100 21 Thu 3065 6.3095
0.0100


I logged into AT&Ts web site to look at a companies frame-relay statistics
that is having problems and they are receiving CRC errors at the frame
switch..   Could someone please tell me what would cause this?  

Thanks




Cory R. Stull
MCSE, Bay Router Specialist, CCNA,CCDA
Communications Concepts Unlimited
262-814-7214


___
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]
*
The information in this email is confidential and may be legally privileged.
It is intended solely for the addressee. Access to this email by anyone else
is unauthorized. 

If you are not the intended recipient, any disclosure, copying, distribution
or any action taken or omitted to be taken in reliance on it, is prohibited
and may be unlawful. When addressed to our clients any opinions or advice
contained in this email are subject to the terms and conditions expressed in
the governing KPMG client engagement letter. 
*

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

2000-06-25 Thread Cate, Constance

The "DCE" that is referenced in setting up a router to use as a frame relay
switch is different than the physical layer DCE reference that requires that
a clock rate be defined.
Connie

-Original Message-
From: Nigel Taylor [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 14, 2000 6:47 PM
To: [EMAIL PROTECTED]; M Z
Cc: Bryant Andrews
Subject: Re: Frame Relay switch


Taking into account that the router you have does meet all the requirements
for a FR switch all that is really needed is the command;

Frame_switch(config)#frame-relay switching

since your frame switch is normally considered the DCE you'll also want to
enable you clock rate on the connecting serial interfaces. As well you could
use the following  interface commands.

Frame_switch(config-if)#encapsulation frame-relay
Frame_switch(config-if)#clock rate 64000
Frame_switch(config-if)#frame-relay intf-type dce

these are some of you basic commands for the frame switch.

My $0.02

HTH

Nigel
- Original Message -
From: M Z <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 15, 2000 4:14 AM
Subject: Frame Relay switch


> Would anyone kindly share how to config a Cisco router to act as a FR
> switch.
>
> Thanks in advance.
>
> Mz
>
> 
> 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]

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

2000-06-25 Thread Landa, Brian

you can use lmi type cisco...

-Original Message-
From: ALI SHEERAZ [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 15, 2000 9:17 AM
To: [EMAIL PROTECTED]
Subject: Re: Frame Relay switch


You can configure a FR switch by using the following set of commands
..for example .a cisco router acting as a FR_Switch have its S0 and 
S1 configured as,

interface Serial0
no ip address
encapsulation frame-relay
no ip mroute-cache
clockrate 64000
frame-relay interface-dlci 20
frame-relay lmi-type ansi
frame-relay intf-type dce
frame-relay route 40 interface Serial1 20
!
interface Serial1
no ip address
encapsulation frame-relay
clockrate 64000
frame-relay interface-dlci 40
frame-relay lmi-type ansi
frame-relay intf-type dce
frame-relay route 20 interface Serial0 40


ALI SHEERAZ
MCSE+I, MCDBA, CCNA

>From: "M Z" <[EMAIL PROTECTED]>
>Reply-To: "M Z" <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Frame Relay switch
>Date: Wed, 14 Jun 2000 20:14:42 MST
>
>Would anyone kindly share how to config a Cisco router to act as a FR
>switch.
>
>Thanks in advance.
>
>Mz
>
>
>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]


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 and DE bit

2000-06-19 Thread M Z

what is an asynchronous CIR?


>From: "Kishor Bhagwat" <[EMAIL PROTECTED]>
>Reply-To: "Kishor Bhagwat" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Subject: Re: Frame Relay and DE bit
>Date: Fri, 16 Jun 2000 21:22:01 +0530
>
>hello..
>the ratio shld definitely be a cause for concern, since too many of ur
>incoming packets are in burst mode.
>and on the outgoing side, either the CIR is correct or underutilised.
>see if ur FR provider gives ya an asynchronous CIR?
>
>regards,
>kishor
>
> >Date: Thu, 15 Jun 2000 07:27:57 -0500
> >From: "Chance, Larry" <[EMAIL PROTECTED]>
> >Subject: Frame Relay and DE bit
> >
> >What's the significance of the DE (Discard Eligible)
> >with this Frame Relay sample shown here?
> >Considering the volume of 'out bytes', is this ratio to
> >be expected or feared?
> >
> >And what would I do to correct it?
> >
> >===SAMPLE=
> >Router1#sh frame pvc 33
> >
> >PVC Statistics for interface Serial5/0 (Frame Relay DTE)
> >
> >DLCI = 33, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = 
>Serial5/0.7
> >
> >  input pkts 29768862  output pkts 16948699 in bytes 1918568914
> >  out bytes 2217045339 dropped pkts 5   in FECN pkts 0
> >  in BECN pkts 3717out FECN pkts 0  out BECN pkts 0
> >  in DE pkts 21408982  out DE pkts 0
> >  out bcast pkts 399406 out bcast bytes 31994284
> >  pvc create time 29w4d, last time pvc status changed 12:58:55
> >Router1#
> >==
> >
> >Later,
> >Larry
> >
> >___
>
>
>
>__
>Do You Yahoo!?
>Talk to your friends online with Yahoo! Messenger.
>http://im.yahoo.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]


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]



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 and DE bit

2000-06-19 Thread wzup

People,

you can read about the DE bit in a frame relay header
anywhere

Rawdawg has spoken!


--- Kishor Bhagwat <[EMAIL PROTECTED]> wrote:
> hello..
> the ratio shld definitely be a cause for concern,
> since too many of ur
> incoming packets are in burst mode.
> and on the outgoing side, either the CIR is correct
> or underutilised.
> see if ur FR provider gives ya an asynchronous CIR?
> 
> regards,
> kishor
> 
> >Date: Thu, 15 Jun 2000 07:27:57 -0500
> >From: "Chance, Larry" <[EMAIL PROTECTED]>
> >Subject: Frame Relay and DE bit
> >
> >What's the significance of the DE (Discard
> Eligible)
> >with this Frame Relay sample shown here?
> >Considering the volume of 'out bytes', is this
> ratio to
> >be expected or feared?
> >
> >And what would I do to correct it?
> >
>
>===SAMPLE=
> >Router1#sh frame pvc 33
> >
> >PVC Statistics for interface Serial5/0 (Frame Relay
> DTE)
> >
> >DLCI = 33, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE,
> INTERFACE = Serial5/0.7
> >
> >  input pkts 29768862  output pkts 16948699
> in bytes 1918568914
> >  out bytes 2217045339 dropped pkts 5  
> in FECN pkts 0
> >  in BECN pkts 3717out FECN pkts 0 
> out BECN pkts 0
> >  in DE pkts 21408982  out DE pkts 0
> >  out bcast pkts 399406 out bcast bytes
> 31994284
> >  pvc create time 29w4d, last time pvc status
> changed 12:58:55
> >Router1#
>
>==
> >
> >Later,
> >Larry
> >
> >___
> 
> 
> 
> __
> Do You Yahoo!?
> Talk to your friends online with Yahoo! Messenger.
> http://im.yahoo.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]


__
Do You Yahoo!?
Send instant messages with Yahoo! Messenger.
http://im.yahoo.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]



Re: Frame Relay and DE bit

2000-06-19 Thread Kishor Bhagwat

hello..
the ratio shld definitely be a cause for concern, since too many of ur
incoming packets are in burst mode.
and on the outgoing side, either the CIR is correct or underutilised.
see if ur FR provider gives ya an asynchronous CIR?

regards,
kishor

>Date: Thu, 15 Jun 2000 07:27:57 -0500
>From: "Chance, Larry" <[EMAIL PROTECTED]>
>Subject: Frame Relay and DE bit
>
>What's the significance of the DE (Discard Eligible)
>with this Frame Relay sample shown here?
>Considering the volume of 'out bytes', is this ratio to
>be expected or feared?
>
>And what would I do to correct it?
>
>===SAMPLE=
>Router1#sh frame pvc 33
>
>PVC Statistics for interface Serial5/0 (Frame Relay DTE)
>
>DLCI = 33, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial5/0.7
>
>  input pkts 29768862  output pkts 16948699 in bytes 1918568914
>  out bytes 2217045339 dropped pkts 5   in FECN pkts 0
>  in BECN pkts 3717out FECN pkts 0  out BECN pkts 0
>  in DE pkts 21408982  out DE pkts 0
>  out bcast pkts 399406 out bcast bytes 31994284
>  pvc create time 29w4d, last time pvc status changed 12:58:55
>Router1#
>==
>
>Later,
>Larry
>
>___



__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.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]



Re: Frame Relay Interworking with ATM

2000-06-16 Thread peter whittle

Kamoto

There are normally 2 basic methods of interworking ATM with Frame Relay
which are normally handled by a FRATM.

They are: Network Interworking Function (NIWF)
Service Interworking Function (SIWF)


NIWFs work in pairs, have both a Frame i/f and an ATM cell based i/f.
Basically they carry the Frame Relay frame less flags and fcs.  As far as
the Frame Relay nodes are concerned, you are effectively using the ATM
cloud as a virtual piece of wire. You can carry many dlcs in a single
virtual channel.

You only need 1 SIWF, again it has both a Frame i/f and a cell i/f.It
takes the payload out of Frame Relay and repackages it into ATM.  You
require a separate virtual channel for each dlc.

Both normally use aal5 encapsulation.


Hope this helps

Peter


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

2000-06-16 Thread Diegmueller, Jason (I.T. Dept)

: Assuming one Hub and 99 spokes you would need 99
: "frame-relay interface-dlci" statements per site if
: you wanted to talk to every remote site.
: I cannot see this being a practicle solution
: though, i.e You would be committing a massive 'single
: point of failure at the Hub', plus I very much doubt
: that all the sites would want direct access to each
: other anyway.

Here's how our company does our WAN:

We have a "primary" site and a "backup" site.  Our branches
each have two PVCs--one to each of the sites.  This provides
redundancy should either the primary or backup site have an 
issue.  It also would save the day if there was a problem 
along the way within the Frame Relay network which only affected
one of the PVCs.

Of course, this doesn't help if the physical circuit goes down
or if the Frame switch the branch office was going to was experience
issues, so we have BRIs configured to do dial backup as well.

Since the applications we use are all client-server, the branches
have no need to communicate directly with one another. We have
approximately 70 branch offices, and this approach works quite well
and for a decent cost.

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

2000-06-15 Thread pedro quezada

goto http://www.fatkid.com/html/frame_relay_intro.html this will explain
how it works and sample configs



"M Z" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Would anyone kindly share how to config a Cisco router to act as a FR
> switch.
>
> Thanks in advance.
>
> Mz
>
> 
> 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 and DE bit

2000-06-15 Thread jenny . mcleod



I agree with everything that Chuck says except the very first sentence.  The DE
packets tell you very little about your CURRENT reliability, but they do give an
indication of potential future problems.
Simple (and fairly simplistic) example.  Let's say this link is provided by a
new carrier, or a carrier that has recently installed frame relay in this area
(dunno about in the US, but there's lots of places in Australia that don't have
many frame relay customers :-).  You're the first customer on this part of the
network.
They provide you with say 256K access, and say 64K CIR (figures out of the air).
Nobody else is using the infrastructure, so you can happily send traffic at 256K
for long periods of time without any congestion - there's nobody else around to
congest the network.  'You beauty', you think - why bother paying for higher
CIRs?
Time goes by, as time is inclined to do, and the carrier gets more customers.
They might upgrade their network, but they'll almost certainly oversubscribe -
if you're only paying for 64K CIR, why should they provision their network to
give you 256K all the time?
Funny, you seem to be getting more FECNs and BECNs and dropped packets.  Your
traffic hasn't changed, so why the drop in performance?  You get what you pay
for.

That level of FECNs and BECNs indicates that you're not having problems yet
(although it would be worth checking the FECN/BECN levels at the other end of
the link).  But keep a close eye on it.  The DE packets show that you're getting
more than you're paying for (which is A Good Thing, if you ask me), but that
could change due to things completely outside your control.

Also, as an aside, I have heard that some carriers don't bother setting the
FECN/BECN bits.  That's probably not the case here as there are some BECNs
showing, but if it was, then you could be getting severe congestion without it
showing up very easily - except of course in your user response times...

JMcL

-- Forwarded by Jenny Mcleod/NSO/CSDA on 16/06/2000 09:12
---


"Chuck Larrieu" <[EMAIL PROTECTED]> on 16/06/2000 01:05:58

Please respond to "Chuck Larrieu" <[EMAIL PROTECTED]>


To:   "Phil Barker" <[EMAIL PROTECTED]>
  "Chance, Larry" <[EMAIL PROTECTED]>
  "'GroupStudy'" <[EMAIL PROTECTED]>
cc:(bcc: JENNY MCLEOD/NSO/CSDA)
Subject:  RE: Frame Relay and DE bit



Ratio of DE packets to in packets is irrelevant. It tells nothing about your
reliability. It does not necessarily mean that you are losing data. What the
DE stat does tell you is that you are exceeding your CIR substantially. You
may just be getting more than your money's worth, maybe?

FECN and BECN stats don't indicate a lot of carrier side congestion at all.

A better way to analyze your frame relay usage and reliability is to install
some kind of monitoring and analysis tool at both ends. There are third
parties that sell such things.

Otherwise, you have to listen to the users, and maybe run some tests
yourself during business hours and observe what happens.

Chuck

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Phil
Barker
Sent: Thursday, June 15, 2000 6:34 AM
To:  Chance, Larry; 'GroupStudy'
Subject:  Re: Frame Relay and DE bit

Larry,
 I'm a newbie on FR, however, I would compare your
in PACKETS with your in DE PACKETS and you are losing
2/3rds of your data. I would look at increasing your
CIR by 2/3rds as a result. Unless of course nobody is
complaining about the access speed ?

Phil.

--- "Chance, Larry" <[EMAIL PROTECTED]> wrote: >
What's the significance of the DE (Discard Eligible)
>
> with this Frame Relay sample shown here?
> Considering the volume of 'out bytes', is this ratio
> to
> be expected or feared?
>
> And what would I do to correct it?
>
>
===SAMPLE=
> Router1#sh frame pvc 33
>
> PVC Statistics for interface Serial5/0 (Frame Relay
> DTE)
>
> DLCI = 33, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE,
> INTERFACE = Serial5/0.7
>
>   input pkts 29768862  output pkts 16948699
> in bytes 1918568914
>   out bytes 2217045339 dropped pkts 5
> in FECN pkts 0
>   in BECN pkts 3717out FECN pkts 0
> out BECN pkts 0
>   in DE pkts 21408982  out DE pkts 0
>   out bcast pkts 399406 out bcast bytes 31994284
>   pvc create time 29w4d, last time pvc status
> changed 12:58:55
> Router1#
>
==
>
> Later,
> Larry
>
> ___
> UPDATED Posting Guidelines:
> http://www.groupstudy.com/list/guide.html
> 

Re: frame-relay design

2000-06-15 Thread jenny . mcleod



Well actually, if you really mean hub and spoke, you will NOT have 99 PVCs per
site.  Or two per site in the original example.You'll have 99 PVCs
connecting to the hub site, and one at each spoke site.
You seem to be confusing hub and spoke with full mesh, where every site is
directly connected to every other site.  For N sites, a full mesh network will
indeed have N-1 PVCs attached to each site (a total of (N-1)*N/2 in the whole
network).  Generally, full mesh networks are regarded as being, shall we say, a
bit over the top for anything other than very small numbers of sites.
A hub and spoke design has a single hub site and multiple spoke sites, with a
single PVC from the hub to each spoke, and no PVCs directly between the spoke
sites.  If there's N sites (including the hub), then there's a total of N-1 PVCs
in the whole network. Other options are partial mesh (take a full mesh and
remove links that don't get significant traffic, thus reducing the number of
links and therefore cost and management effort), or distributed hub and spoke
(not sure if that's the correct term but it describes it well - main hub has
PVCs to secondary hubs, which have PVCs to spoke sites).  Or combinations of the
above.
If you're doing a hub and spoke design, you can get around the single point of
failure issue by having a multi-homed hub and spoke design - have two hubs and
each spoke has PVCs to each hub.  Doubles the number of PVCs, but some carriers
offer 'backup PVCs' at a lower cost - they only kick in if the main PVC fails.
Or you can back up your frame network with ISDN or some other on-demand service.

JMcL

-- Forwarded by Jenny Mcleod/NSO/CSDA on 16/06/2000 08:56
---


Phil Barker <[EMAIL PROTECTED]> on 16/06/2000 00:03:07

Please respond to Phil Barker <[EMAIL PROTECTED]>


To:   cisco cabanaboy <[EMAIL PROTECTED]>
  [EMAIL PROTECTED]
cc:(bcc: JENNY MCLEOD/NSO/CSDA)
Subject:  Re: frame-relay design




Assuming one Hub and 99 spokes you would need 99
"frame-relay interface-dlci" statements per site if
you wanted to talk to every remote site.
I cannot see this being a practicle solution
though, i.e You would be committing a massive 'single
point of failure at the Hub', plus I very much doubt
that all the sites would want direct access to each
other anyway.

HTH

Phil.
--- cisco cabanaboy <[EMAIL PROTECTED]> wrote:
> If you had 3 locations in a hub and spoke topology,
> then you would want two pvcs going to each
> site...(using subinterfaces), how do the numbers
> change as you add remote sites...
>
> e.g. if you add the 4th site, do you have to add a
> pvc
> to every other site?, totalling 3 pvcs/subinterfaces
> ?
>
> so would that mean if you had 100 sites it would
> require n-1 (99) pvcs/dlcis/subints per location...?
>
>
> i may be way off
>
> -thanks
>
>
>
>
> =
> ciscocabanaboy, CCNP-Voice, CCDP, MCSE, CNX, A+, N+,
> I-net+, BOFH...
>
> __
> Do You Yahoo!?
> Yahoo! Photos -- now, 100 FREE prints!
> http://photos.yahoo.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]



Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie

___
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 and DE bit

2000-06-15 Thread Chuck Larrieu

Ratio of DE packets to in packets is irrelevant. It tells nothing about your
reliability. It does not necessarily mean that you are losing data. What the
DE stat does tell you is that you are exceeding your CIR substantially. You
may just be getting more than your money's worth, maybe?

FECN and BECN stats don't indicate a lot of carrier side congestion at all.

A better way to analyze your frame relay usage and reliability is to install
some kind of monitoring and analysis tool at both ends. There are third
parties that sell such things.

Otherwise, you have to listen to the users, and maybe run some tests
yourself during business hours and observe what happens.

Chuck

-Original Message-
From:   [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Phil
Barker
Sent:   Thursday, June 15, 2000 6:34 AM
To: Chance, Larry; 'GroupStudy'
Subject:    Re: Frame Relay and DE bit

Larry,
 I'm a newbie on FR, however, I would compare your
in PACKETS with your in DE PACKETS and you are losing
2/3rds of your data. I would look at increasing your
CIR by 2/3rds as a result. Unless of course nobody is
complaining about the access speed ?

Phil.

--- "Chance, Larry" <[EMAIL PROTECTED]> wrote: >
What's the significance of the DE (Discard Eligible)
>
> with this Frame Relay sample shown here?
> Considering the volume of 'out bytes', is this ratio
> to
> be expected or feared?
>
> And what would I do to correct it?
>
>
===SAMPLE=
> Router1#sh frame pvc 33
>
> PVC Statistics for interface Serial5/0 (Frame Relay
> DTE)
>
> DLCI = 33, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE,
> INTERFACE = Serial5/0.7
>
>   input pkts 29768862  output pkts 16948699
> in bytes 1918568914
>   out bytes 2217045339 dropped pkts 5
> in FECN pkts 0
>   in BECN pkts 3717out FECN pkts 0
> out BECN pkts 0
>   in DE pkts 21408982  out DE pkts 0
>   out bcast pkts 399406 out bcast bytes 31994284
>   pvc create time 29w4d, last time pvc status
> changed 12:58:55
> Router1#
>
==
>
> Later,
> Larry
>
> ___
> 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]



Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie

___
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 and DE bit

2000-06-15 Thread Sereno, Patrick
Title: RE: Frame Relay and DE bit





Larry,


The DE bit specifies that the Frame Relay network may discard this frame if it encounters congestion between the ingress and egress.  Generally speaking, the DE 'should' be set by your ingress router for all frames transmitted that exceed your CIR during the sample period (1 second).

The 'out bytes' counter is only related to the other 'out *' counters. In this case, you're transmitting no DE frames.  This tells me that 1) your router is not setting the DE bit on frames that exceed CIR, or 2) your traffic is not exceeding the outbound CIR.  If 2, then you've got low utilization or your CIR matches your physical bandwidth.  As for case 1, you must configure the router to set DE when exceeding CIR.  I believe this is a new feature, IOS 12 or 11.3.  However, I've never configured it.  Additionally, I don't think most Frame providers pay attention to it (I may be mistaken).

HTH


Patrick


-Original Message-
From: Chance, Larry [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 15, 2000 5:28 AM
To: 'GroupStudy'
Subject: Frame Relay and DE bit



What's the significance of the DE (Discard Eligible) 
with this Frame Relay sample shown here?
Considering the volume of 'out bytes', is this ratio to
be expected or feared?


And what would I do to correct it?


===SAMPLE=
Router1#sh frame pvc 33


PVC Statistics for interface Serial5/0 (Frame Relay DTE)


DLCI = 33, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial5/0.7


  input pkts 29768862  output pkts 16948699 in bytes 1918568914
  out bytes 2217045339 dropped pkts 5   in FECN pkts 0
  in BECN pkts 3717    out FECN pkts 0  out BECN pkts 0
  in DE pkts 21408982  out DE pkts 0
  out bcast pkts 399406 out bcast bytes 31994284
  pvc create time 29w4d, last time pvc status changed 12:58:55
Router1#
==


Later,
Larry


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

2000-06-15 Thread Phil Barker


Assuming one Hub and 99 spokes you would need 99
"frame-relay interface-dlci" statements per site if
you wanted to talk to every remote site.
I cannot see this being a practicle solution
though, i.e You would be committing a massive 'single
point of failure at the Hub', plus I very much doubt
that all the sites would want direct access to each
other anyway.

HTH

Phil.
--- cisco cabanaboy <[EMAIL PROTECTED]> wrote:
> If you had 3 locations in a hub and spoke topology,
> then you would want two pvcs going to each
> site...(using subinterfaces), how do the numbers
> change as you add remote sites...
> 
> e.g. if you add the 4th site, do you have to add a
> pvc
> to every other site?, totalling 3 pvcs/subinterfaces
> ?
> 
> so would that mean if you had 100 sites it would
> require n-1 (99) pvcs/dlcis/subints per location...?
> 
> 
> i may be way off
> 
> -thanks
> 
> 
> 
> 
> =
> ciscocabanaboy, CCNP-Voice, CCDP, MCSE, CNX, A+, N+,
> I-net+, BOFH...
> 
> __
> Do You Yahoo!?
> Yahoo! Photos -- now, 100 FREE prints!
> http://photos.yahoo.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]



Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie

___
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 and DE bit

2000-06-15 Thread Phil Barker

Larry,
 I'm a newbie on FR, however, I would compare your
in PACKETS with your in DE PACKETS and you are losing
2/3rds of your data. I would look at increasing your
CIR by 2/3rds as a result. Unless of course nobody is
complaining about the access speed ?

Phil.

--- "Chance, Larry" <[EMAIL PROTECTED]> wrote: >
What's the significance of the DE (Discard Eligible)
> 
> with this Frame Relay sample shown here?
> Considering the volume of 'out bytes', is this ratio
> to
> be expected or feared?
> 
> And what would I do to correct it?
> 
>
===SAMPLE=
> Router1#sh frame pvc 33
> 
> PVC Statistics for interface Serial5/0 (Frame Relay
> DTE)
> 
> DLCI = 33, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE,
> INTERFACE = Serial5/0.7
> 
>   input pkts 29768862  output pkts 16948699
> in bytes 1918568914
>   out bytes 2217045339 dropped pkts 5  
> in FECN pkts 0
>   in BECN pkts 3717out FECN pkts 0 
> out BECN pkts 0
>   in DE pkts 21408982  out DE pkts 0
>   out bcast pkts 399406 out bcast bytes 31994284
>   pvc create time 29w4d, last time pvc status
> changed 12:58:55
> Router1#
>
==
> 
> Later,
> Larry
> 
> ___
> 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]



Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie

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

2000-06-15 Thread ALI SHEERAZ

You can configure a FR switch by using the following set of commands
..for example .a cisco router acting as a FR_Switch have its S0 and 
S1 configured as,

interface Serial0
no ip address
encapsulation frame-relay
no ip mroute-cache
clockrate 64000
frame-relay interface-dlci 20
frame-relay lmi-type ansi
frame-relay intf-type dce
frame-relay route 40 interface Serial1 20
!
interface Serial1
no ip address
encapsulation frame-relay
clockrate 64000
frame-relay interface-dlci 40
frame-relay lmi-type ansi
frame-relay intf-type dce
frame-relay route 20 interface Serial0 40


ALI SHEERAZ
MCSE+I, MCDBA, CCNA

>From: "M Z" <[EMAIL PROTECTED]>
>Reply-To: "M Z" <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Frame Relay switch
>Date: Wed, 14 Jun 2000 20:14:42 MST
>
>Would anyone kindly share how to config a Cisco router to act as a FR
>switch.
>
>Thanks in advance.
>
>Mz
>
>
>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]


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]



Re: Frame Relay switch

2000-06-15 Thread Atif Awan

1) Auto-sensing is a feature of the router IOS. IOS versios 11.2 and later
support LMI auto sensing.

2) Yeah 100 and 200 are the DLCIs and this command establishes a PVC.

Regards
Atif Awan

- Original Message -
From: M Z <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, June 15, 2000 11:12 AM
Subject: Re: Frame Relay switch


> Thanks Atef and Nigel for your responses,
> the two other questions I have are
> 1)how do you make the switch auto-sense the LMI type, or is that a
function
> of the router?
> 2)in the command frame-relay route 100 interface serial 2 200
> are the 100 , 200 refer to the DLCI's and that is the command I need to
map
> a PVC between DLCI 100 and DLCI 200.
>
> Thanks so much.
>
>
>
> >From: "Atif Awan" <[EMAIL PROTECTED]>
> >To: "M Z" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>
> >Subject: Re: Frame Relay switch
> >Date: Thu, 15 Jun 2000 09:39:14 +0500
> >
> >Here is a sample configuration :
> >
> >frame-relay switching
> >!
> >interface ethernet 0
> >  no ip address
> >  shutdown
> >!
> >interface ethernet 1
> >  no ip address
> >  shutdown
> >!
> >interface ethernet 2
> >  no ip address
> >  shutdown
> >!
> >interface ethernet 3
> >  no ip address
> >  shutdown
> >!
> >interface serial 0
> >  ip address 131.108.178.48 255.255.255.0
> >  shutdown
> >!
> >interface serial 1
> >  no ip address
> >  encapsulation frame-relay
> >  frame-relay intf-type dce
> >  frame-relay lmi-type ansi
> >  frame-relay route 100 interface serial 2 200
> >!
> >interface serial 2
> >  no ip address
> >  encapsulation frame-relay
> >  frame-relay intf-type nni
> >  frame-relay lmi-type q933a
> >  frame-relay route 200 interface serial 1 100
> >  clockrate 2048000
> >!
> >interface serial 3
> >  no ip address
> >  shutdown
> >
> >If you need any further explanation please refer to this URL :
> >
>
>http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/113ed_cr/
w
> >an_c/wcfrelay.htm#11076
> >
> >
> >
> >Regards
> >Atif Awan
> >
> >
> >- Original Message -
> >From: M Z <[EMAIL PROTECTED]>
> >To: <[EMAIL PROTECTED]>
> >Sent: Thursday, June 15, 2000 8:14 AM
> >Subject: Frame Relay switch
> >
> >
> > > Would anyone kindly share how to config a Cisco router to act as a FR
> > > switch.
> > >
> > > Thanks in advance.
> > >
> > > Mz
> > >
> > >

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



Re: Frame Relay switch

2000-06-15 Thread M Z

Thanks Atef and Nigel for your responses,
the two other questions I have are
1)how do you make the switch auto-sense the LMI type, or is that a function 
of the router?
2)in the command frame-relay route 100 interface serial 2 200
are the 100 , 200 refer to the DLCI's and that is the command I need to map 
a PVC between DLCI 100 and DLCI 200.

Thanks so much.



>From: "Atif Awan" <[EMAIL PROTECTED]>
>To: "M Z" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>
>Subject: Re: Frame Relay switch
>Date: Thu, 15 Jun 2000 09:39:14 +0500
>
>Here is a sample configuration :
>
>frame-relay switching
>!
>interface ethernet 0
>  no ip address
>  shutdown
>!
>interface ethernet 1
>  no ip address
>  shutdown
>!
>interface ethernet 2
>  no ip address
>  shutdown
>!
>interface ethernet 3
>  no ip address
>  shutdown
>!
>interface serial 0
>  ip address 131.108.178.48 255.255.255.0
>  shutdown
>!
>interface serial 1
>  no ip address
>  encapsulation frame-relay
>  frame-relay intf-type dce
>  frame-relay lmi-type ansi
>  frame-relay route 100 interface serial 2 200
>!
>interface serial 2
>  no ip address
>  encapsulation frame-relay
>  frame-relay intf-type nni
>  frame-relay lmi-type q933a
>  frame-relay route 200 interface serial 1 100
>  clockrate 2048000
>!
>interface serial 3
>  no ip address
>  shutdown
>
>If you need any further explanation please refer to this URL :
>
>http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/113ed_cr/w
>an_c/wcfrelay.htm#11076
>
>
>
>Regards
>Atif Awan
>
>
>- Original Message -
>From: M Z <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Thursday, June 15, 2000 8:14 AM
>Subject: Frame Relay switch
>
>
> > Would anyone kindly share how to config a Cisco router to act as a FR
> > switch.
> >
> > Thanks in advance.
> >
> > Mz
> >
> > 
> > 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]
> >
>


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]



Re: Frame Relay switch

2000-06-14 Thread Atif Awan

Here is a sample configuration :

frame-relay switching
!
interface ethernet 0
 no ip address
 shutdown
!
interface ethernet 1
 no ip address
 shutdown
!
interface ethernet 2
 no ip address
 shutdown
!
interface ethernet 3
 no ip address
 shutdown
!
interface serial 0
 ip address 131.108.178.48 255.255.255.0
 shutdown
!
interface serial 1
 no ip address
 encapsulation frame-relay
 frame-relay intf-type dce
 frame-relay lmi-type ansi
 frame-relay route 100 interface serial 2 200
!
interface serial 2
 no ip address
 encapsulation frame-relay
 frame-relay intf-type nni
 frame-relay lmi-type q933a
 frame-relay route 200 interface serial 1 100
 clockrate 2048000
!
interface serial 3
 no ip address
 shutdown

If you need any further explanation please refer to this URL :

http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/113ed_cr/w
an_c/wcfrelay.htm#11076



Regards
Atif Awan


- Original Message -
From: M Z <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 15, 2000 8:14 AM
Subject: Frame Relay switch


> Would anyone kindly share how to config a Cisco router to act as a FR
> switch.
>
> Thanks in advance.
>
> Mz
>
> 
> 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 switch

2000-06-14 Thread Nigel Taylor

Taking into account that the router you have does meet all the requirements
for a FR switch all that is really needed is the command;

Frame_switch(config)#frame-relay switching

since your frame switch is normally considered the DCE you'll also want to
enable you clock rate on the connecting serial interfaces. As well you could
use the following  interface commands.

Frame_switch(config-if)#encapsulation frame-relay
Frame_switch(config-if)#clock rate 64000
Frame_switch(config-if)#frame-relay intf-type dce

these are some of you basic commands for the frame switch.

My $0.02

HTH

Nigel
- Original Message -
From: M Z <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 15, 2000 4:14 AM
Subject: Frame Relay switch


> Would anyone kindly share how to config a Cisco router to act as a FR
> switch.
>
> Thanks in advance.
>
> Mz
>
> 
> 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 and split-horizon question

2000-06-14 Thread Stephen Skinner

NO sub`s are treated as seperate interfaces


>From: Doug Laing <[EMAIL PROTECTED]>
>Reply-To: Doug Laing <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Frame-Relay and split-horizon question
>Date: Tue, 13 Jun 2000 11:34:54 -0400
>
>When you have a point to multipoint frame-relay (partial mesh) setup and
>you disable split-horizon on the hub router's serial interface, does
>that also disable the spit-hoizon for the sub-interfaces as well?
>
>Thanks
>
>___
>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]


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]



Re: frame-relay CRC

2000-06-13 Thread Doug Laing

CRC errors are  physical layer errors.  First thing to do is to have the line
checked.  (I have experienced many times where I had to prove to the service
provider that the error was on their side and not on our client's equipment.
Even though they claimed that the line tested fine).

Brad Ellis wrote:

> packet corruptions
> ""Stull, Cory"" <[EMAIL PROTECTED]> wrote in message
> 0D7A05A19CE4D211BD050008C7330FE7147A18@CCUPDC">news:0D7A05A19CE4D211BD050008C7330FE7147A18@CCUPDC...
> > What would cause a frame-relay CRC?
> >
> > Rx CRC Exceptions Hour Day
> > #Frames %Max Hour Thresh 05 Wed 2523 13.0028 0.0100 21 Thu 3065 6.3095
> > 0.0100
> >
> >
> > I logged into AT&Ts web site to look at a companies frame-relay statistics
> > that is having problems and they are receiving CRC errors at the frame
> > switch..   Could someone please tell me what would cause this?
> >
> > Thanks
> >
> >
> >
> >
> > Cory R. Stull
> > MCSE, Bay Router Specialist, CCNA,CCDA
> > Communications Concepts Unlimited
> > 262-814-7214
> >
> >
> > ___
> > 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]
> ---

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

2000-06-13 Thread Brad Ellis

packet corruptions
""Stull, Cory"" <[EMAIL PROTECTED]> wrote in message
0D7A05A19CE4D211BD050008C7330FE7147A18@CCUPDC">news:0D7A05A19CE4D211BD050008C7330FE7147A18@CCUPDC...
> What would cause a frame-relay CRC?
>
> Rx CRC Exceptions Hour Day
> #Frames %Max Hour Thresh 05 Wed 2523 13.0028 0.0100 21 Thu 3065 6.3095
> 0.0100
>
>
> I logged into AT&Ts web site to look at a companies frame-relay statistics
> that is having problems and they are receiving CRC errors at the frame
> switch..   Could someone please tell me what would cause this?
>
> Thanks
>
>
>
>
> Cory R. Stull
> MCSE, Bay Router Specialist, CCNA,CCDA
> Communications Concepts Unlimited
> 262-814-7214
>
>
> ___
> 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 limitations question

2000-06-09 Thread David Smith

We actually are using a 3640 with a T1 controller.  We currently have about
30 sub-interfaces and everything seems to be working fine.  I am trying to
find the limitations of my routers.  Even if we get multiple T1 controllers,
if there is a limit of 60 DLCIs (or 80, or whatever) per router, that is
something I need to know about for my spending projections.

The problem I am trying to solve is "To add another 100 to 200 remote
offices to our FR WAN, what additional hardware will need to be purchased?"
It makes sense to me to learn the limitations of the routers (memory, CPU,
interface speed), and see how things can be done as cheaply as possible.
>From there, more money can be spent to solve issues or limit risk as
necessary.  There is no problem that more money cannot be thrown at, but for
the money to be effective in this case I have to know the inherent
limitations of the router.

Why would the 2500 die with 60 sub-int into one interface?  What would cause
it to die?  Is the limitation the shared memory space?  How can I get better
planning numbers?

Thanks,
Dave

-Original Message-
From: Andy Harding [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 08, 2000 7:02 PM
To: David Smith; Study group (E-mail)
Subject: Re: Frame Relay limitations question


Dave,

To quote HCB yet again "WPAYTTS?" (What problem are you trying to solve?)

This should be considered in context - don't ever think about running 60
sub-int into a 2500, it would just die before your eyes.  If you work for
that large a company that you need 1000s of DLCIs to converge on one
location, do you really want them to all to terminate on one port, on one
router, on one single point of failure?  If you are serious about
resilience, which I assume you are (I hope at least), then spread stuff
around a little.  2500s are Access routers - ie one per remote site with
maybe a couple of PVCs at most.  At a pinch I would terminate maybe half a
dozen PVCs on one at a concentrator site, but I would much prefer a couple
of 2600s, or a 3600, or bigger kit as the situation dictates.

bear in mind what you are paying for the circuits - WAN bandwidth ain't
cheap (if it is for you and you're in the UK then mail me back now!).  It's
worth balancing the cost of your circuits, router hardware, and the cost of
downtime to arrive at a suitable compromise.

HTH

Andy
- Original Message -
From: David Smith <[EMAIL PROTECTED]>
To: Study group (E-mail) <[EMAIL PROTECTED]>
Sent: Thursday, June 08, 2000 3:48 PM
Subject: Frame Relay limitations question


> Hi all,
>
> I am doing some projections for growth in our companies FR cloud.  I was
> checking the limitations of routers when I came across this article.  The
> link is below.
>
> http://www.cisco.com/warp/public/125/26.html
>
> The following is directly from the article.  The last part is what I have
a
> question about.  Does anybody know where the limitations per router
platform
> come from?  The article seems to be missing some information about why the
> 2500 can only support 60 DLCIs, the 4000 can support 120, etc.
>
> Thanks in advance,
> Dave
>
> DLCI Limitations
> Subinterfaces count toward the practical upper limit of 230 Interface
> Descriptor Blocks (IDBs). In other words, Cisco IOS currently doesn't
> support more then 230 interfaces on the router (real or virtual) unless
you
> have an ISP Geeks Image which has 1024 IDBs. How many DLCIs can one
> configure per physical interface? How many DLCIs can one configure in a
> specific router? These two questions are frequently asked.
Disappointingly,
> the answer is, "it depends."
> DLCI address space: Approximately 1000 DLCIs can be configured on a single
> physical link, given a 10-bit address. Because certain DLCIs are reserved
> (vendor-implementation-dependent), the maximum is about 1000. The range
for
> "cisco" LMI is 16-1007. The stated range for ANSI/ITU is 16-992. These are
> the DLCIs carrying user-data.
> LMI status update: The LMI protocol requires that all permanent virtual
> circuit (PVC) status reports fit into a single packet and generally limits
> the number of DLCIs to less than 800, depending on the maximum
transmission
> unit (MTU) size.
> MTU= 4000 bytes   Max DLCIs app= (MTU bytes - 20 bytes)/ (5 bytes/DLCI)
> (4000-20)/5 = 796
> Default MTU on serial interfaces is 1500 bytes, yielding a maximum of 296
> DLCIs per interface. Please note that these numbers vary slightly,
depending
> on the LMI type. The maximum DLCIs per router (not interface) platform
> guideline, based on extrapolation from empirical data established on a
Cisco
> 7000 router platform, are listed below:
> * Cisco 2500: 1 X T1/E1 link @ 60 DLCIs per interface = 60 total
> * Cisco 4000: 1 X T1/E1 link @ 120 DLCIs per interface = 120 total
> * Cisc

RE: Frame Relay limitations question

2000-06-09 Thread Michael Fountain

Well, to give a little more info on what the article below said,

If they are Point-to-Point, you have to create a sub-interface for each PVC, 
so you are limited to the number of IDBs you can have in a router.  I think 
the numbers in that article might be a bit low, but it might be correct for 
most models.  Our Cisco rep recently told us that a 7200VXR routers were 
limited to 3,000 IDBs, although I think the VXR chassis is one of those geek 
things it was talking about :)

If they are Multipoint PVCs, the numbers below look pretty good to me, but a 
bit conservative for a max value.  We have a bunch of Cisco 4700s with 16M 
DRAM, and each of them has 4 T1s on them with 200 PVCs per T1, for a total 
of about 800 per router.

Hope that helps.

Mike


>Hi all,
>
>I am doing some projections for growth in our companies FR cloud.  I was
>checking the limitations of routers when I came across this article.  The
>link is below.
>
>http://www.cisco.com/warp/public/125/26.html
>
>The following is directly from the article.  The last part is what I have a
>question about.  Does anybody know where the limitations per router 
>platform
>come from?  The article seems to be missing some information about why the
>2500 can only support 60 DLCIs, the 4000 can support 120, etc.
>
>Thanks in advance,
>Dave
>
>DLCI Limitations
>Subinterfaces count toward the practical upper limit of 230 Interface
>Descriptor Blocks (IDBs). In other words, Cisco IOS currently doesn't
>support more then 230 interfaces on the router (real or virtual) unless you
>have an ISP Geeks Image which has 1024 IDBs. How many DLCIs can one
>configure per physical interface? How many DLCIs can one configure in a
>specific router? These two questions are frequently asked. Disappointingly,
>the answer is, "it depends."
>DLCI address space: Approximately 1000 DLCIs can be configured on a single
>physical link, given a 10-bit address. Because certain DLCIs are reserved
>(vendor-implementation-dependent), the maximum is about 1000. The range for
>"cisco" LMI is 16-1007. The stated range for ANSI/ITU is 16-992. These are
>the DLCIs carrying user-data.
>LMI status update: The LMI protocol requires that all permanent virtual
>circuit (PVC) status reports fit into a single packet and generally limits
>the number of DLCIs to less than 800, depending on the maximum transmission
>unit (MTU) size.
>MTU= 4000 bytes   Max DLCIs app= (MTU bytes - 20 bytes)/ (5 bytes/DLCI)
>(4000-20)/5 = 796
>Default MTU on serial interfaces is 1500 bytes, yielding a maximum of 296
>DLCIs per interface. Please note that these numbers vary slightly, 
>depending
>on the LMI type. The maximum DLCIs per router (not interface) platform
>guideline, based on extrapolation from empirical data established on a 
>Cisco
>7000 router platform, are listed below:
>*  Cisco 2500: 1 X T1/E1 link @ 60 DLCIs per interface = 60 total
>*  Cisco 4000: 1 X T1/E1 link @ 120 DLCIs per interface = 120 total
>*  Cisco 4500: 3 X T1/E1 links @ 120 DLCIs per interface = 360 total
>*  Cisco 4700: 4 X T1/E1 links @ 120 DLCIs per interface = 480 total
>*  Cisco 7000: 4 X T1/E1/T3/E3 links @ 120 DLCIs per interface = 480
>total
>*  Cisco 7200: 5 X T1/E1/T3/E3 links @ 120 DLCIs per interface = 600
>total
>*  Cisco 7500: 6 X T1/E1/T3/E3 links @ 120 DLCIs per interface = 720
>total
>Note: These numbers are guidelines only, and assume that all traffic is
>fast-switched.


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]



RE: Frame Relay limitations question

2000-06-09 Thread David Wolsefer

Here is an excerpt from my frame relay paper on CerticationZone.com which
explains this:

Historically, IOS has had a limit of 300 interfaces per router chassis,
including both hardware and software-defined interfaces and subinterfaces.
Some recent IOS versions may raise this to 700-1000 on specific platforms.
This limit, which is based on the number of internal Interface Data Blocks
(IDB), may not be reachable due to memory restrictions on certain routers.
For example, a Cisco 2500 keeps its interface buffers in shared I/O memory. 

Regards,

David Wolsefer, CCIE #5858

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
David Smith
Sent: Thursday, June 08, 2000 10:49 AM
To: Study group (E-mail)
Subject: Frame Relay limitations question


Hi all,

I am doing some projections for growth in our companies FR cloud.  I was
checking the limitations of routers when I came across this article.  The
link is below.

http://www.cisco.com/warp/public/125/26.html

The following is directly from the article.  The last part is what I have a
question about.  Does anybody know where the limitations per router platform
come from?  The article seems to be missing some information about why the
2500 can only support 60 DLCIs, the 4000 can support 120, etc.
  
Thanks in advance,
Dave

DLCI Limitations
Subinterfaces count toward the practical upper limit of 230 Interface
Descriptor Blocks (IDBs). In other words, Cisco IOS currently doesn't
support more then 230 interfaces on the router (real or virtual) unless you
have an ISP Geeks Image which has 1024 IDBs. How many DLCIs can one
configure per physical interface? How many DLCIs can one configure in a
specific router? These two questions are frequently asked. Disappointingly,
the answer is, "it depends." 
DLCI address space: Approximately 1000 DLCIs can be configured on a single
physical link, given a 10-bit address. Because certain DLCIs are reserved
(vendor-implementation-dependent), the maximum is about 1000. The range for
"cisco" LMI is 16-1007. The stated range for ANSI/ITU is 16-992. These are
the DLCIs carrying user-data. 
LMI status update: The LMI protocol requires that all permanent virtual
circuit (PVC) status reports fit into a single packet and generally limits
the number of DLCIs to less than 800, depending on the maximum transmission
unit (MTU) size. 
MTU= 4000 bytes   Max DLCIs app= (MTU bytes - 20 bytes)/ (5 bytes/DLCI) 
(4000-20)/5 = 796
Default MTU on serial interfaces is 1500 bytes, yielding a maximum of 296
DLCIs per interface. Please note that these numbers vary slightly, depending
on the LMI type. The maximum DLCIs per router (not interface) platform
guideline, based on extrapolation from empirical data established on a Cisco
7000 router platform, are listed below: 
*   Cisco 2500: 1 X T1/E1 link @ 60 DLCIs per interface = 60 total 
*   Cisco 4000: 1 X T1/E1 link @ 120 DLCIs per interface = 120 total 
*   Cisco 4500: 3 X T1/E1 links @ 120 DLCIs per interface = 360 total 
*   Cisco 4700: 4 X T1/E1 links @ 120 DLCIs per interface = 480 total 
*   Cisco 7000: 4 X T1/E1/T3/E3 links @ 120 DLCIs per interface = 480
total 
*   Cisco 7200: 5 X T1/E1/T3/E3 links @ 120 DLCIs per interface = 600
total 
*   Cisco 7500: 6 X T1/E1/T3/E3 links @ 120 DLCIs per interface = 720
total 
Note: These numbers are guidelines only, and assume that all traffic is
fast-switched. 

___
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 on back-to-back routers (without FR switches)

2000-06-06 Thread quezada

he asked if you can run frame relay on a back to back connection ?
the answer is yes

NOt what is better or is it good or bad .
he might not have a router with multiple serial interfaces to do a
frame relay cloud .

PQ

___
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 on back-to-back routers (without FR switches)

2000-06-05 Thread Joe Martin

You can do this.

Here's the basics:

R1
interface Serial1/0
 ip address 192.168.2.1 255.255.255.0
 encapsulation frame-relay
 no fair-queue
 frame-relay interface-dlci 16


R2
frame-relay switching
interface Serial1/0
 ip address 192.168.2.2 255.255.255.0
 encapsulation frame-relay
 no fair-queue
 frame-relay interface-dlci 16
 frame-relay intf-type dce

ping 192.168.2.2

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.2.2, timeout is 2 seconds:
!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms

JOE
CCIE 5917


"Cisco Wave" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Dear All,
> Is it possible to use a T1 as the physical layer, and
> configure frame relay over it (instead of something
> like HDLC) ?
> I want to know if we can run Frame Relay between two
> routers back to back without FR switches ?
> Or can and should one of the router be configured as a
> switch ?
> Thank you,
>
>
>
>
>
> =
> We are NOT Cisco Inc.
>
> __
> Do You Yahoo!?
> Yahoo! Photos -- now, 100 FREE prints!
> http://photos.yahoo.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 on back-to-back routers (without FR switches)

2000-06-05 Thread K Sacca

Remember, frame relay is an Interface Specification
only.  Frame Relay specifies how a user device such
as a router delivers info to a WAN for transmission.

So he could set encapsulation frame-relay on each
router, but what good that would do I don't know.

You can test F/R back to back as a PVC but I would
do it right and set one up with frame-relay switching

Ken

--- Dale Holmes <[EMAIL PROTECTED]> wrote:
> Without a switch, in what way is it Frame Relay?
> 
> 
> >From: quezada <[EMAIL PROTECTED]>
> >Reply-To: quezada <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Subject: Re: Frame Relay on back-to-back routers
> (without FR switches)
> >Date: Mon, 05 Jun 2000 11:59:37 -0400
> >
> >I want to know if we can run Frame Relay between
> two
> >routers back to back without FR switches ?
> >
> >yes you can
> >
> >you probably would want a frame relay switch to
> practice hub and spoke
> >and other nice things ;but you can run frame realy
> over a back to back
> >connection
> >
> >
> 
>

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


__
Do You Yahoo!?
Yahoo! Photos -- now, 100 FREE prints!
http://photos.yahoo.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]



Re: Frame Relay on back-to-back routers (without FR switches)

2000-06-05 Thread Dale Holmes

Without a switch, in what way is it Frame Relay?


>From: quezada <[EMAIL PROTECTED]>
>Reply-To: quezada <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: Frame Relay on back-to-back routers (without FR switches)
>Date: Mon, 05 Jun 2000 11:59:37 -0400
>
>I want to know if we can run Frame Relay between two
>routers back to back without FR switches ?
>
>yes you can
>
>you probably would want a frame relay switch to practice hub and spoke
>and other nice things ;but you can run frame realy over a back to back
>connection
>
>


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]



Re: Frame Relay on back-to-back routers (without FR switches)

2000-06-05 Thread quezada


I want to know if we can run Frame Relay between two
routers back to back without FR switches ?
yes you can
you probably would want a frame relay switch to practice hub and spoke
and other nice things ;but you can run frame realy over a back to back
connection
 
 


Re: Frame Relay on back-to-back routers (without FR switches)

2000-06-05 Thread John Hardman

You need a FR switch in between them, most Cisco routers can be config'ed to
act as FR switches. Search the list, there are many posts on how to do this.

HTH
--
John Hardman, MCSE+I, CCNA
ArrisTech/CCS-IS SysAdmin


"Cisco Wave" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Dear All,
> Is it possible to use a T1 as the physical layer, and
> configure frame relay over it (instead of something
> like HDLC) ?
> I want to know if we can run Frame Relay between two
> routers back to back without FR switches ?
> Or can and should one of the router be configured as a
> switch ?
> Thank you,
>
>
>
>
>
> =
> We are NOT Cisco Inc.
>
> __
> Do You Yahoo!?
> Yahoo! Photos -- now, 100 FREE prints!
> http://photos.yahoo.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 newbie question

2000-05-30 Thread Kevin S. Mahler

Yes it is common to run IP and IPX on the same
frame relay subinterface.  The real advantage to using
subinterfaces on frame is to fix some headaches with
routing protocols in a NBMA network.

As for IPX being an issue much longer... That depends on
your customers.  Even Novell has indicated that IPX is
going the way of Disco.

Kevin


At 03:32 AM 5/30/00 -0700, Dan West wrote:
>Is it common/practical to run IP and IPX over the same
>frame relay subinterface?
>
>I am only asking because in Lammle's CCNA prep book it
>is mentioned that one of the advantages of
>subinterfaces is that you can run IP on one and IPX on
>another. BUT, the example directly following that
>statement shows IP and IPX running on the same
>subinterfaces.
>
>More importantly, is IPX even going to be an issue
>much longer?
>
>Thanks.
>
>__
>Do You Yahoo!?
>Kick off your party with Yahoo! Invites.
>http://invites.yahoo.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]

-
Kevin S. Mahler, CCNP, CCDA, CCSE
Systems Engineer, Cisco Systems
Atlanta, GA

Author of CCNA Training Guide, New Riders, ISBN 0735700516
Tech Editor of CCDA Exam Certification Guide, Cisco Press, ISBN 0735700745
Revision Author of Internetworking Technologies Handbook Third Edition, 
Cisco Press

See my homepage at 
---
 
-

___
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: NetWare 5.0 was RE: frame relay newbie question

2000-05-30 Thread Darren Ward

Hmmm, we've deployed Netware 5 with NDS in a pure IP environment across
a WAN and seen significant traffic reductions using periodic NDS
replication over the old IPX and bindary environment they used to have.

It was not completely painless though as new servers had to be built in
a Lab environment to act as masters for each site, run through rigorous
compatability testing then deployed onsite and tested yet again over a
weekend.

Then it was an easy matter to migrate the legacy servers one-by-one to
the new true IP environment.

It depends on the existing environment and whether you are free to
implement a proper NDS IP networking model.
The co-existance method using IPX-over-IP Tunnels inside the servers is
a bad idea, use tunnels on the routers with IPX EIGRP or NLSP as the WAN
protocol to cut down on RIP and SAP traffic levels.

In most cases SAP filters should be applied anyway to stop those chatty
printers and so on.
Even think of using static SAP entries if you can get away with it
combined with filters.

Darren

"Prather, Aaron" wrote:

>
>
> Yes, you are correct.  I am working on a large project for a county
> school system and they are currently upgrading all of their servers to
> NetWare 5.0  The funny part is that at first we were using IP/IPX in
> compatibility mode and then were going to phase out the IPX.  But it
> was so slow that it was impossible to administer with all of the SAP's
> and what not still crossing the WAN.  They ended up upgrading the WAN
> and not using compatibility mode and just using all of the SAP's for
> communication.  I'm not sure if after all of the boxes are upgraded to
> 5 if they will still use IPX or migrate to IP.  Novell has a ways to
> go in the IP world.  So, yes, still expect IPX/SPX to be out there for
> a while.
>
> Aaron
>
> -Original Message-
> From: Richard Holland
> To: Chuck Larrieu; Dan West; [EMAIL PROTECTED]
> Sent: 5/30/00 9:37 AM
> Subject: Re: frame relay newbie question
>
> I wouldn't look to see IPX/SPX dissappearing anytime soon, It'll take
> a
> lot
> of time and money for a company or organization to convert their IPX
> network
> to IP, for example.  (If I remember correctly Netware 5.0 and beyond
> uses
> and will USE IP from now on, phasing IPX out, am I correct?)
>
> Richard Holland
> CCNP,MCSE
>
> - Original Message -
> From: "Chuck Larrieu" <[EMAIL PROTECTED]>
> To: "Dan West" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> Sent: Tuesday, May 30, 2000 8:11 AM
> Subject: RE: frame relay newbie question
>
>
> Is it common/practical to run IP and IPX over the same
> frame relay subinterface?
>
> CL: Yes. Why not? ( he asked rhetorically, meaning he does not expect
> anyone
> to answer )
>
> I am only asking because in Lammle's CCNA prep book it
> is mentioned that one of the advantages of
> subinterfaces is that you can run IP on one and IPX on
> another. BUT, the example directly following that
> statement shows IP and IPX running on the same
> subinterfaces.
>
> CL: the lab is still down so I can't do a quick and dirty here. if we
> were
> running ip and ipx to the same location on different subinterfaces
> would
> we
> need two pvc's? can one configure the same dlci on two different
> subinterfaces if the other side is the same? pvc's cost money,
> normally.
> so
> why would one add expense for this sole reason? Cain't tell ya! but
> your
> question brings to mind a lab to try.
>
> More importantly, is IPX even going to be an issue
> much longer?
>
> CL: one can hope not, but then again, AppleTalk and Token ring are
> still
> around :->
>
> Thanks.
>
> __
> Do You Yahoo!?
> Kick off your party with Yahoo! Invites.
> http://invites.yahoo.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]
>
> ___
> 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 newbie question

2000-05-30 Thread Darren Ward

Netware 5 can however use IPX and sadly there are some applications that can
only use IPX/SPX still so I don't think we'll see IPX dissappear for quite some
time if ever.

Netware 5 now has a true IP stack and that is the default method of networking
in a new environment but full support for IPX is still built in.

Darren

Richard Holland wrote:

> I wouldn't look to see IPX/SPX dissappearing anytime soon, It'll take a lot
> of time and money for a company or organization to convert their IPX network
> to IP, for example.  (If I remember correctly Netware 5.0 and beyond uses
> and will USE IP from now on, phasing IPX out, am I correct?)
>
> Richard Holland
> CCNP,MCSE
>
> - Original Message -
> From: "Chuck Larrieu" <[EMAIL PROTECTED]>
> To: "Dan West" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> Sent: Tuesday, May 30, 2000 8:11 AM
> Subject: RE: frame relay newbie question
>
> Is it common/practical to run IP and IPX over the same
> frame relay subinterface?
>
> CL: Yes. Why not? ( he asked rhetorically, meaning he does not expect anyone
> to answer )
>
> I am only asking because in Lammle's CCNA prep book it
> is mentioned that one of the advantages of
> subinterfaces is that you can run IP on one and IPX on
> another. BUT, the example directly following that
> statement shows IP and IPX running on the same
> subinterfaces.
>
> CL: the lab is still down so I can't do a quick and dirty here. if we were
> running ip and ipx to the same location on different subinterfaces would we
> need two pvc's? can one configure the same dlci on two different
> subinterfaces if the other side is the same? pvc's cost money, normally. so
> why would one add expense for this sole reason? Cain't tell ya! but your
> question brings to mind a lab to try.
>
> More importantly, is IPX even going to be an issue
> much longer?
>
> CL: one can hope not, but then again, AppleTalk and Token ring are still
> around :->
>
> Thanks.
>
> __
> Do You Yahoo!?
> Kick off your party with Yahoo! Invites.
> http://invites.yahoo.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]
>
> ___
> 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]



NetWare 5.0 was RE: frame relay newbie question

2000-05-30 Thread Prather, Aaron
Title: NetWare 5.0 was RE: frame relay newbie question





Yes, you are correct.  I am working on a large project for a county school system and they are currently upgrading all of their servers to NetWare 5.0  The funny part is that at first we were using IP/IPX in compatibility mode and then were going to phase out the IPX.  But it was so slow that it was impossible to administer with all of the SAP's and what not still crossing the WAN.  They ended up upgrading the WAN and not using compatibility mode and just using all of the SAP's for communication.  I'm not sure if after all of the boxes are upgraded to 5 if they will still use IPX or migrate to IP.  Novell has a ways to go in the IP world.  So, yes, still expect IPX/SPX to be out there for a while.

Aaron



-Original Message-
From: Richard Holland
To: Chuck Larrieu; Dan West; [EMAIL PROTECTED]
Sent: 5/30/00 9:37 AM
Subject: Re: frame relay newbie question


I wouldn't look to see IPX/SPX dissappearing anytime soon, It'll take a
lot
of time and money for a company or organization to convert their IPX
network
to IP, for example.  (If I remember correctly Netware 5.0 and beyond
uses
and will USE IP from now on, phasing IPX out, am I correct?)



Richard Holland
CCNP,MCSE


- Original Message -
From: "Chuck Larrieu" <[EMAIL PROTECTED]>
To: "Dan West" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, May 30, 2000 8:11 AM
Subject: RE: frame relay newbie question




Is it common/practical to run IP and IPX over the same
frame relay subinterface?


CL: Yes. Why not? ( he asked rhetorically, meaning he does not expect
anyone
to answer )


I am only asking because in Lammle's CCNA prep book it
is mentioned that one of the advantages of
subinterfaces is that you can run IP on one and IPX on
another. BUT, the example directly following that
statement shows IP and IPX running on the same
subinterfaces.


CL: the lab is still down so I can't do a quick and dirty here. if we
were
running ip and ipx to the same location on different subinterfaces would
we
need two pvc's? can one configure the same dlci on two different
subinterfaces if the other side is the same? pvc's cost money, normally.
so
why would one add expense for this sole reason? Cain't tell ya! but your
question brings to mind a lab to try.


More importantly, is IPX even going to be an issue
much longer?


CL: one can hope not, but then again, AppleTalk and Token ring are still
around :->


Thanks.


__
Do You Yahoo!?
Kick off your party with Yahoo! Invites.
http://invites.yahoo.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]


___
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 newbie question

2000-05-30 Thread Dale Holmes

>Is it common/practical to run IP and IPX over the same
>frame relay subinterface?
>

It is often done...

>I am only asking because in Lammle's CCNA prep book it
>is mentioned that one of the advantages of
>subinterfaces is that you can run IP on one and IPX on
>another. BUT, the example directly following that
>statement shows IP and IPX running on the same
>subinterfaces.
>
>More importantly, is IPX even going to be an issue
>much longer?
>

What do you consider "much"? I would say, in general, YES.
Do you think that SNA will be an issue much longer?
[=`)


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]



Re: frame relay newbie question

2000-05-30 Thread Richard Holland

I wouldn't look to see IPX/SPX dissappearing anytime soon, It'll take a lot
of time and money for a company or organization to convert their IPX network
to IP, for example.  (If I remember correctly Netware 5.0 and beyond uses
and will USE IP from now on, phasing IPX out, am I correct?)


Richard Holland
CCNP,MCSE

- Original Message -
From: "Chuck Larrieu" <[EMAIL PROTECTED]>
To: "Dan West" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, May 30, 2000 8:11 AM
Subject: RE: frame relay newbie question



Is it common/practical to run IP and IPX over the same
frame relay subinterface?

CL: Yes. Why not? ( he asked rhetorically, meaning he does not expect anyone
to answer )

I am only asking because in Lammle's CCNA prep book it
is mentioned that one of the advantages of
subinterfaces is that you can run IP on one and IPX on
another. BUT, the example directly following that
statement shows IP and IPX running on the same
subinterfaces.

CL: the lab is still down so I can't do a quick and dirty here. if we were
running ip and ipx to the same location on different subinterfaces would we
need two pvc's? can one configure the same dlci on two different
subinterfaces if the other side is the same? pvc's cost money, normally. so
why would one add expense for this sole reason? Cain't tell ya! but your
question brings to mind a lab to try.

More importantly, is IPX even going to be an issue
much longer?

CL: one can hope not, but then again, AppleTalk and Token ring are still
around :->

Thanks.

__
Do You Yahoo!?
Kick off your party with Yahoo! Invites.
http://invites.yahoo.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]

___
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 newbie question

2000-05-30 Thread Chuck Larrieu


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Dan West
Sent: Tuesday, May 30, 2000 3:32 AM
To: [EMAIL PROTECTED]
Subject: frame relay newbie question


Is it common/practical to run IP and IPX over the same
frame relay subinterface?

CL: Yes. Why not? ( he asked rhetorically, meaning he does not expect anyone
to answer )

I am only asking because in Lammle's CCNA prep book it
is mentioned that one of the advantages of
subinterfaces is that you can run IP on one and IPX on
another. BUT, the example directly following that
statement shows IP and IPX running on the same
subinterfaces.

CL: the lab is still down so I can't do a quick and dirty here. if we were
running ip and ipx to the same location on different subinterfaces would we
need two pvc's? can one configure the same dlci on two different
subinterfaces if the other side is the same? pvc's cost money, normally. so
why would one add expense for this sole reason? Cain't tell ya! but your
question brings to mind a lab to try.

More importantly, is IPX even going to be an issue
much longer?

CL: one can hope not, but then again, AppleTalk and Token ring are still
around :->

Thanks.

__
Do You Yahoo!?
Kick off your party with Yahoo! Invites.
http://invites.yahoo.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 newbie question

2000-05-30 Thread Feliz, Edgar

YES!!! you can run as many protocols as you would like over one F/R PVC as
long as you have enough bandwidth so as to not have delay issues. You can
also prioritize the more urgent traffic.

hope this helps.

EF

-Original Message-
From: Dan West [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 30, 2000 6:32 AM
To: [EMAIL PROTECTED]
Subject: frame relay newbie question


Is it common/practical to run IP and IPX over the same
frame relay subinterface?

I am only asking because in Lammle's CCNA prep book it
is mentioned that one of the advantages of
subinterfaces is that you can run IP on one and IPX on
another. BUT, the example directly following that
statement shows IP and IPX running on the same
subinterfaces.

More importantly, is IPX even going to be an issue
much longer? 

Thanks. 

__
Do You Yahoo!?
Kick off your party with Yahoo! Invites.
http://invites.yahoo.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 Presentation

2000-05-23 Thread Steve-H

Check out:

Welcome to the Frame Relay Forum
http://www.frforum.com/

TUTORIALS AND PRIMERS
http://www.frforum.com/4000/4000index.html
--

---
Stephen E. Hildenbrand; CCNA
Internetwork Solutions Engineer
Email : [EMAIL PROTECTED]
Pager:  888-770-4864
SMS:[EMAIL PROTECTED]
[EMAIL PROTECTED]
http://www.skytel.com/Paging/index.html
-
ThruPoint, Inc.
http://www.thrupoint.net
  
  
---

"Charles Nunie" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
>
> I need information on Frame Relay for a presentation.
>
> Can someone give me a lead to a web page?
>
> Dzilo
>
> 
> Get free email and a permanent address at http://www.netaddress.com/?N=1
>
> ___
> 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]
> ---


begin 666 Welcome to the Frame Relay Forum.url
M6T1%1D%53%1=#0I"05-%55),/6AT=' Z+R]W=W

RE: Frame Relay Presentation

2000-05-23 Thread Daniel Cotts

http://www.cisco.com/univercd/cc/td/doc/cisintwk/ito_doc/frame.htm

http://www.mot.com/networking/frame-relay/

http://www.paradyne.com/frame_sourcebook/

http://www.itprc.com/datalink.htm

http://www.protocols.com/protoc.shtml

This should keep you busy.

-Original Message-
From: Charles Nunie [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 23, 2000 8:55 AM
To: [EMAIL PROTECTED]
Subject: Frame Relay Presentation


Hi,

I need information on Frame Relay for a presentation. 

Can someone give me a lead to a web page?

Dzilo


Get free email and a permanent address at http://www.netaddress.com/?N=1

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

2000-05-23 Thread Prather, Aaron
Title: RE: Frame Relay Presentation





A good place to start might be www.cisco.com


do a search on CCO for Frame-Relay


Aaron


-Original Message-
From: Charles Nunie
To: [EMAIL PROTECTED]
Sent: 5/23/00 8:55 AM
Subject: Frame Relay Presentation


Hi,


I need information on Frame Relay for a presentation. 


Can someone give me a lead to a web page?


Dzilo



Get free email and a permanent address at http://www.netaddress.com/?N=1


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

2000-05-23 Thread julio . rodriguez



Go to http://www.cisco.com/univercd/cc/td/doc/cisintwk/ito_doc/frame.htm

Good Luck !!
__
Julio Rodriguez - Networking Engineer -
Cisco Certified CCNA - CCNP
EQUANT Argentina. Piedras 383 5to piso. (1070)
Phone: 54-11-4349-0885 - Fax: 54-11-4349-0812
Email: [EMAIL PROTECTED]
Web Site: http://www.equant.com
___




Charles Nunie <[EMAIL PROTECTED]> on 23/05/2000 10:55:23 a.m.

Please respond to Charles Nunie <[EMAIL PROTECTED]>

To:   [EMAIL PROTECTED]
cc:(bcc: Julio Rodriguez/Argentina/AMERICAS/Equant)

Subject:  Frame Relay Presentation



Hi,

I need information on Frame Relay for a presentation.

Can someone give me a lead to a web page?

Dzilo


Get free email and a permanent address at http://www.netaddress.com/?N=1

___
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 back to back

2000-05-23 Thread Dollard Morgan

the Serial 0/0 notation, as well as any 2/0 0/2 notations liek this, are
only availabe on modular equipments, wether router or switch. the first
number is the module, and the second number is the interface itself. for
example, in a 4500. If u had a quad serial interface in the second slot, and
u were trying to configure the third interface, 
the notation would look like this, int serial 1/3 , because the first int is
always 0, and the first slot as well. 
hope this helps. 
btw, in a catalyst, the first number is the number on the slot in which the
module is inserted. 


> -Message d'origine-
> De:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> Date: lundi 22 mai 2000 18:53
> À:[EMAIL PROTECTED]; [EMAIL PROTECTED]
> Objet:    RE: Frame relay back to back
> 
> this means your router probably doesn't have a s0/0.  go ahead and use s0
> 
> -Original Message-
> From: Billy Monroe [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 22, 2000 9:02 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Frame relay back to back
> 
> 
> I am also trying to setup using 3 routers (1 router configured as switch).
> 
> I am following the Hutnik's book. They recommend a configuration on
> "serial0/0"... anybody could tell me what is serial0/0 ?
> I can configure int s0, but not serial0/0.
> 
> Thanks,
> 
> Billy
> 
> 
> ""mikey"" <[EMAIL PROTECTED]> wrote in message
> 8g62gm$uf1$[EMAIL PROTECTED]">news:8g62gm$uf1$[EMAIL PROTECTED]...
> > In order to do frame-relay with a back-to-back cable, one router must be
> > configured as a switch - frame-relay switching (global-config) and the
> > interface on the switch must be configured as a logical dce -
> frame-relay
> > interf-type dce (int-config).  When I have done it, i also had to map to
> my
> > local interface with frame-relay map in order to ping the local
> interface.
> >
> >
> >
> > "Vic Feferberg" <[EMAIL PROTECTED]> wrote in message
> > 8g5ud7$kgj$[EMAIL PROTECTED]">news:8g5ud7$kgj$[EMAIL PROTECTED]...
> > > I would like to setup frame relay back to back, but when I do what
> > happens
> > > is that the line protocol comes up and shortly after comes down again.
> > >
> > > Is it possible to set this up in a lab situation without a telco
> > connection?
> > >
> > > TIA
> > >
> > >
> > > ___
> > > 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]
> > ---
> 
> 
> ___
> 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]

___
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 back to back

2000-05-22 Thread gorer

this means your router probably doesn't have a s0/0.  go ahead and use s0

-Original Message-
From: Billy Monroe [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 22, 2000 9:02 AM
To: [EMAIL PROTECTED]
Subject: Re: Frame relay back to back


I am also trying to setup using 3 routers (1 router configured as switch).

I am following the Hutnik's book. They recommend a configuration on
"serial0/0"... anybody could tell me what is serial0/0 ?
I can configure int s0, but not serial0/0.

Thanks,

Billy


""mikey"" <[EMAIL PROTECTED]> wrote in message
8g62gm$uf1$[EMAIL PROTECTED]">news:8g62gm$uf1$[EMAIL PROTECTED]...
> In order to do frame-relay with a back-to-back cable, one router must be
> configured as a switch - frame-relay switching (global-config) and the
> interface on the switch must be configured as a logical dce - frame-relay
> interf-type dce (int-config).  When I have done it, i also had to map to
my
> local interface with frame-relay map in order to ping the local interface.
>
>
>
> "Vic Feferberg" <[EMAIL PROTECTED]> wrote in message
> 8g5ud7$kgj$[EMAIL PROTECTED]">news:8g5ud7$kgj$[EMAIL PROTECTED]...
> > I would like to setup frame relay back to back, but when I do what
> happens
> > is that the line protocol comes up and shortly after comes down again.
> >
> > Is it possible to set this up in a lab situation without a telco
> connection?
> >
> > TIA
> >
> >
> > ___
> > 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]
> ---


___
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 back to back

2000-05-22 Thread Dale Holmes

Just use s0 Billy, you'll be fine. The s0/0 notation refers to the slot/port 
of the serial interface. This has to do with different hardware than you are 
using. As you get your hands on more and more different router models, you 
will find one with a hardware configuration that requires you to use the 
s0/0 notation...

I hope this helps!

Dale
[=`)


>From: "Billy Monroe" <[EMAIL PROTECTED]>
>Reply-To: "Billy Monroe" <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: Frame relay back to back
>Date: Mon, 22 May 2000 09:02:05 -0700
>
>I am also trying to setup using 3 routers (1 router configured as switch).
>
>I am following the Hutnik's book. They recommend a configuration on
>"serial0/0"... anybody could tell me what is serial0/0 ?
>I can configure int s0, but not serial0/0.
>
>Thanks,
>
>Billy
>
>
>""mikey"" <[EMAIL PROTECTED]> wrote in message
>8g62gm$uf1$[EMAIL PROTECTED]">news:8g62gm$uf1$[EMAIL PROTECTED]...
> > In order to do frame-relay with a back-to-back cable, one router must be
> > configured as a switch - frame-relay switching (global-config) and the
> > interface on the switch must be configured as a logical dce - 
>frame-relay
> > interf-type dce (int-config).  When I have done it, i also had to map to
>my
> > local interface with frame-relay map in order to ping the local 
>interface.
> >
> >
> >
> > "Vic Feferberg" <[EMAIL PROTECTED]> wrote in message
> > 8g5ud7$kgj$[EMAIL PROTECTED]">news:8g5ud7$kgj$[EMAIL PROTECTED]...
> > > I would like to setup frame relay back to back, but when I do what
> > happens
> > > is that the line protocol comes up and shortly after comes down again.
> > >
> > > Is it possible to set this up in a lab situation without a telco
> > connection?
> > >
> > > TIA
> > >
> > >
> > > ___
> > > 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]
> > ---
>
>
>___
>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]


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]



Re: Frame relay back to back

2000-05-22 Thread Billy Monroe

I am also trying to setup using 3 routers (1 router configured as switch).

I am following the Hutnik's book. They recommend a configuration on
"serial0/0"... anybody could tell me what is serial0/0 ?
I can configure int s0, but not serial0/0.

Thanks,

Billy


""mikey"" <[EMAIL PROTECTED]> wrote in message
8g62gm$uf1$[EMAIL PROTECTED]">news:8g62gm$uf1$[EMAIL PROTECTED]...
> In order to do frame-relay with a back-to-back cable, one router must be
> configured as a switch - frame-relay switching (global-config) and the
> interface on the switch must be configured as a logical dce - frame-relay
> interf-type dce (int-config).  When I have done it, i also had to map to
my
> local interface with frame-relay map in order to ping the local interface.
>
>
>
> "Vic Feferberg" <[EMAIL PROTECTED]> wrote in message
> 8g5ud7$kgj$[EMAIL PROTECTED]">news:8g5ud7$kgj$[EMAIL PROTECTED]...
> > I would like to setup frame relay back to back, but when I do what
> happens
> > is that the line protocol comes up and shortly after comes down again.
> >
> > Is it possible to set this up in a lab situation without a telco
> connection?
> >
> > TIA
> >
> >
> > ___
> > 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]
> ---


___
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 back to back

2000-05-21 Thread pedro quezada

You you not have to map in a back to back scenarion .
inverse arp should be able to do find it's way  to the other int..This is
point to point.

My scenario is more comple than this one and i am able to ping without
mapping.i am using a cisco router with four interfaces as a cloud . one
would need mapping in a hub and spoke scenario.

Pq


"mikey" <[EMAIL PROTECTED]> wrote in message
8g62gm$uf1$[EMAIL PROTECTED]">news:8g62gm$uf1$[EMAIL PROTECTED]...
> In order to do frame-relay with a back-to-back cable, one router must be
> configured as a switch - frame-relay switching (global-config) and the
> interface on the switch must be configured as a logical dce - frame-relay
> interf-type dce (int-config).  When I have done it, i also had to map to
my
> local interface with frame-relay map in order to ping the local interface.
>
>
>
> "Vic Feferberg" <[EMAIL PROTECTED]> wrote in message
> 8g5ud7$kgj$[EMAIL PROTECTED]">news:8g5ud7$kgj$[EMAIL PROTECTED]...
> > I would like to setup frame relay back to back, but when I do what
> happens
> > is that the line protocol comes up and shortly after comes down again.
> >
> > Is it possible to set this up in a lab situation without a telco
> connection?
> >
> > TIA
> >
> >
> > ___
> > 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]
> ---


___
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 back to back

2000-05-20 Thread mikey

In order to do frame-relay with a back-to-back cable, one router must be
configured as a switch - frame-relay switching (global-config) and the
interface on the switch must be configured as a logical dce - frame-relay
interf-type dce (int-config).  When I have done it, i also had to map to my
local interface with frame-relay map in order to ping the local interface.



"Vic Feferberg" <[EMAIL PROTECTED]> wrote in message
8g5ud7$kgj$[EMAIL PROTECTED]">news:8g5ud7$kgj$[EMAIL PROTECTED]...
> I would like to setup frame relay back to back, but when I do what
happens
> is that the line protocol comes up and shortly after comes down again.
>
> Is it possible to set this up in a lab situation without a telco
connection?
>
> TIA
>
>
> ___
> 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 back to back

2000-05-20 Thread Brian Lodwick

Vic,
  I get something similar CDC comes up then goes down -are you setting this 
up with 2 CSU/DSUs? or are you doing the DTE-DCE thing?
>>>Brian



>From: "Vic Feferberg" <[EMAIL PROTECTED]>
>Reply-To: "Vic Feferberg" <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Frame relay back to back
>Date: Sat, 20 May 2000 21:55:48 +1000
>
>I would like to setup frame relay back to back, but when I do what  happens
>is that the line protocol comes up and shortly after comes down again.
>
>Is it possible to set this up in a lab situation without a telco 
>connection?
>
>TIA
>
>
>___
>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]


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]



Re: Frame Relay Problem

2000-05-19 Thread Miguel Harris

First what routing protocol are you using and email me for Dynamic Routing on IP, 
OSPF, Static, IPX (Dynamic or Static), Dynamic Over Multi.

Miguel Harris
Network Engineer 
CCNA
email: [EMAIL PROTECTED]

another thing check your DLCI information each router requires a DLCI for every frame 
relay virtual Circuit


Date: Wed, 17 May 2000 22:03:56 -0400
From: "Benjamin Walling" <[EMAIL PROTECTED]>
Subject: RE: Frame Relay Problem

This post may show my ignorance, but I'll try.  When I set up frame relay in
my lab, I used three routers.  One was configured as a frame relay switch.
I connected the other two to it and set up a frame relay connection between
them.  I was unaware that two adjacent routers could run frame relay to each
other.

Ben

- -Original Message-
From: Nathan Cruz [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 17, 2000 8:04 PM
To: [EMAIL PROTECTED]
Subject: Frame Relay Problem




I've set up a frame relay switch at home trying to complete one of the
"CCIE Lab all in one" Labs. For my question, what could cause a PVC to be
inactive? Things I've checked.

Serial is up line protocol is up on both sides.
LMI type is the same
Clocking is set on DCE side.
Encapsulation is Frame relay

What else is there to check? All suggestions appreciated.
- att1.htm

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

2000-05-18 Thread Justin Vo


Justin Vo <[EMAIL PROTECTED]> wrote in message news:...
> Hi,
>
> I managed to capture the log when my frame relay connection bouncing but
yet
> I'm unable to interpret this information. Can someone help to determine if
> it's my router or my telco that's causing the problem.
>
> My router is Cisco 2501 with 8 MB flash and 16 MB DRAM. Basic frame relay
> connection with basic configuration and static routing only. My captured
log
> is in the attached file.
>
> Frame information:
>
> interface Serial1
>  description Optus frame service 22LT-02RO-MS701-AL001
>  no ip address
>  encapsulation frame-relay IETF
>  frame-relay lmi-type q933a
> !
> interface Serial1.1 point-to-point
>  description Connection to Chester Hill on 203.2.131.153
>  ip address 203.2.131.154 255.255.255.252
>  no cdp enable
>  frame-relay interface-dlci 29
> !
> interface Serial1.2 point-to-point
>  description Connection to Mulgrave on 203.2.131.157
>  ip address 203.2.131.158 255.255.255.252
>  no cdp enable
>  frame-relay interface-dlci 23
> !
> interface Serial1.3 point-to-point
> ...
>
>
> Much help appreciated
> Justin Vo
> [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 Problem

2000-05-18 Thread steven



Have you configure the frame-relay route ??? and "frame-relay 
intf-type dce" on the frame-relay switch ???
 
lee

  ""Nathan Cruz"" <[EMAIL PROTECTED]> wrote in message 
  005c01bfc015$55999d00$[EMAIL PROTECTED]">news:005c01bfc015$55999d00$[EMAIL PROTECTED]...
  
  I've set up a frame relay switch at home trying 
  to complete one of the "CCIE Lab all in one" Labs. For my question, what could 
  cause a PVC to be inactive? Things I've checked. 
   
  Serial is up line protocol is up on both sides. 
  
  LMI type is the same
  Clocking is set on DCE side. 
  Encapsulation is Frame relay
   
  What else is there to check? All suggestions 
  appreciated.


RE: Frame Relay Problem

2000-05-17 Thread Benjamin Walling

This post may show my ignorance, but I'll try.  When I set up frame relay in
my lab, I used three routers.  One was configured as a frame relay switch.
I connected the other two to it and set up a frame relay connection between
them.  I was unaware that two adjacent routers could run frame relay to each
other.

Ben

-Original Message-
From: Nathan Cruz [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 17, 2000 8:04 PM
To: [EMAIL PROTECTED]
Subject: Frame Relay Problem




I've set up a frame relay switch at home trying to complete one of the
"CCIE Lab all in one" Labs. For my question, what could cause a PVC to be
inactive? Things I've checked.

Serial is up line protocol is up on both sides.
LMI type is the same
Clocking is set on DCE side.
Encapsulation is Frame relay

What else is there to check? All suggestions appreciated.
 - att1.htm

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



<    1   2   3   4   5   6