init II
This commit is contained in:
89
CISCO Config Template Konverter/network-confg
Normal file
89
CISCO Config Template Konverter/network-confg
Normal file
@@ -0,0 +1,89 @@
|
||||
!!CONFIG
|
||||
|
||||
boot network tftp://172.23.210.222/x-confg
|
||||
|
||||
hostname R6
|
||||
|
||||
int f0/0
|
||||
ip address DHCP
|
||||
no shut
|
||||
|
||||
|
||||
|
||||
! snmp
|
||||
snmp-server community bross RO ACL_telnet_ssh_snmp
|
||||
snmp-server community 5NMP-Wr1t3-(0mm RW ACL_telnet_ssh_snmp
|
||||
|
||||
|
||||
! syslog
|
||||
logging facility local1
|
||||
logging 10.101.2.113
|
||||
logging trap errors
|
||||
|
||||
! lokales log
|
||||
logging buffered 4096 informational
|
||||
logging history informational
|
||||
logging console informational
|
||||
logging monitor informational
|
||||
|
||||
|
||||
! ntp
|
||||
clock timezone MEZ 1
|
||||
clock summer-time MESZ date Mar 31 2013 2:00 Oct 27 2013 2:00
|
||||
|
||||
ntp server 90.200.31.21 prefer
|
||||
ntp server 90.200.31.23
|
||||
|
||||
! ssh
|
||||
ip domain name corp.conet.local
|
||||
!crypto key generate rsa
|
||||
!1024
|
||||
!ip ssh ver 2
|
||||
username admin priv 15 pass LicherExport
|
||||
|
||||
|
||||
! login
|
||||
ip access-list standard ACL_telnet_ssh_snmp
|
||||
remark extern 1
|
||||
permit 195.20.133.6
|
||||
remark extern 2
|
||||
permit 212.202.166.58
|
||||
remark Eschborner Ldstr 1
|
||||
permit 192.168.88.0 0.0.0.255
|
||||
remark Eschborner Ldstr 2
|
||||
permit 172.23.210.0 0.0.0.255
|
||||
remark Interxion
|
||||
permit 88.205.102.128 0.0.0.127
|
||||
remark Initial Netz
|
||||
permit 192.1.1.0 0.0.0.255
|
||||
|
||||
|
||||
line vty 0 4
|
||||
session-timeout 60
|
||||
access-class ACL_telnet_ssh_snmp in
|
||||
exec-timeout 60 0
|
||||
login local
|
||||
transport input all
|
||||
line con 0
|
||||
login local
|
||||
line aux 0
|
||||
login local
|
||||
|
||||
|
||||
! services
|
||||
service tcp-keepalives-in
|
||||
service timestamps debug datetime localtime show-timezone
|
||||
service timestamps log datetime localtime show-timezone
|
||||
service password-encryption
|
||||
service linenumber
|
||||
|
||||
|
||||
! domain-lookup
|
||||
no ip domain-lookup
|
||||
|
||||
|
||||
! http
|
||||
no ip http server
|
||||
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user