IPX Eigrp with static SAP

From: Louis Krucker (lkrucker@xxxxxxxxxxxxxx)
Date: Sun Mar 24 2002 - 13:15:12 GMT-3


   
Hi folks

I have following topology.

                                           wg1r3
                                  --
                                           | |
                                            --
                                     * ptmp *
                                         S1/0
             wg1r2 * * wg1r4
              -- --
             | | ----------Ethernet------------| |
              -- --

I create 2 static saps on wg1r4, the saps are advertised by ipx eigrp to
wg1r3
but r3 dont advertide it to wg1r2 does somebody know wy?
Split-horizon is disabled.

One other problem, i dont receive saps over the ethernet link on wg1r2....

Thaks for your help

Louis

wg1r3#sh run
Building configuration...

Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname wg1r3
!
logging buffered 4096 debugging
!
username wg1r5 password 0 cisco
username sunrise password 0 freesurf
ip subnet-zero
no ip domain-lookup
ipx routing 0000.0000.0003
isdn switch-type basic-net3
!
interface Ethernet0/0
 description VLAN A (100)
 ip address 129.45.80.49 255.255.255.252
 no ip directed-broadcast
 ipx network 2F
!
interface Serial0/0
 no ip address
 no ip directed-broadcast
!
interface BRI0/0
 description ISDN Access 6172
 ip address 129.45.80.97 255.255.255.248
 no ip directed-broadcast
 encapsulation ppp
 dialer idle-timeout 2000
 dialer map ip 129.45.80.10 name wg1r5 broadcast 6173
 dialer map ipx B.0000.0000.0005 name wg1r5 broadcast 6173
 dialer-group 1
 ipx network B
 isdn switch-type basic-net3
 ppp authentication chap pap callin
!

!
interface Serial1/0
 description Link to R2 , R4
 bandwidth 128
 ip address 129.45.80.25 255.255.255.248
 no ip directed-broadcast
 encapsulation frame-relay
 ip ospf message-digest-key 1 md5 cisco
 ip ospf network non-broadcast
 ip ospf priority 255
 logging event subif-link-status
 logging event dlci-status-change
 ipx network C
 no ipx split-horizon eigrp 1
 frame-relay map ipx C.0000.0000.0002 120 broadcast
 frame-relay map ipx C.0000.0000.0004 140 broadcast
 frame-relay map ip 129.45.80.26 120 broadcast
 frame-relay map ip 129.45.80.27 140 broadcast
!
interface Serial1/0.150 point-to-point
 description Link to R5
 bandwidth 128
 ip address 129.45.80.65 255.255.255.248
 no ip directed-broadcast
 ipx network A
 frame-relay interface-dlci 150
!

router ospf 1
 router-id 129.45.80.1
 area 1 authentication message-digest
 area 3 stub no-summary
 redistribute igrp 1 metric 5000 subnets
 network 129.45.80.24 0.0.0.7 area 1
 network 129.45.80.48 0.0.0.3 area 3
 neighbor 129.45.80.27 priority 1
 neighbor 129.45.80.26 priority 1
!
router igrp 1
 timers basic 5 15 25 50 200
 redistribute ospf 1 metric 128 2000 200 200 1500
 passive-interface Ethernet0/0
 passive-interface Serial1/0
 network 129.45.0.0
!
ip classless
!
!
!
!
ipx router eigrp 1
 network C
 network B
 network A
 network 2F
 log-neighbor-changes
!
!
!
!

wg1r4>en
wg1r4#sh ipx ser
Codes: S - Static, P - Periodic, E - EIGRP, N - NLSP, H - Holddown, + =
detail
U - Per-user static
1 Total IPX Servers

Table ordering is based on routing and server info

   Type Name Net Address Port Route Hops
Itf
S 4 server E2.00c0.c769.2081:0451 conn 1
To0/0
wg1r4#
wg1r4#
wg1r4#
wg1r4#
wg1r4#
wg1r4#
wg1r4#sh run
Building configuration...

Current configuration : 1804 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname wg1r4
!
!
ip subnet-zero
!
!
no ip domain-lookup
!
ipx routing 0000.0000.0004

interface Ethernet0/0
 ip address 129.45.80.34 255.255.255.248
 half-duplex
 ipx network F
 standby timers 1 2
 standby preempt
 standby 1 ip 129.45.80.35
 standby 1 timers 1 3
 standby 1 priority 150
 standby 1 preempt
!
interface Serial0/0
 bandwidth 128
 ip address 129.45.80.27 255.255.255.248
 encapsulation frame-relay
 ip ospf message-digest-key 1 md5 cisco
 no ip mroute-cache
 logging event subif-link-status
 logging event dlci-status-change
 ipx network C
 frame-relay map ipx C.0000.0000.0002 40 broadcast
 frame-relay map ipx C.0000.0000.0003 40 broadcast
 frame-relay map ip 129.45.80.25 40 broadcast
 frame-relay map ip 129.45.80.26 40 broadcast
 frame-relay lmi-type cisco
!
interface TokenRing0/0
 ip address 129.45.80.41 255.255.255.248
 ipx network E2
 ring-speed 16
!
router eigrp 1
 network 129.45.80.40 0.0.0.7
 no auto-summary
 no eigrp log-neighbor-changes
!
router ospf 1
 router-id 129.45.80.27
 log-adjacency-changes
 area 1 authentication message-digest
 network 129.45.80.24 0.0.0.7 area 1
 network 129.45.80.32 0.0.0.7 area 0
 neighbor 129.45.80.25 priority 255
!
router bgp 5
 no synchronization
 bgp log-neighbor-changes
 neighbor 129.45.80.33 remote-as 5
 no auto-summary
!
ip classless
ip http server
ip pim bidir-enable
!
!
!
!
ipx router eigrp 1
 network F
 network E2
 network C
 log-neighbor-changes
!
!
ipx sap 4 server E2.00c0.c769.2081 451 1
!
!

wg1r2#sh ipx ser
wg1r2#
wg1r2#
wg1r2#
wg1r2#sh run
Building configuration...

Current configuration : 2493 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname wg1r2
!
boot system flash:2:c3640-js-mz.122-7b.bin
logging buffered 4096 debugging
!
username all
memory-size iomem 25
ip subnet-zero
!
!
no ip domain-lookup
!
ipx routing 0000.0000.0002

partition flash 2 16 16
!

!
interface Ethernet0/1
 description VLAN B (101)
 ip address 129.45.80.1 255.255.255.248
 half-duplex
 ipx network D
!
interface Ethernet2/0
 description Link to R4 area 0
 ip address 129.45.80.33 255.255.255.248
 half-duplex
 ipx network F
 standby timers 1 2
 standby 1 ip 129.45.80.35
 standby 1 timers 1 3
 standby 1 priority 120
 standby 1 preempt
!
interface Serial2/0
 ip address 129.45.80.26 255.255.255.248
 encapsulation frame-relay
 ip ospf message-digest-key 1 md5 cisco
 ip ospf network non-broadcast
 ipx network C
 frame-relay map ipx C.0000.0000.0003 20 broadcast
 frame-relay map ipx C.0000.0000.0004 20 broadcast
 frame-relay map ip 129.45.80.25 20 broadcast
 frame-relay map ip 129.45.80.27 20 broadcast
!

!
interface Serial2/1
 bandwidth 128
 ip address 129.45.80.57 255.255.255.248
 ipx network E
 clockrate 125000
!
router eigrp 1
 redistribute ospf 1 metric 128 2000 200 200 1500
 network 129.45.80.40 0.0.0.7
 network 129.45.80.56 0.0.0.3
 distance eigrp 200 200
 no auto-summary
 eigrp log-neighbor-changes
!
router ospf 1
 router-id 129.45.80.26
 log-adjacency-changes
 area 1 authentication message-digest
 redistribute eigrp 1 metric 5000 subnets
 network 129.45.80.0 0.0.0.7 area 2
 network 129.45.80.24 0.0.0.7 area 1
 network 129.45.80.32 0.0.0.7 area 0
 neighbor 129.45.80.25 priority 255
!
router bgp 5
 no synchronization
 bgp log-neighbor-changes
 neighbor 129.45.80.34 remote-as 5
 neighbor 129.45.80.34 route-reflector-client
 neighbor 129.45.80.66 remote-as 5
 no auto-summary
!
ip classless
no ip http server
ip pim bidir-enable
!
access-list 50 permit 129.45.80.25
!
!
!
ipx router eigrp 1
 network C
 network D
 network E
 network F
 log-neighbor-changes
!
!
no ipx router rip
!

wg1r2#



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