交换机用到的命令_yskcg的空间
虚拟局域网
一,交换机的基本配置
1,配置主机名:
switch(config)#hostname ...
2.查看交换机的配置
switch#show running-config
3.配置密码
console配置密码(进入用户模式所输入的密码)
haha(config)#line console 0
haha(config-line)password heihei
haha(config-line)login
enable 密码(从用户模式到特权模式所需要的密码)
明文:switch(config)#enable password cisco
      switch(config)#enable secret ciscolab
注:当同时设置明文和秘文的时候,秘文生效。
4给交换机设置网关和ip(目的为了远程管理)
switch(config)#interface vlan 1 (进入vlan1接口)
switch(config-if)#ip address 192.168.1.1 255.255.255.0(设ip)
switch(config-if)#no shutdown9(xx端口)
switch(config)#ip default-geteway 192.168.1.100 (配置网关)
5.查看mac地址
switch#show mac-address-table
6,CDP(cisco发现协议,cisco私有的)(每60s发送一次,老化时间180秒)
switch#show cdp 显示设备cdp全局配置信息
switch#show cdp neighbors 显示邻居信息
7,保存交换机的配置(以下的两个命令都可以)
switch#copy running-config startup-config
switch#write
8.恢复默认出厂设置:
switch#erase startup-config
switch#reload
以下9,10,11建议在配置交换机之前都要打出来的三条,这样有利于长时间比较方便的配置,不会出现更多的麻烦。。。
9.配置控制台会话时间(默认10分钟不对设备进行配置的话直接退到exec会话,xx超时)
teacer(config)#line console 0
teacer(config-if)#exec-timeout 0 0
{dy}个0代表分钟 第二个0代表秒钟
10配置控制台输出日志同步
teacher(config)#line console 0
teacher (config-line)#logging synchronous
11就配置禁用dns
teacer(config)#no ip domain-lookup
12对所有密码加密
teacer(config)#service password-encryption
13查看当前设备的接口状况
teacher#show ip inter brief
14配置telnet
teacher(config)#enable password cisco
teacher(config)#line vty 0 4
teacher(config-iine)#password linux
teacher(config-iine)#login
二。VLAN
1.作用:分割广播域 安全性 带宽利用延迟
2.分类:基于端口划分的静态VLAN
基于mac地址划分的动态VLAN
3划分VLAN
a,创建VLAN(建筑圈)
在全局配置模式下创建VLAN
switch(config)#vlan 10
switch(config-vlan)name shuaixin
进入VLAN数据库中创建VLAN
switch#VLAN database
switch(vlan)vlan 20 name caiwu
b,将端口加入vlan(抓猪)
switch(config)#interface f0/1
switch(config-if)#switchport access vlan 10
同时将多个端口加入到vlan
switch(config)#interface range f0/6-12
switch(config-if-range)#switchport access vlan 20
c验证vlan的配置(点猪)
switch#show vlan
switch#show vlan brief
3.删除valn
在你创建vlan的模式中前面价no+原来的命令
如果删除vlan的时候里面有接口的话 删除vlan后接口默认就不存在了 想让丢失的接口重见光明
a。先进入这个接口,然后把它放到另外一个vlan中
b。Vswitch(config)#default inter f/5 f0/5还原到默认的vlan1中
三Ios使用技巧
?的使用 Tab建的使用
使用命令简写 使用缓存命令
switch#show history 查看历史命令10条


郑重声明:资讯 【交换机用到的命令_yskcg的空间】由 发布,版权归原作者及其所在单位,其原创性以及文中陈述文字和内容未经(企业库qiyeku.com)证实,请读者仅作参考,并请自行核实相关内容。若本文有侵犯到您的版权, 请你提供相关证明及申请并与我们联系(qiyeku # qq.com)或【在线投诉】,我们审核后将会尽快处理。
—— 相关资讯 ——