Re: static sap's..

From: Steven Weber (itweber@xxxxxxxxxxx)
Date: Wed Feb 21 2001 - 00:50:05 GMT-3


   
I'm able to ping the fr end but no routes show up on r5 for r3 or on r3 for r5
sh ipx servers stillcomes up empty on r5
I'm stuck
Steve
Chuck Larrieu wrote:

> Bad boy. You weren't supposed to use subinterfaces on R2, R3, or R5
>
> On R1, the no ipx split-horizon eigrp 1 is a possibility, given your
> configuration.
>
> When I did this one, I was using frame map statements, and had a frame map
> ipx [r5 ipx id] 105
>
> The sample solution does it your way, but with the split horizon disabled,
> as mentioned above.
>
> Chuck
>
> -----Original Message-----
> From: Steven Weber [mailto:itweber@netzero.net]
> Sent: Tuesday, February 20, 2001 7:09 PM
> To: Chuck Larrieu
> Cc: ccielab@groupstudy.com
> Subject: Re: static sap's..
>
> See what you can make of this pings aren't going across either.
> Thanks for your help,
> Steve
>
> r1#sh run
> Building configuration...
>
> Current configuration : 1655 bytes
> !
> version 12.1
> service timestamps debug uptime
> service timestamps log uptime
> no service password-encryption
> !
> hostname r1
> !
> enable password cisco
> !
> !
> !
> !
> !
> ip subnet-zero
> no ip finger
> no ip domain-lookup
> !
> ipx routing 0000.0c76.3faf
> cns event-service server
> !
> !
> !
> !
> !
> interface Loopback0
> ip address 137.20.1.33 255.255.255.240
> no ip route-cache
> no ip mroute-cache
> ipx network 11
> !
> interface Loopback1
> ip address 137.20.1.17 255.255.255.240
> no ip route-cache
> no ip mroute-cache
> ipx network 12
> !
> interface Loopback10
> ip address 1.1.1.101 255.0.0.0
> no ip route-cache
> no ip mroute-cache
> !
> interface Ethernet0
> ip address 137.20.10.1 255.255.255.0
> no ip route-cache
> no ip mroute-cache
> no keepalive
> ipx network 10
> !
> interface Serial0
> no ip address
> encapsulation frame-relay
> no ip route-cache
> no ip mroute-cache
> !
> interface Serial0.1 point-to-point
> ip address 137.20.100.2 255.255.255.0
> no ip route-cache
> no ip mroute-cache
> ipx network 102
> frame-relay interface-dlci 102
> !
> interface Serial0.2 multipoint
> ip address 137.20.101.1 255.255.255.0
> no ip route-cache
> no ip mroute-cache
> ipx network 1235
> frame-relay interface-dlci 103
> frame-relay interface-dlci 105
> !
> interface Serial1
> no ip address
> no ip route-cache
> no ip mroute-cache
> shutdown
> !
> interface TokenRing0
> no ip address
> no ip route-cache
> no ip mroute-cache
> shutdown
> !
> ip classless
> no ip http server
> !
> !
> !
> !
> ipx router eigrp 1
> network 1235
> network 102
> !
> !
> !
> tftp-server flash c2500-ainr-l_112-18_P.bin
> !
> line con 0
> exec-timeout 0 0
> password san-fran
> logging synchronous
> transport input none
> line aux 0
> password cisco
> line vty 0 4
> password cisco
> login
> !
> end
>
> r1#
> Current configuration:
> !
> version 11.2
> no service password-encryption
> no service udp-small-servers
> no service tcp-small-servers
> !
> hostname r5
> !
> !
> no ip domain-lookup
> ipx routing 0010.7b36.630e
> !
> interface Ethernet0
> ip address 137.20.50.1 255.255.255.0
> no logging event subif-link-status
> ipx network 567
> !
> interface Serial0
> no ip address
> encapsulation frame-relay
> no logging event subif-link-status
> --More--
> %LINK-5-CHANGED: Interface Serial1, changed state to administratively down
> %LINK-3-UPDOWN: Interface Serial0, changed state to up
> %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0, changed state to up
> %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0, changed state to
> down
> %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0, changed state to up
> !
> interface Serial0.1 point-to-point
> ip address 137.20.101.5 255.255.255.0
> ip ospf network broadcast
> ipx network 1235
> frame-relay interface-dlci 501
> !
> interface Serial1
> no ip address
> no logging event subif-link-status
> shutdown
> !
> interface BRI0
> no ip address
> no logging event subif-link-status
> shutdown
> !
> router eigrp 1
> redistribute ospf 1 metric 1544 10 255 1 1500
> passive-interface Serial0
> network 137.20.0.0
> !
> router ospf 1
> summary-address 10.1.0.0 255.255.0.0
> redistribute eigrp 1 metric-type 1 subnets
> network 137.20.101.0 0.0.0.255 area 0
> distribute-list 1 out
> !
> no ip classless
> access-list 1 deny 192.168.1.0 0.0.254.255
> access-list 1 permit any
> access-list 1000 deny FFFFFFFF 7
> access-list 1000 permit FFFFFFFF 0
> !
> !
> ipx router eigrp 1
> network 1235
> !
> !
> !
> tftp-server flash c2500-ainr-l_112-18_P.bin
> !
> line con 0
> exec-timeout 0 0
> logging synchronous
> line aux 0
> password cisco
> line vty 0 4
> password cisco
> login
> !
> end
>
> r5#
>
> Chuck Larrieu wrote:
>
> > If you supply some configs - specifically R1 and R5, we can probably help.
> >
> > FYI I completed this lab ( bootcamp lab 3 ) yesterday and had no issues
> with
> > the static SAPs, other than a filtering problem that took a couple of
> > minutes research to clear. If all your IPX routes are showing up
> everywhere,
> > then these SAPs should also. My wild guess is that you don't have IPX /
> > EIGRPO configured properly on the r1-r5 link.
> >
> > Chuck
> >
> > -----Original Message-----
> > From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
> > Steven Weber
> > Sent: Tuesday, February 20, 2001 4:50 PM
> > To: ccielab@groupstudy.com
> > Subject: static sap's..
> >
> > R1 is the hub r2,r3,r5 are spokes. I've configured static sap's on r3.
> > r1, r2, r3 come up with listings in sh ipx serv but r5 comes up
> > blank.Any suggestions why.
> > Thanks,
> > Steve
> >



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