码迷,mamicode.com
首页 >  
搜索关键字:ccna    ( 404个结果
CCNA 交换机安全 实验
Router1#conf tEnter configuration commands, one per line. End with CNTL/Z.Router1(config)#line console 0Router1(config-line)#password ciscoRouter1(config-line)#
分类:其他好文   时间:2018-05-07 21:45:38    阅读次数:155
CCNA DHCP 实验
CCIE 的知识点,mac静态绑定
分类:其他好文   时间:2018-05-07 21:41:01    阅读次数:161
CCNA STP 实验
802.1D STP 传统生成树802.1W RSTP 快速生成树,收敛效率高802.1S MSTP 多实例生成树,现在用的多,CCNP的内容PVST 思科私有的,不兼容其他生成树PVST+ 后来有了这个兼容其他的厂商的产品rapid pvst+ 生成树的选举,根桥越小优先bridge id = 优先级 + MAC address扩展桥id = 优先级 + VLAN id + MAC addres
分类:其他好文   时间:2018-05-07 21:04:02    阅读次数:264
CCNA FHRP HSRP实验
实验拓扑接口配置就略过了唯一需要注意的是需要在4个路由器上配置静态路由Router2(config)#ip route 1.1.1.1 255.255.255.255 192.168.14.2Router3(config)#ip route 1.1.1.1 255.255.255.255 192.168.25.2反过来回包也是指定一下静态路由Router0(config)#ip route 192
分类:其他好文   时间:2018-05-07 21:00:56    阅读次数:330
CCNA VRRP 实验
其实就是把HSRP no掉,然后变成vrrp就好了,毫无技术可言Router2(config-if)#no standby 1Router2(config-if)#vrrp 1 ip 192.168.1.254Router2(config-if)#vrrp 1 priority 120show vrrp brief跟踪上游接口,进入跟踪模式然后就可以在接口模式跟踪降级了sw(config)#tra
分类:其他好文   时间:2018-05-07 20:55:40    阅读次数:182
CCNA 3 OSI七层模型与TCP/IP协议栈
CCNA 3 OSI七层模型与TCP/IP协议栈
分类:其他好文   时间:2018-05-07 19:35:46    阅读次数:273
CCNA Ethernet Channel 实验
auto是被动,desireable是主动acive是主动,passive是被动,不同厂商建议配置ONSW1(config)#int range f0/1-2SW1(config-if-range)#channel-group ?<1-6> Channel group numberSW1(config-if-range)#channel-group 1% Incomplete comm
分类:Web程序   时间:2018-05-06 23:59:39    阅读次数:493
CCNA VTP 实验
VTP_Server#show vtp statusVTP Version : 2Configuration Revision : 0Maximum VLANs supported locally : 68Number of existing VLANs : 5VTP Operating Mode : ServerVTP Domain Name :VTP Pruning Mode : Disabl
分类:其他好文   时间:2018-05-06 22:56:30    阅读次数:205
CCNA VLAN Trunk 实验
SW1(config)#int f0/0SW1(config-if)#switchport trunk encapsulation dot1qSW1(config-if)#switchport mode trunkSW1(config-if)#endSW1#*Mar 1 00:20:17.543: %SYS-5-CONFIG_I: Configured from console by consol
分类:其他好文   时间:2018-05-06 11:11:09    阅读次数:241
CCNA OSPF 实验
实验拓扑R1(config)#int lo 0R1(config-if)#ip add 1.1.1.1 255.255.255.255R1(config-if)#exR1(config)#int f0/0R1(config-if)#ip add 192.168.12.1 255.255.255.0R1(config-if)#no shR1(config-if)#*Mar 1 00:15:25.53
分类:其他好文   时间:2018-05-06 11:10:24    阅读次数:197
404条   上一页 1 ... 6 7 8 9 10 ... 41 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!