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