! R_Inner_Core 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_Inner_Core ! 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.1 255.255.255.255 ! interface FastEthernet0/0 description ### Uplink R_Outer_Core_1 ### ip address 10.0.0.1 255.255.255.252 speed 100 full-duplex ! interface FastEthernet0/1 description ### Uplin R_Outer_Core_2 ### ip address 10.0.0.5 255.255.255.252 speed 100 full-duplex ! interface FastEthernet1/0 description ### Uplink to internetgateway PIX ### ip address 10.0.0.13 255.255.255.252 speed 100 full-duplex ! interface FastEthernet2/0 description ### Connection to Server Network ### ip address 172.16.0.5 255.255.255.0 speed 100 full-duplex ! router ospf 100 router-id 10.99.99.1 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.4 0.0.0.3 area 0 network 10.0.0.13 0.0.0.3 area 0 network 10.99.99.1 0.0.0.0 area 0 network 172.16.0.0 0.0.0.255 area 0 ! ip http server no ip http secure-server ip classless ! ! ! ! ! ! ! ! ! ! ! ! line con 0 line aux 0 line vty 0 4 ! ntp server 192.53.103.108 prefer ntp server 192.53.103.104 !