交换机常用配置命令
交换机常用配置命令
1.在全局配置模式下进入接口模式
Switch(config)# Interface fastethernet 0/0 2.在line接口模式下设置用户模式之前设置密码Switch(config) #Line console 0
Switch(config-line)# password
Switch(config-line)# login
3.在全局模式下为交换机配置主机名
Switch(config)# hostname XXXX
4.在特权模式下查看交换机设置
Switch# show running-config
5.在特权模式下设置使能口令
Switch# enable password XXXXX
6.在特权模式下加密保存使能口令
Switch# enable secret XXXXX
7.在全局模式下配置交换机网关
Switch(config)# ip default-gateway 192.168.1.1 8.在特权模式下查看交换机的MAC地址Switch# show mac-address table
9.在特权模式下查看交换机直连设备
Switch# show cdp neighbors
路由器的常用命令(与交换机基本相同)
Router(config-subif)# 子接口模式
Router(config-router)# 路由模式
1.在全局模式下配置静态路由
Router(config)# ip route 目的网络地址+ 目的地址的子网掩码+ 到达目的网络下一跳接口地址
2.在全局模式下配置默认路由
Router(config)# ip route 0.0.0.0 0.0.0.0 下一个路由器的接口地址
3.在接口模式下激活端口
Router(config-if)# no shutdown
4.在特权模式下查看路由器信息
Router# show ip route
5.在全局模式下配置路由器标示信息(说明)
交换机 路由器Router(config)# banner motd $描述信息$
6.在全局模式下对所有密码加密
Router(config)# service password-encryption
7.配置超时
Router(config)# line console 0
Router(config-line)# exec-timeout 0 0
8.显示同步
Router(config)# line console 0
Router(config-line)# logging synchronous