租号玩代理申请
A-A+

思科Cisco交换机入门常用命令示例 很多命令通用华为中兴交换机命令 示例学习

2024年12月07日 电脑网络 暂无评论 阅读 33 次

1.进入特权模式enable

switch> enable

switch#

2.进入全局配置模式 configure terminal

switch> enable

switch#c onfigure terminal

switch(conf)#

3.交换机命名hostname aptech2950

switch> enable

switch#c onfigure terminal

switch(conf)#hostname aptch-2950

aptech2950(conf)#

4.配置使能明文口令enable password cisco

switch> enable

switch #configure terminal

switch(conf)#hostname aptch2950

aptech2950(conf)# enable password cisco

5.配置使能加密口令enable secret ciscolab

switch> enable

switch # configure terminal

switch(conf)#hostname aptch2950

aptech2950(conf)# enable secret ciscolab

6:设置虚拟局域网vlan 1 interface vlan 1

switch> enable

switch# configure terminal

switch(conf)#hostname aptch2950

aptech2950(conf)# 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.254 设置网关地址

7.进入交换机某一端口interface fastehernet 0/17

以17端口为例

switch> enable

switch#configure terminal

switch(conf)#hostname aptch2950

aptech2950(conf)# interface fastehernet 0/17

aptech2950(conf-if)#

8.查看命令show

switch> enable

switch# show version

查看系统中的所有版本信息

show interface vlan 1

查看交换机有关ip协议的配置信息

show running-configure 或 dis cu

查看交换机当前起作用的配置信息

show interface fastethernet 0/1

查看交换机1接口具体配置和统计信息

show mac-address-table

查看 mac地址表

show mac-address-table aging-time

查看 mac地址表自动老化时间

9.交换机恢复出厂默认恢复命令

switch> enable

switch# erase startup-configure

switch# reload

10.双工模式设置

switch> enable

switch # configure terminal

switch2950(conf)#hostname aptch-2950

aptech2950(conf)# interface fastehernet 0/17 以17端口为例

aptech2950(conf-if)#duplex full/half/auto

有full,half, auto三个可选项

11.cdp相关命令

switch> enable

switch# show cdp

查看设备的cdp全局配置信息

show cdp interface fastethernet 0/17

查看17端口的cdp配置信息

show cdp traffic

查看有关cdp包的统计信息

show cdp nerghbors

列出与设备相连的cisco设备

12.交换机telnet 远程登录设置:

switch>en

switch#c onfigure terminal

switch(conf)#hostname aptech-2950

aptech2950(conf)#enable password cisco l cisco

为特权模式密码

aptech2950(conf)#interface fastethernet 0/1

以1端口为telnet远程登录端口

aptech2950(conf-if)#ip address 192.168.1.1 255.255.255.0

aptech2950(conf-if)#no shut

aptech2950(conf-if)#exit

aptech2950(conf)line vty 04

设置0-4个用户可以telnet远程登陆

aptech2950(conf-line)#login

aptech2950(conf-line)#password edge edge

为远程登录的用户密码

13.在基于10S的交换机上设置主机名/系统名:

switch(config)# hostname hostname

在于CLI的交换机上设置主机名/系统名:

switch(enable) set system name name-string

14.在基于10S的交换机上设置登录口令:

switch(config)# enable password level 1 password

在基于CLI的交换机上设置登录口令:

switch(enable) set password

switch(enable) set enalbepass

15.在基于10S的交换机上设置远程访问:

switch(config)# interface vlan 1

switch(config-if)# ip address ip-address netmask
switch(config-if)# ip default-gateway ip-address
在基于CLI的交换机上设置远程访问:

switch(enable) set interface sc0 ip-address netmask

broadcast-address

switch(enable) set interface scO vlan

switch(enable) set ip route default gateway

16.在基于10S的交换机上设置端口速度:

switch(config-if)# speed{10|100|auto]

在基于CLI的交换机上设置端口速度:

switch(enable) set port speed moudle/number {10|100|auto]

switch(enable) set port speed moudle/number {4|16|auto]

17.在基于10S的交换机上设置以太网的链路模式:

switch(config-if)# duplex {auto|full half]

在基于CLI的交换机上设置以太网的链路模式:

switch(enable) set port duplex module/number (full half]

18.交换机上配置静态 VLAN:

在基于10S的交换机上配置静态 VLAN

switch# vlan database

switch(vlan)# vlan vlan-num name vla

switch(vlan)# exit

switch# configure teriminal

switch(config)# interface interface module/number

switch(config-if)# switchport mode access

switch(config-if)# switchport access vlan vlan-num

switch(config-if)# end

在基于 CLI的交换机上配置静态 VLAN:

switch(enable) set vlan vlan-num [name name]

switch(enable) set vlan vlan-num mod-num/port-list

19在Cisco设备上设置控制台及vty端口的会话超时:

Rl(config)# line console 0

R1(config-line)# exec-timeout 5 10

19.在Cisco 设备上设置控制台及vty端口的会话超时:

R1(config)# line vty 04

Rl(config-line)# exec-timeout 52

20.在Cisco设备上设定特权级:

R1(config)# privilege configure level 3 username

R1(config)# privilege configure level 3 copy run start

R1(config)# privilege configure level 3 ping

Rl(config)# privilege configure level 3 show run

R1(config)# enable secret level 3 cisco

21.使用命令privilege可定义在该特权级下使用的命令:

router(config)# privilege mode level level command

设定用户特权级:

ronter(config)# enable secret level 3 dallas

router(config)# enable secret san-fran

router(config)# username student password cisco

22.设置vty访问:

R1(config)# access-list 1 permit 192.168.2.5

Rl(config)# line vty04

R1(config)# access-class 1 in

23.配置HTTP访问:

Router3(config)# access-list 1 permit 192.168.10.7

Router3(config)# ip http sever

Router3(config)# ip http access-class 1

Router3(config)# ip http authentication local

Router3(config)# username student password cisco