! R_Outer_Core_1 Configuration TASK 2.1 ! from playingwithnetworks.com ! version 12.3 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname R_Outer_Core_1 ! boot-start-marker boot-end-marker ! ! no aaa new-model ip subnet-zero ! ! no ip domain lookup ip domain name Task2.local ! ip cef ip audit po max-events 100 ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface Loopback0 description ### Loop 0 for MGMT ### ip address 10.99.99.2 255.255.255.255 ! interface FastEthernet0/0 no ip address shutdown duplex auto speed auto ! interface FastEthernet0/1 no ip address shutdown duplex auto speed auto ! interface FastEthernet1/0 description ### Link to R_Inner_Core ### ip address 10.0.0.2 255.255.255.252 speed 100 full-duplex ! interface FastEthernet2/0 description ### inter Link to R_Outer_Core_2 ### ip address 10.0.0.9 255.255.255.252 speed 100 full-duplex ! router ospf 100 router-id 10.99.99.2 log-adjacency-changes redistribute connected subnets redistribute static subnets passive-interface Loopback0 network 10.0.0.0 0.0.0.3 area 0 network 10.0.0.8 0.0.0.3 area 0 network 10.99.99.2 0.0.0.0 area 0 ! ip http server no ip http secure-server ip classless ! ! ! ! ! ! ! ! ! ! ! ! line con 0 line aux 0 line vty 0 4 ! ntp server 10.99.99.1 prefer ! end