mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-12 11:28:55 +00:00
e892e5dfab
Fix #786
109 lines
1.4 KiB
Plaintext
109 lines
1.4 KiB
Plaintext
!
|
|
service timestamps debug datetime msec
|
|
service timestamps log datetime msec
|
|
no service password-encryption
|
|
!
|
|
hostname %h
|
|
!
|
|
!
|
|
!
|
|
no ip icmp rate-limit unreachable
|
|
!
|
|
!
|
|
!
|
|
!
|
|
ip cef
|
|
no ip domain-lookup
|
|
!
|
|
!
|
|
ip tcp synwait-time 5
|
|
!
|
|
!
|
|
!
|
|
!
|
|
interface Ethernet0/0
|
|
no ip address
|
|
shutdown
|
|
!
|
|
interface Ethernet0/1
|
|
no ip address
|
|
shutdown
|
|
!
|
|
interface Ethernet0/2
|
|
no ip address
|
|
shutdown
|
|
!
|
|
interface Ethernet0/3
|
|
no ip address
|
|
shutdown
|
|
!
|
|
interface Ethernet1/0
|
|
no ip address
|
|
shutdown
|
|
!
|
|
interface Ethernet1/1
|
|
no ip address
|
|
shutdown
|
|
!
|
|
interface Ethernet1/2
|
|
no ip address
|
|
shutdown
|
|
!
|
|
interface Ethernet1/3
|
|
no ip address
|
|
shutdown
|
|
!
|
|
interface Serial2/0
|
|
no ip address
|
|
shutdown
|
|
serial restart-delay 0
|
|
!
|
|
interface Serial2/1
|
|
no ip address
|
|
shutdown
|
|
serial restart-delay 0
|
|
!
|
|
interface Serial2/2
|
|
no ip address
|
|
shutdown
|
|
serial restart-delay 0
|
|
!
|
|
interface Serial2/3
|
|
no ip address
|
|
shutdown
|
|
serial restart-delay 0
|
|
!
|
|
interface Serial3/0
|
|
no ip address
|
|
shutdown
|
|
serial restart-delay 0
|
|
!
|
|
interface Serial3/1
|
|
no ip address
|
|
shutdown
|
|
serial restart-delay 0
|
|
!
|
|
interface Serial3/2
|
|
no ip address
|
|
shutdown
|
|
serial restart-delay 0
|
|
!
|
|
interface Serial3/3
|
|
no ip address
|
|
shutdown
|
|
serial restart-delay 0
|
|
!
|
|
!
|
|
no cdp log mismatch duplex
|
|
!
|
|
line con 0
|
|
exec-timeout 0 0
|
|
privilege level 15
|
|
logging synchronous
|
|
line aux 0
|
|
exec-timeout 0 0
|
|
privilege level 15
|
|
logging synchronous
|
|
!
|
|
end
|