mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
110 lines
1.5 KiB
Plaintext
110 lines
1.5 KiB
Plaintext
!
|
|
service timestamps debug datetime msec
|
|
service timestamps log datetime msec
|
|
no service password-encryption
|
|
!
|
|
hostname %h
|
|
!
|
|
!
|
|
!
|
|
no ip icmp rate-limit unreachable
|
|
!
|
|
!
|
|
!
|
|
!
|
|
! due to some bugs with IOU, try to change the following line to 'ip cef' if your routing does not work
|
|
no 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
|