RLAN_Backup#show running-config Building configuration... Current configuration : 1711 bytes ! version 15.1 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname RLAN_Backup ! ! ! ! ! ! ! ! ip cef no ipv6 cef ! ! ! ! license udi pid CISCO2911/K9 sn FTX1524QL03- ! ! ! ! ! ! ! ! ! ! ! spanning-tree mode pvst ! ! ! ! ! ! interface GigabitEthernet0/0 ip address 192.168.0.250 255.255.255.0 ip access-group lan_rules out ip nat inside duplex auto speed auto standby 20 ip 192.168.0.254 standby 20 preempt ! interface GigabitEthernet0/1 ip address 192.168.10.251 255.255.255.0 ip access-group rules_lan in ip nat inside duplex auto speed auto standby preempt standby 30 ip 192.168.10.254 ! interface GigabitEthernet0/2 no ip address duplex auto speed auto shutdown ! interface Vlan1 no ip address shutdown ! router ospf 1 router-id 3.3.3.3 log-adjacency-changes network 192.168.0.0 0.0.0.255 area 0 network 192.168.10.0 0.0.0.255 area 0 ! ip nat inside source list 1 interface GigabitEthernet0/1 overload ip classless ip route 0.0.0.0 0.0.0.0 GigabitEthernet0/1 ! ip flow-export version 9 ! ! ip access-list extended lan_rules permit tcp 192.168.0.0 0.0.0.255 any eq domain permit udp 192.168.0.0 0.0.0.255 any eq domain permit tcp any any gt 1023 established permit tcp any host 192.168.10.11 eq ftp permit ospf any any permit ip 192.168.0.0 0.0.0.255 192.168.10.0 0.0.0.255 permit icmp any any echo-reply permit tcp host 192.168.0.253 any eq smtp ip access-list extended rules_lan permit tcp any host 192.168.0.253 eq smtp permit ospf any any permit icmp any any echo-reply permit tcp any any eq www permit udp any any eq domain ! ! ! ! ! ! line con 0 ! line aux 0 ! line vty 0 4 login ! ! ! end