随笔分类 - 网络工程
摘要:1.开启和禁用STP [SWA]stp disable //手动关闭交换机的STP Warning: The global STP state will be changed. Continue? [Y/N]y Info: This operation may take a few seconds.
阅读全文
摘要:2.7 VRP基本配置 2.7.1 配置系统时钟 <R1>clock timezone BJ add 8 //调整时区为北京+8区 <R1>clock datetime 15:22:00 2022-10-8 //设置时间,读者需要注意时间的格式 <R1>display clock //验证时间已经调
阅读全文
摘要:一、选举根桥RB 比较BID,先比优先级(默认32768,4096的倍数),优先级相同,再比48位Mac地址,越小越好。 二、选举根端口RP(在非根桥上选举,每个设备只有一个根端口) 比较入方向RPC,越小越好; 比较上行设备的BID; 比较上线设备接口对端接口的PID(优先级默认128,结合端口号
阅读全文
摘要:VLAN路由-单臂路由 [SW]vlan batch 10 20 [SW-GigabitEthernet0/0/1]port link-type access [SW-GigabitEthernet0/0/1]port default vlan 10 [SW-GigabitEthernet0/0/2
阅读全文
摘要:# 创建VLAN10 [SW1]vlan 10 # 创建VLAN20 [SW1]vlan 20 # 查看VLAN配置 [SW1]dis vlan # 修改g0/0/1接口类型 [SW1-GigabitEthernet0/0/1]port link-type access # 配置g0/0/1接口的默
阅读全文
摘要:# 给g0/0/0配地址 [R1-GigabitEthernet0/0/0]ip address 192.168.1.1 24 # 创建ospf10进程 [R1]ospf 10 # 创建area-0.0.0.0区域 [R1-ospf-10]a 0 # 在区域下声明 [R1-ospf-10-area-
阅读全文
摘要:1、设置AR-LT和AR-YD路由器的环回口地址 int LoopBack0 ip address 123.1.1.1 24 2、配置接口ip [AR-GW]int g0/0/0 [AR-GW-GigabitEthernet0/0/0]ip address 56.1.1.1 24 [AR-GW]in
阅读全文
摘要:使用命令 # 查看路由器当前配置信息 dis cu display current-configuration # 查看路由表 dis ip routing-table dis ip routing-table 192.168.3.0 # 配置静态路由 ip route-static 192.168
阅读全文
摘要:出现提示的时候按下 shift+F10 , 出现命令窗口依次输入以下代码: cd oobe msoobe 然后,安装节奏就会继续正常执行。
阅读全文
摘要:https://jingyan.baidu.com/article/b907e62765e66746e7891ccf.html
阅读全文
摘要:
阅读全文
摘要:源端口和目标端口 该字段长度均为16位。TCP协议通过使用端口来标识源端和目标端的应用进程,端口号范围为0~65535。 序列号 该字段长度为32位。因此序号范围为[0,223-1]。序号值是进行mod 232运算的值,即序号值为最大值232-1后,下一个序号又回到0。 确认号 字段长度为32位。期
阅读全文