Difference between revisions of "OSPF challange lab feb 2009"

From Teknologisk videncenter
Jump to: navigation, search
(R1)
 
(28 intermediate revisions by 7 users not shown)
Line 1: Line 1:
[[Category:CCNP]][[Category:IOS]]
+
[[Image:EUC Challange lab januar 2009.png|thumb|none|800px|OSPF Challenge network]]  
[[Image:EUC Challange lab januar 2009.png|thumb|none|800px|OSPF Challenge network]]
+
[[category:Cisco]][[category:IOS]]
= Router R1 =
+
== R1  ==
 +
<pre>Current configuration&nbsp;: 1292 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
 +
!
 +
enable secret 5 $1$X3l9$nNalXd.jCTyPa8Zgl7GG8.
 +
enable password class
 +
!
 +
no aaa new-model
 +
ip cef
 +
!
 +
voice-card 0
 +
!
 +
interface Loopback0
 +
ip address 10.0.0.1 255.255.255.255
 +
!
 +
interface FastEthernet0/0
 +
ip address dhcp
 +
ip nat outside
 +
ip virtual-reassembly
 +
duplex auto
 +
speed auto
 +
!
 +
interface FastEthernet0/1
 +
ip address 172.16.100.1 255.255.255.252
 +
ip nat inside
 +
ip virtual-reassembly
 +
speed auto
 +
full-duplex
 +
no mop enabled
 +
!
 +
interface Serial0/2/0
 +
no ip address
 +
shutdown
 +
no fair-queue
 +
clock rate 125000
 +
!
 +
interface Serial0/2/1
 +
no ip address
 +
shutdown
 +
clock rate 125000
 +
!
 +
router ospf 1
 +
log-adjacency-changes
 +
network 10.0.0.1 0.0.0.0 area 0
 +
network 172.16.100.0 0.0.0.3 area 0
 +
default-information originate
 +
!
 +
ip http server
 +
no ip http secure-server
 +
ip nat inside source list 10 interface FastEthernet0/0 overload
 +
ip nat inside source static tcp 10.0.0.1 23 interface FastEthernet0/0 23
 +
!
 +
access-list 10 permit 172.0.0.0 0.31.255.255
 +
access-list 10 permit 192.168.0.0 0.0.31.255
 +
!
 +
control-plane
 +
!
 +
line con 0
 +
line aux 0
 +
line vty 0 4
 +
password cisco
 +
login
 +
!
 +
scheduler allocate 20000 1000
 +
end
 +
 
 +
</pre>
 +
[[User:Pederrs|Pederrs]] 12:57, 11 February 2009 (UTC)
 +
 
 +
<br>
 +
 
 +
== R2  ==
 +
<pre>Building configuration...
 +
 
 +
Current configuration&nbsp;: 1321 bytes
 +
!
 +
version 12.3
 +
service timestamps debug datetime msec
 +
service timestamps log datetime msec
 +
no service password-encryption
 +
!
 +
hostname R2
 +
!
 +
boot-start-marker
 +
boot-end-marker
 +
!
 +
enable secret 5 $1$NNsi$YOgdSeGtVshs5mMuSNRV60
 +
enable password cisco
 +
!
 +
memory-size iomem 10
 +
no network-clock-participate slot 1
 +
no network-clock-participate wic 0
 +
no aaa new-model
 +
ip subnet-zero
 +
ip cef
 +
!
 +
!
 +
ip audit po max-events 100
 +
!
 +
!
 +
interface Loopback0
 +
ip address 10.0.0.6 255.255.255.255
 +
!
 +
interface FastEthernet0/0
 +
no ip address
 +
speed auto
 +
half-duplex
 +
no mop enabled
 +
!
 +
interface Serial0/0
 +
ip address 172.16.100.5 255.255.255.252
 +
no fair-queue
 +
!
 +
interface FastEthernet0/1
 +
ip address 172.16.100.2 255.255.255.252
 +
duplex auto
 +
speed auto
 +
!
 +
interface Serial0/1
 +
ip address 172.16.100.13 255.255.255.252
 +
clock rate 128000
 +
!
 +
router ospf 1
 +
log-adjacency-changes
 +
area 3 nssa default-information-originate
 +
area 51 virtual-link 10.0.0.5
 +
network 10.0.0.6 0.0.0.0 area 51
 +
network 172.16.100.0 0.0.0.3 area 0
 +
network 172.16.100.4 0.0.0.3 area 3
 +
network 172.16.100.12 0.0.0.3 area 51
 +
!
 +
ip classless
 +
!
 +
ip http server
 +
no ip http secure-server
 +
!
 +
!
 +
!
 +
line con 0
 +
line aux 0
 +
line vty 0 4
 +
password cisco
 +
login
 +
!
 +
!
 +
end
 +
 
 +
 
 +
</pre>
 +
[[User:Anank5|Anank5]] 13:10, 11 February 2009 (UTC)
 +
 
 +
== R3  ==
  
 
<pre>
 
<pre>
 +
 +
R3#show running-config
 +
Building configuration...
 +
 +
Current configuration : 1247 bytes
 +
!
 +
version 12.3
 +
service timestamps debug datetime msec
 +
service timestamps log datetime msec
 +
no service password-encryption
 +
!
 +
hostname R3
 +
!
 +
boot-start-marker
 +
boot-end-marker
 +
!
 +
enable secret 5 $1$dn66$TRuIqQb/iTFSOc/T9hFzj1
 +
enable password class
 +
!
 +
memory-size iomem 10
 +
no network-clock-participate slot 1
 +
no network-clock-participate wic 0
 +
no aaa new-model
 +
ip subnet-zero
 +
ip cef
 +
!
 +
!
 +
!
 +
ip audit po max-events 100
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
interface FastEthernet0/0
 +
no ip address
 +
shutdown
 +
duplex auto
 +
speed auto
 +
!
 +
interface Serial0/0
 +
ip address 172.16.100.9 255.255.255.252
 +
!
 +
interface BRI0/0
 +
no ip address
 +
encapsulation hdlc
 +
shutdown
 +
!
 +
interface FastEthernet0/1
 +
no ip address
 +
shutdown
 +
duplex auto
 +
speed auto
 +
!
 +
interface Serial0/1
 +
ip address 172.16.100.6 255.255.255.252
 +
clock rate 128000
 +
!
 +
router eigrp 65000
 +
redistribute ospf 1 metric 1000 10 255 255 1500
 +
network 172.16.100.8 0.0.0.3
 +
no auto-summary
 +
!
 +
router ospf 1
 +
log-adjacency-changes
 +
area 3 nssa
 +
redistribute eigrp 65000 subnets
 +
network 172.16.100.4 0.0.0.3 area 3
 +
!
 +
ip classless
 +
ip route 80.90.100.0 255.255.255.0 172.16.100.5
 +
!
 +
ip http server
 +
no ip http secure-server
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
line con 0
 +
line aux 0
 +
line vty 0 4
 +
password cisco
 +
login
 +
!
 +
!
 +
end
  
 
</pre>
 
</pre>
  
[[User:Pederrs|Pederrs]] 12:57, 11 February 2009 (UTC)
+
[[User:Mdp|Mdp]] 13:15, 11 February 2009 (UTC)
  
==R2==
+
== R4  ==
 +
<pre>
  
 +
hostname R4
 +
!
 +
boot-start-marker
 +
boot-end-marker
 +
!
 +
enable secret 5 $1$fCkq$xckzQP/i1GdiakPpcPoCA.
 +
enable password cisco
 +
!
 +
no network-clock-participate slot 1
 +
no network-clock-participate wic 0
 +
no aaa new-model
 +
ip subnet-zero
 +
ip cef
 +
!
 +
ip audit po max-events 100
 +
!
 +
interface Loopback0
 +
ip address 10.0.0.5 255.255.255.255
 +
!
 +
interface Loopback1
 +
ip address 172.20.0.1 255.255.0.0
 +
!
 +
interface Loopback2
 +
ip address 172.21.0.1 255.255.0.0
 +
!
 +
interface Loopback3
 +
ip address 172.22.0.1 255.255.0.0
 +
!
 +
interface Loopback4
 +
ip address 172.23.0.1 255.255.0.0
 +
!
 +
interface FastEthernet0/0
 +
no ip address
 +
shutdown
 +
duplex auto
 +
speed auto
 +
!
 +
interface Serial0/0
 +
no ip address
 +
shutdown
 +
no fair-queue
 +
!
 +
interface Serial0/1
 +
ip address 172.16.100.10 255.255.255.252
 +
clock rate 800000
 +
!
 +
router eigrp 65000
 +
network 10.0.0.2 0.0.0.0
 +
network 172.16.100.8 0.0.0.3
 +
network 172.20.0.0
 +
network 172.21.0.0
 +
network 172.22.0.0
 +
network 172.23.0.0
 +
no auto-summary
  
 +
!
 +
ip classless
 +
!
 +
ip http server
 +
no ip http secure-server
 +
!
  
==R3==
+
line con 0
 +
password cisco
 +
login
 +
line aux 0
 +
line vty 0 4
 +
password cisco
 +
login
 +
!
 +
!
 +
end
  
==R4==
+
</pre>
  
==R5==
+
== R5 - Thomas Pedersen  ==
  
==R6==
+
<pre>
 +
R5#show run
 +
Building configuration...
  
 +
Current configuration : 1290 bytes
 +
!
 +
! Last configuration change at 09:48:18 UTC Fri Feb 13 2009
 +
! NVRAM config last updated at 09:11:40 UTC Fri Feb 13 2009
 +
!
 +
version 12.4
 +
service timestamps debug datetime msec
 +
service timestamps log datetime msec
 +
no service password-encryption
 +
!
 +
hostname R5
 +
!
 +
boot-start-marker
 +
boot-end-marker
 +
!
 +
enable secret 5 $1$oyKU$qDJ3sZTBjuDtxEBL0xm5M.
 +
enable password cisco
 +
!
 +
no aaa new-model
 +
!
 +
resource policy
 +
!
 +
ip cef
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
voice-card 0
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
interface Loopback0
 +
ip address 10.0.0.5 255.255.255.255
 +
!
 +
interface FastEthernet0/0
 +
no ip address
 +
speed auto
 +
half-duplex
 +
no mop enabled
 +
!
 +
interface FastEthernet0/1
 +
no ip address
 +
shutdown
 +
duplex auto
 +
speed auto
 +
!
 +
interface Serial0/3/0
 +
ip address 172.16.100.14 255.255.255.252
 +
!
 +
interface Serial0/3/1
 +
ip address 172.16.100.17 255.255.255.252
 +
clock rate 128000
 +
!
 
router ospf 1
 
router ospf 1
 +
router-id 10.0.0.5
 +
log-adjacency-changes
 +
area 11 range 192.168.16.0 255.255.252.0
 +
area 51 virtual-link 10.0.0.6
 +
network 10.0.0.5 0.0.0.0 area 51
 +
network 172.16.100.12 0.0.0.3 area 51
 
  network 172.16.100.16 0.0.0.3 area 11
 
  network 172.16.100.16 0.0.0.3 area 11
network 192.168.16.0 0.0.0.255 area 11
+
!
  network 192.168.17.0 0.0.0.255 area 11
+
!
  network 192.168.18.0 0.0.0.255 area 11
+
!
network 192.168.19.0 0.0.0.255 area 11
+
ip http server
  area 11 range 192.168.0.0 255.255.0.0
+
no ip http secure-server
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
control-plane
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
!
 +
line con 0
 +
line aux 0
 +
line vty 0 4
 +
  password cisco
 +
  login
 +
!
 +
scheduler allocate 20000 1000
 +
end
 +
</pre>
 +
 
 +
== R6 ==
  
interface Loopback 0
+
<pre>
 +
Current configuration : 1297 bytes
 +
!
 +
version 12.3
 +
service timestamps debug datetime msec
 +
service timestamps log datetime msec
 +
no service password-encryption
 +
!
 +
hostname R6
 +
!
 +
boot-start-marker
 +
boot-end-marker
 +
!
 +
enable secret 5 $1$OIn4$kEVMSJDcYdF8jYgKdjaqY1
 +
enable password cisco
 +
!
 +
memory-size iomem 10
 +
no network-clock-participate slot 1
 +
no network-clock-participate wic 0
 +
no aaa new-model
 +
ip subnet-zero
 +
ip cef
 +
!
 +
!
 +
!
 +
ip audit po max-events 100
 +
!
 +
!
 +
!
 +
!
 +
controller E1 1/0
 +
!
 +
!
 +
interface Loopback0
 
  ip address 10.0.0.4 255.255.255.255
 
  ip address 10.0.0.4 255.255.255.255
 
+
!
interface Loopback 1
+
interface Loopback1
 
  ip address 192.168.16.1 255.255.255.0
 
  ip address 192.168.16.1 255.255.255.0
 
+
ip ospf network point-to-point
interface Loopback 2
+
!
 +
interface Loopback2
 
  ip address 192.168.17.1 255.255.255.0
 
  ip address 192.168.17.1 255.255.255.0
 
+
ip ospf network point-to-point
interface Loopback 3
+
!
 +
interface Loopback3
 
  ip address 192.168.18.1 255.255.255.0
 
  ip address 192.168.18.1 255.255.255.0
 
+
ip ospf network point-to-point
interface Loopback 4
+
shutdown
 +
!
 +
interface Loopback4
 
  ip address 192.168.19.1 255.255.255.0
 
  ip address 192.168.19.1 255.255.255.0
 
+
ip ospf network point-to-point
[[User:Bjeff|Bjeff]] 12:55, 11 February 2009 (UTC)
+
!
 +
interface FastEthernet0/0
 +
no ip address
 +
shutdown
 +
duplex auto
 +
speed auto
 +
!
 +
interface Serial0/0
 +
ip address 172.16.100.18 255.255.255.252
 +
!
 +
router ospf 1
 +
log-adjacency-changes
 +
network 172.16.100.16 0.0.0.3 area 11
 +
network 10.0.0.4 0.0.0.0 area 11
 +
network 192.168.16.0 0.0.0.255 area 11
 +
network 192.168.17.0 0.0.0.255 area 11
 +
network 192.168.18.0 0.0.0.255 area 11
 +
network 192.168.19.0 0.0.0.255 area 11
 +
!
 +
ip classless
 +
!
 +
ip http server
 +
no ip http secure-server
 +
!
 +
!
 +
!
 +
line con 0
 +
line aux 0
 +
line vty 0 4
 +
password cisco
 +
login
 +
!
 +
!
 +
end
 +
</pre>
 +
[[User:Bjeff|Bjeff]] 13:12, 11 February 2009 (UTC)

Latest revision as of 12:36, 13 February 2009

OSPF Challenge network

R1

Current configuration : 1292 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
!
enable secret 5 $1$X3l9$nNalXd.jCTyPa8Zgl7GG8.
enable password class
!
no aaa new-model
ip cef
!
voice-card 0
!
interface Loopback0
 ip address 10.0.0.1 255.255.255.255
!
interface FastEthernet0/0
 ip address dhcp
 ip nat outside
 ip virtual-reassembly
 duplex auto
 speed auto
!
interface FastEthernet0/1
 ip address 172.16.100.1 255.255.255.252
 ip nat inside
 ip virtual-reassembly
 speed auto
 full-duplex
 no mop enabled
!
interface Serial0/2/0
 no ip address
 shutdown
 no fair-queue
 clock rate 125000
!
interface Serial0/2/1
 no ip address
 shutdown
 clock rate 125000
!
router ospf 1
 log-adjacency-changes
 network 10.0.0.1 0.0.0.0 area 0
 network 172.16.100.0 0.0.0.3 area 0
 default-information originate
!
ip http server
no ip http secure-server
ip nat inside source list 10 interface FastEthernet0/0 overload
ip nat inside source static tcp 10.0.0.1 23 interface FastEthernet0/0 23
!
access-list 10 permit 172.0.0.0 0.31.255.255
access-list 10 permit 192.168.0.0 0.0.31.255
!
control-plane
!
line con 0
line aux 0
line vty 0 4
 password cisco
 login
!
scheduler allocate 20000 1000
end

Pederrs 12:57, 11 February 2009 (UTC)


R2

Building configuration...

Current configuration : 1321 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R2
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$NNsi$YOgdSeGtVshs5mMuSNRV60
enable password cisco
!
memory-size iomem 10
no network-clock-participate slot 1
no network-clock-participate wic 0
no aaa new-model
ip subnet-zero
ip cef
!
!
ip audit po max-events 100
!
!
interface Loopback0
 ip address 10.0.0.6 255.255.255.255
!
interface FastEthernet0/0
 no ip address
 speed auto
 half-duplex
 no mop enabled
!
interface Serial0/0
 ip address 172.16.100.5 255.255.255.252
 no fair-queue
!
interface FastEthernet0/1
 ip address 172.16.100.2 255.255.255.252
 duplex auto
 speed auto
!
interface Serial0/1
 ip address 172.16.100.13 255.255.255.252
 clock rate 128000
!
router ospf 1
 log-adjacency-changes
 area 3 nssa default-information-originate
 area 51 virtual-link 10.0.0.5
 network 10.0.0.6 0.0.0.0 area 51
 network 172.16.100.0 0.0.0.3 area 0
 network 172.16.100.4 0.0.0.3 area 3
 network 172.16.100.12 0.0.0.3 area 51
!
ip classless
!
ip http server
no ip http secure-server
!
!
!
line con 0
line aux 0
line vty 0 4
 password cisco
 login
!
!
end


Anank5 13:10, 11 February 2009 (UTC)

R3


R3#show running-config
Building configuration...

Current configuration : 1247 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R3
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$dn66$TRuIqQb/iTFSOc/T9hFzj1
enable password class
!
memory-size iomem 10
no network-clock-participate slot 1
no network-clock-participate wic 0
no aaa new-model
ip subnet-zero
ip cef
!
!
!
ip audit po max-events 100
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial0/0
 ip address 172.16.100.9 255.255.255.252
!
interface BRI0/0
 no ip address
 encapsulation hdlc
 shutdown
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial0/1
 ip address 172.16.100.6 255.255.255.252
 clock rate 128000
!
router eigrp 65000
 redistribute ospf 1 metric 1000 10 255 255 1500
 network 172.16.100.8 0.0.0.3
 no auto-summary
!
router ospf 1
 log-adjacency-changes
 area 3 nssa
 redistribute eigrp 65000 subnets
 network 172.16.100.4 0.0.0.3 area 3
!
ip classless
ip route 80.90.100.0 255.255.255.0 172.16.100.5
!
ip http server
no ip http secure-server
!
!
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
 password cisco
 login
!
!
end

Mdp 13:15, 11 February 2009 (UTC)

R4


hostname R4
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$fCkq$xckzQP/i1GdiakPpcPoCA.
enable password cisco
!
no network-clock-participate slot 1
no network-clock-participate wic 0
no aaa new-model
ip subnet-zero
ip cef
!
ip audit po max-events 100
!
interface Loopback0
 ip address 10.0.0.5 255.255.255.255
!
interface Loopback1
 ip address 172.20.0.1 255.255.0.0
!
interface Loopback2
 ip address 172.21.0.1 255.255.0.0
!
interface Loopback3
 ip address 172.22.0.1 255.255.0.0
!
interface Loopback4
 ip address 172.23.0.1 255.255.0.0
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial0/0
 no ip address
 shutdown
 no fair-queue
!
interface Serial0/1
 ip address 172.16.100.10 255.255.255.252
 clock rate 800000
!
router eigrp 65000
 network 10.0.0.2 0.0.0.0
 network 172.16.100.8 0.0.0.3
 network 172.20.0.0
 network 172.21.0.0
 network 172.22.0.0
 network 172.23.0.0
 no auto-summary

!
ip classless
!
ip http server
no ip http secure-server
!

line con 0
 password cisco
 login
line aux 0
line vty 0 4
 password cisco
 login
!
!
end

R5 - Thomas Pedersen

R5#show run
Building configuration...

Current configuration : 1290 bytes
!
! Last configuration change at 09:48:18 UTC Fri Feb 13 2009
! NVRAM config last updated at 09:11:40 UTC Fri Feb 13 2009
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R5
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$oyKU$qDJ3sZTBjuDtxEBL0xm5M.
enable password cisco
!
no aaa new-model
!
resource policy
!
ip cef
!
!
!
!
!
!
!
voice-card 0
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Loopback0
 ip address 10.0.0.5 255.255.255.255
!
interface FastEthernet0/0
 no ip address
 speed auto
 half-duplex
 no mop enabled
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial0/3/0
 ip address 172.16.100.14 255.255.255.252
!
interface Serial0/3/1
 ip address 172.16.100.17 255.255.255.252
 clock rate 128000
!
router ospf 1
 router-id 10.0.0.5
 log-adjacency-changes
 area 11 range 192.168.16.0 255.255.252.0
 area 51 virtual-link 10.0.0.6
 network 10.0.0.5 0.0.0.0 area 51
 network 172.16.100.12 0.0.0.3 area 51
 network 172.16.100.16 0.0.0.3 area 11
!
!
!
ip http server
no ip http secure-server
!
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
 password cisco
 login
!
scheduler allocate 20000 1000
end 

R6

Current configuration : 1297 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R6
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$OIn4$kEVMSJDcYdF8jYgKdjaqY1
enable password cisco
!
memory-size iomem 10
no network-clock-participate slot 1
no network-clock-participate wic 0
no aaa new-model
ip subnet-zero
ip cef
!
!
!
ip audit po max-events 100
!
!
!
!
controller E1 1/0
!
!
interface Loopback0
 ip address 10.0.0.4 255.255.255.255
!
interface Loopback1
 ip address 192.168.16.1 255.255.255.0
 ip ospf network point-to-point
!
interface Loopback2
 ip address 192.168.17.1 255.255.255.0
 ip ospf network point-to-point
!
interface Loopback3
 ip address 192.168.18.1 255.255.255.0
 ip ospf network point-to-point
 shutdown
!
interface Loopback4
 ip address 192.168.19.1 255.255.255.0
 ip ospf network point-to-point
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial0/0
 ip address 172.16.100.18 255.255.255.252
!
router ospf 1
 log-adjacency-changes
 network 172.16.100.16 0.0.0.3 area 11
 network 10.0.0.4 0.0.0.0 area 11
 network 192.168.16.0 0.0.0.255 area 11
 network 192.168.17.0 0.0.0.255 area 11
 network 192.168.18.0 0.0.0.255 area 11
 network 192.168.19.0 0.0.0.255 area 11
!
ip classless
!
ip http server
no ip http secure-server
!
!
!
line con 0
line aux 0
line vty 0 4
 password cisco
 login
!
!
end

Bjeff 13:12, 11 February 2009 (UTC)