說明:簡單的Cisco設備基本資料的設定。


實作條件:

一、設定Hostname

二、設定可Telnet,並設定登入的密碼為cisco

三、設定enable密碼為cisco

四、設定時間

五、取消Timeout的設定

六、若出現訊息時,會重覆剛剛打的字

七、Log加上時間

八、不使用DNS

九、設定Vlan IP與Gateway


ASW2#

ASW2#sh run

Building configuration...


Current configuration : 1646 bytes

!

! Last configuration change at 13:19:51 TW Sun Dec 12 2010

!

version 12.1

no service pad

service timestamps debug uptime

service timestamps log datetime 在Log加上時間

datetime:目前的時間;uptime:設定開機多久的時間

no service password-encryption

!

hostname ASW2 定義設備名稱

!

enable password cisco 設定enable密碼

!

clock timezone TW 8 時區設定 +8

ip subnet-zero

!

no ip domain-lookup 不使用DNS

vtp domain rlab

vtp mode transparent

!

spanning-tree mode pvst

no spanning-tree optimize bpdu transmission

spanning-tree extend system-id

!

interface FastEthernet0/1

!

interface FastEthernet0/2

!

interface FastEthernet0/3

!

刪除一些多餘的FastEthernet interface

!

interface GigabitEthernet0/1

!

interface GigabitEthernet0/2

!

interface Vlan1

ip address 172.16.1.22 255.255.255.0 設定Vlan1的IP

no ip route-cache

!

ip default-gateway 172.16.1.222 設定Gateway

ip http server

!

line con 0

exec-timeout 0 0 把Timeout設定成0分0秒 (取消Timeout設定)

logging synchronous 若有訊息出來,會重覆剛剛打的字

line vty 0 4

exec-timeout 0 0

password cisco 登入時的密碼為cisco

logging synchronous

login

line vty 5 15

exec-timeout 0 0

password cisco

logging synchronous

login

!

end

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 EdisonChang 的頭像
    EdisonChang

    Coolking's CCNP 筆記

    EdisonChang 發表在 痞客邦 留言(0) 人氣()