From: Jack Heney (jheneyccie@xxxxxxxxxxx)
Date: Sat Oct 21 2000 - 14:13:46 GMT-3
How did you disable split-horizon for IPX? I'm pretty sure that you can't
disable it for IPX RIP and SAP unless you are using EIGRP.
>From: "tom cheung" <tkc9789@hotmail.com>
>To: jheneyccie@hotmail.com, adixon@houston.omnes.slb.com,
>ccielab@groupstudy.com
>Subject: RE: ipx sap question
>Date: Sat, 21 Oct 2000 09:31:08 CDT
>
>Jack,
>YOu've got it right on the money! I defined the static saps pointing to
>networks behind r5. Split horiz prevents the saps from advertising out
>ethernet on r6. If I change the static saps to network behind r6, then the
>sap appears on r5. However, these non-advertised saps still don't get
>advertised back to r5 when split horz is disabled on r6's ethernet0.
>Do you have an explanation for this? Thanks.h
>
>
>>From: "Jack Heney" <jheneyccie@hotmail.com>
>>To: adixon@houston.omnes.slb.com, tkc9789@hotmail.com,
>>ccielab@groupstudy.com
>>Subject: RE: ipx sap question
>>Date: Sat, 21 Oct 2000 13:36:45 GMT
>>
>>Also, where are networks 400 and 701? SAPs do adhere to spilt-horizon, so
>>if R6 uses R5 to get to these networks, it won't advertise the SAPs to R5.
>>
>>
>>>From: "Aaron K. Dixon" <adixon@houston.omnes.slb.com>
>>>Reply-To: "Aaron K. Dixon" <adixon@houston.omnes.slb.com>
>>>To: "tom cheung" <tkc9789@hotmail.com>, <ccielab@groupstudy.com>
>>>Subject: RE: ipx sap question
>>>Date: Sat, 21 Oct 2000 02:37:05 -0500
>>>
>>>Does r5 have an ipx route to networks 400 and 701? If a route doesn't
>>>exist
>>>for a sap then the sap won't show up in the server list.
>>>
>>>Regards,
>>>Aaron K. Dixon
>>>
>>>-----Original Message-----
>>>From: nobody@groupstudy.com [mailto:nobody@groupstudy.com]On Behalf Of
>>>tom cheung
>>>Sent: Saturday, October 21, 2000 12:25 AM
>>>To: ccielab@groupstudy.com
>>>Subject: ipx sap question
>>>
>>>
>>>I have r5 and r6 connecting over ethernet and running, among other
>>>protocols, ipx eigrp. Couple of static saps are defined to r6 but are not
>>>showing up in r5. May be some of you can take a look at the partial
>>>configs
>>>and tell me what's wrong? Thanks,
>>>
>>>r6#sh run
>>>Building configuration...
>>>
>>>Current configuration:
>>>!
>>>version 11.3
>>>service timestamps debug uptime
>>>service timestamps log uptime
>>>no service password-encryption
>>>!
>>>hostname r6
>>>!
>>>enable secret 5 $1$IrPE$zC2j2EbN29sb/uSlUl0Md1
>>>!
>>>partition flash 2 8 8
>>>!
>>>no ip domain-lookup
>>>ip host r5 137.20.64.5
>>>ip host r8 137.20.86.1
>>>ip host r1 137.20.15.1
>>>ip host r4 137.20.200.18
>>>!
>>>decnet routing 5.6
>>>decnet node-type area
>>>!
>>>ipx routing 0006.0006.0006
>>>ipx internal-network 6666
>>>!
>>>!
>>>interface Loopback0
>>>ip address 137.20.60.1 255.255.240.0
>>>!
>>>interface Tunnel0
>>>no ip address
>>>ipx network 608
>>>ipx nlsp enable
>>>tunnel source Serial0
>>>tunnel destination 137.20.86.1
>>>!
>>>interface Ethernet0
>>>ip address 137.20.64.6 255.255.240.0
>>>no ip redirects
>>>decnet cost 1
>>>ipx network 695
>>>standby 1 timers 5 10
>>>standby 1 preempt
>>>standby 1 authentication cisco
>>>standby 1 ip 137.20.64.7
>>>!
>>>!
>>>router ospf 1
>>>redistribute connected subnets route-map direct-connect
>>>redistribute static metric 120 metric-type 1 subnets
>>>redistribute bgp 2
>>>network 137.20.64.0 0.0.0.255 area 0
>>>!
>>>router bgp 2
>>>neighbor 137.20.15.1 remote-as 2
>>>neighbor 137.20.86.1 remote-as 1
>>>neighbor 137.20.86.1 default-originate
>>>no auto-summary
>>>!
>>>ip classless
>>>ip route 137.20.82.0 255.255.255.0 137.20.86.1
>>>ip route 172.168.80.0 255.255.255.0 137.20.86.1
>>>!
>>>no logging buffered
>>>access-list 20 permit 172.168.70.0 0.0.0.255
>>>access-list 20 permit 172.168.80.0 0.0.0.255
>>>access-list 20 permit 137.20.82.0 0.0.0.255
>>>access-list 25 permit any
>>>!
>>>!
>>>!
>>>ipx router eigrp 1
>>>redistribute nlsp
>>>network 695
>>>!
>>>!
>>>ipx router nlsp
>>>area-address 0 0
>>>redistribute eigrp 1
>>>!
>>>!
>>>ipx router rip
>>>no network 608
>>>no network 695
>>>!
>>>!
>>>ipx sap 4 server 400.0001.0002.0003 451 1
>>>ipx sap 7 printer 701.0006.0006.0006 451 1
>>>!
>>>route-map bgp-ospf permit 10
>>>match ip address 20
>>>set metric 120
>>>set metric-type type-1
>>>!
>>>route-map ospf-bgp deny 10
>>>match ip address 20
>>>!
>>>route-map ospf-bgp permit 20
>>>!
>>>route-map direct-connect permit 10
>>>match ip address 6
>>>set metric-type type-1
>>>!
>>>!
>>>line con 0
>>>line aux 0
>>>line vty 0 4
>>>password cisco
>>>login
>>>!
>>>end
>>>
>>>r6#
>>>
>>>
>>>r6#sh ipx serv
>>>Codes: S - Static, P - Periodic, E - EIGRP, N - NLSP, H - Holddown, + =
>>>detail
>>>U - Per-user static
>>>2 Total IPX Servers
>>>
>>>Table ordering is based on routing and server info
>>>
>>> Type Name Net Address Port Route
>>>Hops
>>>Itf
>>>S 4 server 400.0001.0002.0003:0451 2221056/01 1
>>>Et0
>>>S 7 printer 701.0006.0006.0006:0451 269337600/02
>>>1
>>>Et0
>>>r6#
>>>
>>>
>>>r5#sh run
>>>Building configuration...
>>>
>>>Current configuration:
>>>!
>>>version 11.3
>>>service timestamps debug uptime
>>>service timestamps log uptime
>>>no service password-encryption
>>>!
>>>hostname r5
>>>!
>>>enable secret 5 $1$sE99$dd.5XW8bgSOXS2gsaYdpA/
>>>!
>>>partition flash 2 8 8
>>>!
>>>no ip domain-lookup
>>>!
>>>decnet routing 5.5
>>>decnet node-type area
>>>!
>>>ipx routing 0005.0005.0005
>>>ipx default-output-rip-delay 65
>>>ipx default-output-sap-delay 65
>>>frame-relay de-list 1 protocol ip list 110
>>>frame-relay de-list 1 protocol ip tcp telnet
>>>!
>>>!
>>>interface Loopback0
>>>ip address 137.20.240.1 255.255.240.0
>>>!
>>>interface Ethernet0
>>>ip address 137.20.64.5 255.255.240.0
>>>no ip redirects
>>>decnet cost 1
>>>ipx network 695
>>>standby 1 timers 5 10
>>>standby 1 priority 102
>>>standby 1 preempt
>>>standby 1 authentication cisco
>>>standby 1 ip 137.20.64.7
>>>!
>>>interface Serial0
>>>no ip address
>>>ip access-group 107 in
>>>encapsulation frame-relay
>>>ip ospf authentication-key cisco
>>>no ip mroute-cache
>>>keepalive 15
>>>!
>>>interface Serial0.1 point-to-point
>>>ip address 137.20.200.17 255.255.255.240
>>>ipx network 5004
>>>ipx type-20-propagation
>>>frame-relay interface-dlci 504
>>>!
>>>interface Serial0.2 multipoint
>>>ip address 137.20.100.34 255.255.255.224
>>>ip ospf network point-to-multipoint
>>>ipx network 5130frame-relay de-group 1 501
>>>frame-relay map ip 137.20.100.33 501 broadcast
>>>frame-relay map ip 137.20.100.35 503 broadcast
>>>!
>>>interface Serial1
>>>ip address 137.20.15.2 255.255.255.0
>>>decnet cost 10
>>>custom-queue-list 1
>>>clockrate 2000000
>>>bridge-group 1
>>>!
>>>interface BVI1
>>>no ip address
>>>ipx network 700
>>>!
>>>router ospf 1
>>>redistribute igrp 1 metric 100 metric-type 1 subnets
>>>network 137.20.0.0 0.0.240.255 area 0
>>>network 137.20.15.0 0.0.0.255 area 2
>>>network 137.20.100.32 0.0.0.31 area 1
>>>area 1 virtual-link 200.200.100.1
>>>area 1 virtual-link 137.20.33.33
>>>area 2 authentication message-digest
>>>!
>>>router igrp 1
>>>redistribute ospf 1 metric 200 1000 255 1 1500
>>>passive-interface Ethernet0
>>>passive-interface Serial0.2
>>>passive-interface Serial1
>>>network 137.20.0.0
>>>!
>>>ip classless
>>>!
>>>!
>>>!
>>>!
>>>ipx router eigrp 1
>>>network 695
>>>network 5004
>>>network 5130
>>>!
>>>!
>>>ipx router rip
>>>no network 695
>>>no network 5004
>>>no network 5130
>>>!
>>>!
>>>!
>>>snmp-server community secret RW 50
>>>snmp-server community public RO 51
>>>bridge irb
>>>bridge 1 protocol ieee
>>>bridge 1 route ip
>>>bridge 1 route ipx
>>>no bridge 1 bridge ip
>>>!
>>>line con 0
>>>line aux 0
>>>line vty 0 4
>>>password cisco
>>>login
>>>!
>>>end
>>>
>>>r5#
>>>
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:25:28 GMT-3