实例是中用到的是Cisco 3620的交换机,由于是用模拟器做的实验,所以有的地方可能和真实机有所不同,这个简单的实验只是提供一个思路。

1.实验目的 通过本实验,读者可以掌握以下技能:
   配置VLAN; 通过VLAN Trunk配置跨交换机的VLAN;
   配置VTP; 查看上述配置项目的相关信息。

2.设备需求 本实验需要以下设备:
   Cisco 3620 本实验中使用了3620交换机;
   交叉线序网线1条;
   1台终端服务器 1台带有超级终端程序的PC机,以及Consoie电缆及转接器。


Switch1 :

Switch1#show run
Building configuration...

Current configuration : 1332 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Switch1
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
!
!
ip cef
!
!
!
!
!
interface FastEthernet0/0
switchport mode trunk
!
interface FastEthernet0/1
!
interface FastEthernet0/2
!
interface FastEthernet0/3
!
interface FastEthernet0/4
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface Vlan1
no ip address
!
ip http server
!
!
!
!
!
!
control-plane
!
!
!        
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
!
end

switch2:

switch2#show run
Building configuration...

Current configuration : 1332 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname switch2
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
!
!
ip cef
!
!
!
!
!        
!
!
!
!
interface FastEthernet0/0
switchport mode trunk
!
interface FastEthernet0/1
!
interface FastEthernet0/2
!
interface FastEthernet0/3
!
interface FastEthernet0/4
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface Vlan1
no ip address
!
ip http server
!
!
!
!
!
!
control-plane
!
!
!        
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
!
end

转载于:https://blog.51cto.com/cisco130/1092828

Cisco vlan + vtp 配置实例相关推荐

  1. h3c交换机端口加入vlan命令_H3C交换机基于端口VLAN的配置实例

    华为交换机怎么在基于端口VLAN做好配置呢?下面跟yjbys小编看看H3C交换机基于端口VLAN的配置实例,希望对大家学习华为有帮助! 现假设要在一个H3C系列交换机上创建VLAN2.VLAN3,并指 ...

  2. 静态路由和DHCP/NAT/VLAN的配置实例

    华为HCNA数通工程师实战类实验(每个实验配有视频 请联系QQ1306633412索取) 本套实验为华HCNA数通网络工程师复习实验 请学习后再做此实验 另本套实验为定期更新 实验描述: 1.AR1为 ...

  3. 华为vlan聚合(超级vlan)配置实例

    Vlan聚合( Vlan aggregation):通常说的super(超级) vlan.是指在一个主vlan下包括多个处于同一个IP网段的从vlan,但只需为主VLANif配置IP地址,各从vlan ...

  4. cisco路由器EIGRP配置实例

    面是以前我在一家isp工作时维护的一个客户路由器上的配置,这个客户租了我们12条IP***线路,是个大客户.对于IP-×××内部专线,这个客户主要用于访问远程ERP系统和voip语音电话.下面是完整的 ...

  5. 思科pix防火墙配置实例大全

    在配置PIX防火墙之前,先来介绍一下防火墙的物理特性.防火墙通常具有至少3个接口,但许多早期的防火墙只具有2个接口:当使用具有3个接口的防火墙时,就至少产生了3个网络,描述如下: 内部区域(内网):内 ...

  6. Cisco交换机端口聚合、VTP、ACL配置实例

    网络拓扑: **************** 基本配置 **************** SW1> en  :进入特权模式 SW1# conf t  :进入全局配置模式 SW1(config)# ...

  7. Cisco 2950 系列交换机实例配置

    Cisco Catalyst 2950系列智能以太网交换机,提供卓越的性能.易使用性以及集成的Cisco IOS软件.它通过DSCP.WRR等保证先进的服务质量.同时,它具有限速(Rate-limit ...

  8. Cisco3550三层交换机vlan间路由配置实例

    下面以实例说明如何在一个典型的快速以太局域网中实现VLAN. 所谓典型局域网就是指由一台具备三层交换功能的核心交换机接几台分支交换机(不一定具备三层交换能力).我们假设核心交换机名称为:COM:分支交 ...

  9. VTP:Cisco VLAN Trunking Protocol

    VTP:Cisco VLAN Trunking Protocol (VTP:思科VLAN中继协议) VLAN 中继协议(VTP)是思科第2层信息传送协议,主要控制网络范围内 VLANs 的添加.删除和 ...

最新文章

  1. java指定位置写入_java指定路径写、读文件
  2. spark数据查询语句select_sparksql语句
  3. python3 分割函数 partition rpartition 函数
  4. tensorflow--variable_scope
  5. 公路建厂最短路径问题
  6. mysql 优化300例_MySQL配置文件my.cnf参数优化和中文详解
  7. C语言-将数字转化为字符串
  8. Go 语言简介(下)— 特性
  9. Mvp快速搭建商城购物车模块
  10. 梦幻模拟战更新服务器正在维护,梦幻模拟战魔之启示录更新维护公告
  11. 为什么我们更宠爱“随机”梯度下降?(SGD)
  12. 《Excel与VBA程序设计》第四章新鲜出炉
  13. 烽火路由路虚拟服务器,netcore路由设置烽火
  14. 第二周——团队项目(小小大佬带飞队)
  15. 打印机在不同操作系统的打印区别
  16. 分析system_call中断处理过程
  17. windows学习记录之MFC通过URL上传下载文件
  18. 使用’推土距离‘构建强悍的WGAN
  19. Windows程序奔溃后,禁止弹出“停止工作”对话框
  20. 敏感词过滤器 filter

热门文章

  1. 在线CSV转XML/JSON工具
  2. 在线JWT Token解析解码
  3. 关闭防火墙linux 16.04,如何在Ubuntu 16.04上配置和设置防火墙
  4. ORM sqlachemy学习
  5. 《空中交通管理基础》-潘卫军主编-第三章-航空器和飞行高度层
  6. .NET简谈组件程序设计之(渗入序列化过程)
  7. 学号:201621123032 《Java程序设计》第7周学习总结
  8. 令人深思的联系-this关键字(隐藏属性static)
  9. 标点符号/特殊符号的英文名称
  10. 类型转换static_cast,dynamic_cast,const_cast,reinterpret_cast等