Доброго времяни суток.
Люди добрые подскажите какая будет скороть на cisco3640 при данном конфиге, и можно ли ее както увеличить?Current configuration : 1778 bytes
!
version 12.4
service config
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname cisco3640
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$lJwT$/U126k.IPGiTuyvz3G9qk.
enable password *******
!
no aaa new-model
!
resource policy
!
ip subnet-zero
ip host-routing
!
!
ip cef
ip domain lookup source-interface FastEthernet1/1
ip name-server 192.168.250.2
!
!
async-bootp dns-server 192.168.250.2
!
!
!
!
interface Loopback0
ip address 192.168.10.1 255.255.255.0
ip route-cache policy
ip route-cache flow
!
interface Ethernet0/0
no ip address
ip nat inside
ip virtual-reassembly
shutdown
full-duplex
no cdp enable
!
interface Ethernet0/1
no ip address
ip nat outside
ip virtual-reassembly
shutdown
full-duplex
no cdp enable
!
interface Ethernet0/2
no ip address
ip nat outside
ip virtual-reassembly
shutdown
full-duplex
no cdp enable
!
interface Ethernet0/3
no ip address
ip nat outside
ip virtual-reassembly
shutdown
full-duplex
no cdp enable
!
interface FastEthernet1/0
ip address 192.168.11.250 255.255.255.0
ip nat inside
ip virtual-reassembly
speed auto
full-duplex
no cdp enable
!
interface FastEthernet1/1
ip address 192.168.250.250 255.255.255.0
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
no cdp enable
!
no ip http server
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.250.2
!
ip ospf name-lookup
ip nat inside source list 1 interface FastEthernet1/1 overload
!
access-list 1 permit 192.168.11.112
access-list 1 permit 192.168.11.1
access-list 1 permit 192.168.11.155
no cdp run
!
control-plane
!
!
line con 0
exec-timeout 0 0
line aux 0
line vty 0 4
password ******
login
!
no process cpu extended
no process cpu autoprofile hog
!
end