Re: Token ring Question. [7:44805]

2002-05-24 Thread 2504s

A router is being used as a transparent bridge between a Token Ring network
and an Ethernet network. Host X on the Token ring sends a packet to Host Y
on the Ethernet.

What would the source MAC address on the  Ethernet Host ?

does anyone know the answer? thank you.

Cj

- Original Message -
From: Reza Sharifi 
To: 
Sent: Thursday, May 23, 2002 5:30 PM
Subject: Re: Token ring Question. [7:44805]


 Ivan,

 Take a look at the subject (CCIE written question)
 that Dennis responded to on  May 20.

 He is a great source for this group.

 Thanks
 Reza


 Ivan  wrote in message
 [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
  Hi all,
 
  I have a interest question, doesn't any one know the answer?
 
  A router is being used as a translation bridge between a Token Ring
 network
  and an Ethernet network. Host X on the Token ring sends a packet to Host
Y
  on the Ethernet. The soursce MAC address of the packet is 400.a089.0002.
 How
  would the MAC address be interpreted in an Ethernet environment?
 
  does anyone know the answer? thank you.
 
  Ivan




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



Re: Token ring Question. [7:44805]

2002-05-24 Thread Michael L. Williams

you can do transparent bridging between Token Ring and Ethernet.  It
requires a Translational Bridging..

See the following URL: (watch for wrap)

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

Mike W.

2504s  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 A router is being used as a transparent bridge between a Token Ring
network
 and an Ethernet network. Host X on the Token ring sends a packet to Host Y
 on the Ethernet.

 What would the source MAC address on the  Ethernet Host ?

 does anyone know the answer? thank you.

 Cj




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



RE: Token ring Question. [7:44805]

2002-05-23 Thread C restion

Hi Ivan,

Mac addresses only have local significance. So for your scenario, host X
sends a packet with it's own MAC address as the source and the router TR
interface as the destination MAC address. The router then rebuilds the
packet and sends it out the ethernet interface with the Ethernet interface
as the source MAc address and host Y as the destination MAC address.

Hth,
Crestion


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



RE: Token ring Question. [7:44805]

2002-05-23 Thread trevor gordon

This is achieved by bit swapping. I do not know the complete ins and outs of
it but I has attached a URL which is a bit swapping tool which can be used
to verify translation.
http://www.cisco.com/cgi-bin/Support/Bitswap/bitswap.pl


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



RE: Token ring Question. [7:44805]

2002-05-23 Thread Priscilla Oppenheimer

He said the router is acting as a translation (sic) bridge. So the router 
(bridge) address does not come into play. The router (bridge) translates 
the non-canonical TR address to a canonical Ethernet address. The bridge 
reverses the bits in each byte of the address.

We have had many discussions on how to do this. It's as simple as writing 
your name backwards. For example, let's say one byte was 4A in hex.

Put that in binary, one digit at a time.

   4A
0100 1010

Now write it backwards:

0101 0010

Put it back in hex:

52

If this seems mysterious or difficult to apply in a generic fashion to any 
hex representation of a byte, then it's not time yet to go for CCIE.

Priscilla

At 08:20 AM 5/23/02, C restion wrote:
Hi Ivan,

Mac addresses only have local significance. So for your scenario, host X
sends a packet with it's own MAC address as the source and the router TR
interface as the destination MAC address. The router then rebuilds the
packet and sends it out the ethernet interface with the Ethernet interface
as the source MAc address and host Y as the destination MAC address.

Hth,
Crestion


Priscilla Oppenheimer
http://www.priscilla.com




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



Re: Token ring Question. [7:44805]

2002-05-23 Thread Priscilla Oppenheimer

At 07:25 AM 5/23/02, Ivan wrote:
Hi all,

I have a interest question, doesn't any one know the answer?

A router is being used as a translation bridge between a Token Ring network
and an Ethernet network. Host X on the Token ring sends a packet to Host Y
on the Ethernet. The soursce MAC address of the packet is 400.a089.0002.

That's not a valid address. A MAC address is 48 bits or 6 bytes. In hex a 
byte is written with 2 digits. So the address must have 12 digits.

I assume you are missing a 0 and that you meant to say: 4000.a089.0002

The bridge will translate the non-canonical address to canonical (see my 
other message and numerous other messages on that computing 101 topic).

On the other hand, maybe the question expects you to know these other
details:

The first byte of that address in binary is:

0100

Token Ring transmits the most significant bit first. (the one in the 2^7 
position).

IEEE says that the first bit transmitted is the Specific/Group bit. (A 
group address is used for multicast and broadcast).

0 = Specific
1 = Group

So this is a specific address. No problem. Ethernet can handle that (and 
could handle a multicast or broadcast too, of course.)

IEEE says that the second bit transmitted is the Globally 
Administered/Locally Administered bit.

0 = Global
1 = Local

So this is a locally-administered address. Although IEEE 802.3 (Ethernet) 
does officially support locally-administered addresses, they aren't often 
used on Ethernet. So that's a minor issue.

The second byte is


IEEE 802.5 (Token Ring) says that the least significant bit of the second 
byte is the Functional/Non Functional address. IEEE 802.3 (Ethernet) does 
not say this and does not support functional addresses.

0 = Functional
1 = Non functional

So here we have a slightly more interesting issue. This is a functional 
address. Ethernet won't recognize that it's a functional address, however. 
 From a troubleshooting viewpoint, you would want to figure out what 
function this was supposed to carry out on the Token Ring side. Whatever 
it was, it's not going to also get carried out on the Ethernet side. For 
most functional addresses, this isn't an issue. The well-known ones are 
used for purposes such as:

Sending to the active monitor (which doesn't exist on Ethernet)
Sending to the ring parameter server (which doesn't exist on Ethernet)
Sending to LAN manager (which doesn't exist on Ethernet)
etc.
You get the picture

This particular address is one that I don't recognize though. It may be 
used for a proprietary (non-standard) function on the Token Ring side.

Perhaps you are expected to know these sorts of things to answer this 
question correctly.

Priscilla


  How
would the MAC address be interpreted in an Ethernet environment?

does anyone know the answer? thank you.

Ivan


Priscilla Oppenheimer
http://www.priscilla.com




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



Re: Token ring Question. [7:44805]

2002-05-23 Thread Priscilla Oppenheimer

I just noticed that I misplaced the functional/non-functional bit. I hate 
that! ;-)

The functional/non-functional bit is the most significant bit of the 3rd 
byte (not the least significant bit of the 2nd byte as I said before.)

So, the address is:

4000.a089.0002

0100  1010 ...

First bit transmitted (most significant of 1st byte) is 0 (specific)
Second bit transmitted is 1 (locally-administered)
Most significant bit of the third byte is 1 (non-functional)

That makes more sense now that I see he was referring to a source address. 
A source address shouldn't be a functional address.

Priscilla

At 01:17 PM 5/23/02, Priscilla Oppenheimer wrote:
At 07:25 AM 5/23/02, Ivan wrote:
 Hi all,
 
 I have a interest question, doesn't any one know the answer?
 
 A router is being used as a translation bridge between a Token Ring
network
 and an Ethernet network. Host X on the Token ring sends a packet to Host Y
 on the Ethernet. The soursce MAC address of the packet is 400.a089.0002.

That's not a valid address. A MAC address is 48 bits or 6 bytes. In hex a
byte is written with 2 digits. So the address must have 12 digits.

I assume you are missing a 0 and that you meant to say: 4000.a089.0002

The bridge will translate the non-canonical address to canonical (see my
other message and numerous other messages on that computing 101 topic).

On the other hand, maybe the question expects you to know these other
details:

The first byte of that address in binary is:

0100

Token Ring transmits the most significant bit first. (the one in the 2^7
position).

IEEE says that the first bit transmitted is the Specific/Group bit. (A
group address is used for multicast and broadcast).

0 = Specific
1 = Group

So this is a specific address. No problem. Ethernet can handle that (and
could handle a multicast or broadcast too, of course.)

IEEE says that the second bit transmitted is the Globally
Administered/Locally Administered bit.

0 = Global
1 = Local

So this is a locally-administered address. Although IEEE 802.3 (Ethernet)
does officially support locally-administered addresses, they aren't often
used on Ethernet. So that's a minor issue.

The second byte is


IEEE 802.5 (Token Ring) says that the least significant bit of the second
byte is the Functional/Non Functional address. IEEE 802.3 (Ethernet) does
not say this and does not support functional addresses.

0 = Functional
1 = Non functional

So here we have a slightly more interesting issue. This is a functional
address. Ethernet won't recognize that it's a functional address, however.
  From a troubleshooting viewpoint, you would want to figure out what
function this was supposed to carry out on the Token Ring side. Whatever
it was, it's not going to also get carried out on the Ethernet side. For
most functional addresses, this isn't an issue. The well-known ones are
used for purposes such as:

Sending to the active monitor (which doesn't exist on Ethernet)
Sending to the ring parameter server (which doesn't exist on Ethernet)
Sending to LAN manager (which doesn't exist on Ethernet)
etc.
You get the picture

This particular address is one that I don't recognize though. It may be
used for a proprietary (non-standard) function on the Token Ring side.

Perhaps you are expected to know these sorts of things to answer this
question correctly.

Priscilla


   How
 would the MAC address be interpreted in an Ethernet environment?
 
 does anyone know the answer? thank you.
 
 Ivan


Priscilla Oppenheimer
http://www.priscilla.com


Priscilla Oppenheimer
http://www.priscilla.com




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



Re: Token ring Question. [7:44805]

2002-05-23 Thread Michael L. Williams

This is correct if the router is acting as a router but when the router
is bridging, this is no longer true.

To answer your question, Ivan,  you would simply perform bitswapping on the
TR MAC to find the ethernet equivalent.

There were a series of posts on this topic (some by me) that specifically
lay out this process in both Hex and binary.  Do a quick search for messages
from the past couple of weeks for the work 'bitswapping' and you'll find
them.

HTH,
Mike W.

C restion  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Hi Ivan,

 Mac addresses only have local significance. So for your scenario, host X
 sends a packet with it's own MAC address as the source and the router TR
 interface as the destination MAC address. The router then rebuilds the
 packet and sends it out the ethernet interface with the Ethernet interface
 as the source MAc address and host Y as the destination MAC address.

 Hth,
 Crestion




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



Re: Token ring Question. [7:44805]

2002-05-23 Thread Michael L. Williams

Priscilla Oppenheimer  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 If this seems mysterious or difficult to apply in a generic fashion to any
 hex representation of a byte, then it's not time yet to go for CCIE.

Thank you for verifying my feelings about this.  As you may, or may not,
have seen the conversations on this topic of late,  I may have stepped on
peoples toes a bit with my attitude toward learning binary, but i still
stand by what I said.. (which, in case you missed out (LOL), was Learn
binary. computers are binary. networks are binary  this is not
rocket science!!  =)

Mike W.




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



Re: Token ring Question. [7:44805]

2002-05-23 Thread Reza Sharifi

Ivan,

Take a look at the subject (CCIE written question)
that Dennis responded to on  May 20.

He is a great source for this group.

Thanks
Reza


Ivan  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Hi all,

 I have a interest question, doesn't any one know the answer?

 A router is being used as a translation bridge between a Token Ring
network
 and an Ethernet network. Host X on the Token ring sends a packet to Host Y
 on the Ethernet. The soursce MAC address of the packet is 400.a089.0002.
How
 would the MAC address be interpreted in an Ethernet environment?

 does anyone know the answer? thank you.

 Ivan




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



Re: Token ring Question. [7:44805]

2002-05-23 Thread Priscilla Oppenheimer

I'm with you 100% on this. I said that bit swapping is as easy as writing 
your name backwards. Maybe that's a bit of an exaggeration, so to speak, 
because you do have to do hex to binary and back, but only for a four-digit 
binary number. So it's as easy as writing your name backwards in Pig Latin.

If people don't find it that easy, they should start with CCNA (or a basic 
math class or a how do computers work class). There's nothing wrong with 
that.

If people can really get CCIE despite finding this difficult, or only 
because they memorized some charts, I'd be surprised. Don't waste time 
trying for CCIE. Start with the basics. That would be my advice anyway.

Priscilla

At 05:19 PM 5/23/02, Michael L. Williams wrote:
Priscilla Oppenheimer  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
  If this seems mysterious or difficult to apply in a generic fashion to
any
  hex representation of a byte, then it's not time yet to go for CCIE.

Thank you for verifying my feelings about this.  As you may, or may not,
have seen the conversations on this topic of late,  I may have stepped on
peoples toes a bit with my attitude toward learning binary, but i still
stand by what I said.. (which, in case you missed out (LOL), was Learn
binary. computers are binary. networks are binary  this is not
rocket science!!  =)

Mike W.


Priscilla Oppenheimer
http://www.priscilla.com




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



Re: Token ring Question. [7:44805]

2002-05-23 Thread [EMAIL PROTECTED]

This particular address is one that I don't recognize though. It may be 
used for a proprietary (non-standard) function on the Token Ring side.

4000.. addresses are often used for mainframe connectivity - TIC 
addresses, APPN end nodes, etc.  I don't know whether there is any 
particular reason for this, but it seems to be a fairly widespread 
convention.

JMcL
- Forwarded by Jenny Mcleod/NSO/CSDA on 24/05/2002 08:59 am -


Priscilla Oppenheimer 
Sent by: [EMAIL PROTECTED]
24/05/2002 03:17 am
Please respond to Priscilla Oppenheimer

 
To: [EMAIL PROTECTED]
cc: 
Subject:Re: Token ring Question. [7:44805]
Is this part of a business decision process?: 


At 07:25 AM 5/23/02, Ivan wrote:
Hi all,

I have a interest question, doesn't any one know the answer?

A router is being used as a translation bridge between a Token Ring 
network
and an Ethernet network. Host X on the Token ring sends a packet to Host 
Y
on the Ethernet. The soursce MAC address of the packet is 400.a089.0002.

That's not a valid address. A MAC address is 48 bits or 6 bytes. In hex a 
byte is written with 2 digits. So the address must have 12 digits.

I assume you are missing a 0 and that you meant to say: 4000.a089.0002

The bridge will translate the non-canonical address to canonical (see my 
other message and numerous other messages on that computing 101 topic).

On the other hand, maybe the question expects you to know these other
details:

The first byte of that address in binary is:

0100

Token Ring transmits the most significant bit first. (the one in the 2^7 
position).

IEEE says that the first bit transmitted is the Specific/Group bit. (A 
group address is used for multicast and broadcast).

0 = Specific
1 = Group

So this is a specific address. No problem. Ethernet can handle that (and 
could handle a multicast or broadcast too, of course.)

IEEE says that the second bit transmitted is the Globally 
Administered/Locally Administered bit.

0 = Global
1 = Local

So this is a locally-administered address. Although IEEE 802.3 (Ethernet) 
does officially support locally-administered addresses, they aren't often 
used on Ethernet. So that's a minor issue.

The second byte is


IEEE 802.5 (Token Ring) says that the least significant bit of the second 
byte is the Functional/Non Functional address. IEEE 802.3 (Ethernet) does 
not say this and does not support functional addresses.

0 = Functional
1 = Non functional

So here we have a slightly more interesting issue. This is a functional 
address. Ethernet won't recognize that it's a functional address, however. 

 From a troubleshooting viewpoint, you would want to figure out what 
function this was supposed to carry out on the Token Ring side. Whatever 

it was, it's not going to also get carried out on the Ethernet side. For 
most functional addresses, this isn't an issue. The well-known ones are 
used for purposes such as:

Sending to the active monitor (which doesn't exist on Ethernet)
Sending to the ring parameter server (which doesn't exist on Ethernet)
Sending to LAN manager (which doesn't exist on Ethernet)
etc.
You get the picture

This particular address is one that I don't recognize though. It may be 
used for a proprietary (non-standard) function on the Token Ring side.

Perhaps you are expected to know these sorts of things to answer this 
question correctly.

Priscilla


  How
would the MAC address be interpreted in an Ethernet environment?

does anyone know the answer? thank you.

Ivan


Priscilla Oppenheimer
http://www.priscilla.com
Important:  This e-mail is intended for the use of the addressee and may
contain information that is confidential, commercially valuable or subject
to legal or parliamentary privilege.  If you are not the intended recipient
you are notified that any review, re-transmission, disclosure, use or
dissemination of this communication is strictly prohibited by several
Commonwealth Acts of Parliament.  If you have received this communication in
error please notify the sender immediately and delete all copies of this
transmission together with any attachments.




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



Re: Token ring Question. [7:44805]

2002-05-23 Thread Priscilla Oppenheimer

At 07:03 PM 5/23/02, [EMAIL PROTECTED] wrote:
This particular address is one that I don't recognize though. It may be
used for a proprietary (non-standard) function on the Token Ring side.

4000.. addresses are often used for mainframe connectivity - TIC
addresses, APPN end nodes, etc.  I don't know whether there is any
particular reason for this, but it seems to be a fairly widespread
convention.

Yes. An address that starts with 40 is locally-administered. Having 
locally-administered addresses makes life easier for VTAM on a mainframe, 
from what I understand. (VTAM used to assume phone numbers, for one thing, 
so addresses with hex letters in them weren't allowed). I think it was VTAM 
anyway.

At first I thought the address was also a functional address. Most 
functional addresses are well known. But I was off by a bit. It's not a 
functional address.

Token Ring. You gotta love it! ;-)

Priscilla


JMcL
- Forwarded by Jenny Mcleod/NSO/CSDA on 24/05/2002 08:59 am -


Priscilla Oppenheimer
Sent by: [EMAIL PROTECTED]
24/05/2002 03:17 am
Please respond to Priscilla Oppenheimer


 To: [EMAIL PROTECTED]
 cc:
 Subject:Re: Token ring Question. [7:44805]
Is this part of a business decision process?:


At 07:25 AM 5/23/02, Ivan wrote:
 Hi all,
 
 I have a interest question, doesn't any one know the answer?
 
 A router is being used as a translation bridge between a Token Ring
network
 and an Ethernet network. Host X on the Token ring sends a packet to Host
Y
 on the Ethernet. The soursce MAC address of the packet is 400.a089.0002.

That's not a valid address. A MAC address is 48 bits or 6 bytes. In hex a
byte is written with 2 digits. So the address must have 12 digits.

I assume you are missing a 0 and that you meant to say: 4000.a089.0002

The bridge will translate the non-canonical address to canonical (see my
other message and numerous other messages on that computing 101 topic).

On the other hand, maybe the question expects you to know these other
details:

The first byte of that address in binary is:

0100

Token Ring transmits the most significant bit first. (the one in the 2^7
position).

IEEE says that the first bit transmitted is the Specific/Group bit. (A
group address is used for multicast and broadcast).

0 = Specific
1 = Group

So this is a specific address. No problem. Ethernet can handle that (and
could handle a multicast or broadcast too, of course.)

IEEE says that the second bit transmitted is the Globally
Administered/Locally Administered bit.

0 = Global
1 = Local

So this is a locally-administered address. Although IEEE 802.3 (Ethernet)
does officially support locally-administered addresses, they aren't often
used on Ethernet. So that's a minor issue.

The second byte is


IEEE 802.5 (Token Ring) says that the least significant bit of the second
byte is the Functional/Non Functional address. IEEE 802.3 (Ethernet) does
not say this and does not support functional addresses.

0 = Functional
1 = Non functional

So here we have a slightly more interesting issue. This is a functional
address. Ethernet won't recognize that it's a functional address, however.

  From a troubleshooting viewpoint, you would want to figure out what
function this was supposed to carry out on the Token Ring side. Whatever

it was, it's not going to also get carried out on the Ethernet side. For
most functional addresses, this isn't an issue. The well-known ones are
used for purposes such as:

Sending to the active monitor (which doesn't exist on Ethernet)
Sending to the ring parameter server (which doesn't exist on Ethernet)
Sending to LAN manager (which doesn't exist on Ethernet)
etc.
You get the picture

This particular address is one that I don't recognize though. It may be
used for a proprietary (non-standard) function on the Token Ring side.

Perhaps you are expected to know these sorts of things to answer this
question correctly.

Priscilla


   How
 would the MAC address be interpreted in an Ethernet environment?
 
 does anyone know the answer? thank you.
 
 Ivan


Priscilla Oppenheimer
http://www.priscilla.com
Important:  This e-mail is intended for the use of the addressee and may
contain information that is confidential, commercially valuable or subject
to legal or parliamentary privilege.  If you are not the intended recipient
you are notified that any review, re-transmission, disclosure, use or
dissemination of this communication is strictly prohibited by several
Commonwealth Acts of Parliament.  If you have received this communication in
error please notify the sender immediately and delete all copies of this
transmission together with any attachments.


Priscilla Oppenheimer
http://www.priscilla.com




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=44905t=44805
--
FAQ, list archives, and subscription info: http

Re: Token ring question srn 1 bn 2 trn 100 [7:11476]

2001-07-09 Thread John Neiberger

What about option D?

 [EMAIL PROTECTED]  7/9/01 9:53:04 AM 
I am taking a practice test and one of the questions had to do with
token
ring
number.  Is the srn tell you what the ring number is? Is that mean
source
ring number? I thought the answer would be 1. But that isn't an
option?


here is the question

This token ring interface is physically connected to what token-ring
number?


A. 2

B. 10

  C. 100

D. 0x01

   E.0xf8
Router#show interface tokenring 0

1.)Tokenring 0 is up, line protocol is up

2.)Hardware is Dual token ring, address is
.3080.5fca
(bia
.3080.5fca)

3.)Interface address is 1.0.0.7, subnet mask is
255.0.0.0

4.)NTU 8136 bytes, BW 4000 kbit, DLY 630 usec, rely
255/255,
load 1/255*/

5.)Encapsulation SNAP, loopback not set, keepalive set
(10
sec)

6.)ARP type: SNAP, ARP Timeout 4:00:00

7.)ARP type: 16 Mbps

8.)Single ring node, Source Route Transparent Bridge
cable

9.)Source bridging enabled, srn 1 bn 2 trn 100 (ring
group)

10.)Proxy explorers disbaled, spanning explorer enabled,
NetBIOS
cache disabled

11.)Group address: 0x, Financial address:
0x011A

12.) Ethernet transit  OUT: 0xF8

13.)last input 0:00:00, output 0:00:00, output hang never

14.)last clearing of show interface counters never

15.)output queue 0/40, 0 drops; input queue 1/75, 0 drops

16.)five minute input rate 19000 bits/sec, 32 packets/sec

17.)five minute output rate 0 bits/sec, 0 packets/sec

18.)420 packets input, 264 bytes, 0 no buffer

19.)received 75020 broadcasts, 0 runs, 0 giants

20.)0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0
abort

21.)272 packets output, 171 bytes, 0 underruns

22.)0 output errors, 0 colloisions, 1 interface resets, 0
restarts

23.)4 transitions

Router#)




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



Re: Token ring question srn 1 bn 2 trn 100 [7:11476]

2001-07-09 Thread [EMAIL PROTECTED]

You are right. I missed that. the x always confuses me.
- Original Message -
From: John Neiberger 
To: 
Sent: Monday, July 09, 2001 10:12 AM
Subject: Re: Token ring question srn 1 bn 2 trn 100 [7:11476]


 What about option D?

  [EMAIL PROTECTED]  7/9/01 9:53:04 AM 
 I am taking a practice test and one of the questions had to do with
 token
 ring
 number.  Is the srn tell you what the ring number is? Is that mean
 source
 ring number? I thought the answer would be 1. But that isn't an
 option?


 here is the question

 This token ring interface is physically connected to what token-ring
 number?


 A. 2

 B. 10

   C. 100

 D. 0x01

E.0xf8
 Router#show interface tokenring 0

 1.)Tokenring 0 is up, line protocol is up

 2.)Hardware is Dual token ring, address is
 .3080.5fca
 (bia
 .3080.5fca)

 3.)Interface address is 1.0.0.7, subnet mask is
 255.0.0.0

 4.)NTU 8136 bytes, BW 4000 kbit, DLY 630 usec, rely
 255/255,
 load 1/255*/

 5.)Encapsulation SNAP, loopback not set, keepalive set
 (10
 sec)

 6.)ARP type: SNAP, ARP Timeout 4:00:00

 7.)ARP type: 16 Mbps

 8.)Single ring node, Source Route Transparent Bridge
 cable

 9.)Source bridging enabled, srn 1 bn 2 trn 100 (ring
 group)

 10.)Proxy explorers disbaled, spanning explorer enabled,
 NetBIOS
 cache disabled

 11.)Group address: 0x, Financial address:
 0x011A

 12.) Ethernet transit  OUT: 0xF8

 13.)last input 0:00:00, output 0:00:00, output hang never

 14.)last clearing of show interface counters never

 15.)output queue 0/40, 0 drops; input queue 1/75, 0 drops

 16.)five minute input rate 19000 bits/sec, 32 packets/sec

 17.)five minute output rate 0 bits/sec, 0 packets/sec

 18.)420 packets input, 264 bytes, 0 no buffer

 19.)received 75020 broadcasts, 0 runs, 0 giants

 20.)0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0
 abort

 21.)272 packets output, 171 bytes, 0 underruns

 22.)0 output errors, 0 colloisions, 1 interface resets, 0
 restarts

 23.)4 transitions

 Router#)




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



Re: Token ring question srn 1 bn 2 trn 100 [7:11476]

2001-07-09 Thread Priscilla Oppenheimer

At 11:53 AM 7/9/01, [EMAIL PROTECTED] wrote:
I am taking a practice test and one of the questions had to do with token
ring
number.  Is the srn tell you what the ring number is? Is that mean source
ring number? I thought the answer would be 1. But that isn't an option?

Answer D is 1. I think that's the right answer. They just obfuscated it a 
bit, so to speak. ;-)

Priscilla



here is the question

This token ring interface is physically connected to what token-ring number?


A. 2

B. 10

   C. 100

D. 0x01

E.0xf8
Router#show interface tokenring 0

1.)Tokenring 0 is up, line protocol is up

2.)Hardware is Dual token ring, address is .3080.5fca
(bia
.3080.5fca)

3.)Interface address is 1.0.0.7, subnet mask is 255.0.0.0

4.)NTU 8136 bytes, BW 4000 kbit, DLY 630 usec, rely 255/255,
load 1/255*/

5.)Encapsulation SNAP, loopback not set, keepalive set (10
sec)

6.)ARP type: SNAP, ARP Timeout 4:00:00

7.)ARP type: 16 Mbps

8.)Single ring node, Source Route Transparent Bridge cable

9.)Source bridging enabled, srn 1 bn 2 trn 100 (ring group)

10.)Proxy explorers disbaled, spanning explorer enabled, NetBIOS
cache disabled

11.)Group address: 0x, Financial address: 0x011A

12.) Ethernet transit  OUT: 0xF8

13.)last input 0:00:00, output 0:00:00, output hang never

14.)last clearing of show interface counters never

15.)output queue 0/40, 0 drops; input queue 1/75, 0 drops

16.)five minute input rate 19000 bits/sec, 32 packets/sec

17.)five minute output rate 0 bits/sec, 0 packets/sec

18.)420 packets input, 264 bytes, 0 no buffer

19.)received 75020 broadcasts, 0 runs, 0 giants

20.)0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0
abort

21.)272 packets output, 171 bytes, 0 underruns

22.)0 output errors, 0 colloisions, 1 interface resets, 0
restarts

23.)4 transitions

Router#)


Priscilla Oppenheimer
http://www.priscilla.com




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



Re: Token Ring Question

2001-03-30 Thread Scott Jensen

Let me ask you this. Are the interfaces of equal cost? Do you want routing loops? What
prevents routing loops, and how are loops prevented?

Scott

Vincent wrote:

 For I am not familiar with TokenRing. I just wondering how come i insert 2
 router into the token ring hub,
 one of the interface is up/down all the time.

 Thanks
 Vincent

 _
 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: Token Ring Question

2001-03-29 Thread Daniel Cotts

Both routers have the same ring speed?
Verify the cables. Verify the MAU. Divide a problem into smaller parts. Then
test each part. Substitute a questionable item for a known good item. If the
new arrangement now fails the questionable item is defective. Conversely if
the new arrangement works the questionable item is good. etc. 

 -Original Message-
 From: Vincent [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, March 29, 2001 9:15 AM
 To: [EMAIL PROTECTED]
 Subject: Token Ring Question
 
 
 For I am not familiar with TokenRing. I just wondering how 
 come i insert 2
 router into the token ring hub,
 one of the interface is up/down all the time.
 
 Thanks
 Vincent
 
 
 _
 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: Token Ring Question

2001-03-29 Thread NP-BASS LEON

If you are atempting to plug two Token-Ring cables into one MAU, just make
sure both of those interfaces are on the same network (Which really wouldn't
give you much), But just to test this, get two MAU's do not connect them to
any part of your network, place one cable in one MAU and the other cable in
the second MAU, your beacon errors will go away. The reason you are
beaconing, is the first one to initialize is boss, so when you come with
another connection, the MAU has already been taken. Run the test and you
will see, I'm right.

-Original Message-
From: Daniel Cotts [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 29, 2001 11:45 AM
To: 'Vincent'; [EMAIL PROTECTED]
Subject: RE: Token Ring Question


Both routers have the same ring speed?
Verify the cables. Verify the MAU. Divide a problem into smaller parts. Then
test each part. Substitute a questionable item for a known good item. If the
new arrangement now fails the questionable item is defective. Conversely if
the new arrangement works the questionable item is good. etc. 

 -Original Message-
 From: Vincent [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, March 29, 2001 9:15 AM
 To: [EMAIL PROTECTED]
 Subject: Token Ring Question
 
 
 For I am not familiar with TokenRing. I just wondering how 
 come i insert 2
 router into the token ring hub,
 one of the interface is up/down all the time.
 
 Thanks
 Vincent
 
 
 _
 FAQ, list archives, and subscription info: 
 http://www.groupstudy.com/list/cisco.html
 Report misconduct 
 and Nondisclosure violations to [EMAIL PROTECTED]
 

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

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



Re: Token Ring Question

2001-03-29 Thread Pedro Quezada

check ring speed

Vincent wrote:

 For I am not familiar with TokenRing. I just wondering how come i insert 2
 router into the token ring hub,
 one of the interface is up/down all the time.

 Thanks
 Vincent

 _
 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: Token Ring Question

2001-01-09 Thread Ray Mosely

I can't remember whether the 2502 needs a media filter.
What type of physical port is the cable attaching to:
1. nine pin female
2. rj-45

Are the HP mau's active (do they have external power) or
are they passive?

I suspect that you are using passive hubs, and the phantom
voltage from the NIC's is insufficient to keep the mau
relays open.

Other question:  why two mau's?

Ray Mosely
CCNA, MCSE, ISCET

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Fanglo P.M. MA
Sent: Monday, January 08, 2001 7:24 PM
To: [EMAIL PROTECTED]
Subject: Token Ring Question


Hi ALL,

I have connected up two 2502 with two HP UTP/STP Token Ring Hub. But I
find that the length of the connection cable to form the ring is really
a matters. I can only form the ring with the cable length less than 2m
with UTP cabling. Anyone knows how to work around with this limitation?

Thanks and regards,
Fanglo

_
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: Token Ring Question

2001-01-09 Thread Fanglo P.M. MA

The HP maus are active mau and my routers are connected via media filters. Since I am
using active devices so I wonder why the length limitation is too short. Any 
suggestion?
For your question, it is simply I got three 2502 and 2 maus.

regards,
Fanglo

Ray Mosely wrote:

 I can't remember whether the 2502 needs a media filter.
 What type of physical port is the cable attaching to:
 1. nine pin female
 2. rj-45

 Are the HP mau's active (do they have external power) or
 are they passive?

 I suspect that you are using passive hubs, and the phantom
 voltage from the NIC's is insufficient to keep the mau
 relays open.

 Other question:  why two mau's?

 Ray Mosely
 CCNA, MCSE, ISCET

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
 Fanglo P.M. MA
 Sent: Monday, January 08, 2001 7:24 PM
 To: [EMAIL PROTECTED]
 Subject: Token Ring Question

 Hi ALL,

 I have connected up two 2502 with two HP UTP/STP Token Ring Hub. But I
 find that the length of the connection cable to form the ring is really
 a matters. I can only form the ring with the cable length less than 2m
 with UTP cabling. Anyone knows how to work around with this limitation?

 Thanks and regards,
 Fanglo

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

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

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



RE: token ring question

2000-11-13 Thread NP-BASS LEON

Sorry about the IPX beconing, I meant the Token_Ring network would beacon.
I have gotten this to work on a Madge Ringswitch however...

-Original Message-
From: Priscilla Oppenheimer [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 4:10 PM
To: [EMAIL PROTECTED]
Subject: RE: token ring question


At 01:42 PM 11/9/00, NP-BASS LEON wrote:
HOW
I would really like to know this one.
If I heard it correct Brian mentioned that he had a dumb MAU, so that MAU
looks at that entire box as being one network segment, so how do you place
two router interfaces with two different IP or IPX addresses on the same
segment??? IP will detect the conflict and IPX will beacon.

IPX can't beacon!!! ;-) I don't know how we managed to move up to the 
network layer anyway. The question was "Can you configure multiple rings on 
a single MAU?"

The answer is no. A MAU is a physical-layer relay. It's like an Ethernet 
hub. Two rings requires at least a bridge or switch.

To be honest, I don't know what would actually happen if you plugged two 
2500s into the same MAU and assigned two different ring numbers. I can't 
think of anything in the Token Ring protocols that addresses this problem. 
But I do know that it would be illogical, illegal, and downright ugly, kind 
of like what's going on in Florida. ;-)

Priscilla


-Original Message-
From: Hennen, David [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 1:03 PM
To: 'Brian'; [EMAIL PROTECTED]
Subject: RE: token ring question


yes you can, as far as having two IP or IPX ranges running on a single mau.
You can't mix ring speeds however.

daveh

-Original Message-
From: Brian [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 9:35 AM
To: [EMAIL PROTECTED]
Subject: token ring question




Can you configure multiple rings on a single MAU?  I mean If I plug 2
2502's into a MAU can I set different rings for them, or do you really
need two MAU's to do multi-ring/bridging scenerios?

Brian



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

_




Priscilla Oppenheimer
http://www.priscilla.com

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

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



RE: token ring question

2000-11-10 Thread Priscilla Oppenheimer

Thanks for the research, Jim. Jim has shown that when a router attempts to 
insert into a ring (MAU) with a different ring number than an 
already-inserted router, it doesn't work. The second router fails to insert 
into the ring. Here's what happens, assuming you don't use Rodgers Moore's 
creative Rube Goldberg approach. ;-)

The Sniffer trace show this:

The two routers inserted fine at first. (Jim must not have made the ring 
number change yet.)

Around frame 792 we see some ring disruption, including some Claim Token 
frames. The Sniffer becomes the active monitor, which can happen. The ring 
disruption was caused by Cisco99B leaving the ring, presumably because Jim 
was starting the reconfiguration.

In frame 801, Cisco99B comes back and does its duplicate address tests. 
Cisco99B gets no responses to these, which is normal. It has a MAC unique 
address.

In frame 806, Cisco99B sends a Ring Initialization frame to the functional 
group address C002 for the Ring Parameter Server.

In frame 808, Cisco927 responds to Cisco99B and includes the information 
that the Local Ring Number is 000A. (10 in decimal.)

Cisco99B goes away then until frame 841 when it makes another feeble 
attempt to get on the ring. Same thing happens. Cisco927 tells Cisco99B 
that the local ring number is 000A, so Cisco99B leaves.

The result on the Cisco99B screen was:

show log
Syslog logging: enabled (0 messages dropped, 0 flushes, 0 overruns)
 Console logging: disabled
 Monitor logging: level debugging, 0 messages logged
 Trap logging: level informational, 27 message lines logged
 Buffer logging: level debugging, 23 messages logged
  --More--
Log Buffer (4096 bytes):

%LINEPROTO-5-UPDOWN: Line protocol on Interface TokenRing0, changed state 
to down
%LINK-5-CHANGED: Interface TokenRing0, changed state to initializing
%TR-3-BADRNGNUM: Unit 0, ring number (3745) doesn't match established 
number (10).
%LANMGR-4-BADRNGNUM: Ring number mismatch on TokenRing0, shutting down the 
interface.
%LINK-5-CHANGED: Interface TokenRing0, changed state to administratively down
%SYS-5-CONFIG_I: Configured from console by console
%LINK-5-CHANGED: Interface TokenRing0, changed state to initializing
%TR-3-BADRNGNUM: Unit 0, ring number (3745) doesn't match established 
number (10).
%LANMGR-4-BADRNGNUM: Ring number mismatch on TokenRing0, shutting down the 
interface.
%LINK-5-CHANGED: Interface TokenRing0, changed state to administratively down
%SYS-5-CONFIG_I: Configured from console by console
ROUTER2# exit

So, now we know! My hypothesis was correct. Thanks, Jim! Good work.

Priscilla

At 02:26 PM 11/10/00, you wrote:
Priscilla
 Here is the data.
 I have included the NG Sniffer trace, a print out of the trace (just
incase you do not have a token ring version)
 I also included the log of the second router that had a different
ring number

 Here is what I did

 Started sniffer

 Set first router to set  local ring number to 10  (using
source-bridge 10 1 100)
 set second router to set local ring number to 3745  (using
source-bridge 3745 1 100)

 Per the router log of the second router the router did not insert
properly because of the ring number mismatch

 Jim Fickett




Priscilla Oppenheimer
http://www.priscilla.com

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



Re: token ring question

2000-11-09 Thread Frank Wells

Try it.


From: Brian [EMAIL PROTECTED]
Reply-To: Brian [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: token ring question
Date: Thu, 9 Nov 2000 08:34:34 -0600 (CST)



Can you configure multiple rings on a single MAU?  I mean If I plug 2
2502's into a MAU can I set different rings for them, or do you really
need two MAU's to do multi-ring/bridging scenerios?

Brian



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

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

_
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.

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



RE: token ring question

2000-11-09 Thread NP-BASS LEON

NOT IN THIS LIFE TIME
Even if you plug two 2500 into the same MAU, the MAU cannot be divided, it's
basically too dumb. Even if you don't use IP, the MAU will see both ring
addresses on the same segment, which will create a problem.

You will have to have a Smart Device, that is the only way you will get away
with plugging two routers into the same TokenRing device. Madge makes one,
but it's a switch not a MAU, a SmartRing Switch to be exact. 

-Original Message-
From: Frank Wells [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 12:21 PM
To: [EMAIL PROTECTED]
Subject: Re: token ring question


Try it.


From: Brian [EMAIL PROTECTED]
Reply-To: Brian [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: token ring question
Date: Thu, 9 Nov 2000 08:34:34 -0600 (CST)



Can you configure multiple rings on a single MAU?  I mean If I plug 2
2502's into a MAU can I set different rings for them, or do you really
need two MAU's to do multi-ring/bridging scenerios?

Brian



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

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

_
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.

_
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: token ring question

2000-11-09 Thread Hennen, David

yes you can, as far as having two IP or IPX ranges running on a single mau.
You can't mix ring speeds however.

daveh

-Original Message-
From: Brian [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 9:35 AM
To: [EMAIL PROTECTED]
Subject: token ring question




Can you configure multiple rings on a single MAU?  I mean If I plug 2
2502's into a MAU can I set different rings for them, or do you really
need two MAU's to do multi-ring/bridging scenerios?

Brian



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

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

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



RE: token ring question

2000-11-09 Thread Brian

On Thu, 9 Nov 2000, NP-BASS LEON wrote:

 NOT IN THIS LIFE TIME
 Even if you plug two 2500 into the same MAU, the MAU cannot be divided, it's
 basically too dumb. Even if you don't use IP, the MAU will see both ring
 addresses on the same segment, which will create a problem.

thats what I thought.

 
 You will have to have a Smart Device, that is the only way you will get away
 with plugging two routers into the same TokenRing device. Madge makes one,
 but it's a switch not a MAU, a SmartRing Switch to be exact. 

nod, thanks for confirming.

Brian


 
 -Original Message-
 From: Frank Wells [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, November 09, 2000 12:21 PM
 To: [EMAIL PROTECTED]
 Subject: Re: token ring question
 
 
 Try it.
 
 
 From: Brian [EMAIL PROTECTED]
 Reply-To: Brian [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: token ring question
 Date: Thu, 9 Nov 2000 08:34:34 -0600 (CST)
 
 
 
 Can you configure multiple rings on a single MAU?  I mean If I plug 2
 2502's into a MAU can I set different rings for them, or do you really
 need two MAU's to do multi-ring/bridging scenerios?
 
 Brian
 
 
 
 ---
 Brian Feeny, CCNP, CCDP   [EMAIL PROTECTED]
 Network Administrator
 ShreveNet Inc. (ASN 11881)
 
 _
 FAQ, list archives, and subscription info: 
 http://www.groupstudy.com/list/cisco.html
 Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
 
 _
 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.
 
 _
 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]
 

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

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



RE: token ring question

2000-11-09 Thread NP-BASS LEON

HOW
I would really like to know this one.
If I heard it correct Brian mentioned that he had a dumb MAU, so that MAU
looks at that entire box as being one network segment, so how do you place
two router interfaces with two different IP or IPX addresses on the same
segment??? IP will detect the conflict and IPX will beacon.

-Original Message-
From: Hennen, David [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 1:03 PM
To: 'Brian'; [EMAIL PROTECTED]
Subject: RE: token ring question


yes you can, as far as having two IP or IPX ranges running on a single mau.
You can't mix ring speeds however.

daveh

-Original Message-
From: Brian [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 9:35 AM
To: [EMAIL PROTECTED]
Subject: token ring question




Can you configure multiple rings on a single MAU?  I mean If I plug 2
2502's into a MAU can I set different rings for them, or do you really
need two MAU's to do multi-ring/bridging scenerios?

Brian



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

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

_
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: token ring question

2000-11-09 Thread Hennen, David

I have seen two ip ranges running on a single IBM 8228 mau (you can't get
much dumber than that), and I have seen two IP ranges running on a single
dumb ethernet hub.  The secondary address command allows you to do that with
one interface.  As far as IPX, I'm not as familiar with that but I don't see
why it would be different.

What you will see if you do a debug is lots of messages about things arping
on the wrong subnet, but things will work.

The original post said multiple rings, which is maybe where I'm going wrong
with regard to bridging.  But if you have two router interfaces with
different network addresses and put them into different bridge groups why
would that be a problem.

daveh

-Original Message-
From: NP-BASS LEON [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 1:43 PM
To: 'Hennen, David'; 'Brian'; [EMAIL PROTECTED]
Subject: RE: token ring question


HOW
I would really like to know this one.
If I heard it correct Brian mentioned that he had a dumb MAU, so that MAU
looks at that entire box as being one network segment, so how do you place
two router interfaces with two different IP or IPX addresses on the same
segment??? IP will detect the conflict and IPX will beacon.

-Original Message-
From: Hennen, David [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 1:03 PM
To: 'Brian'; [EMAIL PROTECTED]
Subject: RE: token ring question


yes you can, as far as having two IP or IPX ranges running on a single mau.
You can't mix ring speeds however.

daveh

-Original Message-
From: Brian [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 9:35 AM
To: [EMAIL PROTECTED]
Subject: token ring question




Can you configure multiple rings on a single MAU?  I mean If I plug 2
2502's into a MAU can I set different rings for them, or do you really
need two MAU's to do multi-ring/bridging scenerios?

Brian



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

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

_
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: token ring question

2000-11-09 Thread Brian

On Thu, 9 Nov 2000, Mask Of Zorro wrote:
 
 OK - that's one issue... BUT there is still the original question which had 
 to do with connecting two routers to the MAU and doing some bridging between 
 them. In the previous scenario, we "virtualized" the network by using 
 addressing at layer 3. This split one layer 2 network into two layer 3 
 networks. The router was used to connect the "virtual" networks together.

nod, what I had asked was about "multiple rings", like you say, in a
bridging scenerio, which doesn't sound possible on one MAU.  I think some
people on this list got confused because they are confusing network
segments (layer 3) with a ring which is layer 2.

Brian

 
 Z
 
 
 
 
 From: NP-BASS LEON [EMAIL PROTECTED]
 Reply-To: NP-BASS LEON [EMAIL PROTECTED]
 To: "'Hennen, David'" [EMAIL PROTECTED],"'Brian'"  
 [EMAIL PROTECTED], [EMAIL PROTECTED]
 Subject: RE: token ring question
 Date: Thu, 9 Nov 2000 13:42:38 -0500
 
 HOW
 I would really like to know this one.
 If I heard it correct Brian mentioned that he had a dumb MAU, so that MAU
 looks at that entire box as being one network segment, so how do you place
 two router interfaces with two different IP or IPX addresses on the same
 segment??? IP will detect the conflict and IPX will beacon.
 
 -Original Message-
 From: Hennen, David [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, November 09, 2000 1:03 PM
 To: 'Brian'; [EMAIL PROTECTED]
 Subject: RE: token ring question
 
 
 yes you can, as far as having two IP or IPX ranges running on a single mau.
 You can't mix ring speeds however.
 
 daveh
 
 -Original Message-
 From: Brian [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, November 09, 2000 9:35 AM
 To: [EMAIL PROTECTED]
 Subject: token ring question
 
 
 
 
 Can you configure multiple rings on a single MAU?  I mean If I plug 2
 2502's into a MAU can I set different rings for them, or do you really
 need two MAU's to do multi-ring/bridging scenerios?
 
 Brian
 
 
 
 ---
 Brian Feeny, CCNP, CCDP   [EMAIL PROTECTED]
 Network Administrator
 ShreveNet Inc. (ASN 11881)
 
 _
 FAQ, list archives, and subscription info:
 http://www.groupstudy.com/list/cisco.html
 Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
 
 _
 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]
 
 _
 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.
 

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

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



RE: token ring question

2000-11-09 Thread Mask Of Zorro

IPX doesn't beacon... Beaconing is a Token RIng function that happens at 
layer 2. IPX happens at layer 3.

This is a simple case of OSI confusion (as opposed to OSI envy, which we 
won't get into...).

Token Ring is Layer 2. IP and IPX are layer 3. The Token Ring MAU is part of 
that Layer 2 ring. At layer 2, with one MAU you have only one ring.

BUT - at layer 3, you can run multiple network segments on that same ring. 
They won't be able to see each other unless you have a router that has an 
interface configured on each one.

For example, take an 8-port 8228 MAU and connect 4 PC's to it. Configure 
each PC with TCP/IP. Configure 2 of them to use IP addresses 10.10.10.1/24 
and 10.10.10.2/24 respectively (and respectfully...). Configure the other 2 
PC's to use IP addresses 192.168.16.1/24 and 192.168.16.2/24. MAKE SURE ALL 
4 PC's are configured for the same speed (4 or 16). Guess what happens - the 
192.168.16.x stations can ping each other, but can't ping the 10.10.10.x's. 
Likewise, the 10.10.10.x's can ping each other, but not the 192.168.16.x's.

NOW - connect a router with 2 TR interfaces to the MAU. Assign one interface 
to 10.10.10.3/24 and one to 192.168.16.3/24 - again make sure they are both 
set to the same speed as the PC's. Look at the router's routing table - both 
networks appear as they are both directly connected. You'll note that the 
10.10.10.x's can now ping the 192.168.16.x's and vice versa.

OK - that's one issue... BUT there is still the original question which had 
to do with connecting two routers to the MAU and doing some bridging between 
them. In the previous scenario, we "virtualized" the network by using 
addressing at layer 3. This split one layer 2 network into two layer 3 
networks. The router was used to connect the "virtual" networks together.

In a bridging scenario, we want to connect networks together at layer 2 to 
"simulate" one larger layer 2 network. Do we have two layer 2 networks? No. 
Can we use routers to "virtualize" the layer two network, split it in two, 
then use bridging on the routers to connect it back again? Hmmm...

I've held you hand this far - now y'all walk a bit on your own...

Z




From: NP-BASS LEON [EMAIL PROTECTED]
Reply-To: NP-BASS LEON [EMAIL PROTECTED]
To: "'Hennen, David'" [EMAIL PROTECTED],"'Brian'"  
[EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: RE: token ring question
Date: Thu, 9 Nov 2000 13:42:38 -0500

HOW
I would really like to know this one.
If I heard it correct Brian mentioned that he had a dumb MAU, so that MAU
looks at that entire box as being one network segment, so how do you place
two router interfaces with two different IP or IPX addresses on the same
segment??? IP will detect the conflict and IPX will beacon.

-Original Message-
From: Hennen, David [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 1:03 PM
To: 'Brian'; [EMAIL PROTECTED]
Subject: RE: token ring question


yes you can, as far as having two IP or IPX ranges running on a single mau.
You can't mix ring speeds however.

daveh

-Original Message-
From: Brian [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 9:35 AM
To: [EMAIL PROTECTED]
Subject: token ring question




Can you configure multiple rings on a single MAU?  I mean If I plug 2
2502's into a MAU can I set different rings for them, or do you really
need two MAU's to do multi-ring/bridging scenerios?

Brian



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

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

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

_
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.

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



RE: token ring question

2000-11-09 Thread NP-BASS LEON

The initial question did not mention secondary addresses. They simply stated
that they wanted to place TWO seperate routers, with TWO different IP
subnets. David,
If you could explain how you configured that please let me in on it
Thanks in advance.

P.S Always looking for new GURU tricks of the trade.

-Original Message-
From: Hennen, David [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 1:56 PM
To: NP-BASS LEON; [EMAIL PROTECTED]
Subject: RE: token ring question


I have seen two ip ranges running on a single IBM 8228 mau (you can't get
much dumber than that), and I have seen two IP ranges running on a single
dumb ethernet hub.  The secondary address command allows you to do that with
one interface.  As far as IPX, I'm not as familiar with that but I don't see
why it would be different.

What you will see if you do a debug is lots of messages about things arping
on the wrong subnet, but things will work.

The original post said multiple rings, which is maybe where I'm going wrong
with regard to bridging.  But if you have two router interfaces with
different network addresses and put them into different bridge groups why
would that be a problem.

daveh

-Original Message-
From: NP-BASS LEON [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 1:43 PM
To: 'Hennen, David'; 'Brian'; [EMAIL PROTECTED]
Subject: RE: token ring question


HOW
I would really like to know this one.
If I heard it correct Brian mentioned that he had a dumb MAU, so that MAU
looks at that entire box as being one network segment, so how do you place
two router interfaces with two different IP or IPX addresses on the same
segment??? IP will detect the conflict and IPX will beacon.

-Original Message-
From: Hennen, David [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 1:03 PM
To: 'Brian'; [EMAIL PROTECTED]
Subject: RE: token ring question


yes you can, as far as having two IP or IPX ranges running on a single mau.
You can't mix ring speeds however.

daveh

-Original Message-
From: Brian [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 9:35 AM
To: [EMAIL PROTECTED]
Subject: token ring question




Can you configure multiple rings on a single MAU?  I mean If I plug 2
2502's into a MAU can I set different rings for them, or do you really
need two MAU's to do multi-ring/bridging scenerios?

Brian



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

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

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

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

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



RE: token ring question

2000-11-09 Thread Priscilla Oppenheimer

At 01:42 PM 11/9/00, NP-BASS LEON wrote:
HOW
I would really like to know this one.
If I heard it correct Brian mentioned that he had a dumb MAU, so that MAU
looks at that entire box as being one network segment, so how do you place
two router interfaces with two different IP or IPX addresses on the same
segment??? IP will detect the conflict and IPX will beacon.

IPX can't beacon!!! ;-) I don't know how we managed to move up to the 
network layer anyway. The question was "Can you configure multiple rings on 
a single MAU?"

The answer is no. A MAU is a physical-layer relay. It's like an Ethernet 
hub. Two rings requires at least a bridge or switch.

To be honest, I don't know what would actually happen if you plugged two 
2500s into the same MAU and assigned two different ring numbers. I can't 
think of anything in the Token Ring protocols that addresses this problem. 
But I do know that it would be illogical, illegal, and downright ugly, kind 
of like what's going on in Florida. ;-)

Priscilla


-Original Message-
From: Hennen, David [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 1:03 PM
To: 'Brian'; [EMAIL PROTECTED]
Subject: RE: token ring question


yes you can, as far as having two IP or IPX ranges running on a single mau.
You can't mix ring speeds however.

daveh

-Original Message-
From: Brian [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 9:35 AM
To: [EMAIL PROTECTED]
Subject: token ring question




Can you configure multiple rings on a single MAU?  I mean If I plug 2
2502's into a MAU can I set different rings for them, or do you really
need two MAU's to do multi-ring/bridging scenerios?

Brian



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

_




Priscilla Oppenheimer
http://www.priscilla.com

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



RE: token ring question

2000-11-09 Thread Jim . Fickett

What happens when you plug two token ring routers into the same MAU
and assign different ring numbers to the segment is not fun, you will get an
error messages on each router telling you of the two different ring numbers.
The first router/bridge active on a  segment sets the ring number, all other
devices must match this ring number. The second router may not insert onto
the ring, I just do not remember, some bridges will accept the already
assigned ring number (remember the IBM 8229?)


Jim Fickett

Try it in your labs 

-Original Message-
From: Priscilla Oppenheimer [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 4:10 PM
To: [EMAIL PROTECTED]
Subject: RE: token ring question


At 01:42 PM 11/9/00, NP-BASS LEON wrote:
HOW
I would really like to know this one.
If I heard it correct Brian mentioned that he had a dumb MAU, so that MAU
looks at that entire box as being one network segment, so how do you place
two router interfaces with two different IP or IPX addresses on the same
segment??? IP will detect the conflict and IPX will beacon.

IPX can't beacon!!! ;-) I don't know how we managed to move up to the 
network layer anyway. The question was "Can you configure multiple rings on 
a single MAU?"

The answer is no. A MAU is a physical-layer relay. It's like an Ethernet 
hub. Two rings requires at least a bridge or switch.

To be honest, I don't know what would actually happen if you plugged two 
2500s into the same MAU and assigned two different ring numbers. I can't 
think of anything in the Token Ring protocols that addresses this problem. 
But I do know that it would be illogical, illegal, and downright ugly, kind 
of like what's going on in Florida. ;-)

Priscilla


-Original Message-
From: Hennen, David [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 1:03 PM
To: 'Brian'; [EMAIL PROTECTED]
Subject: RE: token ring question


yes you can, as far as having two IP or IPX ranges running on a single mau.
You can't mix ring speeds however.

daveh

-Original Message-
From: Brian [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 9:35 AM
To: [EMAIL PROTECTED]
Subject: token ring question




Can you configure multiple rings on a single MAU?  I mean If I plug 2
2502's into a MAU can I set different rings for them, or do you really
need two MAU's to do multi-ring/bridging scenerios?

Brian



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

_




Priscilla Oppenheimer
http://www.priscilla.com

_
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
This message may contain information which is private, privileged or
confidential and is intended solely for the use of the individual or entity
named in the message. If you are not the intended recipient of this message,
please notify the sender thereof and destroy / delete the message. Neither
the sender nor Sappi Limited (including its subsidiaries and associated
companies) shall incur any liability resulting directly or indirectly from
accessing any of the attached files which may contain a virus or the like. 

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



RE: token ring question

2000-11-09 Thread Priscilla Oppenheimer

It would be fun to catch on a Sniffer. I guess the second bridge would send 
a Request Initialization Parameter frame and get a response from the first 
bridge with the already-configured ring number.

Priscilla


At 04:33 PM 11/9/00, [EMAIL PROTECTED] wrote:
 What happens when you plug two token ring routers into the same MAU
and assign different ring numbers to the segment is not fun, you will get an
error messages on each router telling you of the two different ring numbers.
The first router/bridge active on a  segment sets the ring number, all other
devices must match this ring number. The second router may not insert onto
the ring, I just do not remember, some bridges will accept the already
assigned ring number (remember the IBM 8229?)


 Jim Fickett

Try it in your labs

-Original Message-
From: Priscilla Oppenheimer [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 4:10 PM
To: [EMAIL PROTECTED]
Subject: RE: token ring question


At 01:42 PM 11/9/00, NP-BASS LEON wrote:
 HOW
 I would really like to know this one.
 If I heard it correct Brian mentioned that he had a dumb MAU, so that MAU
 looks at that entire box as being one network segment, so how do you place
 two router interfaces with two different IP or IPX addresses on the same
 segment??? IP will detect the conflict and IPX will beacon.

IPX can't beacon!!! ;-) I don't know how we managed to move up to the
network layer anyway. The question was "Can you configure multiple rings on
a single MAU?"

The answer is no. A MAU is a physical-layer relay. It's like an Ethernet
hub. Two rings requires at least a bridge or switch.

To be honest, I don't know what would actually happen if you plugged two
2500s into the same MAU and assigned two different ring numbers. I can't
think of anything in the Token Ring protocols that addresses this problem.
But I do know that it would be illogical, illegal, and downright ugly, kind
of like what's going on in Florida. ;-)

Priscilla


 -Original Message-
 From: Hennen, David [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, November 09, 2000 1:03 PM
 To: 'Brian'; [EMAIL PROTECTED]
 Subject: RE: token ring question
 
 
 yes you can, as far as having two IP or IPX ranges running on a single mau.
 You can't mix ring speeds however.
 
 daveh
 
 -Original Message-
 From: Brian [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, November 09, 2000 9:35 AM
 To: [EMAIL PROTECTED]
 Subject: token ring question
 
 
 
 
 Can you configure multiple rings on a single MAU?  I mean If I plug 2
 2502's into a MAU can I set different rings for them, or do you really
 need two MAU's to do multi-ring/bridging scenerios?
 
 Brian
 
 
 
 ---
 Brian Feeny, CCNP, CCDP   [EMAIL PROTECTED]
 Network Administrator
 ShreveNet Inc. (ASN 11881)
 
 _




Priscilla Oppenheimer
http://www.priscilla.com

_
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
This message may contain information which is private, privileged or
confidential and is intended solely for the use of the individual or entity
named in the message. If you are not the intended recipient of this message,
please notify the sender thereof and destroy / delete the message. Neither
the sender nor Sappi Limited (including its subsidiaries and associated
companies) shall incur any liability resulting directly or indirectly from
accessing any of the attached files which may contain a virus or the like.




Priscilla Oppenheimer
http://www.priscilla.com

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



Re: token ring question

2000-11-09 Thread Rodgers Moore

I'm about to cause problemsa debate or something

Something way back in my memory says it is possible to break one MAU into
two physical rings.  The real problem is that you have to voltage on a port
to charge and open a port's bypass relay.  If my memory is correct, you make
two crossover cables and plug one into Ring in and port 4, the other into
Ring out and port 5.  The first active connection on one half of the MAU
(lets say on port 1) will charge and open port 1 and because Ring out has no
bypass relay, the voltage will make it to port 4, charging it, thus causing
it's relay to open too, which completes the ring on the first half of the
MAU.

Now I can easily have this wrong.  This actually makes three rings, one of
which is un-useable as it involves 1/2 of ports RI, RO, 4  5.  Oh!, I think
what I'm missing is you have to have an active port on the other half of the
MAU too, to complete the charging circuit, otherwise it will flap on and
off.

Oh hell, I'm pulling this from 1985 memory.  It could be totally degraded by
now. :)  Or was it a Y cable plugged into a port with one pair going to RI
pins 34 and the other pair going to RO pins 12

There is a way.  I'll sleep on it, but you've got the idea.  Someone should
try it out.  I would, but I don't have a MAU handy.


Rodgers Moore


""Frank Wells"" [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Try it.


 From: Brian [EMAIL PROTECTED]
 Reply-To: Brian [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: token ring question
 Date: Thu, 9 Nov 2000 08:34:34 -0600 (CST)
 
 
 
 Can you configure multiple rings on a single MAU?  I mean If I plug 2
 2502's into a MAU can I set different rings for them, or do you really
 need two MAU's to do multi-ring/bridging scenerios?
 
 Brian
 
 
 
 ---
 Brian Feeny, CCNP, CCDP   [EMAIL PROTECTED]
 Network Administrator
 ShreveNet Inc. (ASN 11881)
 
 _
 FAQ, list archives, and subscription info:
 http://www.groupstudy.com/list/cisco.html
 Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

 _
 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.

 _
 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: Token ring question

2000-07-10 Thread Geelen.Ruud

are you sure about the ring speed?

Ruud

-Oorspronkelijk bericht-
Van: Andrew Lennon [mailto:[EMAIL PROTECTED]]
Verzonden: zaterdag 10 juni 2000 9:05
Aan: 'm. jean stockton'; 'Matt Shell'; [EMAIL PROTECTED]
Onderwerp: RE: Token ring question


knackered media/mau, both router say the naum is shot. try new ports on the
mau, check for good connections etc.

Andy


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
m. jean stockton
Sent: 10 June 2000 13:07
To: Matt Shell; [EMAIL PROTECTED]
Subject: RE: Token ring question


I am very new at this but I do not see your 'no shut' command.

Makeeda

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Matt Shell
Sent: Saturday, June 10, 2000 12:31 AM
To: [EMAIL PROTECTED]
Subject: Token ring question


I have two 2502s plugged into an IBM 8228 MSAU in a lab.  They are connected
with a 9 pin to Type 1 cable.  For some reason, I can't get the line to come
up.  When I do "show interface", I see the TokenRing0 as "initializing" and
"down".  I wait a second and it goes to "down" / "down", then back to
"initialize" / "down".  I admit, I don't know much about Token Ring, but
this should be fairly straight forward, right?

On each router config I have:

RouterA:
!
interface TokenRing0
 ip address 192.168.30.1 255.255.255.0
 ring-speed 16
!

RouterB:
!
interface TokenRing0
 ip address 192.168.30.2 255.255.255.0
 ring-speed 16
!

When I do "debug token events" I get this output on both routers:
%TR-3-OPENFAIL: Unit 0, open failed: Phys. Insertion, ring beaconing
%TR-3-BADSTART: Unit 0, Start completion and wrong idb state - state= 0
TR0: reset from 30559AE
TR0: txtmr: 0x0, msclk: 0x146EF494, qt: 0 (0ms)
starting.

Any ideas?  Thanks in advance for the help!
Matt


___
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: Token ring question - Solved!

2000-06-27 Thread Ray Mosely

Dale, I concur.  Most MAU's that I have worked with are 8 port plus
RI and RO.  And further, these do an internal wrap around, so RI and
RO are only used to connect to other MAU's.  No RI-RO cable is needed
if the MAU is stand alone.
Ray M
CCNA

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Dale Cantrell
Sent: Monday, June 26, 2000 6:15 PM
To: [EMAIL PROTECTED]
Subject: RE: Token ring question - Solved!


I'm gonna have to disagree with that statement. At least in part. The MAU
that I have, STAR-TEK, ( I can't even find out how old it is, no Url.)
828AT, has 1-8 ports and a Ri and a Ro also. Tell me if yours is
the same way?
Dale

Original Message Follows
From: David B McGlumphy [EMAIL PROTECTED]
Reply-To: David B McGlumphy [EMAIL PROTECTED]
To: "'Matt Shell'" [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: RE: Token ring question - Solved!
Date: Mon, 12 Jun 2000 11:19:55 -0400

Ports 1 and 8 on a MAU are reserved for ring in and ring out for daisy
chaining MAU's.  You cannot use them for stations.

-Original Message-
From: Matt Shell [mailto:[EMAIL PROTECTED]]
Sent: Saturday, June 10, 2000 1:19 PM
To: [EMAIL PROTECTED]
Subject: Re: Token ring question - Solved!


Don't you hate it when your trying to set up a Layer 3 scenario, but you get
stuck troubleshooting Layer 2 problems!?!?!?!

Thanks to everyone who posted and emailed suggestions.  Everything is
working now.  Some info that I probably should have included in the first
post was that I was plugged into Ports 1 2 on the MSAU (but I also tried
Ports 7  8), and that the MSAU was giving a clicking sound in synch with
the routers giving debugging info - about once every 10 seconds.  Also, I
had tried each router individually and got identical results, and there are
no other stations plugged into this MSAU.

Basically, all I did to solve it was plug the cables into ports 3  4 on the
MSAU, and walk away for about an hour.  When I came back we were UP and UP!
I have since plugged the cables back into ports 1,2,7,and 8 and verified all
are working.

I'm guessing that either the ports were stuck (and they auto-reset
themselves - Is that possible?), or perhaps I just didn't push those type 1
connectors in far enough.  If there's any Token Ring gurus out there that
would like to post about what could possible cause a port to become stuck,
or if it's possible for them to auto-reset, I'm sure everyone would
appreciate it.

Thanks again for all the replies!  This list rulz!
Matt



""Matt Shell"" [EMAIL PROTECTED] wrote in message
8hsfuj$vfr$[EMAIL PROTECTED]">news:8hsfuj$vfr$[EMAIL PROTECTED]...
  I have two 2502s plugged into an IBM 8228 MSAU in a lab.  They are
connected
  with a 9 pin to Type 1 cable.  For some reason, I can't get the line to
come
  up.  When I do "show interface", I see the TokenRing0 as "initializing"
and
  "down".  I wait a second and it goes to "down" / "down", then back to
  "initialize" / "down".  I admit, I don't know much about Token Ring, but
  this should be fairly straight forward, right?
 
  On each router config I have:
 
  RouterA:
  !
  interface TokenRing0
   ip address 192.168.30.1 255.255.255.0
   ring-speed 16
  !
 
  RouterB:
  !
  interface TokenRing0
   ip address 192.168.30.2 255.255.255.0
   ring-speed 16
  !
 
  When I do "debug token events" I get this output on both routers:
  %TR-3-OPENFAIL: Unit 0, open failed: Phys. Insertion, ring beaconing
  %TR-3-BADSTART: Unit 0, Start completion and wrong idb state - state= 0
  TR0: reset from 30559AE
  TR0: txtmr: 0x0, msclk: 0x146EF494, qt: 0 (0ms)
  starting.
 
  Any ideas?  Thanks in advance for the help!
  Matt
 
 
  ___
  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]

___
UPDATED Posting Guidelines:

Re: Token ring question - Solved!

2000-06-27 Thread Edward Solomon

"Dale Cantrell" [EMAIL PROTECTED] wrote:

 I'm gonna have to disagree with that statement. At least in part. The MAU
 that I have, STAR-TEK, ( I can't even find out how old it is, no Url.)
 828AT, has 1-8 ports and a Ri and a Ro also. Tell me if yours is
 the same way?

We have to qualify this statement:

 Ports 1 and 8 on a MAU are reserved for ring in and ring out for daisy
 chaining MAU's.  You cannot use them for stations.

This applies specifically to the IBM 8228 Token Ring MAU, which is the
device referred to in the original post.


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: Token ring question - Solved!

2000-06-27 Thread NoOneYouKnow

""Edward Solomon"" [EMAIL PROTECTED] wrote in message
8jabbo$1uf$[EMAIL PROTECTED]">news:8jabbo$1uf$[EMAIL PROTECTED]...
 "Dale Cantrell" [EMAIL PROTECTED] wrote:

  I'm gonna have to disagree with that statement. At least in part. The
MAU
  that I have, STAR-TEK, ( I can't even find out how old it is, no Url.)
  828AT, has 1-8 ports and a Ri and a Ro also. Tell me if yours is
  the same way?

 We have to qualify this statement:

  Ports 1 and 8 on a MAU are reserved for ring in and ring out for daisy
  chaining MAU's.  You cannot use them for stations.

 This applies specifically to the IBM 8228 Token Ring MAU, which is the
 device referred to in the original post.

IBM 8228s have 8 station ports (labled 1 through 8) plus a seperate RI on
the left and RO on the right (10 total ports).

---JRE---




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


___
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: Token ring question - Solved!

2000-06-26 Thread David B McGlumphy

Ports 1 and 8 on a MAU are reserved for ring in and ring out for daisy
chaining MAU's.  You cannot use them for stations.

-Original Message-
From: Matt Shell [mailto:[EMAIL PROTECTED]]
Sent: Saturday, June 10, 2000 1:19 PM
To: [EMAIL PROTECTED]
Subject: Re: Token ring question - Solved!


Don't you hate it when your trying to set up a Layer 3 scenario, but you get
stuck troubleshooting Layer 2 problems!?!?!?!

Thanks to everyone who posted and emailed suggestions.  Everything is
working now.  Some info that I probably should have included in the first
post was that I was plugged into Ports 1 2 on the MSAU (but I also tried
Ports 7  8), and that the MSAU was giving a clicking sound in synch with
the routers giving debugging info - about once every 10 seconds.  Also, I
had tried each router individually and got identical results, and there are
no other stations plugged into this MSAU.

Basically, all I did to solve it was plug the cables into ports 3  4 on the
MSAU, and walk away for about an hour.  When I came back we were UP and UP!
I have since plugged the cables back into ports 1,2,7,and 8 and verified all
are working.

I'm guessing that either the ports were stuck (and they auto-reset
themselves - Is that possible?), or perhaps I just didn't push those type 1
connectors in far enough.  If there's any Token Ring gurus out there that
would like to post about what could possible cause a port to become stuck,
or if it's possible for them to auto-reset, I'm sure everyone would
appreciate it.

Thanks again for all the replies!  This list rulz!
Matt



""Matt Shell"" [EMAIL PROTECTED] wrote in message
8hsfuj$vfr$[EMAIL PROTECTED]">news:8hsfuj$vfr$[EMAIL PROTECTED]...
 I have two 2502s plugged into an IBM 8228 MSAU in a lab.  They are
connected
 with a 9 pin to Type 1 cable.  For some reason, I can't get the line to
come
 up.  When I do "show interface", I see the TokenRing0 as "initializing"
and
 "down".  I wait a second and it goes to "down" / "down", then back to
 "initialize" / "down".  I admit, I don't know much about Token Ring, but
 this should be fairly straight forward, right?

 On each router config I have:

 RouterA:
 !
 interface TokenRing0
  ip address 192.168.30.1 255.255.255.0
  ring-speed 16
 !

 RouterB:
 !
 interface TokenRing0
  ip address 192.168.30.2 255.255.255.0
  ring-speed 16
 !

 When I do "debug token events" I get this output on both routers:
 %TR-3-OPENFAIL: Unit 0, open failed: Phys. Insertion, ring beaconing
 %TR-3-BADSTART: Unit 0, Start completion and wrong idb state - state= 0
 TR0: reset from 30559AE
 TR0: txtmr: 0x0, msclk: 0x146EF494, qt: 0 (0ms)
 starting.

 Any ideas?  Thanks in advance for the help!
 Matt


 ___
 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: Token ring question - Solved!

2000-06-26 Thread Dale Cantrell

I'm gonna have to disagree with that statement. At least in part. The MAU 
that I have, STAR-TEK, ( I can't even find out how old it is, no Url.) 
828AT, has 1-8 ports and a Ri and a Ro also. Tell me if yours is
the same way?
Dale

Original Message Follows
From: David B McGlumphy [EMAIL PROTECTED]
Reply-To: David B McGlumphy [EMAIL PROTECTED]
To: "'Matt Shell'" [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: RE: Token ring question - Solved!
Date: Mon, 12 Jun 2000 11:19:55 -0400

Ports 1 and 8 on a MAU are reserved for ring in and ring out for daisy
chaining MAU's.  You cannot use them for stations.

-Original Message-
From: Matt Shell [mailto:[EMAIL PROTECTED]]
Sent: Saturday, June 10, 2000 1:19 PM
To: [EMAIL PROTECTED]
Subject: Re: Token ring question - Solved!


Don't you hate it when your trying to set up a Layer 3 scenario, but you get
stuck troubleshooting Layer 2 problems!?!?!?!

Thanks to everyone who posted and emailed suggestions.  Everything is
working now.  Some info that I probably should have included in the first
post was that I was plugged into Ports 1 2 on the MSAU (but I also tried
Ports 7  8), and that the MSAU was giving a clicking sound in synch with
the routers giving debugging info - about once every 10 seconds.  Also, I
had tried each router individually and got identical results, and there are
no other stations plugged into this MSAU.

Basically, all I did to solve it was plug the cables into ports 3  4 on the
MSAU, and walk away for about an hour.  When I came back we were UP and UP!
I have since plugged the cables back into ports 1,2,7,and 8 and verified all
are working.

I'm guessing that either the ports were stuck (and they auto-reset
themselves - Is that possible?), or perhaps I just didn't push those type 1
connectors in far enough.  If there's any Token Ring gurus out there that
would like to post about what could possible cause a port to become stuck,
or if it's possible for them to auto-reset, I'm sure everyone would
appreciate it.

Thanks again for all the replies!  This list rulz!
Matt



""Matt Shell"" [EMAIL PROTECTED] wrote in message
8hsfuj$vfr$[EMAIL PROTECTED]">news:8hsfuj$vfr$[EMAIL PROTECTED]...
  I have two 2502s plugged into an IBM 8228 MSAU in a lab.  They are
connected
  with a 9 pin to Type 1 cable.  For some reason, I can't get the line to
come
  up.  When I do "show interface", I see the TokenRing0 as "initializing"
and
  "down".  I wait a second and it goes to "down" / "down", then back to
  "initialize" / "down".  I admit, I don't know much about Token Ring, but
  this should be fairly straight forward, right?
 
  On each router config I have:
 
  RouterA:
  !
  interface TokenRing0
   ip address 192.168.30.1 255.255.255.0
   ring-speed 16
  !
 
  RouterB:
  !
  interface TokenRing0
   ip address 192.168.30.2 255.255.255.0
   ring-speed 16
  !
 
  When I do "debug token events" I get this output on both routers:
  %TR-3-OPENFAIL: Unit 0, open failed: Phys. Insertion, ring beaconing
  %TR-3-BADSTART: Unit 0, Start completion and wrong idb state - state= 0
  TR0: reset from 30559AE
  TR0: txtmr: 0x0, msclk: 0x146EF494, qt: 0 (0ms)
  starting.
 
  Any ideas?  Thanks in advance for the help!
  Matt
 
 
  ___
  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: Token ring question

2000-06-25 Thread Andrew Lennon

knackered media/mau, both router say the naum is shot. try new ports on the
mau, check for good connections etc.

Andy


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
m. jean stockton
Sent: 10 June 2000 13:07
To: Matt Shell; [EMAIL PROTECTED]
Subject: RE: Token ring question


I am very new at this but I do not see your 'no shut' command.

Makeeda

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Matt Shell
Sent: Saturday, June 10, 2000 12:31 AM
To: [EMAIL PROTECTED]
Subject: Token ring question


I have two 2502s plugged into an IBM 8228 MSAU in a lab.  They are connected
with a 9 pin to Type 1 cable.  For some reason, I can't get the line to come
up.  When I do "show interface", I see the TokenRing0 as "initializing" and
"down".  I wait a second and it goes to "down" / "down", then back to
"initialize" / "down".  I admit, I don't know much about Token Ring, but
this should be fairly straight forward, right?

On each router config I have:

RouterA:
!
interface TokenRing0
 ip address 192.168.30.1 255.255.255.0
 ring-speed 16
!

RouterB:
!
interface TokenRing0
 ip address 192.168.30.2 255.255.255.0
 ring-speed 16
!

When I do "debug token events" I get this output on both routers:
%TR-3-OPENFAIL: Unit 0, open failed: Phys. Insertion, ring beaconing
%TR-3-BADSTART: Unit 0, Start completion and wrong idb state - state= 0
TR0: reset from 30559AE
TR0: txtmr: 0x0, msclk: 0x146EF494, qt: 0 (0ms)
starting.

Any ideas?  Thanks in advance for the help!
Matt


___
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: Token ring question

2000-06-25 Thread Frank Z

You might just have a bad MAU. Granted, the 8228 is
passive, so this may not be the case. Have you tried
to plug each of them in one at a time? If they both
fail, get another MAU (Known working). The chance that
you have 2 bad 2503s is slim, unless they came from
the same place. Hope this helps.

Regards,
Frank Zahrt, CCNP CCDA



--- "m. jean stockton" [EMAIL PROTECTED] wrote:
 I am very new at this but I do not see your 'no
 shut' command.
 
 Makeeda
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of
 Matt Shell
 Sent: Saturday, June 10, 2000 12:31 AM
 To: [EMAIL PROTECTED]
 Subject: Token ring question
 
 
 I have two 2502s plugged into an IBM 8228 MSAU in a
 lab.  They are connected
 with a 9 pin to Type 1 cable.  For some reason, I
 can't get the line to come
 up.  When I do "show interface", I see the
 TokenRing0 as "initializing" and
 "down".  I wait a second and it goes to "down" /
 "down", then back to
 "initialize" / "down".  I admit, I don't know much
 about Token Ring, but
 this should be fairly straight forward, right?
 
 On each router config I have:
 
 RouterA:
 !
 interface TokenRing0
  ip address 192.168.30.1 255.255.255.0
  ring-speed 16
 !
 
 RouterB:
 !
 interface TokenRing0
  ip address 192.168.30.2 255.255.255.0
  ring-speed 16
 !
 
 When I do "debug token events" I get this output on
 both routers:
 %TR-3-OPENFAIL: Unit 0, open failed: Phys.
 Insertion, ring beaconing
 %TR-3-BADSTART: Unit 0, Start completion and wrong
 idb state - state= 0
 TR0: reset from 30559AE
 TR0: txtmr: 0x0, msclk: 0x146EF494, qt: 0 (0ms)
 starting.
 
 Any ideas?  Thanks in advance for the help!
 Matt
 
 
 ___
 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]


__
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: Token ring question - Solved!

2000-06-14 Thread Ray Mosely

Yes, ports can get stuck.  Most MAU's have electo-mechanical
relays that are activated by a "phantom voltage".  That's why you
hear clicking noises when a token ring device joins the ring.

I've gone into wiring closets where a port is marked "bad",
ripped the bad tag off and plugged into a working port.

Ray M.
CCNA
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Matt Shell
Sent: Saturday, June 10, 2000 12:19 PM
To: [EMAIL PROTECTED]
Subject: Re: Token ring question - Solved!


Don't you hate it when your trying to set up a Layer 3 scenario, but you get
stuck troubleshooting Layer 2 problems!?!?!?!

Thanks to everyone who posted and emailed suggestions.  Everything is
working now.  Some info that I probably should have included in the first
post was that I was plugged into Ports 1 2 on the MSAU (but I also tried
Ports 7  8), and that the MSAU was giving a clicking sound in synch with
the routers giving debugging info - about once every 10 seconds.  Also, I
had tried each router individually and got identical results, and there are
no other stations plugged into this MSAU.

Basically, all I did to solve it was plug the cables into ports 3  4 on the
MSAU, and walk away for about an hour.  When I came back we were UP and UP!
I have since plugged the cables back into ports 1,2,7,and 8 and verified all
are working.

I'm guessing that either the ports were stuck (and they auto-reset
themselves - Is that possible?), or perhaps I just didn't push those type 1
connectors in far enough.  If there's any Token Ring gurus out there that
would like to post about what could possible cause a port to become stuck,
or if it's possible for them to auto-reset, I'm sure everyone would
appreciate it.

Thanks again for all the replies!  This list rulz!
Matt



""Matt Shell"" [EMAIL PROTECTED] wrote in message
8hsfuj$vfr$[EMAIL PROTECTED]">news:8hsfuj$vfr$[EMAIL PROTECTED]...
 I have two 2502s plugged into an IBM 8228 MSAU in a lab.  They are
connected
 with a 9 pin to Type 1 cable.  For some reason, I can't get the line to
come
 up.  When I do "show interface", I see the TokenRing0 as "initializing"
and
 "down".  I wait a second and it goes to "down" / "down", then back to
 "initialize" / "down".  I admit, I don't know much about Token Ring, but
 this should be fairly straight forward, right?

 On each router config I have:

 RouterA:
 !
 interface TokenRing0
  ip address 192.168.30.1 255.255.255.0
  ring-speed 16
 !

 RouterB:
 !
 interface TokenRing0
  ip address 192.168.30.2 255.255.255.0
  ring-speed 16
 !

 When I do "debug token events" I get this output on both routers:
 %TR-3-OPENFAIL: Unit 0, open failed: Phys. Insertion, ring beaconing
 %TR-3-BADSTART: Unit 0, Start completion and wrong idb state - state= 0
 TR0: reset from 30559AE
 TR0: txtmr: 0x0, msclk: 0x146EF494, qt: 0 (0ms)
 starting.

 Any ideas?  Thanks in advance for the help!
 Matt


 ___
 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: Token ring question

2000-06-10 Thread Sameer Patel

Since you have 2 sets of router and token-ring 9-pin-type1 cable it should
be easy to troubleshoot this problem..i would suggest you to try this...
1.. Connect only one router to the MAU. Check if token-ring port inserts
into the ring. I ask you to do this because if the other cable is bad it
will cause the entire ring to 'beacon' and may not allow any station to
insert into the ring.
2.. If this still doesn't work then change the port on the MAU. Usually
MAU's don't go bad but i have seen some ports on MAU going bad.
3.. If this doesn't work then change the cable. Make sure cable is correctly
inserted..you have to push it hard inside the port...if properly inserted
type-1 connector won't come out of MAU port even if pulled unless 'side
tabs' are pressed.
4.. If still doesn't work then repeat same steps 1/2/3 with other router.

Needless to say (but since you are new to TR) leave RI/RO ports on MAU
alone. Don't use them for router..they are used for connecting more MAU's.

Above procedure should atleast isolate the problem.

Good Luck.

Sameer

""Matt Shell"" [EMAIL PROTECTED] wrote in message
8hsfuj$vfr$[EMAIL PROTECTED]">news:8hsfuj$vfr$[EMAIL PROTECTED]...
 I have two 2502s plugged into an IBM 8228 MSAU in a lab.  They are
connected
 with a 9 pin to Type 1 cable.  For some reason, I can't get the line to
come
 up.  When I do "show interface", I see the TokenRing0 as "initializing"
and
 "down".  I wait a second and it goes to "down" / "down", then back to
 "initialize" / "down".  I admit, I don't know much about Token Ring, but
 this should be fairly straight forward, right?

 On each router config I have:

 RouterA:
 !
 interface TokenRing0
  ip address 192.168.30.1 255.255.255.0
  ring-speed 16
 !

 RouterB:
 !
 interface TokenRing0
  ip address 192.168.30.2 255.255.255.0
  ring-speed 16
 !

 When I do "debug token events" I get this output on both routers:
 %TR-3-OPENFAIL: Unit 0, open failed: Phys. Insertion, ring beaconing
 %TR-3-BADSTART: Unit 0, Start completion and wrong idb state - state= 0
 TR0: reset from 30559AE
 TR0: txtmr: 0x0, msclk: 0x146EF494, qt: 0 (0ms)
 starting.

 Any ideas?  Thanks in advance for the help!
 Matt


 ___
 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: Token ring question - Solved!

2000-06-10 Thread Matt Shell

Don't you hate it when your trying to set up a Layer 3 scenario, but you get
stuck troubleshooting Layer 2 problems!?!?!?!

Thanks to everyone who posted and emailed suggestions.  Everything is
working now.  Some info that I probably should have included in the first
post was that I was plugged into Ports 1 2 on the MSAU (but I also tried
Ports 7  8), and that the MSAU was giving a clicking sound in synch with
the routers giving debugging info - about once every 10 seconds.  Also, I
had tried each router individually and got identical results, and there are
no other stations plugged into this MSAU.

Basically, all I did to solve it was plug the cables into ports 3  4 on the
MSAU, and walk away for about an hour.  When I came back we were UP and UP!
I have since plugged the cables back into ports 1,2,7,and 8 and verified all
are working.

I'm guessing that either the ports were stuck (and they auto-reset
themselves - Is that possible?), or perhaps I just didn't push those type 1
connectors in far enough.  If there's any Token Ring gurus out there that
would like to post about what could possible cause a port to become stuck,
or if it's possible for them to auto-reset, I'm sure everyone would
appreciate it.

Thanks again for all the replies!  This list rulz!
Matt



""Matt Shell"" [EMAIL PROTECTED] wrote in message
8hsfuj$vfr$[EMAIL PROTECTED]">news:8hsfuj$vfr$[EMAIL PROTECTED]...
 I have two 2502s plugged into an IBM 8228 MSAU in a lab.  They are
connected
 with a 9 pin to Type 1 cable.  For some reason, I can't get the line to
come
 up.  When I do "show interface", I see the TokenRing0 as "initializing"
and
 "down".  I wait a second and it goes to "down" / "down", then back to
 "initialize" / "down".  I admit, I don't know much about Token Ring, but
 this should be fairly straight forward, right?

 On each router config I have:

 RouterA:
 !
 interface TokenRing0
  ip address 192.168.30.1 255.255.255.0
  ring-speed 16
 !

 RouterB:
 !
 interface TokenRing0
  ip address 192.168.30.2 255.255.255.0
  ring-speed 16
 !

 When I do "debug token events" I get this output on both routers:
 %TR-3-OPENFAIL: Unit 0, open failed: Phys. Insertion, ring beaconing
 %TR-3-BADSTART: Unit 0, Start completion and wrong idb state - state= 0
 TR0: reset from 30559AE
 TR0: txtmr: 0x0, msclk: 0x146EF494, qt: 0 (0ms)
 starting.

 Any ideas?  Thanks in advance for the help!
 Matt


 ___
 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: Token ring question

2000-06-09 Thread m. jean stockton

I am very new at this but I do not see your 'no shut' command.

Makeeda

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Matt Shell
Sent: Saturday, June 10, 2000 12:31 AM
To: [EMAIL PROTECTED]
Subject: Token ring question


I have two 2502s plugged into an IBM 8228 MSAU in a lab.  They are connected
with a 9 pin to Type 1 cable.  For some reason, I can't get the line to come
up.  When I do "show interface", I see the TokenRing0 as "initializing" and
"down".  I wait a second and it goes to "down" / "down", then back to
"initialize" / "down".  I admit, I don't know much about Token Ring, but
this should be fairly straight forward, right?

On each router config I have:

RouterA:
!
interface TokenRing0
 ip address 192.168.30.1 255.255.255.0
 ring-speed 16
!

RouterB:
!
interface TokenRing0
 ip address 192.168.30.2 255.255.255.0
 ring-speed 16
!

When I do "debug token events" I get this output on both routers:
%TR-3-OPENFAIL: Unit 0, open failed: Phys. Insertion, ring beaconing
%TR-3-BADSTART: Unit 0, Start completion and wrong idb state - state= 0
TR0: reset from 30559AE
TR0: txtmr: 0x0, msclk: 0x146EF494, qt: 0 (0ms)
starting.

Any ideas?  Thanks in advance for the help!
Matt


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