banner motd "!!!! NO UNAUTHORISED ACCESS !!!!
"
line console 0
password cisco
exec-timeout 3 0
logging synchronous
exit
enable password cisco
service password-encryption
no ip domain-lookup
username cisco password cisco
ip domain-name cisco.com
crypto key generate rsa general-keys modulus 1024
line vty 0 15
login local
transport input ssh
exit
ip ssh version 2
do wr
interface Vlan10
ip address 192.168.10.2 255.255.255.0
ip helper-address 10.11.11.36
standby 10 ip 192.168.10.1
!
interface Vlan20
ip address 172.16.0.2 255.255.0.0
ip helper-address 10.11.11.36
standby 20 ip 172.16.0.1
!
interface Vlan50
ip address 10.20.0.3 255.255.0.0
ip helper-address 10.11.11.36
standby 50 ip 10.20.0.1
!
interface Vlan90
standby 90 ip 10.11.11.33
!
router ospf 35
router-id 1.2.1.2
network 10.2.2.8 0.0.0.3 area 0
network 10.2.2.12 0.0.0.3 area 0
network 192.168.10.0 0.0.0.255 area 0
network 172.16.0.0 0.0.255.255 area 0
network 10.20.0.0 0.0.255.255 area 0
network 10.11.11.32 0.0.0.31 area 0
!