mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-12 03:18:55 +00:00
e892e5dfab
Fix #786
27 lines
400 B
Plaintext
27 lines
400 B
Plaintext
!
|
|
service timestamps debug datetime msec
|
|
service timestamps log datetime msec
|
|
no service password-encryption
|
|
!
|
|
hostname %h
|
|
!
|
|
ip cef
|
|
no ip domain-lookup
|
|
no ip icmp rate-limit unreachable
|
|
ip tcp synwait 5
|
|
no cdp log mismatch duplex
|
|
!
|
|
line con 0
|
|
exec-timeout 0 0
|
|
logging synchronous
|
|
privilege level 15
|
|
no login
|
|
line aux 0
|
|
exec-timeout 0 0
|
|
logging synchronous
|
|
privilege level 15
|
|
no login
|
|
!
|
|
!
|
|
end
|