Anda di halaman 1dari 5

Building configuration...

Current configuration : 6972 bytes


!
! Last configuration change at 13:39:13 Buenos Thu Feb 25 2016 by vtnsoporte
!
version 15.0
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname vtncisco
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
no logging console
enable secret 5 $1$wE0S$D26cfQ/1S/HC83c5ijw2I1
!
no aaa new-model
!
!
!
clock timezone Buenos -3
!
crypto pki trustpoint TP-self-signed-867868132
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-867868132
revocation-check none
rsakeypair TP-self-signed-867868132
!
!
crypto pki certificate chain TP-self-signed-867868132
certificate self-signed 01
3082024B 308201B4 A0030201 02020101 300D0609 2A864886 F70D0101 04050030
30312E30 2C060355 04031325 494F532D 53656C66 2D536967 6E65642D 43657274
69666963 6174652D 38363738 36383133 32301E17 0D313630 32323531 31343631
305A170D 32303031 30313030 30303030 5A303031 2E302C06 03550403 1325494F
532D5365 6C662D53 69676E65 642D4365 72746966 69636174 652D3836 37383638
31333230 819F300D 06092A86 4886F70D 01010105 0003818D 00308189 02818100
CA143D33 CD1E29F1 51B10CB4 FF5B01A6 3C6F0AFB 9FCD68FE CE69657A 39CA827B
ABD890E3 8C997AC7 71E962DC 42E5FC83 CA0CAA6D B1D859E3 ED786874 A43AB53B
E6CD338C 4CA43DCA 0C606CE5 37E3CB7E 1B86D0E7 61ABE68A BDB2AE60 94877CB6
2B8A84AB 6AB2753B 87D0AB76 ABA9E4B0 10F8F679 D45D894F 485E663A F6C7033B
02030100 01A37530 73300F06 03551D13 0101FF04 05300301 01FF3020 0603551D
11041930 17821576 746E6369 73636F2E 76746E63 6973636F 2E636F6D 301F0603
551D2304 18301680 14F21D19 BA2BE877 F1895BE3 1EB61B26 9E5292AF 11301D06
03551D0E 04160414 F21D19BA 2BE877F1 895BE31E B61B269E 5292AF11 300D0609
2A864886 F70D0101 04050003 81810073 92C78490 4B1F7AC6 6E3D5C91 82C88599
566FB326 608000AE BBCE8909 8089629A 3FD61D5A 159D9BC6 722759AF 56E939C0
56A162E2 84C8E317 EF83817F 0499E094 6E9EF63E 77116D7C 5217DF34 45CA160B
2C17B612 6CE3994A 0BA42BCF EBF0DFC2 DBAE28CA D99C72BF 71EDA1D7 210FB2A2
026592B6 5F57C016 3E64E85A 4FFFFF
quit
ip source-route
!
!
ip dhcp excluded-address 10.10.10.1

ip
ip
ip
ip
!
ip

dhcp
dhcp
dhcp
dhcp

excluded-address
excluded-address
excluded-address
excluded-address

10.10.0.1
10.10.2.1
10.10.3.1
10.10.1.1

dhcp pool ccp-pool


import all
network 10.10.10.0 255.255.255.248
default-router 10.10.10.1
lease 0 2

!
ip dhcp pool VLAN10POOL
import all
network 10.10.0.0 255.255.255.0
!
ip dhcp pool VLAN30POOL
import all
network 10.10.2.0 255.255.255.0
!
ip dhcp pool VLAN40POOL
import all
network 10.10.3.0 255.255.255.0
!
ip dhcp pool VLAN20POOL
import all
network 10.10.1.0 255.255.255.0
!
!
ip cef
ip domain name vtncisco.com
ip name-server 190.13.208.2
ip name-server 190.13.208.3
no ipv6 cef
!
!
multilink bundle-name authenticated
license udi pid CISCO891-K9 sn FTX143302DF
!
!
username vtnsoporte privilege 15 secret 5 $1$6w..$Je5JTzIpOJGmitmS6Z2cG0
username vtnssh privilege 15 password 0 vtn112212
!
!
ip ssh time-out 30
ip ssh version 2
!
!
!
!
!
!
!
interface FastEthernet0
switchport access vlan 10
!
!
interface FastEthernet1
switchport access vlan 20
!
!

interface FastEthernet2
switchport access vlan 30
!
!
interface FastEthernet3
switchport access vlan 40
!
!
interface FastEthernet4
!
!
interface FastEthernet5
!
!
interface FastEthernet6
!
!
interface FastEthernet7
!
!
interface FastEthernet8
no ip address
duplex auto
speed auto
!
!
interface GigabitEthernet0
description $ETH-WAN$
ip address 190.13.209.205 255.255.255.248
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
!
interface Vlan1
description $ETH-SW-LAUNCH$$INTF-INFO-FE 1$
ip address 10.10.10.1 255.255.255.248
ip nat inside
ip virtual-reassembly
ip tcp adjust-mss 1452
!
!
interface Vlan10
ip address 10.10.0.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
!
interface Vlan20
ip address 10.10.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
!
interface Vlan30
ip address 10.10.2.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!

!
interface Vlan40
ip address 10.10.3.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
!
interface Async1
no ip address
encapsulation slip
!
!
ip forward-protocol nd
ip http server
ip http access-class 23
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
!
ip nat inside source list 1 interface GigabitEthernet0 overload
ip route 0.0.0.0 0.0.0.0 GigabitEthernet0
!
access-list 1 remark CCP_ACL Category=2
access-list 1 permit 10.10.3.0 0.0.0.255
access-list 1 permit 10.10.10.0 0.0.0.7
access-list 1 permit 10.10.2.0 0.0.0.255
access-list 1 permit 10.10.1.0 0.0.0.255
access-list 1 permit 10.10.0.0 0.0.0.255
access-list 23 permit 10.10.10.0 0.0.0.7
no cdp run
!
!
!
!
!
!
control-plane
!
!
banner exec ^C
% Password expiration warning.
----------------------------------------------------------------------Cisco Configuration Professional (Cisco CP) is installed on this device
and it provides the default username "cisco" for one-time use. If you have
already used the username "cisco" to login to the router and your IOS image
supports the "one-time" user option, then this username has already expired.
You will not be able to login to the router with this username after you exit
this session.
It is strongly suggested that you create a new username with a privilege level
of 15 using the following command.
username <myuser> privilege 15 secret 0 <mypassword>
Replace <myuser> and <mypassword> with the username and password you want to
use.

----------------------------------------------------------------------^C
banner login ^C
----------------------------------------------------------------------Cisco Configuration Professional (Cisco CP) is installed on this device.
This feature requires the one-time use of the username "cisco" with the
password "cisco". These default credentials have a privilege level of 15.
YOU MUST USE CISCO CP or the CISCO IOS CLI TO CHANGE THESE PUBLICLY-KNOWN
CREDENTIALS
Here are the Cisco IOS commands.
username <myuser> privilege 15 secret 0 <mypassword>
no username cisco
Replace <myuser> and <mypassword> with the username and password you want
to use.
IF YOU DO NOT CHANGE THE PUBLICLY-KNOWN CREDENTIALS, YOU WILL NOT BE ABLE
TO LOG INTO THE DEVICE AGAIN AFTER YOU HAVE LOGGED OFF.
For more information about Cisco CP please follow the instructions in the
QUICK START GUIDE for your router or go to http://www.cisco.com/go/ciscocp
----------------------------------------------------------------------^C
!
line con 0
login local
line 1
modem InOut
stopbits 1
speed 115200
flowcontrol hardware
line aux 0
line vty 0 4
access-class 23 in
privilege level 15
login local
transport input ssh
line vty 5 15
access-class 23 in
privilege level 15
login local
transport input telnet
!
scheduler max-task-time 5000
end
////////////////////////////////////////////////////////////////////////////////
/////////////sophos 9utm////////////////////////////////////////////////////////
//////////////////////////////////////////////////
-----BEGIN PGP SIGNED MESSAGE-----Hash: SHA1[LicenseInfo]Owner = Fer Cast privat
e accountId = 586893LicenseString = cb981b81abf726abbeb5d920bc4bb3c0Revision = 1
[LicenseOptions]Type = UNLIMITEDRegistrationDate = 02/25/2014ExpirationDate = Ne
verLicenseMode = ondemandUserLimit = 9999ConcurrentConnections = 999999Special =
NoneSiteLicense = OFFClusterNodes = 0OEM = off-----BEGIN PGP SIGNATURE-----Vers
ion: GnuPG v1.4.2 (GNU/Linux)iD8DBQFTDiFx+ts+PoSKFF0RAr84AJ0UOUAL+Z7p/9oMnIzFX4R
HNwiFeACfZDjnV4B0sON8tJ6kqfKmY2ckdqw==Fqxy-----END PGP SIGNATURE-----

Anda mungkin juga menyukai