Re: Basic NLSP problem... [7:30206]

2001-12-27 Thread Gregg Malcolm

One other issue to look at besides IPXWAN;  make sure that you use 'ipx nlsp
rip off' and 'ipx nlsp sap off'  on the serial int's to turn off  RIP/SAP
updates.  I would also configure IPX on local int's on each router just to
make troubleshooting easier.  Add them to ipx router rip with no network as
you have for the serial int.

""Scott Meeuwsen""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I seem to be having a problem with a very simple NLSP setup across an HDLC
> serial link.  For some reason I don't get any adjacencies no matter what I
> do.  Debugs are showing one of the routers not receiving the others NLSP
IIH
> packets.  Please let me know if you have any ideas...thx!
>
> -
>
> IOS Version: 12.1.9 Enterprise on both routers
>
> What works:
> -IP and IPX across the link (small pings, large pings, and anything else)
> -IP routing (any sort)
> -IPX RIP routing (haven't tried EIGRP yet)
>
> What I have tried:
> -New serial cable
> -Different serial ports on same routers
> -IPXWAN
> -encapsulation ppp
> -More precise area definitions
> -Different internal #'s
> -Power cycling routers
> -Different clock rates
>
> -
>
> Router 1:
>
> ipx routing ..0001
> ipx internal-network 10
> !
> interface Serial0
>  ip address 192.168.21.2 255.255.255.0
>  ipx network 12
>  ipx nlsp enable
>  no fair-queue
> !
> ipx router nlsp
>  area-address 0 0
>  log-adjacency-changes
> !
> ipx router rip
>  no network 12
>
> --
>
> Router 2:
>
> ipx routing ..0002
> ipx internal-network 20
> !
> interface Serial0
>  ip address 192.168.21.1 255.255.255.0
>  ipx network 12
>  ipx nlsp enable
>  no fair-queue
>  clockrate 64000
> !
> ipx router nlsp
>  area-address 0 0
>  log-adjacency-changes
> !
> ipx router rip
>  no network 12
>
> --
>
> Debug ipx nlsp adj on Router 1 (Repeats approx. every 10 seconds):
>
> 01:38:02: NLSP-Adj: Sending serial IIH on Serial0, length 36
>
> --
>
> Debug ipx nlsp adj on Router 2 (Repeats approx. every 10 seconds):
>
> 01:36:16: NLSP-Adj: Sending serial IIH on Serial0, length 36
> 01:36:17: NLSP-Adj: Rec serial IIH from *HDLC* (Serial0), cir type L1, cir
> id 03, length 36
> 01:36:17: NLSP-Adj: old state INIT, new state INIT




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=30230&t=30206
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Basic NLSP problem... [7:30206]

2001-12-27 Thread Brant Stevens

I may be wrong, but what is your IPX network encapsulation type?  I do not
remember what the default is...


- Original Message -
From: "Scott Meeuwsen" 
To: 
Sent: Thursday, December 27, 2001 12:55 PM
Subject: Basic NLSP problem... [7:30206]


> I seem to be having a problem with a very simple NLSP setup across an HDLC
> serial link.  For some reason I don't get any adjacencies no matter what I
> do.  Debugs are showing one of the routers not receiving the others NLSP
IIH
> packets.  Please let me know if you have any ideas...thx!
>
> -
>
> IOS Version: 12.1.9 Enterprise on both routers
>
> What works:
> -IP and IPX across the link (small pings, large pings, and anything else)
> -IP routing (any sort)
> -IPX RIP routing (haven't tried EIGRP yet)
>
> What I have tried:
> -New serial cable
> -Different serial ports on same routers
> -IPXWAN
> -encapsulation ppp
> -More precise area definitions
> -Different internal #'s
> -Power cycling routers
> -Different clock rates
>
> -
>
> Router 1:
>
> ipx routing ..0001
> ipx internal-network 10
> !
> interface Serial0
>  ip address 192.168.21.2 255.255.255.0
>  ipx network 12
>  ipx nlsp enable
>  no fair-queue
> !
> ipx router nlsp
>  area-address 0 0
>  log-adjacency-changes
> !
> ipx router rip
>  no network 12
>
> --
>
> Router 2:
>
> ipx routing ..0002
> ipx internal-network 20
> !
> interface Serial0
>  ip address 192.168.21.1 255.255.255.0
>  ipx network 12
>  ipx nlsp enable
>  no fair-queue
>  clockrate 64000
> !
> ipx router nlsp
>  area-address 0 0
>  log-adjacency-changes
> !
> ipx router rip
>  no network 12
>
> --
>
> Debug ipx nlsp adj on Router 1 (Repeats approx. every 10 seconds):
>
> 01:38:02: NLSP-Adj: Sending serial IIH on Serial0, length 36
>
> --
>
> Debug ipx nlsp adj on Router 2 (Repeats approx. every 10 seconds):
>
> 01:36:16: NLSP-Adj: Sending serial IIH on Serial0, length 36
> 01:36:17: NLSP-Adj: Rec serial IIH from *HDLC* (Serial0), cir type L1, cir
> id 03, length 36
> 01:36:17: NLSP-Adj: old state INIT, new state INIT




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=30227&t=30206
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Basic NLSP problem... [7:30206]

2001-12-27 Thread Priscilla Oppenheimer

At 01:56 PM 12/27/01, Brant Stevens wrote:
>I may be wrong, but what is your IPX network encapsulation type?

Encapsulation wouldn't be an issue on a serial link. It could be an issue 
on an Ethernet network since there are 4 possible encapsulations. But on 
his serial link, he's using HDLC encapsulation. There's no issue there.

My vote would be with the other answer we heard this morning. You need 
ipxwan on a serial interface.

Priscilla


>- Original Message -
>From: "Scott Meeuwsen"
>To:
>Sent: Thursday, December 27, 2001 12:55 PM
>Subject: Basic NLSP problem... [7:30206]
>
>
> > I seem to be having a problem with a very simple NLSP setup across an
HDLC
> > serial link.  For some reason I don't get any adjacencies no matter what
I
> > do.  Debugs are showing one of the routers not receiving the others NLSP
>IIH
> > packets.  Please let me know if you have any ideas...thx!
> >
> > -
> >
> > IOS Version: 12.1.9 Enterprise on both routers
> >
> > What works:
> > -IP and IPX across the link (small pings, large pings, and anything else)
> > -IP routing (any sort)
> > -IPX RIP routing (haven't tried EIGRP yet)
> >
> > What I have tried:
> > -New serial cable
> > -Different serial ports on same routers
> > -IPXWAN
> > -encapsulation ppp
> > -More precise area definitions
> > -Different internal #'s
> > -Power cycling routers
> > -Different clock rates
> >
> > -
> >
> > Router 1:
> >
> > ipx routing ..0001
> > ipx internal-network 10
> > !
> > interface Serial0
> >  ip address 192.168.21.2 255.255.255.0
> >  ipx network 12
> >  ipx nlsp enable
> >  no fair-queue
> > !
> > ipx router nlsp
> >  area-address 0 0
> >  log-adjacency-changes
> > !
> > ipx router rip
> >  no network 12
> >
> > --
> >
> > Router 2:
> >
> > ipx routing ..0002
> > ipx internal-network 20
> > !
> > interface Serial0
> >  ip address 192.168.21.1 255.255.255.0
> >  ipx network 12
> >  ipx nlsp enable
> >  no fair-queue
> >  clockrate 64000
> > !
> > ipx router nlsp
> >  area-address 0 0
> >  log-adjacency-changes
> > !
> > ipx router rip
> >  no network 12
> >
> > --
> >
> > Debug ipx nlsp adj on Router 1 (Repeats approx. every 10 seconds):
> >
> > 01:38:02: NLSP-Adj: Sending serial IIH on Serial0, length 36
> >
> > --
> >
> > Debug ipx nlsp adj on Router 2 (Repeats approx. every 10 seconds):
> >
> > 01:36:16: NLSP-Adj: Sending serial IIH on Serial0, length 36
> > 01:36:17: NLSP-Adj: Rec serial IIH from *HDLC* (Serial0), cir type L1,
cir
> > id 03, length 36
> > 01:36:17: NLSP-Adj: old state INIT, new state INIT


Priscilla Oppenheimer
http://www.priscilla.com




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=30226&t=30206
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Basic NLSP problem... [7:30206]

2001-12-27 Thread Brant Stevens

I may be wrong, but what is your IPX network encapsulation type?  I do not
remember what the default is...


- Original Message -
From: "Scott Meeuwsen" 
To: 
Sent: Thursday, December 27, 2001 12:55 PM
Subject: Basic NLSP problem... [7:30206]


> I seem to be having a problem with a very simple NLSP setup across an HDLC
> serial link.  For some reason I don't get any adjacencies no matter what I
> do.  Debugs are showing one of the routers not receiving the others NLSP
IIH
> packets.  Please let me know if you have any ideas...thx!
>
> -
>
> IOS Version: 12.1.9 Enterprise on both routers
>
> What works:
> -IP and IPX across the link (small pings, large pings, and anything else)
> -IP routing (any sort)
> -IPX RIP routing (haven't tried EIGRP yet)
>
> What I have tried:
> -New serial cable
> -Different serial ports on same routers
> -IPXWAN
> -encapsulation ppp
> -More precise area definitions
> -Different internal #'s
> -Power cycling routers
> -Different clock rates
>
> -
>
> Router 1:
>
> ipx routing ..0001
> ipx internal-network 10
> !
> interface Serial0
>  ip address 192.168.21.2 255.255.255.0
>  ipx network 12
>  ipx nlsp enable
>  no fair-queue
> !
> ipx router nlsp
>  area-address 0 0
>  log-adjacency-changes
> !
> ipx router rip
>  no network 12
>
> --
>
> Router 2:
>
> ipx routing ..0002
> ipx internal-network 20
> !
> interface Serial0
>  ip address 192.168.21.1 255.255.255.0
>  ipx network 12
>  ipx nlsp enable
>  no fair-queue
>  clockrate 64000
> !
> ipx router nlsp
>  area-address 0 0
>  log-adjacency-changes
> !
> ipx router rip
>  no network 12
>
> --
>
> Debug ipx nlsp adj on Router 1 (Repeats approx. every 10 seconds):
>
> 01:38:02: NLSP-Adj: Sending serial IIH on Serial0, length 36
>
> --
>
> Debug ipx nlsp adj on Router 2 (Repeats approx. every 10 seconds):
>
> 01:36:16: NLSP-Adj: Sending serial IIH on Serial0, length 36
> 01:36:17: NLSP-Adj: Rec serial IIH from *HDLC* (Serial0), cir type L1, cir
> id 03, length 36
> 01:36:17: NLSP-Adj: old state INIT, new state INIT




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=30222&t=30206
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Basic NLSP problem... [7:30206]

2001-12-27 Thread Brant Stevens

I may be wrong, but what is your IPX network encapsulation type?  I do not
remember what the default is...


- Original Message -
From: "Scott Meeuwsen" 
To: 
Sent: Thursday, December 27, 2001 12:55 PM
Subject: Basic NLSP problem... [7:30206]


> I seem to be having a problem with a very simple NLSP setup across an HDLC
> serial link.  For some reason I don't get any adjacencies no matter what I
> do.  Debugs are showing one of the routers not receiving the others NLSP
IIH
> packets.  Please let me know if you have any ideas...thx!
>
> -
>
> IOS Version: 12.1.9 Enterprise on both routers
>
> What works:
> -IP and IPX across the link (small pings, large pings, and anything else)
> -IP routing (any sort)
> -IPX RIP routing (haven't tried EIGRP yet)
>
> What I have tried:
> -New serial cable
> -Different serial ports on same routers
> -IPXWAN
> -encapsulation ppp
> -More precise area definitions
> -Different internal #'s
> -Power cycling routers
> -Different clock rates
>
> -
>
> Router 1:
>
> ipx routing ..0001
> ipx internal-network 10
> !
> interface Serial0
>  ip address 192.168.21.2 255.255.255.0
>  ipx network 12
>  ipx nlsp enable
>  no fair-queue
> !
> ipx router nlsp
>  area-address 0 0
>  log-adjacency-changes
> !
> ipx router rip
>  no network 12
>
> --
>
> Router 2:
>
> ipx routing ..0002
> ipx internal-network 20
> !
> interface Serial0
>  ip address 192.168.21.1 255.255.255.0
>  ipx network 12
>  ipx nlsp enable
>  no fair-queue
>  clockrate 64000
> !
> ipx router nlsp
>  area-address 0 0
>  log-adjacency-changes
> !
> ipx router rip
>  no network 12
>
> --
>
> Debug ipx nlsp adj on Router 1 (Repeats approx. every 10 seconds):
>
> 01:38:02: NLSP-Adj: Sending serial IIH on Serial0, length 36
>
> --
>
> Debug ipx nlsp adj on Router 2 (Repeats approx. every 10 seconds):
>
> 01:36:16: NLSP-Adj: Sending serial IIH on Serial0, length 36
> 01:36:17: NLSP-Adj: Rec serial IIH from *HDLC* (Serial0), cir type L1, cir
> id 03, length 36
> 01:36:17: NLSP-Adj: old state INIT, new state INIT




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=30216&t=30206
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Basic NLSP problem... [7:30206]

2001-12-27 Thread [EMAIL PROTECTED]

I may be wrong (probably am), but I thought you had to do a "ipxwan"
statement
for NLSP to work on a WAN link?

Mark

> I seem to be having a problem with a very simple NLSP setup across an HDLC
> serial link.  For some reason I don't get any adjacencies no matter what I
> do.  Debugs are showing one of the routers not receiving the others NLSP
IIH
> packets.  Please let me know if you have any ideas...thx!
> 
> -
> 
> IOS Version: 12.1.9 Enterprise on both routers
> 
> What works:
> -IP and IPX across the link (small pings, large pings, and anything else)
> -IP routing (any sort)
> -IPX RIP routing (haven't tried EIGRP yet)
> 
> What I have tried:
> -New serial cable
> -Different serial ports on same routers
> -IPXWAN
> -encapsulation ppp
> -More precise area definitions
> -Different internal #'s
> -Power cycling routers
> -Different clock rates
> 
> -
> 
> Router 1:
> 
> ipx routing ..0001
> ipx internal-network 10
> !
> interface Serial0
>  ip address 192.168.21.2 255.255.255.0
>  ipx network 12
>  ipx nlsp enable
>  no fair-queue
> !
> ipx router nlsp
>  area-address 0 0
>  log-adjacency-changes
> !
> ipx router rip
>  no network 12
> 
> --
> 
> Router 2:
> 
> ipx routing ..0002
> ipx internal-network 20
> !
> interface Serial0
>  ip address 192.168.21.1 255.255.255.0
>  ipx network 12
>  ipx nlsp enable
>  no fair-queue
>  clockrate 64000
> !
> ipx router nlsp
>  area-address 0 0
>  log-adjacency-changes
> !
> ipx router rip
>  no network 12
> 
> --
> 
> Debug ipx nlsp adj on Router 1 (Repeats approx. every 10 seconds):
> 
> 01:38:02: NLSP-Adj: Sending serial IIH on Serial0, length 36
> 
> --
> 
> Debug ipx nlsp adj on Router 2 (Repeats approx. every 10 seconds):
> 
> 01:36:16: NLSP-Adj: Sending serial IIH on Serial0, length 36
> 01:36:17: NLSP-Adj: Rec serial IIH from *HDLC* (Serial0), cir type L1, cir
> id 03, length 36
> 01:36:17: NLSP-Adj: old state INIT, new state INIT




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=30209&t=30206
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Basic NLSP problem... [7:30206]

2001-12-27 Thread Scott Meeuwsen

I seem to be having a problem with a very simple NLSP setup across an HDLC
serial link.  For some reason I don't get any adjacencies no matter what I
do.  Debugs are showing one of the routers not receiving the others NLSP IIH
packets.  Please let me know if you have any ideas...thx!

-

IOS Version: 12.1.9 Enterprise on both routers

What works:
-IP and IPX across the link (small pings, large pings, and anything else)
-IP routing (any sort)
-IPX RIP routing (haven't tried EIGRP yet)

What I have tried:
-New serial cable
-Different serial ports on same routers
-IPXWAN
-encapsulation ppp
-More precise area definitions
-Different internal #'s
-Power cycling routers
-Different clock rates

-

Router 1:

ipx routing ..0001
ipx internal-network 10
!
interface Serial0
 ip address 192.168.21.2 255.255.255.0
 ipx network 12
 ipx nlsp enable
 no fair-queue
!
ipx router nlsp
 area-address 0 0
 log-adjacency-changes
!
ipx router rip
 no network 12

--

Router 2:

ipx routing ..0002
ipx internal-network 20
!
interface Serial0
 ip address 192.168.21.1 255.255.255.0
 ipx network 12
 ipx nlsp enable
 no fair-queue
 clockrate 64000
!
ipx router nlsp
 area-address 0 0
 log-adjacency-changes
!
ipx router rip
 no network 12

--

Debug ipx nlsp adj on Router 1 (Repeats approx. every 10 seconds):

01:38:02: NLSP-Adj: Sending serial IIH on Serial0, length 36

--

Debug ipx nlsp adj on Router 2 (Repeats approx. every 10 seconds):

01:36:16: NLSP-Adj: Sending serial IIH on Serial0, length 36
01:36:17: NLSP-Adj: Rec serial IIH from *HDLC* (Serial0), cir type L1, cir
id 03, length 36
01:36:17: NLSP-Adj: old state INIT, new state INIT




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=30206&t=30206
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]