配置DTP
拓扑一 结果:NO
默认auto(被动)模式
Switch>show interfaces fastEthernet / switchPort
Name: Fa0/
Switchport: Enabled
Administrative Mode: dynamic auto
Operational Mode: static access
Administrative Trunking Encapsulation: dot1q
Operational Trunking Encapsulation: native
Negotiation of Trunking: On
Access Mode VLAN: (default)
Trunking Native Mode VLAN: (default)
Voice VLAN: none
Administrative private-vlan host-association: none
Administrative private-vlan mapping: none
Administrative private-vlan trunk native VLAN: none
Administrative private-vlan trunk encapsulation: dot1q
Administrative private-vlan trunk normal VLANs: none
Administrative private-vlan trunk private VLANs: none
Operational private-vlan: none
Trunking VLANs Enabled: ALL
Pruning VLANs Enabled: -
Capture Mode Disabled
Capture VLANs Allowed: ALL
Protected: false
Switch>show interfaces trunk
Switch>
拓扑二 结果:YES
修改2端主动模式(desirable)
Switch>en
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#interface fastEthernet / Switch(config-if)#switchport mode dynamic desirable Switch(config-if)#
%LINEPROTO--UPDOWN: Line protocol on Interface FastEthernet0/, changed state to up %LINEPROTO--UPDOWN: Line protocol on Interface FastEthernet0/, changed state to down %LINEPROTO--UPDOWN: Line protocol on Interface FastEthernet0/, changed state to up
Switch#show interfaces trunk
Port Mode Encapsulation Status Native vlan
Fa0/1 desirable n-802.1q trunking 1
Port Vlans allowed on trunk
Fa0/1 1-1005
Port Vlans allowed and active in management domain
Fa0/1 1
Port Vlans in spanning tree forwarding state and not pruned
Fa0/1 1
拓扑三 结果:YES
修改一端主动模式(desirable)
Switch>en
Switch#conf t Switch(config)#interface fastEthernet / Switch(config-if)#switchport mode dynamic desirable %LINEPROTO--UPDOWN: Line protocol on Interface FastEthernet0/, changed state to up %LINEPROTO--UPDOWN: Line protocol on Interface FastEthernet0/, changed state to down %LINEPROTO--UPDOWN: Line protocol on Interface FastEthernet0/, changed state to up
Switch#show interfaces trunk
Port Mode Encapsulation Status Native vlan
Fa0/1 desirable n-802.1q trunking 1
Port Vlans allowed on trunk
Fa0/1 1-1005
Port Vlans allowed and active in management domain
Fa0/1 1
Port Vlans in spanning tree forwarding state and not pruned
Fa0/1 1
拓扑四 结果:YES
修改一端 trunk
Switch>en
Switch#conf
Configuring from terminal, memory, or network [terminal]? conf t
?Must be "terminal", "memory" or "network"
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#interface fastEthernet / Switch(config-if)#switchport mode trunk Switch(config-if)#
%LINEPROTO--UPDOWN: Line protocol on Interface FastEthernet0/, changed state to down %LINEPROTO--UPDOWN: Line protocol on Interface FastEthernet0/, changed state to up Switch#show interfaces trunk
Port Mode Encapsulation Status Native vlan
Fa0/ on .1q trunking Port Vlans allowed on trunk
Fa0/ - Port Vlans allowed and active in management domain
Fa0/ Port Vlans in spanning tree forwarding state and not pruned
Fa0/
默认auto,修改desirable
Switch>en
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#interface fastEthernet / Switch(config-if)#switchport mode dynamic desirable Switch(config-if)#
%LINEPROTO--UPDOWN: Line protocol on Interface FastEthernet0/, changed state to up Switch(config-if)#end
Switch#
%SYS--CONFIG_I: Configured from console by console Switch#show interfaces trunk
Port Mode Encapsulation Status Native vlan
Fa0/ desirable n-.1q trunking Port Vlans allowed on trunk
Fa0/ - Port Vlans allowed and active in management domain
Fa0/ Port Vlans in spanning tree forwarding state and not
拓扑五 结果:NO
修改一端 access
Switch>en
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#interface fastEthernet / Switch(config-if)#switchport mode access Switch(config-if)#end %SYS--CONFIG_I: Configured from console by console
s
% Ambiguous command: "s" Switch#show interfaces trunk
默认auto,修改desirable
Switch>en
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#interface fastEthernet / Switch(config-if)#switchport mode dynamic desirable Switch(config-if)#
%LINEPROTO--UPDOWN: Line protocol on Interface FastEthernet0/, changed state to up Switch(config-if)#end
Switch#
%SYS--CONFIG_I: Configured from console by console Switch#show interfaces trunk
拓扑六 结果:YES
配置DTP的更多相关文章
- DTP模型之二:(XA协议之二)JTA集成JOTM或Atomikos配置分布式事务(Tomcat应用服务器)
jotm只能用的xapool数据源,而且很少更新. 一.以下介绍Spring中直接集成JOTM提供JTA事务管理.将JOTM集成到Tomcat中. (经过测试JOTM在批量持久化时有BUG需要修改源码 ...
- Python黑帽编程 3.5 DTP攻击
Python黑帽编程 3.5 DTP攻击 在上一节,<Python黑帽编程 3.4 跨越VLAN>中,我们讨论了一般的VLAN中实施攻击的方法,这一节属于扩展内容,简单演示下Cisco特有 ...
- Vsftp精解之安装配置及原理(一)
简介 Vsftp(Very Secure FTP)是一个基于GPL发布的类Unix系统上使用的FTP服务器软件,是一款小巧而又易用FTP服务器程序,Vsftpd 在安全性.高性能及稳定性三个方面有很好 ...
- Hibernate配置文档详解
Hibernate配置文档有框架总部署文档hibernate.cfg.xml 和映射类的配置文档 ***.hbm.xml hibernate.cfg.xml(文件位置直接放在src源文件夹即可) (在 ...
- Hadoop简单安装配置
Hadoop开始设计以Linux平台为运行目标,所以这里推荐在Linux发行版比如Ubuntu进行安装,目前已经有Hadoop for Windows出来,大家自行搜下文章. Hadoop运行模式分为 ...
- 配置Server Side TAF
实验环境:Oracle 11.2.0.4 RAC 参考MOS文档: How To Configure Server Side Transparent Application Failover (文档 ...
- Cisco 的基本配置实例之六----常排错命令--关闭提示
TEST#terminal monitor # 排除网络故障以前,请打开这一命令以便实时的接收到交换机的提示信息. TEST# TEST#sh run #显示所有的配置清单,可将这些配置保存成文本作为 ...
- DTP协议攻击
DTP协议 动态中继协议DTP(Dynamic Trunking Protocol)是一种Cisco私有协议.DTP用于两台交换机的直连二层端口探测对端的配置,自动协商出二层端口的链路类型和以太网封装 ...
- oracle11g在没DNS情况下failover的配置方法
1.Oracle 11g引入scan ip ,可在没有DNS的情况下,客户端连接RAC配置failover时,很多情况还是使用oracle10g方式.即在客户端tnsname.ora中配置failov ...
随机推荐
- nodejs window平台上 以服务运行
刚学nodejs 想使用 sc create 来创建服务,但是倒腾了很久没有弄出来,创建是成功了,使用 net start 启动服务报错,没有控制功能.后来网上找了一下 发现这个东西:nssm 使用 ...
- windows WebStorm常用快捷键记录,常用的都在这儿找扒
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Webstorm version 2018.2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1. Ctrl + Shift + ...
- idea 的一些基本的配置
1. 2. 3. http://139.199.89.239:1008/88414687-3b91-4286-89ba-2dc813b107ce 531403098@qq.com R+0oOAb3rx ...
- .net core 获取本地ip及request请求端口
1.获取ip和端口 string str = (Request.HttpContext.Connection.LocalIpAddress.MapToIPv4().ToString() + " ...
- 解决MyEclipse启动慢,使用卡顿问题
卡顿原因: 1.启动的服务和插件过多,导致启动和运行缓慢,电脑配置较差的直接会卡死没有响应 2.软件运行内存设置不足,导致没有足够的空间运行软件,致使软件卡顿 解决方法: windows --> ...
- 得到本地电脑IP4地址
using System.Linq;using System.Net;using System.Net.Sockets; namespace winform_udp{ public class com ...
- [BZOJ1596]电话网络
Problem 给你一棵树,可以在每个点上选择造塔或不造,每座塔可以覆盖这个节点和相邻节点,问覆盖整棵树的最小塔数. Solution 看到这道题的第一眼,我就觉得是一题贪心题,但看见出题的时候分类在 ...
- Jmeter之https脚本录制
jmeter录制脚本时,跟http脚本录制主要区别是,https录制需要添加安全证书. 一.jmeter代理服务器及证书配置. 1.打开jmeter,右键测试计划添加线程组,右键工作台--> ...
- .net core WebApi ManualResetEvent实现并发同步
ManualResetEvent,即手动重置事件,通过信号量来判别当前线程是否应该阻塞或继续执行.使用方式与ManualResetEventSlim差不多,ManualResetEventSlim只是 ...
- 类型限定词——const
类型限定词有三个:const volatile restrict. const:一般也叫常量修饰符. 作用:是修饰变量,被修饰的变量就变成常量了,不能被二次修改了. const int a=12:a ...