cisco交換機配置

2021-07-24 08:54:31 字數 605 閱讀 8334

cisco交換機配置的幾個常用命令:

switch>enable //進入特權模式

switch#conf t //進入配置模式

switch(config)#int fa0/0 //進入fa0/0介面

switch(config-if)#swichport mode trunk //trunk介面配置

switch(config)#vlan 1 //配置vlan

switch(config-vlan)#name first //配置vlan1名字

switch(config)#int fa0/3

switch(config-if)#switchport access vlan 1 //介面劃入vlan

switch(config-if)#switchport mode access //access介面配置

switch(config)#vtp mode transparent //vtp透明模式

switch(config-router)#vtp domain vd-name //vtp名稱

switch(config-router)#vtp password vd-pswd //vtp密碼

Cisco交換機 配置zone

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 配置zone switch conf t switch config zone name zonename1 vsan 10 建立zone switch config zone member inte ce...

Cisco 交換機基本配置命令

交換機基本狀態 switch rom狀態,路由器是 rommon hostname 使用者模式 hostname 特權模式 hostname config 全域性配置模式 hostname config if 介面狀態 交換機口令設定 switch enable 進入特權模式 switch conf...

Cisco交換機常用配置命令

1 配置ip位址 a 進入全域性模式 switch configure terminal b 進入vlan 1介面模式 switch config inte ce vlan 1 如果當前vlan 不是管理vlan 只需要將上面第b處命令的vlan的號碼換成管理vlan的號碼即可。2 開啟snmp協議...