Difference between revisions of "OSPF challange lab feb 2009"

From Teknologisk videncenter
Jump to: navigation, search
(Router R1)
(R4)
Line 311: Line 311:
  
 
== R4  ==
 
== 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 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 - Thomas Pedersen ==

Revision as of 15:08, 11 February 2009

OSPF Challenge network

Router 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 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
!
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 172.0.0.0 0.255.255.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


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

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 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 : 1344 bytes
!
! Last configuration change at 12:47:51 UTC Wed Feb 11 2009
! NVRAM config last updated at 12:47:56 UTC Wed Feb 11 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
!
no ip domain lookup
!
voice-card 0
!
interface Loopback0
ip address 10.0.0.5 255.255.255.255
!
interface Loopback1
no ip address
!
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.0.0 255.255.0.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

router ospf 1

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
area 11 range 192.168.0.0 255.255.0.0

interface Loopback 0

ip address 10.0.0.4 255.255.255.255

interface Loopback 1

ip address 192.168.16.1 255.255.255.0

interface Loopback 2

ip address 192.168.17.1 255.255.255.0

interface Loopback 3

ip address 192.168.18.1 255.255.255.0

interface Loopback 4

ip address 192.168.19.1 255.255.255.0

Bjeff 12:55, 11 February 2009 (UTC)