Specifications

Configuring IPX Networks
Cisco AS5300 Universal Access Server Software Configuration Guide
3-50
Configuring IPX Networks
Configure the IPX networks for dial-in remote IPX users.
Configure
Table 3-27 Configuring IPX Networks
Step Command Purpose
1 5300# configure terminal
Enter configuration commands, one per line.
End with CNTL/Z.
5300(config)#
Enter global configuration mode. You have
entered global configuration mode when the
prompt changes to 5300(config)#.
2 5300(config)# ipx routing
5300(config)# interface loopback 0
5300(config-if)# ipx network FEFEFE
5300(config-if)# exit
5300(config)# interface ethernet 0
5300(config-if)# ipx network 123ABCD
encapsulation SAP
5300(config-if)# exit
5300(config)# interface group-Async 1
5300(config-if)# group-range 1 48
[or]
for E1 PRI
5300(config-if)# group-range 1 60
Building configuration...
5300(config-if)# ipx ppp-client Loopback 0
5300(config-if)# exit
Enable IPX clients to access network resources by
dialing through the access server over ISDN.
3 5300(config)# interface dialer 1
5300(config-if)# ipx ppp-client Loopback 0
Create a dialer interface. This is the parent
interface for all of the ISDN interfaces (this was
set using the dialer rotary-group 1 command in
the IP configuration).
4 5300(config)# dialer-list 1 protocol ipx
permit
5300(config)# exit
Enable IPX packets to reset the idle timer.
5 5300# copy running-config startup-config
#########[OK]
This completes the configuration for IPX. Save
the running configuration to the start-up
configuration.
The access server will boot with your
configuration at the next power up.