Re: help on Nlsp [7:7580]

2001-06-08 Thread NRF

No Data  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 First, you dont need ipxwan to connect two routers
 together, you only need it if you need to talk to a
 Novell server on the other end of a WAN link (as in
 that server is also routing).  You can just use 'ipx
 network #' (no encapsulation to worry about) on those
 links.

Actually, according to Cisco doc's, the only way for a router to accept NLSP
on a Serial link is for that link to have IPXWan enabled.  For example,
consider:
http://www.cisco.com/univercd/cc/td/doc/product/software/ios120/12cgcr/np2_c
/2cipx.htm#xtocid2433042

Scroll down to the part where they talk about enablling NLSP on a WAN
interface, and notice how ipxwan is required.

 Second, when connecting two routers with ipxwan you
 dont need 'ipx nlsp enable' on the interface.  If you
 are connecting to a Novell box the necessity of that
 command depends on the Novell configuration.

 Third, try 'ipx ipxwan 0 unnumbered 'routername''
 instead of specifying the local node and network
 number.  The '0' above designates to use the global
 local node id.  Im pretty sure this refers to your
 internal ipx network and since you have one internal
 you would be safe using this.  I would recommend
 unnumbered as really that is what ipxwan was designed
 for (between two Novell boxes there is no ipx network
 number).

 Ben, CCNP

 --- Dar  wrote:
  hi,
  Guyzz i am having problem with Nlsp. Can u look at
  my configs and let me
  know wots wrong with it.
 
  Thanks
 
 
 
 
  4001-3601-3602-4002
 
 
 
  A-4002#sh run
  ipx routing .0cf1.571a
  ipx internal-network 400
  !
  interface Loopback0
   ip address 128.103.35.97 255.255.255.240
   no ip directed-broadcast
   ipx network DAAD
  !
  interface Serial0
   ip address 128.103.35.34 255.255.255.240
   no ip directed-broadcast
   ipx ipxwan 10 A010 R1
   ipx nlsp enable
   no fair-queue
  !
  ipx router nlsp
   area-address A000 FF00
 
  3602#sh run
  !
  ipx routing 0002.b934.b791
  ipx internal-network 300
  !
  interface Serial0/3
   bandwidth 256
   ip address 172.16.1.2 255.255.255.0
   no ip directed-broadcast
   no ip mroute-cache
   ipx ipxwan 30 A020 R2
   ipx nlsp enable
   fair-queue 64 32 0
   no cdp enable
  !
  interface Serial0/5
   bandwidth 1544
   ip address 128.103.35.33 255.255.255.240
   no ip directed-broadcast
   no ip mroute-cache
   delay 2000
   ipx ipxwan 20 A010 R2
   ipx nlsp enable
   fair-queue 64 32 0
   no ignore-hw local-loopback
   clockrate 64000
  !
  !
  ipx router nlsp
   area-address A000 FF00
 
 
  3601#sh run
  !
  ipx routing .0c8a.a695
  ipx internal-network 200
  !
  interface Serial0/3
   ip address 172.16.1.1 255.255.255.0
   no ip directed-broadcast
   no ip mroute-cache
   ipx ipxwan 40 A020 R3
   ipx nlsp enable
   no ignore-hw local-loopback
   clockrate 64000
  !
  interface Serial0/4
   bandwidth 1
   ip address 192.168.3.1 255.255.255.0
   no ip directed-broadcast
   no ip mroute-cache
   delay 100
   ipx ipxwan 50 B020 R3
   ipx nlsp 1 enable
   fair-queue 64 32 0
  !
  !
  ipx router nlsp
   area-address A000 FF00
  !
  !
  ipx router nlsp 1
   area-address B000 FF00
  !
 
  4001#sh run
  !
  interface Loopback0
   no ip address
   no ip directed-broadcast
   ipx network DAAF
  !
  interface Serial1
   bandwidth 1
   ip address 192.168.3.2 255.255.255.0
   no ip directed-broadcast
   delay 100
   ipx ipxwan 60 B020 R4
   ipx nlsp 1 enable
   fair-queue 64 256 0
   clockrate 64000
  !
  ipx router nlsp 1
   area-address B000 FF00
  **
  A-4002#sh ipx nlsp nei
  NLSP Level-1 Neighbors: Tag Identifier = notag
 
  System Id  Interface   State  Holdtime  Priority
   Cir Adj  Circuit Id
  3602   Se0 Up 540
   --  --   03
  A-4002#sh ipx nlsp nei det
  NLSP Level-1 Neighbors: Tag Identifier = notag
 
  System Id  Interface   State  Holdtime  Priority
   Cir Adj  Circuit Id
  3602   Se0 Up 510
   --  --   03
IPX Address: 300...0001
IPX Areas:  A000/FF00
Uptime: 00:25:09
 
  A-4002#sh ipx nlsp database detail
  NLSP Level-1 Link State Database: Tag Identifier =
  notag
  LSPID LSP Seq Num  LSP Checksum  LSP
  Holdtime  ATT/P/OL
  3601.00-000x0007   0x8540
  6829  0/0/0
IPX Area Address: A000 FF00
IPX Mgmt Info 200...0001  Ver 1  Name 3601
Metric: 45 Lnk 3602.00MTU 1500  Dly
  15124  Thru 60K  Generic
  WAN
Metric: 45 Lnk 3601.02MTU 1500  Dly
  14924  Thru 60K  Generic
  WAN
  3601.02-000x0005   0x0CCA
  6830  0/0/0
IPX Mgmt Info B020...  Ver 1  Name
  Serial0/4
Metric: 0  Lnk 3601.00MTU 0  Dly 0
  Thru 0K  Generic WAN
Metric: 1  IPX Ext 100  Ticks 12
Metric: 1  IPX Ext DAAF  Ticks 11
  

help on Nlsp [7:7580]

2001-06-07 Thread Dar

hi,
Guyzz i am having problem with Nlsp. Can u look at my configs and let me
know wots wrong with it.

Thanks




4001-3601-3602-4002



A-4002#sh run
ipx routing .0cf1.571a
ipx internal-network 400
!
interface Loopback0
 ip address 128.103.35.97 255.255.255.240
 no ip directed-broadcast
 ipx network DAAD
!
interface Serial0
 ip address 128.103.35.34 255.255.255.240
 no ip directed-broadcast
 ipx ipxwan 10 A010 R1
 ipx nlsp enable
 no fair-queue
!
ipx router nlsp
 area-address A000 FF00

3602#sh run
!
ipx routing 0002.b934.b791
ipx internal-network 300
!
interface Serial0/3
 bandwidth 256
 ip address 172.16.1.2 255.255.255.0
 no ip directed-broadcast
 no ip mroute-cache
 ipx ipxwan 30 A020 R2
 ipx nlsp enable
 fair-queue 64 32 0
 no cdp enable
!
interface Serial0/5
 bandwidth 1544
 ip address 128.103.35.33 255.255.255.240
 no ip directed-broadcast
 no ip mroute-cache
 delay 2000
 ipx ipxwan 20 A010 R2
 ipx nlsp enable
 fair-queue 64 32 0
 no ignore-hw local-loopback
 clockrate 64000
!
!
ipx router nlsp
 area-address A000 FF00


3601#sh run
!
ipx routing .0c8a.a695
ipx internal-network 200
!
interface Serial0/3
 ip address 172.16.1.1 255.255.255.0
 no ip directed-broadcast
 no ip mroute-cache
 ipx ipxwan 40 A020 R3
 ipx nlsp enable
 no ignore-hw local-loopback
 clockrate 64000
!
interface Serial0/4
 bandwidth 1
 ip address 192.168.3.1 255.255.255.0
 no ip directed-broadcast
 no ip mroute-cache
 delay 100
 ipx ipxwan 50 B020 R3
 ipx nlsp 1 enable
 fair-queue 64 32 0
!
!
ipx router nlsp
 area-address A000 FF00
!
!
ipx router nlsp 1
 area-address B000 FF00
!

4001#sh run
!
interface Loopback0
 no ip address
 no ip directed-broadcast
 ipx network DAAF
!
interface Serial1
 bandwidth 1
 ip address 192.168.3.2 255.255.255.0
 no ip directed-broadcast
 delay 100
 ipx ipxwan 60 B020 R4
 ipx nlsp 1 enable
 fair-queue 64 256 0
 clockrate 64000
!
ipx router nlsp 1
 area-address B000 FF00
**
A-4002#sh ipx nlsp nei
NLSP Level-1 Neighbors: Tag Identifier = notag

System Id  Interface   State  Holdtime  Priority  Cir Adj  Circuit Id
3602   Se0 Up 540 --  --   03
A-4002#sh ipx nlsp nei det
NLSP Level-1 Neighbors: Tag Identifier = notag

System Id  Interface   State  Holdtime  Priority  Cir Adj  Circuit Id
3602   Se0 Up 510 --  --   03
  IPX Address: 300...0001
  IPX Areas:  A000/FF00
  Uptime: 00:25:09

A-4002#sh ipx nlsp database detail
NLSP Level-1 Link State Database: Tag Identifier = notag
LSPID LSP Seq Num  LSP Checksum  LSP Holdtime  ATT/P/OL
3601.00-000x0007   0x85406829  0/0/0
  IPX Area Address: A000 FF00
  IPX Mgmt Info 200...0001  Ver 1  Name 3601
  Metric: 45 Lnk 3602.00MTU 1500  Dly 15124  Thru 60K  Generic
WAN
  Metric: 45 Lnk 3601.02MTU 1500  Dly 14924  Thru 60K  Generic
WAN
3601.02-000x0005   0x0CCA6830  0/0/0
  IPX Mgmt Info B020...  Ver 1  Name Serial0/4
  Metric: 0  Lnk 3601.00MTU 0  Dly 0  Thru 0K  Generic WAN
  Metric: 1  IPX Ext 100  Ticks 12
  Metric: 1  IPX Ext DAAF  Ticks 11
A-4002.00-00* 0x0003   0x94575935  0/0/0
  IPX Area Address: A000 FF00
  IPX Mgmt Info 400...0001  Ver 1  Name A-4002
  Metric: 45 Lnk 3602.00MTU 1500  Dly 15124  Thru 60K  Generic
WAN
  Metric: 6  Lnk A-4002.02  MTU 1514  Dly 5000  Thru 3705032K
Generic L
AN
A-4002.02-00* 0x0001   0x32D75886  0/0/0
  IPX Mgmt Info DAAD..0cf1.571a  Ver 1  Name Loopback0
  Metric: 0  Lnk A-4002.00  MTU 0  Dly 0  Thru 0K  Generic LAN
A-4002.03-00* 0x0001   0x0F7C0 (5934)  0/0/0
3602.00-000x0009   0x08566486  0/0/0
  IPX Area Address: A000 FF00
  IPX Mgmt Info 300...0001  Ver 1  Name 3602
  Metric: 45 Lnk 3601.00MTU 1500  Dly 15124  Thru 60K  Generic
WAN
  Metric: 45 Lnk A-4002.00  MTU 1500  Dly 15124  Thru 60K  Generic
WAN
3602.02-000x0003   0xCDF20 (6483)  0/0/0
3602.03-000x0001   0xCAF60 (5941)  0/0/0
A-4002#


3602#sh ipx nlsp nei
NLSP Level-1 Neighbors: Tag Identifier = notag
System Id  Interface   State  Holdtime  Priority  Cir Adj  Circuit Id
3601   Se0/3   Up 530 --  --   03
A-4002 Se0/5   Up 430 --  --   03


3602#sh ipx nlsp nei deta
3602#sh ipx nlsp nei detail
NLSP Level-1 Neighbors: Tag Identifier = notag
System Id  Interface   State  Holdtime  Priority  Cir Adj  Circuit Id
3601   Se0/3   Up 490 --  --   03
  IPX Address: 200...0001
  IPX Areas:  A000/FF00
  

Re: help on Nlsp [7:7580]

2001-06-07 Thread No Data

First, you dont need ipxwan to connect two routers
together, you only need it if you need to talk to a
Novell server on the other end of a WAN link (as in
that server is also routing).  You can just use 'ipx
network #' (no encapsulation to worry about) on those
links.  

Second, when connecting two routers with ipxwan you
dont need 'ipx nlsp enable' on the interface.  If you
are connecting to a Novell box the necessity of that
command depends on the Novell configuration.

Third, try 'ipx ipxwan 0 unnumbered 'routername''
instead of specifying the local node and network
number.  The '0' above designates to use the global
local node id.  Im pretty sure this refers to your
internal ipx network and since you have one internal
you would be safe using this.  I would recommend
unnumbered as really that is what ipxwan was designed
for (between two Novell boxes there is no ipx network
number).

Ben, CCNP

--- Dar  wrote:
 hi,
 Guyzz i am having problem with Nlsp. Can u look at
 my configs and let me
 know wots wrong with it.
 
 Thanks
 
 
 
 
 4001-3601-3602-4002
 
 
 
 A-4002#sh run
 ipx routing .0cf1.571a
 ipx internal-network 400
 !
 interface Loopback0
  ip address 128.103.35.97 255.255.255.240
  no ip directed-broadcast
  ipx network DAAD
 !
 interface Serial0
  ip address 128.103.35.34 255.255.255.240
  no ip directed-broadcast
  ipx ipxwan 10 A010 R1
  ipx nlsp enable
  no fair-queue
 !
 ipx router nlsp
  area-address A000 FF00
 
 3602#sh run
 !
 ipx routing 0002.b934.b791
 ipx internal-network 300
 !
 interface Serial0/3
  bandwidth 256
  ip address 172.16.1.2 255.255.255.0
  no ip directed-broadcast
  no ip mroute-cache
  ipx ipxwan 30 A020 R2
  ipx nlsp enable
  fair-queue 64 32 0
  no cdp enable
 !
 interface Serial0/5
  bandwidth 1544
  ip address 128.103.35.33 255.255.255.240
  no ip directed-broadcast
  no ip mroute-cache
  delay 2000
  ipx ipxwan 20 A010 R2
  ipx nlsp enable
  fair-queue 64 32 0
  no ignore-hw local-loopback
  clockrate 64000
 !
 !
 ipx router nlsp
  area-address A000 FF00
 
 
 3601#sh run
 !
 ipx routing .0c8a.a695
 ipx internal-network 200
 !
 interface Serial0/3
  ip address 172.16.1.1 255.255.255.0
  no ip directed-broadcast
  no ip mroute-cache
  ipx ipxwan 40 A020 R3
  ipx nlsp enable
  no ignore-hw local-loopback
  clockrate 64000
 !
 interface Serial0/4
  bandwidth 1
  ip address 192.168.3.1 255.255.255.0
  no ip directed-broadcast
  no ip mroute-cache
  delay 100
  ipx ipxwan 50 B020 R3
  ipx nlsp 1 enable
  fair-queue 64 32 0
 !
 !
 ipx router nlsp
  area-address A000 FF00
 !
 !
 ipx router nlsp 1
  area-address B000 FF00
 !
 
 4001#sh run
 !
 interface Loopback0
  no ip address
  no ip directed-broadcast
  ipx network DAAF
 !
 interface Serial1
  bandwidth 1
  ip address 192.168.3.2 255.255.255.0
  no ip directed-broadcast
  delay 100
  ipx ipxwan 60 B020 R4
  ipx nlsp 1 enable
  fair-queue 64 256 0
  clockrate 64000
 !
 ipx router nlsp 1
  area-address B000 FF00
 **
 A-4002#sh ipx nlsp nei
 NLSP Level-1 Neighbors: Tag Identifier = notag
 
 System Id  Interface   State  Holdtime  Priority
  Cir Adj  Circuit Id
 3602   Se0 Up 540   
  --  --   03
 A-4002#sh ipx nlsp nei det
 NLSP Level-1 Neighbors: Tag Identifier = notag
 
 System Id  Interface   State  Holdtime  Priority
  Cir Adj  Circuit Id
 3602   Se0 Up 510   
  --  --   03
   IPX Address: 300...0001
   IPX Areas:  A000/FF00
   Uptime: 00:25:09
 
 A-4002#sh ipx nlsp database detail
 NLSP Level-1 Link State Database: Tag Identifier =
 notag
 LSPID LSP Seq Num  LSP Checksum  LSP
 Holdtime  ATT/P/OL
 3601.00-000x0007   0x8540   
 6829  0/0/0
   IPX Area Address: A000 FF00
   IPX Mgmt Info 200...0001  Ver 1  Name 3601
   Metric: 45 Lnk 3602.00MTU 1500  Dly
 15124  Thru 60K  Generic
 WAN
   Metric: 45 Lnk 3601.02MTU 1500  Dly
 14924  Thru 60K  Generic
 WAN
 3601.02-000x0005   0x0CCA   
 6830  0/0/0
   IPX Mgmt Info B020...  Ver 1  Name
 Serial0/4
   Metric: 0  Lnk 3601.00MTU 0  Dly 0 
 Thru 0K  Generic WAN
   Metric: 1  IPX Ext 100  Ticks 12
   Metric: 1  IPX Ext DAAF  Ticks 11
 A-4002.00-00* 0x0003   0x9457   
 5935  0/0/0
   IPX Area Address: A000 FF00
   IPX Mgmt Info 400...0001  Ver 1  Name
 A-4002
   Metric: 45 Lnk 3602.00MTU 1500  Dly
 15124  Thru 60K  Generic
 WAN
   Metric: 6  Lnk A-4002.02  MTU 1514  Dly
 5000  Thru 3705032K
 Generic L
 AN
 A-4002.02-00* 0x0001   0x32D7   
 5886  0/0/0
   IPX Mgmt Info DAAD..0cf1.571a  Ver 1  Name
 Loopback0
   Metric: 0  Lnk A-4002.00  MTU 0  Dly 0 
 Thru 0K  Generic LAN
 A-4002.03-00* 0x0001   

RE: help on Nlsp [7:7580] clarification [7:7634]

2001-06-07 Thread No Data

NLSP is multi-area I meant to say that it doesnt have
the different levels of areas like IS-IS like
originally intended.

I would first try something like this.
On r1
ipx internal-network 100
ipx routing
on the interface
ipx ipxwan 0 unnumbered r1
ipx nlsp enable

on r2
ipx internal-network 200
ipx routing
on both interfaces
ipx ipxwan 0 unnumbered r2
ipx nlsp enable

etc., etc.

After you verify that you can ipx ping across you will
know that nlsp is working fine (when you enable nlsp
on an interface IPX RIP is turned off), then try
summarizing the networks and stuff.

Ben, CCNP

--- Dar  wrote:
 hummm thanks for your advise, actually i couldnt
 find any material on
 configuration of Nlsp at all so i was trying to
 configure it by hit and
 trial method. Its not IP thats why couldnt get it
 working.
 
 I read somewhere in cisco documentation that you
 need to configure ipxwan if
 you want to run nlsp on your wan link. I am not sure
 about two things, one
 is TAG and the other is unnumbered in ipxwan
 command. Can you kindly tell me
 something about these?
 
 Thanks again
 
 Regards,
 Dar
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of
 No Data
 Sent: Thursday, June 07, 2001 11:54 PM
 To: [EMAIL PROTECTED]
 Subject: Re: help on Nlsp [7:7580]
 
 
 First, you dont need ipxwan to connect two routers
 together, you only need it if you need to talk to a
 Novell server on the other end of a WAN link (as in
 that server is also routing).  You can just use 'ipx
 network #' (no encapsulation to worry about) on
 those
 links.
 
 Second, when connecting two routers with ipxwan you
 dont need 'ipx nlsp enable' on the interface.  If
 you
 are connecting to a Novell box the necessity of that
 command depends on the Novell configuration.
 
 Third, try 'ipx ipxwan 0 unnumbered 'routername''
 instead of specifying the local node and network
 number.  The '0' above designates to use the global
 local node id.  Im pretty sure this refers to your
 internal ipx network and since you have one internal
 you would be safe using this.  I would recommend
 unnumbered as really that is what ipxwan was
 designed
 for (between two Novell boxes there is no ipx
 network
 number).
 
 Ben, CCNP
 
 --- Dar  wrote:
  hi,
  Guyzz i am having problem with Nlsp. Can u look at
  my configs and let me
  know wots wrong with it.
 
  Thanks
 
 
 
 
  4001-3601-3602-4002
 
 
 
  A-4002#sh run
  ipx routing .0cf1.571a
  ipx internal-network 400
  !
  interface Loopback0
   ip address 128.103.35.97 255.255.255.240
   no ip directed-broadcast
   ipx network DAAD
  !
  interface Serial0
   ip address 128.103.35.34 255.255.255.240
   no ip directed-broadcast
   ipx ipxwan 10 A010 R1
   ipx nlsp enable
   no fair-queue
  !
  ipx router nlsp
   area-address A000 FF00
 
  3602#sh run
  !
  ipx routing 0002.b934.b791
  ipx internal-network 300
  !
  interface Serial0/3
   bandwidth 256
   ip address 172.16.1.2 255.255.255.0
   no ip directed-broadcast
   no ip mroute-cache
   ipx ipxwan 30 A020 R2
   ipx nlsp enable
   fair-queue 64 32 0
   no cdp enable
  !
  interface Serial0/5
   bandwidth 1544
   ip address 128.103.35.33 255.255.255.240
   no ip directed-broadcast
   no ip mroute-cache
   delay 2000
   ipx ipxwan 20 A010 R2
   ipx nlsp enable
   fair-queue 64 32 0
   no ignore-hw local-loopback
   clockrate 64000
  !
  !
  ipx router nlsp
   area-address A000 FF00
 
 
  3601#sh run
  !
  ipx routing .0c8a.a695
  ipx internal-network 200
  !
  interface Serial0/3
   ip address 172.16.1.1 255.255.255.0
   no ip directed-broadcast
   no ip mroute-cache
   ipx ipxwan 40 A020 R3
   ipx nlsp enable
   no ignore-hw local-loopback
   clockrate 64000
  !
  interface Serial0/4
   bandwidth 1
   ip address 192.168.3.1 255.255.255.0
   no ip directed-broadcast
   no ip mroute-cache
   delay 100
   ipx ipxwan 50 B020 R3
   ipx nlsp 1 enable
   fair-queue 64 32 0
  !
  !
  ipx router nlsp
   area-address A000 FF00
  !
  !
  ipx router nlsp 1
   area-address B000 FF00
  !
 
  4001#sh run
  !
  interface Loopback0
   no ip address
   no ip directed-broadcast
   ipx network DAAF
  !
  interface Serial1
   bandwidth 1
   ip address 192.168.3.2 255.255.255.0
   no ip directed-broadcast
   delay 100
   ipx ipxwan 60 B020 R4
   ipx nlsp 1 enable
   fair-queue 64 256 0
   clockrate 64000
  !
  ipx router nlsp 1
   area-address B000 FF00
  **
  A-4002#sh ipx nlsp nei
  NLSP Level-1 Neighbors: Tag Identifier = notag
 
  System Id  Interface   State  Holdtime 
 Priority
   Cir Adj  Circuit Id
  3602   Se0 Up 540
   --  --   03
  A-4002#sh ipx nlsp nei det
  NLSP Level-1 Neighbors: Tag Identifier = notag
 
  System Id  Interface   State  Holdtime 
 Priority
   Cir Adj  Circuit Id
  3602   Se0 Up 510
   --  --   03
IPX Address