博客 找到与“switch”相关的博文共154篇
按相关性排序  按时间排序
[原创]Redundancy(二)   2009-11-28 10:11:48
primary),weighting 100 (expires in 7.712 sec)<SPAN(Switched Port Analyzer)>交换机端口分析器可用于抓包 能够将某个VLAN或一组端口的网络流量复制到指定端口中...1、流入的流量 2、流出的流量 3、双向流量本地SPAN在相同的switch上配置源端口、源VLAN、和目标端口...
switch security   2009-11-22 16:22:38
switchport..Unknown unicast blocked:enabled..Unknown multicast blocked:disabled4、802.1x基于端口的认证一种第二层的访问控制方法,通过AAA服务器对接入一个接口的用户进行认证,以决定客户能否访问网络。配置:aaa new-modelaaa authentication dot1x default...
Switch Series-LW15   2009-11-21 13:24:13
internet.Wefound TradeVv.com through internet anSwitch Series-LW15Product Categories...Universal Changeover SwitchCompanyProfile Tel...Switch SeriesChangeoverSwitch electric switchElectronicSwitches Toggle SwitchRotarySwitch Push ButtonSwitch
VLAN-VTP-Trunk(一)   2009-11-17 15:55:35
SW1#sh int f1/1 switchportName:Fa1/1Switchport:EnabledAdministrative Mode:static accessOperational Mode:static accessAdministrative Trunking Encapsulation:dot1qOperational Trunking Encapsulation:nativeNegotiation of Trunking:DisabledAccess Mode...
VLAN-VTP-Trunk(二)   2009-11-17 16:25:17
1defaultactive Fa1/3,Fa1/7,Fa1/8,Fa1/11,Fa1/12,sh run int f1/1Building configuration..Current configuration:71 bytes!interface FastEthernet1/1switchport mode trunkno ip addressendSW3#sh vtp stVTPVersion:2ConfigurationRevision:0Maximum VLANs supported...
switch工作原理和CDP   2009-11-16 15:44:48
1.基于源MAC地址学习2.基于目标MAC地址转发。3.同一接口可以学习到多个MAC地址4.同一个MAC地址被多个接口学习到,选择后学习到的接口5.对于没有目标MAC地址表项的帧,向本机的其他所有接口转发(floading)6.收到广/组播帧,向本机的其他所有接口转发(收到未知单播帧...
选择结构设计   2009-11-15 14:33:08
){//语句1;} else if(条件2){//语句2;}else if(条件3){//语句3;}else{//语句4;}嵌套if语句:if (boolean_value){if (条件1){//语句1;}else{//语句2;}else{//语句3;}嵌套语句可以包含若干if-else语句。二、switch语句:switch(条件){case 值1...break使过程跳出switch...
局域网中交换机建立多个VLAN实例   2009-11-10 13:11:07
0/1 par2(config-if)#switchport mode trunk par3(config)#interface gigabitethernet 0/1 par3(config-if)#switchport mode trunk……此时,管理域算是设置完毕了。3、创建vlan一旦建立了管理域,就可以创建vlan了。com(vlan)#vlan 10 name counter 创建了一个编号为...
思科交换机VLAN基础及实例(转)   2009-11-05 15:26:45
生产部、财务部、人事部和信息中心四个主要部分,对应的VLAN组名为:Prod、Fina、Huma、Info,各VLAN组所对应的网段如下表所示。VLAN 号VLAN 名端口号2ProdSwitch 1 2-213FinaSwitch2 2-164HumaSwitch3 注 之所以把交换机的VLAN号从"2"号开始,那是因为交换机有一个默认的...
小丑的厉害   2009-10-20 20:54:24
今天做JAVA程序(这是个相当好的语言)时,讲到switch语句中那个default的作用。挺有意思。其实在条件中,已经包含了所有情况。因此逻辑上,这个default语句根本不必存在。它的存在是语句的需要。因为如果不在前面初始化default,后面的语句将出现错误。这让我这个联想丰富...
相关搜索