You are on page 1of 2

!

version 15.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router
!
!
!
!
!
!
!
!
ip cef
no ipv6 cef
!
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface Loopback1
ip address 209.165.1.1 255.255.255.0
ip ospf network point-to-point
ip ospf priority 1
!
interface GigabitEthernet0/0/0
ip address 10.67.1.3 255.255.255.0
ip ospf hello-interval 30
ip ospf priority 50
ip access-group MOJALISTA in
duplex auto
speed auto
!
interface GigabitEthernet0/0/1
ip address 10.60.1.1 255.255.255.0
duplex auto
speed auto
!
interface GigabitEthernet0/0/2
no ip address
duplex auto
speed auto
shutdown
!
interface Vlan1
no ip address
shutdown
!
router ospf 1
router-id 0.0.0.2
log-adjacency-changes
auto-cost reference-bandwidth 1000
network 10.67.1.0 0.0.0.255 area 0
network 10.60.1.0 0.0.0.255 area 0
!
ip classless
ip route 0.0.0.0 0.0.0.0 Loopback1
!
ip flow-export version 9
!
!
ip access-list extended MOJALISTA
permit tcp 10.0.0.0 0.255.255.255 host 209.165.1.1 eq 443
deny tcp any host 209.165.1.1 eq www
deny tcp any host 209.165.1.1 eq 443
deny tcp any host 209.165.1.1 eq 22
permit ip any any
!
no cdp run
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
!
!
end

You might also like