[nlsp over wan-multipoint]

From: Carlos A. Silva (carlos@xxxxxxxxxxx)
Date: Thu Mar 14 2002 - 20:54:45 GMT-3


   
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