RE: Ipx routing [7:24091]

2001-10-28 Thread Priscilla Oppenheimer

And, of course, DECnet changes the MAC address of an Ethernet or Token Ring 
interface. In fact, one must enable DECnet before IPX or weird things 
happen to IPX. (It stops working, if I recall.)

Priscilla

At 12:38 AM 10/27/01, Chuck Larrieu wrote:
well, when in doubt, check.

I was going to say that ethernet and token ring ports all have fixed macs
these days, but before making a fool of myself I thought I'd check.

under the interface configuration mode, one can use the mac-address
command to enter whatever mac you want.

e.g. mac-address EE55EE ( enter )

show ipx interface will reveal the new manually assigned macs.

my grandfather used to tell me stories about stuff like this. ;-

I'm gonna have to remember this the next time I visit the Lab. It always
bothered me that I was prepared for the general ipx network x.x.x command,
but that would still leave me if problems if I wanted to IPX ping an
ethernet interface. one more trick to stuff into the bag.



Chuck

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Priscilla Oppenheimer
Sent: Thursday, October 25, 2001 10:16 AM
To: [EMAIL PROTECTED]
Subject: Re: Ipx routing [7:24091]


At 08:22 AM 10/25/01, Richard Botham wrote:
 All,
 I'm trying to make sure that when I run IPX routing I can identify the
 router by using the ipx routing 2.2.2 where the router is router 2.
 I cannot get this to work correctly as it always picks the ethernet mac
 address instead of 2.2.2

Yes, that's true. The documentation makes it sound like the new 2.2.2
address will be used for all packets sourced by the router, but this isn't
so.

What the documentation should say (and maybe it does, but maybe not too
clearly) is that serial ports don't have a MAC address. By default they
will source IPX packets using a Node ID that is from the first LAN
interface. If you don't like that, then you can tell the router to use
something else (by adding the parameter to ipx routing). I don't have a WAN
sniffer, but I can verify that what you are seeing on Ethernet happens on
my routers also. I think it's a feature not a bug. ;-)

Albany#config t
Enter configuration commands, one per line.  End with CNTL/Z.
Albany(config)#ipx routing 2.2.2
Albany(config)#
Albany#
Albany#
Albany#s run
!
hostname Albany
!
ipx routing 0002.0002.0002
!
interface Ethernet0
   ip address 10.10.0.1 255.255.255.0
   ipx network 100
   no mop enabled
!
interface Ethernet1
   ip address 172.16.50.1 255.255.255.0
   ipx network 200
!
etc
!
end

Albany#


But here's the IPX RIP on Ethernet 0 from the router. It still uses its
network number and MAC address, not 2.2.2.

802.3 Header
Destination:  FF:FF:FF:FF:FF:FF  Ethernet Broadcast
Source:   00:00:0C:05:3E:80
Length:   48
IPX - NetWare Protocol
Checksum: 0x
Length:   48
Transport Control:
Reserved: %
Hop Count:%
Packet Type:  1  RIP
Destination Network:  0x0100
Destination Node: FF:FF:FF:FF:FF:FF  Ethernet Broadcast
Destination Socket:   0x0453  Routing Information Protocol
Source Network:   0x0100
Source Node:  00:00:0C:05:3E:80
Source Socket:0x0453  Routing Information Protocol
RIP - Routing Information Protocol
Operation:2  Response
Network Number Set # 1
Network Number:   0x0200
Number of Hops:   1
Number of Ticks:  1
Network Number Set # 2
Network Number:   0x0300
Number of Hops:   1
Number of Ticks:  1
FCS - Frame Check Sequence
FCS (Calculated): 0x82378EB7


Priscilla


 Many thanks
 Richard


Priscilla Oppenheimer
http://www.priscilla.com


Priscilla Oppenheimer
http://www.priscilla.com




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



Re: Ipx routing [7:24091]

2001-10-26 Thread Richard Botham

Hi All,

Thanks for your responses.
However, when i do wr t  the config shows ipx routing  and not ipx routing
2.2.2

Is this an IOS related issue

Cheers
Richard


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



Re: Ipx routing [7:24091]

2001-10-26 Thread John Neiberger

It's possible.  What IOS and platform are you using?

 Richard Botham  10/26/01 9:53:29 AM 
Hi All,

Thanks for your responses.
However, when i do wr t  the config shows ipx routing  and not ipx
routing
2.2.2

Is this an IOS related issue

Cheers
Richard




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



RE: Ipx routing [7:24091]

2001-10-26 Thread Chuck Larrieu

well, when in doubt, check.

I was going to say that ethernet and token ring ports all have fixed macs
these days, but before making a fool of myself I thought I'd check.

under the interface configuration mode, one can use the mac-address
command to enter whatever mac you want.

e.g. mac-address EE55EE ( enter )

show ipx interface will reveal the new manually assigned macs.

my grandfather used to tell me stories about stuff like this. ;-

I'm gonna have to remember this the next time I visit the Lab. It always
bothered me that I was prepared for the general ipx network x.x.x command,
but that would still leave me if problems if I wanted to IPX ping an
ethernet interface. one more trick to stuff into the bag.



Chuck

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Priscilla Oppenheimer
Sent: Thursday, October 25, 2001 10:16 AM
To: [EMAIL PROTECTED]
Subject: Re: Ipx routing [7:24091]


At 08:22 AM 10/25/01, Richard Botham wrote:
All,
I'm trying to make sure that when I run IPX routing I can identify the
router by using the ipx routing 2.2.2 where the router is router 2.
I cannot get this to work correctly as it always picks the ethernet mac
address instead of 2.2.2

Yes, that's true. The documentation makes it sound like the new 2.2.2
address will be used for all packets sourced by the router, but this isn't
so.

What the documentation should say (and maybe it does, but maybe not too
clearly) is that serial ports don't have a MAC address. By default they
will source IPX packets using a Node ID that is from the first LAN
interface. If you don't like that, then you can tell the router to use
something else (by adding the parameter to ipx routing). I don't have a WAN
sniffer, but I can verify that what you are seeing on Ethernet happens on
my routers also. I think it's a feature not a bug. ;-)

Albany#config t
Enter configuration commands, one per line.  End with CNTL/Z.
Albany(config)#ipx routing 2.2.2
Albany(config)#
Albany#
Albany#
Albany#s run
!
hostname Albany
!
ipx routing 0002.0002.0002
!
interface Ethernet0
  ip address 10.10.0.1 255.255.255.0
  ipx network 100
  no mop enabled
!
interface Ethernet1
  ip address 172.16.50.1 255.255.255.0
  ipx network 200
!
etc
!
end

Albany#


But here's the IPX RIP on Ethernet 0 from the router. It still uses its
network number and MAC address, not 2.2.2.

802.3 Header
   Destination:  FF:FF:FF:FF:FF:FF  Ethernet Broadcast
   Source:   00:00:0C:05:3E:80
   Length:   48
IPX - NetWare Protocol
   Checksum: 0x
   Length:   48
   Transport Control:
   Reserved: %
   Hop Count:%
   Packet Type:  1  RIP
   Destination Network:  0x0100
   Destination Node: FF:FF:FF:FF:FF:FF  Ethernet Broadcast
   Destination Socket:   0x0453  Routing Information Protocol
   Source Network:   0x0100
   Source Node:  00:00:0C:05:3E:80
   Source Socket:0x0453  Routing Information Protocol
RIP - Routing Information Protocol
   Operation:2  Response
Network Number Set # 1
   Network Number:   0x0200
   Number of Hops:   1
   Number of Ticks:  1
Network Number Set # 2
   Network Number:   0x0300
   Number of Hops:   1
   Number of Ticks:  1
FCS - Frame Check Sequence
   FCS (Calculated): 0x82378EB7


Priscilla


Many thanks
Richard


Priscilla Oppenheimer
http://www.priscilla.com




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



Re: Ipx routing [7:24091]

2001-10-25 Thread John Neiberger

What version of IOS are you using?  This sounds like a feature to me.

John

 Richard Botham  10/25/01 6:22:36 AM 
All,
I'm trying to make sure that when I run IPX routing I can identify the
router by using the ipx routing 2.2.2 where the router is router 2.
I cannot get this to work correctly as it always picks the ethernet
mac
address instead of 2.2.2

Many thanks
Richard




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



RE: Ipx routing [7:24091]

2001-10-25 Thread Chuck Larrieu

when you have enabled IPX routing using the ipx routing x.x.x command, the
x.x.x MAC will be applied only to serial and loopback ports. that allows you
to ipx ping those ports using the network.MAC address.

ethernet and fast ethernet ports all have burned in addresses ( bia ) for
obvious reason.

HTH

Chuck

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 25, 2001 5:23 AM
To: [EMAIL PROTECTED]
Subject: Ipx routing [7:24091]


All,
I'm trying to make sure that when I run IPX routing I can identify the
router by using the ipx routing 2.2.2 where the router is router 2.
I cannot get this to work correctly as it always picks the ethernet mac
address instead of 2.2.2

Many thanks
Richard




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



Re: Ipx routing [7:24091]

2001-10-25 Thread MADMAN

C3640B#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
C3640B(config)#ipx routing ?
  H.H.H  IPX address of this router

  Dave

John Neiberger wrote:
 
 What version of IOS are you using?  This sounds like a feature to me.
 
 John
 
  Richard Botham  10/25/01 6:22:36 AM 
 All,
 I'm trying to make sure that when I run IPX routing I can identify the
 router by using the ipx routing 2.2.2 where the router is router 2.
 I cannot get this to work correctly as it always picks the ethernet
 mac
 address instead of 2.2.2
 
 Many thanks
 Richard
-- 
David Madland
Sr. Network Engineer
CCIE# 2016
Qwest Communications Int. Inc.
[EMAIL PROTECTED]
612-664-3367

Emotion should reflect reason not guide it




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



Re: Ipx routing [7:24091]

2001-10-25 Thread Priscilla Oppenheimer

At 08:22 AM 10/25/01, Richard Botham wrote:
All,
I'm trying to make sure that when I run IPX routing I can identify the
router by using the ipx routing 2.2.2 where the router is router 2.
I cannot get this to work correctly as it always picks the ethernet mac
address instead of 2.2.2

Yes, that's true. The documentation makes it sound like the new 2.2.2 
address will be used for all packets sourced by the router, but this isn't
so.

What the documentation should say (and maybe it does, but maybe not too 
clearly) is that serial ports don't have a MAC address. By default they 
will source IPX packets using a Node ID that is from the first LAN 
interface. If you don't like that, then you can tell the router to use 
something else (by adding the parameter to ipx routing). I don't have a WAN 
sniffer, but I can verify that what you are seeing on Ethernet happens on 
my routers also. I think it's a feature not a bug. ;-)

Albany#config t
Enter configuration commands, one per line.  End with CNTL/Z.
Albany(config)#ipx routing 2.2.2
Albany(config)#
Albany#
Albany#
Albany#s run
!
hostname Albany
!
ipx routing 0002.0002.0002
!
interface Ethernet0
  ip address 10.10.0.1 255.255.255.0
  ipx network 100
  no mop enabled
!
interface Ethernet1
  ip address 172.16.50.1 255.255.255.0
  ipx network 200
!
etc
!
end

Albany#


But here's the IPX RIP on Ethernet 0 from the router. It still uses its 
network number and MAC address, not 2.2.2.

802.3 Header
   Destination:  FF:FF:FF:FF:FF:FF  Ethernet Broadcast
   Source:   00:00:0C:05:3E:80
   Length:   48
IPX - NetWare Protocol
   Checksum: 0x
   Length:   48
   Transport Control:
   Reserved: %
   Hop Count:%
   Packet Type:  1  RIP
   Destination Network:  0x0100
   Destination Node: FF:FF:FF:FF:FF:FF  Ethernet Broadcast
   Destination Socket:   0x0453  Routing Information Protocol
   Source Network:   0x0100
   Source Node:  00:00:0C:05:3E:80
   Source Socket:0x0453  Routing Information Protocol
RIP - Routing Information Protocol
   Operation:2  Response
Network Number Set # 1
   Network Number:   0x0200
   Number of Hops:   1
   Number of Ticks:  1
Network Number Set # 2
   Network Number:   0x0300
   Number of Hops:   1
   Number of Ticks:  1
FCS - Frame Check Sequence
   FCS (Calculated): 0x82378EB7


Priscilla


Many thanks
Richard


Priscilla Oppenheimer
http://www.priscilla.com




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