[網際網路] 990705 CCNA 作業1指令



[網際網路] 990705 CCNA 作業1指令

[attach]80[/attach]

購買主題 已購買人數:2  記錄 本主題需向作者支付 200 家電幣 才能瀏覽

水喔

!
version 12.4
no service password-encryption
!
hostname LA
!
!
enable password cisco
!
!
!
!
ip ssh version 1
!
!
interface FastEthernet0/0
ip address 192.168.8.1 255.255.255.0
ip nat inside
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
description connect to NY
ip address 199.199.8.1 255.255.255.252
ip nat outside
clock rate 56000
!
interface Serial0/0/1
no ip address
shutdown
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 0.0.0.0 0.0.0.0 199.199.8.2
!
!
!
ip dhcp excluded-address 192.168.8.1 192.168.8.99
!
ip dhcp pool LA
network 192.168.8.0 255.255.255.0
default-router 192.168.8.1
dns-server 192.168.8.1
!
line con 0
password cisco
login
line vty 0 4
password cosic
login
!
!
end