标签:ase show 用户模式 ip add 交换 全局配置 ble address 进入
switch>
用户模式switch#
特权模式switch(config)#
全局配置模式switch(config-if)#
接口配置模式switch>en
switch#
switch>en
switch#conf t
switch(config)#
switch>en
switch#con t
switch(config)#hostname aptch-2950
aptech-2950(config)#
使能加密口令就是在进入特权模式时使用的密码
password
传输时是使用的明文,而secret
是用的密文
switch>enable
switch#configure terminal
switch(config)#hostname aptch-2950
aptech-2950(config)#en password cisco
switch>en
switch#con t
switch(config)#hostname aptch2950
aptech2950(config)#interface vlan 1
aptech2950(conf-if)#ip address 192.168.1.1 255.255.255.0 配置交换机端口ip和子网掩码
aptech2950(conf-if)#no shut 是配置处于运行中
aptech2950(conf-if)#exit
aptech2950(conf)#ip default-gateway 192.168.3.1设置网关地址
switch>enable
switch#conf t
switch(conf)#hostname aptch-2950
aptech-2950(conf)#interface fastehernet 0/1
aptech-2950(conf-if)#
switch>en
switch#show version 察看系统中的所有版本信息
show interface vlan 1
查看交换机有关ip 协议的配置信息
show running-configure
查看交换机当前起作用的配置信息
show interface fastethernet 0/1
察看交换机1接口具体配置和统计信息
show mac-address-table
查看mac地址表
show mac-address-table aging-time
查看mac地址表自动老化时间
switch>en
switch#erase startup-configure
switch#reload
switch>en
switch#conf t
switch(config)#hostname aptch-2950
aptech-2950(config)#interface fastehernet 0/1 以1端口为例
aptech-2950(conf-if)#duplexfull/half/auto //有full , half, auto 三个可选项
switch>enable
switch#show cdp 查看设备的cdp全局配置信息
show cdpinterface fastethernet 0/1
查看1端口的cdp配置信息
show cdptraffic
查看有关cdp包的统计信息
show cdpnerghbors
列出与设备相连的cisco设备
标签:ase show 用户模式 ip add 交换 全局配置 ble address 进入
原文地址:https://www.cnblogs.com/ditf/p/11109460.html