Difference between revisions of "OSPF challange lab feb 2009"

From Teknologisk videncenter
Jump to: navigation, search
(R4)
(R1)
 
(17 intermediate revisions by 7 users not shown)
Line 1: Line 1:
 
[[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
 
<pre>Current configuration&nbsp;: 1292 bytes
 
!
 
!
Line 19: Line 19:
 
no aaa new-model
 
no aaa new-model
 
ip cef
 
ip cef
!
 
!
 
!
 
!
 
!
 
 
!
 
!
 
voice-card 0
 
voice-card 0
!
 
!
 
!
 
!
 
!
 
!
 
!
 
!
 
!
 
!
 
!
 
!
 
!
 
!
 
!
 
!
 
!
 
!
 
!
 
!
 
 
!
 
!
 
interface Loopback0
 
interface Loopback0
Line 78: Line 53:
 
router ospf 1
 
router ospf 1
 
  log-adjacency-changes
 
  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
 
  network 172.16.100.0 0.0.0.3 area 0
 
  default-information originate
 
  default-information originate
!
 
!
 
 
!
 
!
 
ip http server
 
ip http server
 
no ip http secure-server
 
no ip http secure-server
 
ip nat inside source list 10 interface FastEthernet0/0 overload
 
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 172.0.0.0 0.31.255.255
 
access-list 10 permit 192.168.0.0 0.0.31.255
 
access-list 10 permit 192.168.0.0 0.0.31.255
access-list 10 permit 172.0.0.0 0.255.255.255
 
!
 
!
 
!
 
 
!
 
!
 
control-plane
 
control-plane
!
 
!
 
!
 
!
 
!
 
!
 
!
 
!
 
 
!
 
!
 
line con 0
 
line con 0
Line 196: Line 159:
  
 
</pre>
 
</pre>
 +
[[User:Anank5|Anank5]] 13:10, 11 February 2009 (UTC)
  
 
== R3  ==
 
== R3  ==
Line 309: Line 273:
  
 
</pre>
 
</pre>
 +
 +
[[User:Mdp|Mdp]] 13:15, 11 February 2009 (UTC)
  
 
== R4  ==
 
== R4  ==
 +
<pre>
  
 
hostname R4
 
hostname R4
Line 325: Line 292:
 
ip subnet-zero
 
ip subnet-zero
 
ip cef
 
ip cef
!
 
!
 
 
!
 
!
 
ip audit po max-events 100
 
ip audit po max-events 100
!
 
!
 
!
 
!
 
!
 
!
 
!
 
!
 
!
 
!
 
!
 
!
 
!
 
!
 
!
 
!
 
!
 
!
 
!
 
 
!
 
!
 
interface Loopback0
 
interface Loopback0
Line 380: Line 326:
 
!
 
!
 
router eigrp 65000
 
router eigrp 65000
 +
network 10.0.0.2 0.0.0.0
 
  network 172.16.100.8 0.0.0.3
 
  network 172.16.100.8 0.0.0.3
 
  network 172.20.0.0
 
  network 172.20.0.0
Line 386: Line 333:
 
  network 172.23.0.0
 
  network 172.23.0.0
 
  no auto-summary
 
  no auto-summary
 +
 
!
 
!
 
ip classless
 
ip classless
Line 391: Line 339:
 
ip http server
 
ip http server
 
no ip http secure-server
 
no ip http secure-server
 +
!
 +
 +
line con 0
 +
password cisco
 +
login
 +
line aux 0
 +
line vty 0 4
 +
password cisco
 +
login
 +
!
 +
!
 +
end
 +
 +
</pre>
 +
 +
== R5 - Thomas Pedersen  ==
 +
 +
<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-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 402: Line 469:
 
!
 
!
 
line con 0
 
line con 0
password cisco
 
login
 
 
line aux 0
 
line aux 0
 
line vty 0 4
 
line vty 0 4
Line 409: Line 474:
 
  login
 
  login
 
!
 
!
!
+
scheduler allocate 20000 1000
end
+
end  
 
+
</pre>
== R5 - Thomas Pedersen ==
 
 
 
R5#show run<br>Building configuration...
 
 
 
Current configuration&nbsp;: 1344 bytes<br>!<br>! Last configuration change at 12:47:51 UTC Wed Feb 11 2009<br>! NVRAM config last updated at 12:47:56 UTC Wed Feb 11 2009<br>!<br>version 12.4<br>service timestamps debug datetime msec<br>service timestamps log datetime msec<br>no service password-encryption<br>!<br>hostname R5<br>!<br>boot-start-marker<br>boot-end-marker<br>!<br>enable secret 5 $1$oyKU$qDJ3sZTBjuDtxEBL0xm5M.<br>enable password cisco<br>!<br>no aaa new-model<br>!<br>resource policy<br>!<br>ip cef<br>!<br>no ip domain lookup<br>!<br>voice-card 0<br>!<br>interface Loopback0<br>ip address 10.0.0.5 255.255.255.255<br>!<br>interface Loopback1<br>no ip address<br>!<br>interface FastEthernet0/0<br>no ip address<br>speed auto<br>half-duplex<br>no mop enabled<br>!<br>interface FastEthernet0/1<br>no ip address<br>shutdown<br>duplex auto<br>speed auto<br>!<br>interface Serial0/3/0<br>ip address 172.16.100.14 255.255.255.252<br>!<br>interface Serial0/3/1<br>ip address 172.16.100.17 255.255.255.252<br>clock rate 128000<br>!<br>router ospf 1<br>router-id 10.0.0.5<br>log-adjacency-changes<br>area 11 range 192.168.0.0 255.255.0.0<br>area 51 virtual-link 10.0.0.6<br>network 10.0.0.5 0.0.0.0 area 51<br>network 172.16.100.12 0.0.0.3 area 51<br>network 172.16.100.16 0.0.0.3 area 11<br>!<br>ip http server<br>no ip http secure-server<br>!<br>control-plane<br>!<br>line con 0<br>line aux 0<br>line vty 0 4<br>password cisco<br>login<br>!<br>scheduler allocate 20000 1000<br>end
 
  
 
== R6  ==
 
== R6  ==
  
router ospf 1  
+
<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
 +
!
 +
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 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.16.0 0.0.0.255 area 11
 
  network 192.168.17.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.18.0 0.0.0.255 area 11
 
  network 192.168.19.0 0.0.0.255 area 11
 
  network 192.168.19.0 0.0.0.255 area 11
area 11 range 192.168.0.0 255.255.0.0
+
!
 
+
ip classless
interface Loopback 0
+
!
 
+
ip http server
ip address 10.0.0.4 255.255.255.255
+
no ip http secure-server
 
+
!
interface Loopback 1
+
!
 
+
!
ip address 192.168.16.1 255.255.255.0
+
line con 0
 
+
line aux 0
interface Loopback 2
+
line vty 0 4
 
+
  password cisco
  ip address 192.168.17.1 255.255.255.0
+
  login
 
+
!
interface Loopback 3
+
!
 
+
end
  ip address 192.168.18.1 255.255.255.0
+
</pre>
 
+
[[User:Bjeff|Bjeff]] 13:12, 11 February 2009 (UTC)
interface Loopback 4
 
 
 
ip address 192.168.19.1 255.255.255.0
 
 
 
[[User:Bjeff|Bjeff]] 12:55, 11 February 2009 (UTC)  
 
 
 
[[Category:CCNP]] [[Category:IOS]]
 

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)