思科VLAN的基本配置命令
农业银行存款年利率思科交换机的基本配置命令学习
CISCO交换机基本配置:Console端口连接 
交换机口令设置: 
switch>enable  ;进入特权模式 
switch#config  terminal  ;进入全局配置模式 
switch(config)#hostname  csico  ;设置交换机的主机名 
switch(config)#enable  secret  csico1  ;设置特权加密口令 
switch(config)#enable  password  csico8  ;设置特权非密口令 
switch(config)#line  console  0  ;进入控制台口 
switch(config-line)#line  vty  0  4  ;进入虚拟终端 
switch(config-line)#login  ;虚拟终端允许登录 
switch(config-line)#password  csico6  ;设置虚拟终端登录口令csico6 
switch#exit  ;返回命令 
switch(config)#int  f0/1  ;进入端口1 
switch(config)#speed  ?  查看speed命令的子命令  云南的特产
switch(config)#speed  100  设置该端口速率为100mb/s  (10/auto) 
switch(config)#duplex  ?  查看duplex的子命令 
switch(config)#duplex  full  设置该端口为全双工(auto/half) 
switch(config)#description  TO_PC1  这是该端口描述为TO_PC1 
switch(config-if)#switchport  access  vlan  2  ;当前端口加入vlan  2 
switch(config-if)#switchport  mode  trunk  ;设置为trunk模式(access模式) 
switch(config-if)#switchport  trunk  allowed  vlan  1,2  ;设置允许的vlan 
switch(config-if)#switchport  trunk  encap  dot1q  ;设置vlan  中继 
switch(config)#vtp  domain  vtpserver  ;设置vtp域名相同 
switch(config)#vtp  password  ;设置发vtp密码 
switch(config)#vtp  server  ;设置vtp服务器模式 
switch(config)#vtp  client  ;设置vtp客户机模式 
交换机设置IP地址,默认网关,域名,域名服务器,配置和查看MAC地址表: 
switch(config)#interface  vlan  1  ;  进入vlan  1 
switch(config-if)#ip  address  192.168.1.1  255.255.255.0  ;设置IP地址 
switch(config)#ip  default-gateway  192.168.1.6  ;设置默认网关 
switch(config)#ip  domain-name  cisco  设置域名 
switch(config)#ip  name-server  192.168.1.18  设置域名服务器 
switch(config)#mac-address-table?  查看mac-address-table的子命令 
switch(config)#mac-address-table  aging-time  100  设置超时时间为100ms 
switch(config)#mac-address-table  permanent  0000.0c01.bbcc  f0/3  加入永久地址在f0/3端口 
switch(config)#mac-address-table  restricted  static  0000.0c02.bbcc  f0/6  f0/7  加入静态地址目标端口f0/6源端口f0/7 
switch(config)#end 
switch#show  mac-address-table  查看整个MAC地址表 
switch#clear  mac-address-table  restricted  static  清除限制性静态地址 
交换机显示命令: 
switch#write  ;保存配置信息 
switch#show  vtp  ;查看vtp配置信息 
switch#show  run  ;查看当前配置信息 
switch#show  vlan  ;查看vlan配置信息 
switch#show  interface  ;查看端口信息 
switch#show  int  f0/0  ;查看指定端口信息 
switch#show  int  f0/0  status;查看指定端口状态 
switch#dir  flash:  ;查看闪存 
(1)模式转换命令 
用户模式----特权模式,使用命令"enable" 
特权模式----全局配置模式,使用命令"config  t" 
全局配置模式----接口模式,使用命令"interface 接口类型 接口号" 
全局配置模式----线控模式,使用命令"line 接口类型 接口号" 
注: 
用户模式:查看初始化的信息. 
特权模式:查看所有信息、调试、保存配置信息 
全局模式:配置所有信息、针对整个路由器或交换机的所有接口 
接口模式:针对某一个接口的配置 
线控模式:对路由器进行控制的接口配置 
(2)配置命令 
show  running  config 显示所有的配置 
show  versin          显示版本号和寄存器值  12月你好的说说
shut  down            关闭接口 
no  shutdown          打开接口 
ip  add    ip地址      配置IP地址 
南昌有什么好玩的景点secondary IP地址        为接口配置第二个IP地址 
show  interface 接口类型 接口号 查看接口管理性 
show  controllers  interface  查看接口是否有DCE电缆
【VLAN的基本配置命令】
创建配置vlan
1、从特权模式进入vlan模式,交换机添加VLAN创建,删除,端口属性的设置,配置trunk端口,将某端口加入vlan中,配置VTP: 
Switch>
Switch>en
Switch#vlan database ;进入VLAN设置
% Warning: It is recommended to configure VLAN from config mode,
  as VLAN database mode is being deprecated. Please consult user
  documentation for configuring VTP/VLAN in config mode.
switch(vlan)#vlan  2  ;              建VLAN  2 
switch(vlan)#vlan  3  name  vlan3  ;建VLAN  3并命名为vlan3 
switch(vlan)#no  vlan  2  ;          删vlan  2 
如下实例:
Switch(vlan)#vlan 2 name yv1
VLAN 2 added:
    Name: yv1
Switch(vlan)#vlan 3 name yv2
VLAN 3 added:
    Name: yv2
Switch(vlan)#vlan 4 name yv3
VLAN 4 added:
    Name: yv3
Switch(vlan)#exit                      保存退出
APPLY completed.
申请
划端口进VLAN
首先进入用户模式
“<Sw>"
在用户模式下输入”en“,进入特权模式”Sw#
<switch>en
switch#
在特权模式下输入”configure terminal“,进入全局模式”Sw(config)#
switch#configure terminal
switch#(config)#
接下来在全局模式下进入接口模式,输入”int range f0/1-3“,这里注意了使用range参数才可以进入多接口,这里选择f0/1、f0/2、f0/3,三个接口。
    具体操作如下:
交换机在VLAN中如何添加一个端口。
麦克风声音小
Switch#
Switch#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Switch(config)#int fa0/1
Switch(config-if)#switchport mode access
Switch(config-if)#sw acc vlan 2
Switch(config-if)#no shutdown

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。