Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- !
- version 15.1
- no service timestamps log datetime msec
- no service timestamps debug datetime msec
- no service password-encryption
- !
- hostname R1
- !
- !
- !
- !
- !
- !
- !
- !
- ip cef
- no ipv6 cef
- !
- !
- !
- !
- license udi pid CISCO2911/K9 sn FTX15243UNJ-
- !
- !
- !
- !
- !
- !
- !
- !
- !
- !
- !
- spanning-tree mode pvst
- !
- !
- !
- !
- !
- !
- interface GigabitEthernet0/0
- ip address 111.111.111.111 255.255.255.0
- ip nat outside
- duplex auto
- speed auto
- !
- interface GigabitEthernet0/1
- ip address 172.16.1.49 255.255.255.252
- ip nat inside
- duplex auto
- speed auto
- !
- interface GigabitEthernet0/2
- ip address 172.16.1.53 255.255.255.252
- ip nat inside
- duplex auto
- speed auto
- !
- interface Vlan1
- no ip address
- shutdown
- !
- router ospf 10
- router-id 1.1.1.1
- log-adjacency-changes
- network 192.168.10.0 0.0.0.255 area 0
- network 192.168.20.0 0.0.0.255 area 0
- network 192.168.30.0 0.0.0.255 area 0
- network 192.168.40.0 0.0.0.255 area 0
- network 192.168.50.0 0.0.0.255 area 0
- network 192.168.60.0 0.0.0.255 area 0
- network 172.16.0.0 0.0.255.255 area 0
- !
- ip nat inside source list NAT interface GigabitEthernet0/0 overload
- ip classless
- !
- ip flow-export version 9
- !
- !
- ip access-list standard NAT
- permit any
- !
- !
- !
- !
- !
- !
- line con 0
- !
- line aux 0
- !
- line vty 0 4
- login
- !
- !
- !
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement