2010年4月5日 星期一

cisco switch configure


cisco switch 1900 2900 3500
草草寫完,如果誤謬,望期指正..
交換機cisco1900
設定ip
en
conf t
ip address 210.60.166.253 255.255.255.0
no shutdown

設定預設閘道
ip default-gateway 210.60.166.254

show ip

show interface

show interface ethernet 0/2

列出mac table
show mac-address-table

限制mac table量
en
conf t
interface ethernet 0/1
port secure max-mac-count 20

取消限制mac table量
en
conf t
interface ethernet 0/1
no port secure

查看所設定mac table量
show mac-address-table security

更改交換機主機名稱
en
conf t
hostname test

查看spanning tree protocol的資訊
show spantree

查看cdp相關資訊
show cdp

查看其他相連的交換機設備
show cdp neighbors

查看歷史紀錄
show history

查看vlan
show vlan

設定port的全雙模式
en
duplex ?

duplex [auto|full|full-flow-control|haft]

使vtp還原為預設值
delete vtp

新增vlan
en
conf t
vlan 100 name vlan100
vlan [編號] name [名稱]

將某個port加入vlan100
en
conf t
interface e0/1
vlan-membership static 100

查看編號100的vlan
show vlan 20

查看vtp的設定
show vtp

設定vtp 的 domain
vtp domain [domain]
vtp domain denny

設定vtp的密碼
en
vtp password [password]

設定vtp的模式
vtp server
vtp client
vtp transparent

開啟trunk
en
conf t
interface ethernet 0/24
trunk on
trunk off


--------------------------------------------------------

switch 2900 3500
設定vlan的domain與password
en
vlan database
vtp domain denny password denny
vtp server

查看vtp參數
show vtp ?

配置靜態vlan
en
vlan database
vlan name
exit
conf t
int fa 0/1
switchport mode access
switchport access vlan 將port設定在某個vlan上

為交換機上配置的vlan設置trunk
en
conf t
int fa 0/24
switchport mode trunk
switchport trunk encapsulation [isl|dot1q]
switchport trunk allowed vlan remove
switchport trunk allowed vlan add


設定介面為trunk模式
要讓多個vlan資訊通過此介面
en
conf t
int fa0/23
switchport mode trunk

為每個vlan設定ip位置
en
conf t
int vlan 30
ip address 210.60.166.220 255.255.255.0

沒有留言:

張貼留言