RE: pls help, easy ospf question

From: Cisco Fanatic <ebay_products_at_hotmail.com>
Date: Fri, 1 May 2009 07:30:45 -0700

On R1 and R4 if you want all the interfaces in a particular area x, then you
need to configure

!
router ospf 1
 network 0.0.0.0 0.0.0.0 area x
!
Not, this
!

router ospf 1

 network 0.0.0.0 255.255.255.255 area x

!

Or, if you want a specific interface then
!

router ospf 1

 network 1.2.3.4 0.0.0.0 area x

!

HTH,
-Yuri
> Date: Fri, 1 May 2009 09:23:55 -0500
> Subject: pls help, easy ospf question
> From: belletjetrekken_at_gmail.com
> To: ccielab_at_groupstudy.com
>
> 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
>
>
>
>
>
>
>
Received on Fri May 01 2009 - 07:30:45 ART

This archive was generated by hypermail 2.2.0 : Mon Jun 01 2009 - 07:04:41 ART