I thought you said you could not ping between R1 and R2. Is the interface
up/up between them? Are you using PPP or Frame-relay?
On Fri, May 1, 2009 at 2:01 PM, belletjetrekken
<belletjetrekken_at_gmail.com>wrote:
> what do i do now ?
>
> R1(config-subif)#frame-relay map ip 131.1.12.2 16
> Only frame-relay interface-dlci command should beused on point-to-point
> interfaces not frame-relay map
>
> On Fri, May 1, 2009 at 10:41 AM, Baik, Chan <Chan.Baik_at_viacom.com> wrote:
>
> > You need to configure something like this:
> >
> > interface serial s0/0
> > encap frame-relay
> >
> > interface serial s0/0.12
> > frame-relay map ip <ip addr of other side> <dlci>
> >
> > ------------------------------
> > *From:* belletjetrekken [mailto:belletjetrekken_at_gmail.com]
> > *Sent:* Friday, May 01, 2009 8:38 AM
> > *To:* Baik, Chan
> >
> > *Subject:* Re: pls help, easy ospf question
> >
> > frame-relay
> >
> > On Fri, May 1, 2009 at 10:31 AM, Baik, Chan <Chan.Baik_at_viacom.com>
> wrote:
> >
> >> Are you supposed to use frame-relay encapsulation on serial 0/0 or
> hdlc?
> >>
> >> ------------------------------
> >> *From:* belletjetrekken [mailto:belletjetrekken_at_gmail.com]
> >> *Sent:* Friday, May 01, 2009 8:28 AM
> >> *To:* Ryan West
> >> *Cc:* Abraham, Tharak; Baik, Chan; Cisco certification
> >>
> >> *Subject:* Re: pls help, easy ospf question
> >>
> >> here is some more layout info attached
> >>
> >> On Fri, May 1, 2009 at 10:23 AM, Ryan West <rwest_at_zyedge.com> wrote:
> >>
> >>> Can you ping 12.1, I don t see any hello s in that direction. Also,
> >>> can turn off the other debugs once you can ping and deb ip os adj ?
> >>>
> >>>
> >>>
> >>> -ryan
> >>>
> >>>
> >>>
> >>> *From:* belletjetrekken [mailto:belletjetrekken_at_gmail.com]
> >>> *Sent:* Friday, May 01, 2009 11:14 AM
> >>> *To:* Abraham, Tharak
> >>> *Cc:* Ryan West; Baik, Chan; Cisco certification
> >>>
> >>> *Subject:* Re: pls help, easy ospf question
> >>>
> >>>
> >>>
> >>>
> >>>
> >>> On Fri, May 1, 2009 at 10:08 AM, Abraham, Tharak <
> >>> tharakabraham_at_gmail.com> wrote:
> >>>
> >>> Were the adjacencies formed before turning on authentication?
> >>>
> >>> Could you disable the authentication and give a shot?
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>> On Fri, May 1, 2009 at 5:03 PM, Ryan West <rwest_at_zyedge.com> wrote:
> >>>
> >>> Post debugs.
> >>>
> >>>
> >>> -----Original Message-----
> >>> From: nobody_at_groupstudy.com [mailto:nobody_at_groupstudy.com] On Behalf
> Of
> >>> belletjetrekken
> >>> Sent: Friday, May 01, 2009 10:57 AM
> >>> To: Baik, Chan
> >>> Cc: Cisco certification
> >>> Subject: Re: pls help, easy ospf question
> >>>
> >>> i just turned enabled the serial interfaces..but still the routes are
> not
> >>> showing up
> >>>
> >>> On Fri, May 1, 2009 at 9:49 AM, Baik, Chan <Chan.Baik_at_viacom.com>
> wrote:
> >>>
> >>> > It looks like your serial interfaces are shut down.
> >>> >
> >>> > -----Original Message-----
> >>> > From: nobody_at_groupstudy.com [mailto:nobody_at_groupstudy.com] On Behalf
> >>> Of
> >>> > junk mail
> >>> > Sent: Friday, May 01, 2009 7:24 AM
> >>> > To: Cisco certification
> >>> > Subject: pls help, easy ospf question
> >>> >
> >>> > studying for my r & s, i configured 4 routers for ospf and for some
> >>> > reason R1's ospf routes are not showing up in the routing table, can
> >>> > somebody help me figure out why the routes are not showing up ? i
> >>> > attached sh run's here..
> >>> >
> >>> > thanks
> >>> >
> >>> > belletjetrekken
> >>> > R1#sh run
> >>> > Building configuration...
> >>> >
> >>> > Current configuration : 1838 bytes
> >>> > !
> >>> > version 12.4
> >>> > service timestamps debug datetime msec
> >>> > service timestamps log datetime msec
> >>> > no service password-encryption
> >>> > !
> >>> > hostname R1
> >>> > !
> >>> > boot-start-marker
> >>> > boot-end-marker
> >>> > !
> >>> > !
> >>> > no aaa new-model
> >>> > !
> >>> > resource policy
> >>> > !
> >>> > no network-clock-participate slot 1
> >>> > no network-clock-participate wic 0
> >>> > ip subnet-zero
> >>> > ip cef
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > no ip domain lookup
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > interface Loopback0
> >>> > ip address 1.1.1.1 255.0.0.0
> >>> > !
> >>> > interface FastEthernet0/0
> >>> > no ip address
> >>> > duplex auto
> >>> > speed auto
> >>> > !
> >>> > interface Serial0/0
> >>> > no ip address
> >>> > no dce-terminal-timing-enable
> >>> > !
> >>> > interface Serial0/0.12
> >>> > ip address 131.1.12.1 255.255.255.0
> >>> > ip ospf message-digest-key 1 md5 Cisco12 !
> >>> > interface FastEthernet0/1
> >>> > no ip address
> >>> > shutdown
> >>> > duplex auto
> >>> > speed auto
> >>> > !
> >>> > interface Serial0/1
> >>> > no ip address
> >>> > shutdown
> >>> > no dce-terminal-timing-enable
> >>> > !
> >>> > router ospf 1
> >>> > router-id 1.1.1.1
> >>> > log-adjacency-changes
> >>> > area 2 authentication message-digest
> >>> > network 0.0.0.0 255.255.255.255 area 2
> >>> > !
> >>> > ip classless
> >>> > !
> >>> > !
> >>> > no ip http server
> >>> > no ip http secure-server
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > control-plane
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > alias exec siib show ip int br
> >>> > alias exec scn show cdp neighbors
> >>> > alias exec scnd show cdp neighbors detail alias exec svb show vlan
> >>> brief
> >>> > alias exec svs show vtp stat alias exec sion show ip ospf nei alias
> >>> exec
> >>> > siond show ip ospf nei det alias exec siodr show ip ospf database
> >>> router
> >>> > alias exec sioi show ip ospf int alias exec sen show eigrp nei alias
> >>> > exec send show eigrp nei det alias exec ss show spanning-tree alias
> >>> exec
> >>> > sss show spanning-tree summary alias exec ssd show spanning-tree
> detail
> >>> > alias exec ssm show spanning-tree mst alias exec ssr show
> spanning-tree
> >>> > root alias exec ssb show spanning-tree blockedports alias exec sv
> show
> >>> > version alias exec sir show ip route !
> >>> > line con 0
> >>> > exec-timeout 0 0
> >>> > logging synchronous
> >>> > line aux 0
> >>> > line vty 0 4
> >>> > login
> >>> > !
> >>> > !
> >>> > end
> >>> >
> >>> > R1#
> >>> > R2#sh run
> >>> > Building configuration...
> >>> >
> >>> > Current configuration : 1974 bytes
> >>> > !
> >>> > version 12.4
> >>> > service timestamps debug datetime msec
> >>> > service timestamps log datetime msec
> >>> > no service password-encryption
> >>> > !
> >>> > hostname R2
> >>> > !
> >>> > boot-start-marker
> >>> > boot-end-marker
> >>> > !
> >>> > !
> >>> > no aaa new-model
> >>> > !
> >>> > resource policy
> >>> > !
> >>> > no network-clock-participate slot 1
> >>> > no network-clock-participate wic 0
> >>> > ip subnet-zero
> >>> > ip cef
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > no ip domain lookup
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > interface Loopback0
> >>> > ip address 2.2.2.2 255.0.0.0
> >>> > !
> >>> > interface FastEthernet0/0
> >>> > ip address 131.1.23.2 255.255.255.0
> >>> > duplex auto
> >>> > speed auto
> >>> > !
> >>> > interface Serial0/0
> >>> > no ip address
> >>> > no dce-terminal-timing-enable
> >>> > !
> >>> > interface Serial0/0.21
> >>> > ip address 131.1.12.2 255.255.255.0
> >>> > ip ospf message-digest-key 1 md5 Cisco12 !
> >>> > interface FastEthernet0/1
> >>> > no ip address
> >>> > shutdown
> >>> > duplex auto
> >>> > speed auto
> >>> > !
> >>> > interface Serial0/1
> >>> > no ip address
> >>> > shutdown
> >>> > no dce-terminal-timing-enable
> >>> > !
> >>> > router ospf 1
> >>> > router-id 2.2.2.2
> >>> > log-adjacency-changes
> >>> > area 1 virtual-link 3.3.3.3
> >>> > area 2 authentication message-digest
> >>> > network 2.2.2.2 0.0.0.0 area 2
> >>> > network 22.2.2.2 0.0.0.0 area 1
> >>> > network 131.1.12.2 0.0.0.0 area 2
> >>> > network 131.1.23.2 0.0.0.0 area 1
> >>> > !
> >>> > ip classless
> >>> > !
> >>> > !
> >>> > ip http server
> >>> > no ip http secure-server
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > control-plane
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > alias exec siib show ip int br
> >>> > alias exec scn show cdp neighbors
> >>> > alias exec scnd show cdp neighbors detail alias exec svb show vlan
> >>> brief
> >>> > alias exec svs show vtp stat alias exec sion show ip ospf nei alias
> >>> exec
> >>> > siond show ip ospf nei det alias exec siodr show ip ospf database
> >>> router
> >>> > alias exec sioi show ip ospf int alias exec sen show eigrp nei alias
> >>> > exec send show eigrp nei det alias exec ss show spanning-tree alias
> >>> exec
> >>> > sss show spanning-tree summary alias exec ssd show spanning-tree
> detail
> >>> > alias exec ssm show spanning-tree mst alias exec ssr show
> spanning-tree
> >>> > root alias exec ssb show spanning-tree blockedports alias exec sv
> show
> >>> > version alias exec sir show ip route !
> >>> > line con 0
> >>> > exec-timeout 0 0
> >>> > logging synchronous
> >>> > line aux 0
> >>> > line vty 0 4
> >>> > !
> >>> > !
> >>> > end
> >>> >
> >>> > R2#
> >>> > R3#sh run
> >>> > Building configuration...
> >>> >
> >>> > Current configuration : 1897 bytes
> >>> > !
> >>> > version 12.4
> >>> > service timestamps debug datetime msec
> >>> > service timestamps log datetime msec
> >>> > no service password-encryption
> >>> > !
> >>> > hostname R3
> >>> > !
> >>> > boot-start-marker
> >>> > boot-end-marker
> >>> > !
> >>> > !
> >>> > no aaa new-model
> >>> > !
> >>> > resource policy
> >>> > !
> >>> > no network-clock-participate slot 1
> >>> > no network-clock-participate wic 0
> >>> > ip subnet-zero
> >>> > ip cef
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > no ip domain lookup
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > interface Loopback0
> >>> > ip address 3.3.3.3 255.0.0.0
> >>> > !
> >>> > interface FastEthernet0/0
> >>> > ip address 131.1.23.3 255.255.255.0
> >>> > duplex auto
> >>> > speed auto
> >>> > !
> >>> > interface Serial0/0
> >>> > no ip address
> >>> > no dce-terminal-timing-enable
> >>> > !
> >>> > interface Serial0/0.34
> >>> > ip address 131.1.34.3 255.255.255.0
> >>> > !
> >>> > interface FastEthernet0/1
> >>> > no ip address
> >>> > shutdown
> >>> > duplex auto
> >>> > speed auto
> >>> > !
> >>> > interface Serial0/1
> >>> > no ip address
> >>> > shutdown
> >>> > no dce-terminal-timing-enable
> >>> > !
> >>> > router ospf 1
> >>> > router-id 3.3.3.3
> >>> > log-adjacency-changes
> >>> > area 1 virtual-link 2.2.2.2
> >>> > network 3.3.3.3 0.0.0.0 area 1
> >>> > network 33.3.3.3 0.0.0.0 area 0
> >>> > network 131.1.23.3 0.0.0.0 area 1
> >>> > network 131.1.34.3 0.0.0.0 area 0
> >>> > !
> >>> > ip classless
> >>> > !
> >>> > !
> >>> > no ip http server
> >>> > no ip http secure-server
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > control-plane
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > alias exec siib show ip int br
> >>> > alias exec scn show cdp neighbors
> >>> > alias exec scnd show cdp neighbors detail alias exec svb show vlan
> >>> brief
> >>> > alias exec svs show vtp stat alias exec sion show ip ospf nei alias
> >>> exec
> >>> > siond show ip ospf nei det alias exec siodr show ip ospf database
> >>> router
> >>> > alias exec sioi show ip ospf int alias exec sen show eigrp nei alias
> >>> > exec send show eigrp nei det alias exec ss show spanning-tree alias
> >>> exec
> >>> > sss show spanning-tree summary alias exec ssd show spanning-tree
> detail
> >>> > alias exec ssm show spanning-tree mst alias exec ssr show
> spanning-tree
> >>> > root alias exec ssb show spanning-tree blockedports alias exec sv
> show
> >>> > version alias exec sir show ip route !
> >>> > line con 0
> >>> > exec-timeout 0 0
> >>> > logging synchronous
> >>> > line aux 0
> >>> > line vty 0 4
> >>> > !
> >>> > !
> >>> > end
> >>> >
> >>> > R3#
> >>> > R4#sh run
> >>> > Building configuration...
> >>> >
> >>> > Current configuration : 1683 bytes
> >>> > !
> >>> > version 12.4
> >>> > service timestamps debug datetime msec
> >>> > service timestamps log datetime msec
> >>> > no service password-encryption
> >>> > !
> >>> > hostname R4
> >>> > !
> >>> > boot-start-marker
> >>> > boot-end-marker
> >>> > !
> >>> > !
> >>> > no aaa new-model
> >>> > !
> >>> > resource policy
> >>> > !
> >>> > no network-clock-participate slot 1
> >>> > no network-clock-participate wic 0
> >>> > ip subnet-zero
> >>> > ip cef
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > no ip domain lookup
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > interface Loopback0
> >>> > ip address 4.4.4.4 255.0.0.0
> >>> > !
> >>> > interface FastEthernet0/0
> >>> > no ip address
> >>> > shutdown
> >>> > duplex auto
> >>> > speed auto
> >>> > !
> >>> > interface Serial0/0
> >>> > no ip address
> >>> > no dce-terminal-timing-enable
> >>> > !
> >>> > interface Serial0/0.43
> >>> > ip address 131.1.34.3 255.255.255.0
> >>> > !
> >>> > interface FastEthernet0/1
> >>> > no ip address
> >>> > shutdown
> >>> > duplex auto
> >>> > speed auto
> >>> > !
> >>> > router ospf 1
> >>> > router-id 4.4.4.4
> >>> > log-adjacency-changes
> >>> > network 0.0.0.0 255.255.255.255 area 0
> >>> > !
> >>> > ip classless
> >>> > !
> >>> > !
> >>> > no ip http server
> >>> > no ip http secure-server
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > control-plane
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > !
> >>> > alias exec siib show ip int br
> >>> > alias exec scn show cdp neighbors
> >>> > alias exec scnd show cdp neighbors detail alias exec svb show vlan
> >>> brief
> >>> > alias exec svs show vtp stat alias exec sion show ip ospf nei alias
> >>> exec
> >>> > siond show ip ospf nei det alias exec siodr show ip ospf database
> >>> router
> >>> > alias exec sioi show ip ospf int alias exec sen show eigrp nei alias
> >>> > exec send show eigrp nei det alias exec ss show spanning-tree alias
> >>> exec
> >>> > sss show spanning-tree summary alias exec ssd show spanning-tree
> detail
> >>> > alias exec ssm show spanning-tree mst alias exec ssr show
> spanning-tree
> >>> > root alias exec ssb show spanning-tree blockedports alias exec sv
> show
> >>> > version alias exec sir show ip route !
> >>> > line con 0
> >>> > exec-timeout 0 0
> >>> > logging synchronous
> >>> > line aux 0
> >>> > line vty 0 4
> >>> > !
> >>> > !
> >>> > end
> >>> >
> >>> > R4#
> >>> >
> >>> >
> >>> > Blogs and organic groups at http://www.ccie.net
> >>> >
> >>> >
> _______________________________________________________________________
> >>> > Subscription information may be found at:
> >>> > http://www.groupstudy.com/list/CCIELab.html
> >>>
> >>>
> >>> Blogs and organic groups at http://www.ccie.net
> >>>
> >>> _______________________________________________________________________
> >>> Subscription information may be found at:
> >>> http://www.groupstudy.com/list/CCIELab.html
> >>>
> >>>
> >>> Blogs and organic groups at http://www.ccie.net
> >>>
> >>> _______________________________________________________________________
> >>> Subscription information may be found at:
> >>> http://www.groupstudy.com/list/CCIELab.html
>
>
> Blogs and organic groups at http://www.ccie.net
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
>
>
>
>
>
>
>
>
-- Bryan Bartik CCIE #23707, CCNP Sr. Support Engineer - IPexpert, Inc. URL: http://www.IPexpert.com Blogs and organic groups at http://www.ccie.netReceived on Fri May 01 2009 - 14:07:54 ART
This archive was generated by hypermail 2.2.0 : Mon Jun 01 2009 - 07:04:41 ART