You're making assumptions, Priscilla. Gene never said it was an Ethernet
sub-interface. It could be a frame-relay sub-interface ;-)
But I agree, if it's not going to add the IPX network number, it would be
nice if it gave an error.
Gene, can we see your configs? And what you're trying to add? And you're
not running a really early IOS version are you? IPX used to do all sorts
of odd things (come to that, it still does in recent versions, usually
exactly when you don't want it to...)
JMcL
----- Forwarded by Jenny Mcleod/NSO/CSDA on 31/05/2002 12:13 pm -----
"Priscilla Oppenheimer"
Sent by: [EMAIL PROTECTED]
31/05/2002 11:16 am
Please respond to "Priscilla Oppenheimer"
To: [EMAIL PROTECTED]
cc:
Subject: Re: IPX Network Configs [7:45477]
Is this part of a business decision process?:
Is it giving you an error when you try to config the IPX network number?
It
should (if it's not going to add it to the config), but sometimes IOS
doesn't act like it should. ;-)
The reason to use a subinterface in the IPX world is to support multiple
Ethernet encapsulation types. You have to use a different network number
and a different encapsulation on the subinterface than you do on the main
interface or any other subinterfaces.
My router gives me a nice error if I do something wrong:
Check this out. Notice that first I tried to use a network number already
in use on a different interface. Then I tired to use an encapsulation that
was the same as the encap on the main interface. (The default,
novell-ether). I needed to use a unique network number and an encap not
already in use on this interface (or subinterfaces).
Albany#show ipx int e0
Ethernet0 is up, line protocol is up
IPX address is 100.0000.0c05.3e80, NOVELL-ETHER [up] line-up
ETC
Albany#config t
Enter configuration commands, one per line. End with CNTL/Z.
Albany(config)#int e0.1
Albany(config-subif)#ipx network 200
%IPX network 200 already exists on interface Ethernet1
Albany(config-subif)#ipx network 300
%IPX network 300 already exists on interface TokenRing0
Albany(config-subif)#ipx network 400
%Encapsulation already in use by IPX network 100, on interface Ethernet0
Albany(config-subif)#ipx network 400 encap arpa
Albany(config-subif)#end
Albany#
%SYS-5-CONFIG_I: Configured from console by console
Albany#
Albany#
Albany#show run
Building configuration...
Current configuration:
!
!
hostname Albany
!
ipx routing 0000.0c05.3e80
!
interface Ethernet0
ip address 10.10.0.1 255.255.255.0
ipx network 100
no mop enabled
!
interface Ethernet0.1
ipx network 400 encapsulation ARPA
!
interface Ethernet1
ip address 172.16.50.1 255.255.255.0
ipx network 200
!
interface Serial0
no ip address
shutdown
no fair-queue
!
interface Serial1
no ip address
shutdown
!
interface TokenRing1
no ip address
shutdown
!
interface TokenRing0
ip address 172.16.20.1 255.255.255.0
ipx network 300
ring-speed 16
ETC
Albany#
So, not an exact answer, but some hints hopefully!?
Priscilla
At 08:12 PM 5/30/02, Gene Volpe wrote:
>I am trying to configure an IPX network number under a subinterface. The
>router takes the command, but it does not show up in the config. There
are
>plenty of other subinterfaces on the same physical interface that have IP
>and IPX network numbers config'd on them. What am I doing wrong?
Somebody
>mentioned something about an IPX database, much like the VLAN database on
a
>2924 CAT?!?!?!?
>
>-TIA
>Gene
________________________
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=7&i=45482&t=45477
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]