随笔分类 - HCIA
摘要:<R3>reset saved-configuration 输入命令后会出现: This will delete the configuration in the flash memory. The device configuratio ns will be erased to reconfigu
阅读全文
摘要:AR1配置 local-user huawei password cipher %$%$6t='8KiYDPz28R<zS4U3}rhP%$%$ local-user huawei service-type ppp 在AR1上配置地址,CHAP认证和给对端分配地址。 interface Serial
阅读全文
摘要:[AR1-rip-1]default-route originate rip发布默认路由 [AR1-ospf-1]default-route-advertise always ospf发布默认路由 拓扑图为“RIP和OSPF路由双向引入”
阅读全文
摘要:AR1配置 interface GigabitEthernet0/0/0 ip address 172.16.2.1 255.255.255.0 # interface GigabitEthernet0/0/1 ip address 192.168.2.1 255.255.255.0 ospf 1
阅读全文
摘要:启动FTP服务器,在AR1上ftp命令连接FTP服务器。 <AR1>ftp 10.0.2.1 Trying 10.0.2.1 ... Press CTRL+K to abort Connected to 10.0.2.1. 220 FtpServerTry FtpD for free User(10
阅读全文
摘要:在“绑定信息”下列表中先择“UDP”,在“端口类型”下拉列表中选择“Ethernet",然后单击“增加”按钮,新创建端口的信息将会出现在端口信息表中 创建另一个端口。“绑定信息”选择真实PC中任意一个网卡地址,这里选择了PC中的无线网卡,IP地址为了92168.0.100,“端口类型”仍然选择”Et
阅读全文
摘要:1. IPv6地址表示 IPv6地址可以表示为128位由0、1组成的字符串,为了便于计算机理解,将128位的二进制字符串表示为32位的十六进制字符串,为了便于理解,人们将其划分为8组,组与组之间用 :隔开,每组4个字符(也就是16位)。 128位的二进制数 通过由冒号分隔的32位的8组16进制字符串
阅读全文
摘要:AR1配置 interface GigabitEthernet0/0/0 ipv6 enable ipv6 address 2001::1/64 # interface GigabitEthernet0/0/1 ipv6 enable ipv6 address 2003::1/64 ipv6 rou
阅读全文
摘要:RSTP在STP基础上做了改进,实现了网络拓扑快速收敛,但RSTP和STP还存在同一个缺陷,即由于局域网内所有的VLAN共享一颗生成树,链路被阻塞后将不承载任何流量,造成带宽浪费,因此无法在VLAN间实现数据流量的负载均衡,还有可能造成部分VLAN报文无法转发。 通过MSTP把一个交换网络化分成多个
阅读全文
摘要:PC配置相应的IP地址,LSW1为根交换机,LSW2为务份根交换机。 [LSW1]stp root primary [LSW2]stp root secondary [LSW1]dis stp [CIST Global Info][Mode STP] CIST Bridge :0 .4c1f-ccb
阅读全文
摘要:STP没有细致区分端口状态和端口角色,其次STP状态共有5种,即Discarding,Blocking、Listening、Learning、和Forwarding,收敛慢。而且对用户来说Listening、Learning、Blocking状态并没有区别,都不转发流量. RSTP新增加了两种端口角
阅读全文
摘要:一、STP 出现的背景STP 是一个用于局域网中消除环路的协议。运行该协议的设备通过彼此交互信息而发现网络中的环路,并适当对某些端口进行阻塞以消除环路。由于局域网规模的不断增长,生成树协议已经成为了当前最重要的局域网协议之一。 环路的网络中,会产生如下两种情况:1、广播风暴导致网络不可用。 2、MA
阅读全文
摘要:AR1配置 interface GigabitEthernet0/0/0 ip address 192.168.11.1 255.255.255.0 # interface GigabitEthernet0/0/1 ip address 192.168.12.1 255.255.255.0 inte
阅读全文
摘要:VRRP虚拟路由冗余协议:Virtual Router Redundancy Protocol VRRP报文通告是通过组播来通告的,组播地址:224.0.0.14,组播MAC:01-00-5e-00-00-12 VRRP需要通过VRRP报文来选举Master和Backup,只有Master才能转发数
阅读全文
摘要:AR1配置 acl number 2000 rule 5 deny source 10.1.1.1 0 # interface GigabitEthernet0/0/0 ip address 10.1.1.100 255.255.255.0 # interface GigabitEthernet0/
阅读全文
摘要:静态NAT 静态NAT如何工作 所谓静态NAT是指公网IP和私网IP的对应关系统是静态的,由管理员手工指定后就不会改变了,并且静态NAT实现的是一对一的地址转换。 AR1配置 interface GigabitEthernet0/0/1 ip address 12.1.1.10 255.255.25
阅读全文
摘要:AR1配置 interface GigabitEthernet0/0/0.10 dot1q termination vid 10 ip address 10.1.1.100 255.255.255.0 arp broadcast enable # interface GigabitEthernet0
阅读全文
摘要:SW1配置 sysname SW1 # vlan batch 10 # interface Vlanif10 ip address 10.1.1.1 255.255.255.0 # interface Ethernet0/0/1 port link-type access port default
阅读全文
摘要:AR1配置 dhcp enable ip pool dhcp1 gateway-list 10.1.1.1 network 10.1.1.0 mask 255.255.255.0 lease day 2 hour 0 minute 0 dns-list 10.1.1.1 interface Giga
阅读全文
摘要:SW1配置 [SW1]interface Eth-Trunk 12 [SW1-Eth-Trunk12]trunkport Ethernet 0/0/0 to 0/0/3 SW2 [SW2]interface Eth-Trunk 12 [SW2-Eth-Trunk12]trunkport Ethern
阅读全文