eouderkirk
MIS
I have two 2501's connected and setup using the script following this message .
I need to setup IPX and have not done so before.
IP works fine. Could someone advise me on the intricacies of IPX.
Thanks,
Eric
bottom#show conf
Using 460 out of 32762 bytes
!
version 11.3
no service password-encryption
!
hostname Router
!
!
!
!
interface Ethernet0
ip address 192.168.14.100 255.255.255.0
!
interface Serial0
no ip address
shutdown
!
interface Serial1
no ip address
shutdown
!
interface Async1
ip address 192.168.10.2 255.255.255.0
encapsulation ppp
async dynamic routing
async mode dedicated
!
ip classless
ip route 192.168.13.0 255.255.255.0 192.168.10.1
!
line con 0
line aux 0
line vty 0 4
login
!
end
Top Router
Using 463 out of 32762 bytes
!
version 11.3
no service password-encryption
!
hostname Router
!
!
!
!
interface Ethernet0
ip address 192.168.13.100 255.255.255.0
!
interface Serial0
no ip address
shutdown
!
interface Serial1
no ip address
shutdown
!
interface Async1
ip address 192.168.10.1 255.255.255.0
encapsulation ppp
async dynamic routing
async mode dedicated
!
no ip classless
ip route 192.168.14.0 255.255.255.0 192.168.10.2
!
line con 0
line aux 0
line vty 0 4
login
!
end
top#
I need to setup IPX and have not done so before.
IP works fine. Could someone advise me on the intricacies of IPX.
Thanks,
Eric
bottom#show conf
Using 460 out of 32762 bytes
!
version 11.3
no service password-encryption
!
hostname Router
!
!
!
!
interface Ethernet0
ip address 192.168.14.100 255.255.255.0
!
interface Serial0
no ip address
shutdown
!
interface Serial1
no ip address
shutdown
!
interface Async1
ip address 192.168.10.2 255.255.255.0
encapsulation ppp
async dynamic routing
async mode dedicated
!
ip classless
ip route 192.168.13.0 255.255.255.0 192.168.10.1
!
line con 0
line aux 0
line vty 0 4
login
!
end
Top Router
Using 463 out of 32762 bytes
!
version 11.3
no service password-encryption
!
hostname Router
!
!
!
!
interface Ethernet0
ip address 192.168.13.100 255.255.255.0
!
interface Serial0
no ip address
shutdown
!
interface Serial1
no ip address
shutdown
!
interface Async1
ip address 192.168.10.1 255.255.255.0
encapsulation ppp
async dynamic routing
async mode dedicated
!
no ip classless
ip route 192.168.14.0 255.255.255.0 192.168.10.2
!
line con 0
line aux 0
line vty 0 4
login
!
end
top#