Mike Martins wrote: > > Hi > > Simple question, enabling IPX on a router: ipx routing x.x.x > I want to use say 2.2.2 as the router ID.
That's not really a router ID that you're assigning. It's a node address to use on a serial link. Are you running IPX on one of your serial links? An IPX address consists of network.node. IPX uses the MAC address for the node part. That works fine on Ethernet, Token Ring, and FDDI. Each such interface has a MAC address. So when a router sends RIP or SAP or other router-sourced packets out an Ethernet interface, for example, the network-layer IPX addresss might be something like it is on my router, consisting of the network number I assigned, followed by the burned-in MAC address: Boston#show ipx int e0 Ethernet0 is up, line protocol is up IPX address is 500.0000.0c02.74c7 But a serial interface doesn't have a MAC address! So what it should use? By default it uses the MAC address of the first Ethernet, Token Ring ,or FDDI interface. If none of those exist, then it makes one up based on the system clock. If you don't want it to do that for some weird reason, than you can tell it the MAC address to use on serial interfaces by configuring a parameter with the ipx routing command. Boston(config)#ipx routing 2.2.2 Boston(config)#end Notice that it worked on my router: Boston#show ipx int s0 Serial0 is up, line protocol is up IPX address is 400.0002.0002.0002 [up] Although e0 hasn't changed: Boston#show ipx int e0 Ethernet0 is up, line protocol is up IPX address is 500.0000.0c02.74c7 The change does show up in show run on my router: Boston#show run Building configuration... Current configuration: ! version 11.0 service udp-small-servers service tcp-small-servers ! hostname Boston ! enable secret 5 $1$uho5$H32khmGkZ4Vml4H/qzc0/1 enable password password ! ipx routing 0002.0002.0002 appletalk routing frame-relay switching ! interface Ethernet0 ip address 192.168.30.1 255.255.255.0 ipx network 500 appletalk cable-range 500-500 500.52 appletalk zone bostonE ! interface Ethernet1 no ip address shutdown ! interface Serial0 ip address 192.168.40.1 255.255.255.0 encapsulation frame-relay ipx network 400 appletalk cable-range 400-400 400.203 appletalk zone bostonS no fair-queue frame-relay map ip 192.168.40.2 100 broadcast frame-relay intf-type dce ! So why would you be seeing something different is the REAL question. ;-) Are you sure you are actually running IPX on a serial interface? Do you have a serial interface? Are you sure you typed in 2.2.2 correctly? Do they make you do 0002.0002.0002 in newer versions?? Are you running DECnet which changes MAC addresses? Could they have changed the behavior in 12.1(5)T? Someone else would have to check that. I can't afford new routers. ;-) _______________________________ Priscilla Oppenheimer www.troubleshootingnetworks.com www.priscilla.com >Problem is after I > type this address and show run the router has taken one of the > interface's Mac addresses as the router IPX ID. Is there > something I am missing here? (I am using ver 12.1(5)T) > cheers and thanks in advance > > Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=53997&t=53989 -------------------------------------------------- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

