Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ! Last configuration change at 10:37:31 UTC Mon Mar 9 2020
- version 15.2
- service timestamps debug datetime msec
- service timestamps log datetime msec
- no service password-encryption
- !
- hostname DE0105RN01
- !
- boot-start-marker
- boot-end-marker
- !
- logging userinfo
- logging monitor informational
- enable secret 5 $1$JvRy$Jos24Jza/NyALv4PwfxbC/
- !
- no aaa new-model
- !
- ip auth-proxy max-login-attempts 5
- ip admission max-login-attempts 5
- !
- ip dhcp excluded-address 10.10.10.1 10.10.10.10
- !
- ip dhcp pool insideDHCP
- network 10.10.10.0 255.255.255.0
- default-router 10.10.10.1
- dns-server 8.8.8.8 8.8.4.4
- domain-name exyte.local
- lease 7
- !
- !
- ip name-server 8.8.8.8
- ip name-server 8.8.4.4
- ip cef
- no ipv6 cef
- !
- multilink bundle-name authenticated
- license udi pid CISCO892-K9 sn FCZ162992V6
- redundancy
- lldp run
- interface BRI0
- no ip address
- encapsulation hdlc
- shutdown
- isdn termination multidrop
- isdn point-to-point-setup
- !
- interface FastEthernet0
- no ip address
- shutdown
- !
- interface FastEthernet1
- no ip address
- shutdown
- !
- interface FastEthernet2
- no ip address
- shutdown
- !
- interface FastEthernet3
- no ip address
- shutdown
- !
- interface FastEthernet4
- no ip address
- shutdown
- !
- interface FastEthernet5
- no ip address
- shutdown
- !
- interface FastEthernet6
- no ip address
- shutdown
- !
- interface FastEthernet7
- switchport access vlan 17
- no ip address
- !
- interface FastEthernet8
- no ip address
- shutdown
- duplex auto
- speed auto
- !
- interface GigabitEthernet0
- ip address 80.154.101.132 255.255.255.240
- ip nat outside
- ip virtual-reassembly in
- duplex auto
- speed auto
- !
- interface Vlan1
- no ip address
- shutdown
- !
- interface Vlan17
- ip address 10.10.10.1 255.255.255.0
- ip nat inside
- ip virtual-reassembly in
- !
- no ip http server
- no ip http secure-server
- ip forward-protocol nd
- !
- !
- ip nat inside source list Internet interface GigabitEthernet0 overload
- ip route 0.0.0.0 0.0.0.0 80.154.101.131
- !
- ip access-list standard Internet
- permit 10.10.10.0 0.0.0.255
- !
- dialer-list 1 protocol ip permit
- !
- control-plane
- !
- mgcp profile default
- !
- line con 0
- line aux 0
- line vty 0 4
- password vpn2k
- login
- transport input all
- !
- scheduler max-task-time 5000
- !
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement