这篇文章总字数为:2790 字,有 1 张图存于本站服务器
交换机
交换机名及密码
- 配置交换机名:enable→conf t→hostname [交换机名]
- 交换机console密码:enable→conf t→line console 0→password [密码]
- 交换机全局密码:enable→conf t→enable password/secret [密码] //password明文,secret密文。
- 交换机默认网关:enable→conf t→ip default-gateway [ip地址]
- 交换机vty远程登录密码:enable→conf t→line vty 0 4→password [密码]→login
- 口令加密存储:enable→conf t→service password-encryption
- 保存交换机配置为启动配置:enable→conf t→copy running-config startup-config
- 端口批量配置:int range fa0/1-10 //批量配置fa0/1到fa0/10端口
- 禁用DNS查找:enable→conf t→no ip domain-lookup
Vlan设置
- 设置Vlan:enable→conf t→vlan [vlan id]
- 设置vlan名:enable→conf t→vlan [vlan id]→name [vlan名字]
- 将端口接入给一个vlan:enable→conf t→int fa0/1→switchport mode access→switchport access vlan [vlan id]
- Vlan配置交换机管理ip:enable→conf t→int vlan [vlan id]→ip address [ip] [掩码]
- 删除vlan:enable→conf t→no [vlan id]
- Vlan 配置:enable→conf t→int vlan[vlan id]
- 显示vlan名称端口状态:show vlan brief
- 删除端口分配的vlan:no switchport access vlan [vlan id]
与计算机连接的路由vlan配置:
- 设置vlan模式:enable→conf t→swichport mode access
- 配置端口vlan:enable→conf t→int fa0/1→swichport access vlan 10
Trunk和本征vlan
- 端口配置trunk模式:enable→conf t→int fa0/1 →swichport mode trunk→end
- 配置本征vlan:enable→conf t→swichport trunk native vlan [vlan id]
- 禁止trunk链路中某一vlan通过:enable→conf t→int fa0/1→swichport trunk allowed vlan remove [vlan id](2/20/30等)
Vlan中继协议(vtp)
- 查看vtp配置:enable→show vtp status
- 设置vtp域名:enable→conf t→vtp domain [域名]
- 设置vtp密码:enable→conf t→vtp password [密码]
- 设置vtp版本:enable→conf t→vtp version [2](版本)
- 设置vtp修剪:enable→conf t→vtp pruning
- 修剪列表移除vlan4:enable→conf t→swithport trunk pruning vlan remove 4
- 设置vtp服务模式:enable→conf t→vtp mode server/client/transparent (服务/客户/透明模式)
STP生成树协议配置
- 查看生成树信息:show spanning-tree
- 设置本交换机为该vlan的主根桥:enable→conf t→spanning-tree vlan [vlan id] root primary
- 设置本交换机该vlan的次根桥:enable→conf t→spanning-tree vlan [vlan id] root secondary
- 设置本交换机在vlan 1中的根桥优先级:enable→conf t→spanning-tree vlan [vlan id] priority [123](优先级)
- 配置为快速pvst+生成树协议模式:enable→conf t→spanning-tree mode rapid-pvst
- 快速以太端口模式下,将该端口链路类型指定为点对点:enable→conf t→spanning-tree mode link-type point-to-point
- 清除所有检测到的生成树协议:Clear spanning-tree detected-protoccols
路由器
路由器名及密码
- 配置路由器名:enable→conf t→hostname [路由器名]
- 路由器console密码:enable→conf t→line console 0→password [密码]
- 路由器全局密码:enable→conf t→enable password/secret [密码] //password明文,secret密文。
- 路由器vty远程登录密码:enable→conf t→line vty 0 4→password [密码]→login
- 禁用DNS查找:enable→conf t→no ip domain-lookup
- 进入子接口:enable→conf t→int fa 0/0.10
- 子接口中启用dot1q封装:enable→conf t→int fa 0/0.10→encapsulation dot1Q [vlan id]
例:encapsulation dot1Q 10
- 子接口IP地址配置:enable→conf t→int fa 0/0.10→ip address [ip] [掩码]
资源分享者:
该资源由赵新宇提供,感谢分享。
文明借鉴,站在巨人肩膀上创造价值。
评论