日本免费全黄少妇一区二区三区-高清无码一区二区三区四区-欧美中文字幕日韩在线观看-国产福利诱惑在线网站-国产中文字幕一区在线-亚洲欧美精品日韩一区-久久国产精品国产精品国产-国产精久久久久久一区二区三区-欧美亚洲国产精品久久久久

交換機(jī)專題[必讀]


Cisco 3548(3524) 交換機(jī):
第一次連接交換機(jī) , 配置終端參數(shù)為:
波特率:9600;數(shù)據(jù)位:8;停止位:1;奇偶校驗(yàn):無;流控制:無 。
通過串口線連上路由器后 , 按回車 , 即可看到配置向?qū)В?
(假如不是第一次配置 , 可以進(jìn)入超級用戶模式后用命令setup調(diào)用以下過程)
--- System Configuration Dialog ---
At any point you may enter a question mark "?" for help. 任何時(shí)候可以打?取得幫助
Use ctrl-c to abort configuration dialog at any prompt. 按Ctrl-C可以取消并退出
Default settings are in square brackets "[]". 默認(rèn)參數(shù)在[]中
Continue with configuration dialog? [yes/no]: y 繼續(xù)交互配置嗎?回答:y
Enter IP address: 10.1.1.249 ip地址
Enter IP netmask: 255.255.255.0 子網(wǎng)掩碼
Would you like to enter a default gateway address? [yes]: y 設(shè)置默認(rèn)網(wǎng)關(guān)?y
IP address of default gateway: 10.1.1.254 默認(rèn)網(wǎng)關(guān)
Enter host name [3548_9A]:
The enable secret is a one-way cryptographic secret used
instead of the enable passWord when it exists.
Enter enable secret: _password 輸入超級用戶密碼
Would you like to configure a Telnet password? [yes]: y
Enter Telnet password: _password 輸入telnet密碼
Would you like to enable as a cluster command switch? [yes/no]: n 集群模式?n
The following configuration command script was created: 已建立以下配置信息
ip subnet-zero
interface VLAN1
ip address 10.1.1.249 255.255.255.0
ip default-gateway 10.1.1.254
enable secret 5 $1$biZ3$AOLb9cMTtBwMtGB9lyBzr.
line vty 0 15
password _domainwlzx
snmp community private rw
snmp community public ro
!
end
Use this configuration? [yes/no]: 使用該配置信息嗎? y
修改配置:
禁止通過snmp治理:
3548>enable
password:
3548#config term
3548(config)#no snmp community private
3548(config)#no snmp community public
接著配置干道:(確定上級交換機(jī)對應(yīng)端口已設(shè)為干道模式)
3548(config)#inter g0/1 選擇第一個(gè)千兆口
3548(config if)# switchport mode trunk 設(shè)為干道模式
假如g0/2用于連接另一臺(tái)3548,也設(shè)為干道
3548(config)#inter g0/2
3548(config if)# switchport mode trunk
返回
3548(config if)# exit
3548(config)# exit
3548#
驗(yàn)證: ping 10.1.1.254
配置Vlan數(shù)據(jù):
3548#vlan database
3548(vlan)#reset 清除以前的配置
3548(vlan)#vtp client 設(shè)為vtp客戶模式
3548(vlan)#vtp domain _domain vtp域是_domain
3548(vlan)#vtp password ******** 設(shè)定vtp域密碼
3548(vlan)#exit
3548#
驗(yàn)證: show vtp status 顯示vlan 數(shù)據(jù)
show vtp counters
show vlan
同步后看到的vlan數(shù)目和名稱應(yīng)與6506上的一致
指定端口到Vlan、配置端口為portfast方式(快速建立連接):
方法1:命令方式
3548#config term
3548(config)#inter f0/1 配置1號(hào)快速以太網(wǎng)端口
3548(config if)# switchport Access vlan 2 指定端口到Vlan 2
3548(config if)# spanning-tree portfast 配置端口為portfast方式
3548(config)#inter f0/2 配置1號(hào)快速以太網(wǎng)端口
3548(config if)# switchport access vlan 2 指定端口到Vlan 2
3548(config if)# spanning-tree portfast 配置端口為portfast方式
... 對每個(gè)要設(shè)定的端口重復(fù)上述步驟 。
3548(config if)# exit
3548(config)# exit
3548#
方法1:Web 方式
(預(yù)先要安裝插件:jre-1-2-2-005-win-i-09-mar-2000.exe)
打開瀏覽器連接設(shè)備:在地址欄輸入設(shè)備的治理頁面url , 如3548_9a(10.1.1.248)為:http://10.1.1.249/basiccfg.Html
選中菜單port -> port configure -> 設(shè)port fast 為Enable

推薦閱讀