more correct config is
network 0.0.0.0 255.255.255.255 area X
because 255.255.255.255 is expected to be wildcard.
on new IOS(on most IOS), when you enter in router ospf
network 0.0.0.0 0.0.0.0 area X
it will be automagicaly converted, and saved in config as
network 0.0.0.0 255.255.255.255 area X
so no mistake here.
i'd recommend to lear some debug commands, such as debug ip ospf
packets and debug ip ospf hello. using this command check why
adjacencies are not forming.
On Fri, May 1, 2009 at 5:30 PM, Cisco Fanatic <ebay_products_at_hotmail.com> wrote:
> On R1 and R4 if you want all the interfaces in a particular area x, then you
> need to configure
>
> !
> router ospf 1
> B network 0.0.0.0 0.0.0.0 area x
> !
> Not, this
> !
>
> router ospf 1
>
> B network 0.0.0.0 255.255.255.255 area x
>
> !
>
> Or, if you want a specific interface then
> !
>
> router ospf 1
>
> B 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 ? B 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
>> B ip address 1.1.1.1 255.0.0.0
>> !
>> interface FastEthernet0/0
>> B no ip address
>> B duplex auto
>> B speed auto
>> !
>> interface Serial0/0
>> B no ip address
>> B no dce-terminal-timing-enable
>> !
>> interface Serial0/0.12
>> B ip address 131.1.12.1 255.255.255.0
>> B ip ospf message-digest-key 1 md5 Cisco12
>> !
>> interface FastEthernet0/1
>> B no ip address
>> B shutdown
>> B duplex auto
>> B speed auto
>> !
>> interface Serial0/1
>> B no ip address
>> B shutdown
>> B no dce-terminal-timing-enable
>> !
>> router ospf 1
>> B router-id 1.1.1.1
>> B log-adjacency-changes
>> B area 2 authentication message-digest
>> B 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
>> B exec-timeout 0 0
>> B logging synchronous
>> line aux 0
>> line vty 0 4
>> B 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
>> B ip address 2.2.2.2 255.0.0.0
>> !
>> interface FastEthernet0/0
>> B ip address 131.1.23.2 255.255.255.0
>> B duplex auto
>> B speed auto
>> !
>> interface Serial0/0
>> B no ip address
>> B no dce-terminal-timing-enable
>> !
>> interface Serial0/0.21
>> B ip address 131.1.12.2 255.255.255.0
>> B ip ospf message-digest-key 1 md5 Cisco12
>> !
>> interface FastEthernet0/1
>> B no ip address
>> B shutdown
>> B duplex auto
>> B speed auto
>> !
>> interface Serial0/1
>> B no ip address
>> B shutdown
>> B no dce-terminal-timing-enable
>> !
>> router ospf 1
>> B router-id 2.2.2.2
>> B log-adjacency-changes
>> B area 1 virtual-link 3.3.3.3
>> B area 2 authentication message-digest
>> B network 2.2.2.2 0.0.0.0 area 2
>> B network 22.2.2.2 0.0.0.0 area 1
>> B network 131.1.12.2 0.0.0.0 area 2
>> B 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
>> B exec-timeout 0 0
>> B 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
>> B ip address 3.3.3.3 255.0.0.0
>> !
>> interface FastEthernet0/0
>> B ip address 131.1.23.3 255.255.255.0
>> B duplex auto
>> B speed auto
>> !
>> interface Serial0/0
>> B no ip address
>> B no dce-terminal-timing-enable
>> !
>> interface Serial0/0.34
>> B ip address 131.1.34.3 255.255.255.0
>> !
>> interface FastEthernet0/1
>> B no ip address
>> B shutdown
>> B duplex auto
>> B speed auto
>> !
>> interface Serial0/1
>> B no ip address
>> B shutdown
>> B no dce-terminal-timing-enable
>> !
>> router ospf 1
>> B router-id 3.3.3.3
>> B log-adjacency-changes
>> B area 1 virtual-link 2.2.2.2
>> B network 3.3.3.3 0.0.0.0 area 1
>> B network 33.3.3.3 0.0.0.0 area 0
>> B network 131.1.23.3 0.0.0.0 area 1
>> B 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
>> B exec-timeout 0 0
>> B 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
>> B ip address 4.4.4.4 255.0.0.0
>> !
>> interface FastEthernet0/0
>> B no ip address
>> B shutdown
>> B duplex auto
>> B speed auto
>> !
>> interface Serial0/0
>> B no ip address
>> B no dce-terminal-timing-enable
>> !
>> interface Serial0/0.43
>> B ip address 131.1.34.3 255.255.255.0
>> !
>> interface FastEthernet0/1
>> B no ip address
>> B shutdown
>> B duplex auto
>> B speed auto
>> !
>> router ospf 1
>> B router-id 4.4.4.4
>> B log-adjacency-changes
>> B 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
>> B exec-timeout 0 0
>> B 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
>>
>>
>>
>>
>>
>>
>>
>
> _________________________________________________________________
> Windows Live B Hotmail.: more than just e-mail.
> http://windowslive.com/online/hotmail?ocid=TXT_TAGLM_WL_HM_more_042009
>
>
> 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
Received on Fri May 01 2009 - 17:37:25 ART
This archive was generated by hypermail 2.2.0 : Mon Jun 01 2009 - 07:04:41 ART