RE: IPX NLSP neighbors on frame-relay point-to-point subinterface s

From: Lupi, Guy (Guy.Lupi@xxxxxxxxxxxxx)
Date: Wed Mar 06 2002 - 19:23:10 GMT-3


   
Works ok for me, here is the config and a "sh ipx nlsp neighbor" from each
router. HTH.

R5

version 12.1
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r5
!
logging rate-limit console 10 except errors
!
ip subnet-zero
no ip finger
no ip domain-lookup
!
clns routing
ipx routing 0010.7b36.e1dd
ipx internal-network 5
cns event-service server
!
!
!
!
!
interface Ethernet0
 ip address 172.16.5.5 255.255.255.0
!
interface Serial0
 no ip address
 encapsulation frame-relay
!
interface Serial0.1 point-to-point
 ip address 5.1.5.5 255.255.255.0
 ip ospf authentication message-digest
 ip ospf message-digest-key 1 md5 cisco
 ipx network 51
 ipx nlsp enable
 no arp frame-relay
 frame-relay interface-dlci 151
!
interface Serial0.2 point-to-point
 ip address 5.2.5.5 255.255.255.0
 no arp frame-relay
 frame-relay interface-dlci 152
!
interface Serial0.3 point-to-point
 ip address 5.3.5.5 255.255.255.0
 no arp frame-relay
 frame-relay interface-dlci 153
!
interface Serial1
 ip address 192.168.1.1 255.255.255.0
!
router eigrp 1
 redistribute ospf 100 metric 1500 20000 128 128 1500
 network 172.16.5.0 0.0.0.255
 no auto-summary
 no eigrp log-neighbor-changes
!
router ospf 100
 log-adjacency-changes
 redistribute eigrp 1 subnets
 network 5.1.5.0 0.0.0.255 area 0
 network 5.2.5.0 0.0.0.255 area 0
 network 5.3.5.0 0.0.0.255 area 0
 default-information originate route-map default-generate
!
ip kerberos source-interface any
ip classless
no ip http server
!
access-list 1 permit 8.8.8.8
access-list 2 permit 172.16.5.8
route-map default-generate permit 10
 match ip address 1
 match ip next-hop 2
!
!
!
!
ipx router nlsp
 area-address 0 0
!
!
!
tftp-server flash:/c2500-jos56i-l.121-5.T10.bin
!
line con 0
 transport input none
line aux 0
line vty 0 4
 password cisco
 login
!
end

r5#sh ipx nlsp neigh
NLSP Level-1 Neighbors: Tag Identifier = notag
System Id Interface State Holdtime Priority Cir Adj Circuit Id
r1 Se0.1 Up 57 0 -- -- 02

r5#

R1

r1#sh run
Building configuration...

Current configuration : 1380 bytes
!
version 12.1
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r1
!
logging rate-limit console 10 except errors
!
username r4 password 0 cisco
ip subnet-zero
no ip finger
no ip domain-lookup
!
ip inspect name firewall tcp
clns routing
ipx routing 0010.7b80.e936
ipx internal-network 1
cns event-service server
!
!
!
!
!
interface Ethernet0
 no ip address
 shutdown
!
interface Ethernet1
 no ip address
 shutdown
!
interface Serial0
 no ip address
 encapsulation frame-relay
 frame-relay lmi-type cisco
!
interface Serial0.1 point-to-point
 ip address 5.1.5.1 255.255.255.0
 ip inspect firewall out
 ip ospf authentication message-digest
 ip ospf message-digest-key 1 md5 cisco
 ipx network 51
 ipx nlsp enable
 no arp frame-relay
 frame-relay interface-dlci 101
!
interface Serial1
 ip address 1.4.1.1 255.255.255.0
 ip access-group 101 out
 encapsulation ppp
 ppp authentication chap
 ppp chap hostname johnny
!
router ospf 100
 log-adjacency-changes
 area 14 stub no-summary
 network 1.4.1.0 0.0.0.255 area 14
 network 5.1.5.0 0.0.0.255 area 0
!
ip kerberos source-interface any
ip classless
ip http server
!
access-list 101 permit icmp host 5.1.5.5 host 1.4.1.4
!
!
!
ipx router nlsp
 area-address 0 0
!
!
!
!
line con 0
 transport input none
line aux 0
line vty 0 4
 login
!
end

r1#sh ipx nlsp neigh
NLSP Level-1 Neighbors: Tag Identifier = notag
System Id Interface State Holdtime Priority Cir Adj Circuit Id
r5 Se0.1 Up 47 0 -- -- 01

r1#

-----Original Message-----
From: Antonio Marfil [mailto:tony.marfil@networxcorp.com]
Sent: Wednesday, March 06, 2002 4:47 PM
To: ccielab@groupstudy.com
Subject: IPX NLSP neighbors on frame-relay point-to-point subinterfaces

Is is possible to establish an NLSP neighbor adjacency using frame-relay
point-to-point subinterfaces on both sides of a connection?

I'm using inverse arp and can 'ping ipx' both sides.

Still when i do a 'show ipx nlsp neigh' there is nothing.

Any help would be much appreciated.

Regards,
Tony



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:56:55 GMT-3