R6 AS65200 - OSPF Area 0,1 - Config

Current configuration : 1714 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R6
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip source-route
!
!
!
!         
ip cef
no ipv6 traffic interface-statistics
no ipv6 cef
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
redundancy
! 
!
!
!
!
!
!
!         
!
interface Ethernet0/0
 description Backbone to R5
 ip address 172.16.0.2 255.255.255.252
!
interface Ethernet0/1
 description Backbone to R7
 ip address 10.0.0.1 255.255.255.252
!
interface Ethernet0/2
 description Uplink from SW1
 ip address 192.168.2.1 255.255.255.0
!
interface Ethernet0/3
 no ip address
 shutdown
!
interface Serial1/0
 no ip address
 shutdown
 no fair-queue
 serial restart-delay 0
!         
interface Serial1/1
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial1/2
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial1/3
 no ip address
 shutdown
 serial restart-delay 0
!
router ospf 100
 log-adjacency-changes
 network 10.0.0.1 0.0.0.0 area 0
 network 192.168.2.1 0.0.0.0 area 1
!
router bgp 65200
 no synchronization
 bgp log-neighbor-changes
 redistribute ospf 100 route-map LAN_Subnets
 neighbor 10.0.0.2 remote-as 65200
 neighbor 172.16.0.1 remote-as 65100
 no auto-summary
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
access-list 10 permit 192.168.0.0 0.0.255.255
!
!
!
!
route-map LAN_Subnets permit 10
 match ip address 10
 set metric 100
!
!
!
control-plane
!
!
line con 0
 exec-timeout 0 0
 logging synchronous
line aux 0
line vty 0 4
 login
!
exception data-corruption buffer truncate
end

R7 AS65200 - OSPF Area 0,2 - Config

Current configuration : 1714 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R7
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip source-route
!
!
!
!         
ip cef
no ipv6 traffic interface-statistics
no ipv6 cef
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
redundancy
! 
!
!
!
!
!
!
!         
!
interface Ethernet0/0
 description Backbone to R5
 ip address 172.16.0.6 255.255.255.252
!
interface Ethernet0/1
 description Backbone to R6
 ip address 10.0.0.2 255.255.255.252
!
interface Ethernet0/2
 description Uplink from SW2
 ip address 192.168.3.1 255.255.255.0
!
interface Ethernet0/3
 no ip address
 shutdown
!
interface Serial1/0
 no ip address
 shutdown
 no fair-queue
 serial restart-delay 0
!         
interface Serial1/1
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial1/2
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial1/3
 no ip address
 shutdown
 serial restart-delay 0
!
router ospf 100
 log-adjacency-changes
 network 10.0.0.2 0.0.0.0 area 0
 network 192.168.3.1 0.0.0.0 area 2
!
router bgp 65200
 no synchronization
 bgp log-neighbor-changes
 redistribute ospf 100 route-map LAN_Subnets
 neighbor 10.0.0.1 remote-as 65200
 neighbor 172.16.0.5 remote-as 65100
 no auto-summary
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
access-list 10 permit 192.168.0.0 0.0.255.255
!
!
!
!
route-map LAN_Subnets permit 10
 match ip address 10
 set metric 100
!
!
!
control-plane
!
!
line con 0
 exec-timeout 0 0
 logging synchronous
line aux 0
line vty 0 4
 login
!
exception data-corruption buffer truncate
end