Re: ipx

Brian Rice (bri@whitestone.com)
Fri, 22 Sep 1995 19:00:47 -0700 (PDT)

> Is it possible to set a port (s5) on the PM 2e
> for ipx and ip, but have ther rest of the ports
> set for ip *only*?

I think some clarification is needed here ... first, the only time you
would specify a protocol on a port is if the port is in "Hardwired" mode
and I don't think that's what being asked. But assuming it is, here are
the setup commands:

set s1 network hardwired
set s1 protocol ppp
set s1 ipxnet FFFFFFFF (a hex value for your ipx network)
set s1 address 1.1.1.1 (your ip address
reset s1
save s1

If you don't set an ip address you don't get ip, if you don't set an ipxnet
number you don't get ipx. The above example gives both, use as desired.

--
Bri