软考中级网络工程师之交换机与路由器的配置(一)
交换机配置要点
交换机的基本配置
1. 配置enable口令、密码和主机名
Switch> (用户执行模式提示符)
Switch>enable (进入特权模式)
Switch# (特权模式提示符)
Switch#config terminal (进入配置模式)
Switch(config)#enable password cisco (设置enable password为cisco)
Switch(config)#enable secret cisco1 (设置enable secret为sisco1)
Switch(config)#hostname C2950 (设置主机名为C2950)
C2950(config)#end (退回到特权模式)
C2950#
2. 配置交换机IP地址、默认网关、域名和域名服务器
C2950(config)#ip address 192.168.1.1 255.255.255.0 (设置交换机IP)
C2950(config)#ip default-gateway 192.168.1.254 (设置默认网关)
C2950(config)#ip domain-name cisco.com (设置域名)
C2950(config)#ip name-server 200.0.0.1 (设置域名服务器)
C2950(config)#end
3. 配置交换机的端口属性
C2950(config )#interface fastethernet0/1 (进入接口0/1的配置模式)
C2950(config-if)#speed ? (查看speed命令的子命令)
C2950(config-if)#speed 100 (设置该端口速率为100Mbps)
C2950(config-if)#duplex ? (查看duplex命令的子命令)
C2950(config-if)#duplex full (设置该端口为全双工)
C2950(config-if)#description TO_PC1 (设置该端口描述为TO_PC1)
C2950(config-if)#^Z (返回到特权模式,同end)
C2950#show interface fastethernet0/1 (查看端口0/1的配置结果)
C2950#show interface fastethernet0/1 status (查看端口0/1的状态)
4. 配置和查看MAC地址表
C2950(config)#mac-address-table ? (查看mac-address-table的子命令)
C2950(config)#mac-address-table aging-time 100 (设置超时时间为100s)
C2950(config)#mac-address-table permanent 0000.0c01.bbcc f0/3 (加入永久地址)
C2950(config)#mac-address-table restricted static 0000.0c02.bbcc f0/3 f0/7
(加入静态地址)
C2950(config)#end
C2950#show mac-address-table (查看整个MAC地址表)
C2950#clear mac-address-table restricted static (清除限制性地址)
通过系统化学习与实战演练,我们的宗旨是协助每位考生构筑起坚实的网络工程基础,从而从容应对软件资格考试中的各类挑战。此刻,请即刻开启您的冲刺之旅,朝着成功的彼岸奋勇迈进!