From: Simon Baxter (Simon.Baxter@xxxxxxxxxxxxxx)
Date: Tue Aug 29 2000 - 20:43:07 GMT-3
Can't you just do this?
ipx routing 0000.0c47.2fab
ipx internal-network 2000
!
interface Tunnel0
no ip address
ipx network 1001
ipx nlsp area1 enable
tunnel etc etc
!
interface Tunnel1
no ip address
ipx network 2001
ipx nlsp area2 enable
tunnel etc etc
!
access-list 1200 deny AAAA0000 FFFF0000
access-list 1200 permit -1
!
!
ipx router nlsp area2
area-address 2000 FFFFF000
route-aggregation
redistribute nlsp area1 access-list 1200
!
!
ipx router nlsp area1
area-address 1000 FFFFF000
IPXWAN also measures link characteristics so you can run NLSP, otherwise
NLSP can't establish the link characteristics by itself.
Simon
-----Original Message-----
From: aiqun hu [mailto:huaq@hotmail.com]
Sent: Wednesday, August 30, 2000 9:19 AM
To: ccielab@groupstudy.com
Subject: ipx nlsp and IPX WAN
Hello group,
Got a Q about IPX NLSP and IPXWAN. In the the following scenario, enable ipx
NLSP across R1R2. But don't enable IPX directly on the serial link between
R1 and R2. So I use tunnel interface between the two routers. But I can't
make it work until I try to enable IPXWAN. I got confused. I thought IPXWAN
is just a remedy way to accurately measures the delay of WAN link when
multiple WAN connections exist. Why do I need IPXWAN in the following
scenario???
Anybody can give me some good examples to use the command area-address and
route-aggregation in IPX NLSP routing process? When should I enable these
commands?
Thanks for your reply
Rena
R1-----X.25-----R2R1:
ipx routing 0000.30e2.f52b
ipx internal-network 11111
interface Tunnel0
no ip address
ipx network 6008
ipx nlsp enable
ipx nlsp rip off
ipx nlsp sap off
tunnel source s0
tunnel destination 1.1.1.2
!
ipx router rip
no network 11111
no network 6008
!
R2:
ipx routing 0000.3090.3304
ipx internal-network 22222
interface Tunnel0
no ip address
ipx network 6008
ipx nlsp enable
ipx nlsp rip off
ipx nlsp sap off
tunnel source s0
tunnel destination 1.1.1.1
!
ipx router rip
no network 22222
no network 6008
!
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:24:32 GMT-3