From: Carlos A. Silva (carlos@xxxxxxxxxxx)
Date: Thu Mar 14 2002 - 22:16:24 GMT-3
   
that was it!
thanks, man.
in case someone is interested here are the highlights:
r1
=========================
R5#sh runn
Building configuration...
Current configuration:
!
! Last configuration change at 19:21:49 UTC Fri Mar 15 2002
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname R5
!
enable password cisco
ipx routing 0000.0000.0005
ipx internal-network 55
!
interface Loopback0
 ip address 192.168.5.1 255.255.255.0
 no ip directed-broadcast
 ip pim sparse-mode
 ip ospf network point-to-point
 ipx network 5
!
!
interface Tunnel0
 no ip address
 no ip directed-broadcast
 ipx ipxwan 0 unnumbered R5
 ipx nlsp enable
 tunnel source Serial1.1
 tunnel destination 192.168.0.1
interface Serial0
 no ip address
 no ip directed-broadcast
 no ip mroute-cache
 shutdown
!
interface Serial1
 no ip address
 no ip directed-broadcast
 encapsulation frame-relay
 ip ospf authentication
 ip ospf authentication-key cisco
 ip ospf priority 10
 logging event subif-link-status
 logging event dlci-status-change
 clockrate 2000000
!
interface Serial1.1 multipoint
 ip address 192.168.0.5 255.255.255.248
 no ip directed-broadcast
 ip pim nbma-mode
 ip pim sparse-mode
 ip ospf network point-to-multipoint
 frame-relay interface-dlci 102
 frame-relay interface-dlci 103
!
ipx router nlsp
 area-address 0 0
!
!
ipx router rip
 no network 5
 no network 55
R5#sh ipx nlsp n
NLSP Level-1 Neighbors: Tag Identifier = notag
System Id      Interface   State  Holdtime  Priority  Cir Adj  Circuit Id
R1             Tu0         Up     56        0         --  --   03
R5#sh ipx route
Codes: C - Connected primary network,    c - Connected secondary network
       S - Static, F - Floating static, L - Local (internal), W - IPXWAN
       R - RIP, E - EIGRP, N - NLSP, X - External, A - Aggregate
       s - seconds, u - uses, U - Per-user static
7 Total IPX routes. Up to 1 parallel paths and 16 hops allowed.
No default route known.
L         55 is the internal network
C          5 (UNKNOWN),       Lo0
N          1 [27][01/01] via       11.0000.0000.0001,  262s, Tu0
N          7 [47][02/02] via       11.0000.0000.0001,  263s, Tu0
N         11 [27][02/01] via       11.0000.0000.0001,  263s, Tu0
N         20 [27][01/01] via       11.0000.0000.0001,  263s, Tu0
N         77 [47][03/02] via       11.0000.0000.0001,  263s, Tu0
R5#
the other router is mirror image.
> -----Original Message-----
> From: C. Warren [mailto:chwarren@cox.net]
> Sent: Thursday, March 14, 2002 2:51 PM
> To: 'Carlos A. Silva'
> Subject: RE: [nlsp over wan-multipoint]
>
>
> Try it with ipxwan on the tunnel
>
> > -----Original Message-----
> > From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On
> > Behalf Of Carlos A. Silva
> > Sent: Thursday, March 14, 2002 5:55 PM
> > To: ccielab@groupstudy.com
> > Subject: [nlsp over wan-multipoint]
> >
> >
> > hi, all:
> >
> > a while ago there was a thread about configuring a gre tunnel
> > to be able to run nlsp over a multipoint interface. i was
> > reviewing the suggested solution to this problem on my
> > friend's lab and was not able to make it work. mind you, i
> > did try the archives and tried the same setup with rip (that
> > one worked), so i was wondering if someone here can tell me
> > what to tweak to get this thingy to work.
> >
> > my configs are below:
> > r1
> > ========================================
> >
> > hostname R1
> > !
> > (snip)
> > ipx routing 0000.0000.0001
> > ipx internal-network 11
> > !
> > (snip)
> > interface Loopback0
> >  ip address 192.168.1.1 255.255.255.0
> >  no ip directed-broadcast
> >  ipx network 1
> > !
> > (snip)
> > interface Tunnel0
> >  no ip address
> >  no ip directed-broadcast
> >  ipx network 21
> >  ipx nlsp enable
> >  tunnel source Serial0
> >  tunnel destination 192.168.0.5
> > !
> > interface Serial0
> >  ip address 192.168.0.1 255.255.255.248
> >  no ip directed-broadcast
> >  ip pim sparse-mode
> >  encapsulation frame-relay
> >  ip ospf authentication-key cisco
> >  ip ospf network point-to-multipoint
> >  ip ospf priority 0
> >  no ip mroute-cache
> >  logging event subif-link-status
> >  logging event dlci-status-change
> >  frame-relay interface-dlci 201
> > !
> > (snip)
> > ipx router nlsp
> >  area-address 0 0
> > !
> > !
> > ipx router rip
> >  no network 20
> >  no network 1
> >  no network 11
> >  no network 21
> > !
> > see how the ethernet works just fine, but the tunnel doesn't:
> > R1#debug ipx nlsp adj NLSP Adjacency related packets
> > debugging is on R1#debug ipx nlsp ev
> > 02:51:58: NLSP-Adj: Rec L1 IIH from 0050.735d.8e11
> > (Ethernet0), cir type L1, cir id 0050.735D.8E01.01 (mc)
> > R1#debug ipx nlsp even IPX NLSP events debugging is on R1#
> > 02:52:05: NLSP-Adj: Sending serial IIH on Tunnel0
> > R1#
> > 02:52:07: NLSP-Adj: Rec L1 IIH from 0050.735d.8e11
> > (Ethernet0), cir type L1, cir id 0050.735D.8E01.01 (mc)
> > 02:52:07: NLSP-Adj: Sending L1 IIH on Ethernet0
> > R1#
> > 02:52:15: NLSP-Adj: Sending serial IIH on Tunnel0
> > 02:52:15: NLSP-Adj: Rec L1 IIH from 0050.735d.8e11
> > (Ethernet0), cir type L1, cir id 0050.735D.8E01.01 (mc) R1#
> >
> >
> >
> >
> >
> > r5
> > ==============================================
> >
> > hostname R5
> > !
> > (snip)
> > ip dvmrp route-limit 20000
> > ipx routing 0000.0000.0005
> > ipx internal-network 55
> > !
> > (snip)
> > !
> > interface Loopback0
> >  ip address 192.168.5.1 255.255.255.0
> >  no ip directed-broadcast
> >  ip pim sparse-mode
> >  ip ospf network point-to-point
> >  ipx network 5
> > !
> > (snip)
> > !
> > interface Tunnel0
> >  no ip address
> >  no ip directed-broadcast
> >  ipx network 21
> >  ipx nlsp enable
> >  tunnel source Serial1.1
> >  tunnel destination 192.168.0.1
> > !
> > (snip)
> > !
> > interface Serial1
> >  no ip address
> >  no ip directed-broadcast
> >  encapsulation frame-relay
> >  ip ospf authentication
> >  ip ospf authentication-key cisco
> >  ip ospf priority 10
> >  logging event subif-link-status
> >  logging event dlci-status-change
> >  clockrate 2000000
> > !
> > interface Serial1.1 multipoint
> >  ip address 192.168.0.5 255.255.255.248
> >  no ip directed-broadcast
> >  ip pim nbma-mode
> >  ip pim sparse-mode
> >  ip ospf network point-to-multipoint
> >  frame-relay interface-dlci 102
> >  frame-relay interface-dlci 103
> > !
> > (snip)
> > !
> > !
> > ipx router nlsp
> >  area-address 0 0
> > !
> > !
> > ipx router rip
> >  no network 21
> >
> >
> > R5#sh ipx nlsp ne
> > NLSP Level-1 Neighbors: Tag Identifier = notag
> >
> > System Id      Interface   State  Holdtime  Priority  Cir Adj
> >  Circuit Id
> > R5#
> >
> >
> > see how this side sends hello's , but does not receive any.
> > 02:44:54: NLSP-Adj: old state INIT, new state INIT
> > 02:44:54: NLSP-Adj: Sending serial IIH on Tunnel0
> > 02:45:02: NLSP-Adj: Rec serial IIH from *Tunnel* (Tunnel0),
> > cir type L1, cir id 03
> > 02:45:02: NLSP-Adj: old state INIT, new state INIT
> > 02:45:03: NLSP-Adj: Sending serial IIH o        0
> >
> >
> >
> > does anybody have a sample config with show commands that
> > actually worked?
> >
> >
> > Carlos A. Silva                [tel]: 5281.8401.2191
> > Micronet de Mixico              http://mnet.com.mx
> >
> > "...sal del camino, toma la ruta..." - Cerati
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:57:09 GMT-3