上一页 1 ··· 63 64 65 66 67 68 69 70 71 ··· 123 下一页
摘要: 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 阅读全文
posted @ 2020-05-28 17:22 星火撩原 阅读(975) 评论(0) 推荐(0) 编辑
摘要: 启动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 阅读全文
posted @ 2020-05-28 16:36 星火撩原 阅读(467) 评论(0) 推荐(0) 编辑
摘要: 在“绑定信息”下列表中先择“UDP”,在“端口类型”下拉列表中选择“Ethernet",然后单击“增加”按钮,新创建端口的信息将会出现在端口信息表中 创建另一个端口。“绑定信息”选择真实PC中任意一个网卡地址,这里选择了PC中的无线网卡,IP地址为了92168.0.100,“端口类型”仍然选择”Et 阅读全文
posted @ 2020-05-28 15:56 星火撩原 阅读(1207) 评论(0) 推荐(0) 编辑
摘要: 1. IPv6地址表示 IPv6地址可以表示为128位由0、1组成的字符串,为了便于计算机理解,将128位的二进制字符串表示为32位的十六进制字符串,为了便于理解,人们将其划分为8组,组与组之间用 :隔开,每组4个字符(也就是16位)。 128位的二进制数 通过由冒号分隔的32位的8组16进制字符串 阅读全文
posted @ 2020-05-28 14:37 星火撩原 阅读(2719) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2020-05-28 14:34 星火撩原 阅读(511) 评论(0) 推荐(0) 编辑
摘要: AR1配置 ospf 1 router-id 1.1.1.1 area 0.0.0.1 network 10.1.12.0 0.0.0.255 AR2配置 ospf 1 router-id 2.2.2.2 area 0.0.0.0 network 10.1.23.0 0.0.0.255 area 0 阅读全文
posted @ 2020-05-27 21:57 星火撩原 阅读(2097) 评论(0) 推荐(0) 编辑
摘要: AR1配置 ospf 1 router-id 1.1.1.1 area 0.0.0.1 network 1.1.1.1 0.0.0.0 network 12.1.1.0 0.0.0.3 network 20.1.1.1 0.0.0.0 network 20.1.1.2 0.0.0.0 AR2配置 o 阅读全文
posted @ 2020-05-27 20:52 星火撩原 阅读(343) 评论(0) 推荐(0) 编辑
摘要: AR1配置 interface GigabitEthernet0/0/0 ip address 12.1.1.1 255.255.255.0 # interface GigabitEthernet0/0/1 ip address 13.1.1.1 255.255.255.0 # ospf 1 rou 阅读全文
posted @ 2020-05-27 16:32 星火撩原 阅读(226) 评论(0) 推荐(0) 编辑
摘要: RSTP在STP基础上做了改进,实现了网络拓扑快速收敛,但RSTP和STP还存在同一个缺陷,即由于局域网内所有的VLAN共享一颗生成树,链路被阻塞后将不承载任何流量,造成带宽浪费,因此无法在VLAN间实现数据流量的负载均衡,还有可能造成部分VLAN报文无法转发。 通过MSTP把一个交换网络化分成多个 阅读全文
posted @ 2020-05-27 15:04 星火撩原 阅读(1230) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2020-05-26 17:00 星火撩原 阅读(532) 评论(0) 推荐(0) 编辑
上一页 1 ··· 63 64 65 66 67 68 69 70 71 ··· 123 下一页