<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>电脑计算机论坛 - 网络技术</title>
    <link>http://www.jsjlt.com/forum-17-1.html</link>
    <description>Latest 20 threads of 网络技术</description>
    <copyright>Copyright(C) 电脑计算机论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 13 Jun 2026 03:32:54 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.jsjlt.com/static/image/common/logo_88_31.gif</url>
      <title>电脑计算机论坛</title>
      <link>http://www.jsjlt.com/</link>
    </image>
    <item>
      <title>交换机某端口上禁止广播的方法</title>
      <link>http://www.jsjlt.com/thread-74959-1-1.html</link>
      <description><![CDATA[本文是讲解在交换机上禁止广播的方法，   如果要禁止组播请参考：http://www.jsjlt.com/forum.php?mod=viewthread&amp;tid=74943


在某端口上禁止广播方法：

acl  number  3005
   rule 1  deny udp destination-port eq netbios-ns  (禁止137端口）
   rule 2  deny udp  ...]]></description>
      <category>网络技术</category>
      <author>admin</author>
      <pubDate>Sat, 16 May 2026 09:36:01 +0000</pubDate>
    </item>
    <item>
      <title>windows设置随机端口范围方法</title>
      <link>http://www.jsjlt.com/thread-74958-1-1.html</link>
      <description><![CDATA[1、查看本机随机端口范围：

   netsh int ipv4 show dynamicport tcp
  netsh int ipv4 show dynamicport udp



2、修改随机端口范围：
以‌管理员身份‌打开命令提示符或 PowerShell，  执行 
netsh int ipv4 set dynamicport tcp start=49152 num=16384
netsh int i ...]]></description>
      <category>网络技术</category>
      <author>admin</author>
      <pubDate>Sat, 16 May 2026 08:22:09 +0000</pubDate>
    </item>
    <item>
      <title>组播和广播的区别，如何关闭组播和广播</title>
      <link>http://www.jsjlt.com/thread-74954-1-1.html</link>
      <description><![CDATA[广播是将数据发送给网络内的所有设备， 例如发送给 192.168.1.255， 端口可以是任意端口，但常用端口 67/68 UDP（dhcp），137 /138UDP（netbios）

组播是仅发送给加入特定组的设备，组播使用D类地址，范围为 224.0.0.0 至  239.255.255.255

广播通常在同网段内，跨网 ...]]></description>
      <category>网络技术</category>
      <author>admin</author>
      <pubDate>Sat, 09 May 2026 09:49:47 +0000</pubDate>
    </item>
    <item>
      <title>交换机如何屏蔽 fan  error  日志</title>
      <link>http://www.jsjlt.com/thread-74952-1-1.html</link>
      <description><![CDATA[dis logbuffer 中有很多   DEVM/2/FAN_FAILED:  fan  1  failed 日志，以致于无法查看其他日志，可以屏蔽这个日志：


info-center source DEVM channel logbuffer log level alert      意思  对于  DEVM模块  log leve alert  级别是1 ，  fan failed 日志级别是2 ， ...]]></description>
      <category>网络技术</category>
      <author>admin</author>
      <pubDate>Sun, 03 May 2026 12:35:12 +0000</pubDate>
    </item>
    <item>
      <title>Rate of packets to cpu exceeded the CPCAR limit on the LPU in slot 3解决办法</title>
      <link>http://www.jsjlt.com/thread-74951-1-1.html</link>
      <description><![CDATA[1、dis cpu-defend statistics all    查看各个板卡上 所有协议的接收到的包和丢弃的包数。


2、使用攻击溯源功能（需在系统视图下启用）：
bash
system-view
cpu-defend policy policy1
auto-defend enable
auto-defend attack-packet sample 5
auto-defend threshold ...]]></description>
      <category>网络技术</category>
      <author>admin</author>
      <pubDate>Sun, 03 May 2026 07:57:04 +0000</pubDate>
    </item>
    <item>
      <title>聪明鼠测试仪使用说明</title>
      <link>http://www.jsjlt.com/thread-74945-1-1.html</link>
      <description><![CDATA[以 发射端 NF8508+   接收端 NF-859G 为例


1、压接测试：
     将一端网络水晶头插入发射端的  压线/对线 口，  屏幕选择  压接测试，  如果显示8根线全部通，说明测试的这个水晶头压线没问题，这种方式只测试本端的水晶头，另一端并不测试。

2、对线：
     一端在 ...]]></description>
      <category>网络技术</category>
      <author>admin</author>
      <pubDate>Sun, 12 Apr 2026 12:06:35 +0000</pubDate>
    </item>
    <item>
      <title>交换机某端口上禁止组播的方法</title>
      <link>http://www.jsjlt.com/thread-74943-1-1.html</link>
      <description><![CDATA[本文是讲解在交换机上禁止组播的方法，   如果要禁止广播请参考：http://www.jsjlt.com/thread-74959-1-1.html

方法一：

   int   gi 1/0/1                                           进入端口下
   multicast-suppression  block  outbound (  multicast-suppress ...]]></description>
      <category>网络技术</category>
      <author>admin</author>
      <pubDate>Tue, 31 Mar 2026 08:34:42 +0000</pubDate>
    </item>
    <item>
      <title>windows如何检查是否开启着组播</title>
      <link>http://www.jsjlt.com/thread-74939-1-1.html</link>
      <description><![CDATA[‌1. 使用 netsh 命令查看当前加入的组播组‌该命令可列出所有网络接口已加入的组播地址：
netsh interface ipv4 show joins


[*]若输出中包含如 224.2.2.2、239.254.2.216 等地址，说明有程序已成功加入对应组播组。

   若输出中仅包含  224.0.0.1 则说明没有任何程 ...]]></description>
      <category>网络技术</category>
      <author>admin</author>
      <pubDate>Tue, 10 Mar 2026 08:57:15 +0000</pubDate>
    </item>
    <item>
      <title>win10关闭组播的方法</title>
      <link>http://www.jsjlt.com/thread-74938-1-1.html</link>
      <description><![CDATA[在 Windows 10 中，‌彻底关闭组播（特别是 224.0.0.0/24 范围）‌ 需要从系统层面禁用组播功能。根据权威公开资料，以下是可行的方法：[hr]‌核心操作：通过注册表或命令行禁用 IGMP（Internet Group Management Protocol）‌组播通信依赖 IGMP 协议，禁用 IGMP 可有效 ...]]></description>
      <category>网络技术</category>
      <author>admin</author>
      <pubDate>Tue, 10 Mar 2026 08:34:44 +0000</pubDate>
    </item>
    <item>
      <title>交换机查找arp攻击源的方法</title>
      <link>http://www.jsjlt.com/thread-74937-1-1.html</link>
      <description><![CDATA[常用命令：1.执行displaycpu-usage命令，查看交换机CPU占用率，发现CPU占用率在80%以上，并且查看CPU占用率较高的任务,查找占用率高。常用命令：2.使用display cpu-defend statistics命令查看上送CPU报文的统计信息，判断是否存在过多各种协议报文。常用命令：3.执行res ...]]></description>
      <category>网络技术</category>
      <author>admin</author>
      <pubDate>Thu, 12 Feb 2026 06:39:19 +0000</pubDate>
    </item>
    <item>
      <title>CPCAR limit on the LPU in slot arp-request 问题如何解决</title>
      <link>http://www.jsjlt.com/thread-74936-1-1.html</link>
      <description><![CDATA[1、查看异常时刻交换机上收到大量tc报文

                       display stp tc-bpdu  statistics

MSTID Port                        TC(Send/Receive)      TCN(Send/Receive)  
  GigabitEthernet10/0/1      109236/0              0/0  Eth-Trunk3              ...]]></description>
      <category>网络技术</category>
      <author>admin</author>
      <pubDate>Thu, 12 Feb 2026 03:28:03 +0000</pubDate>
    </item>
    <item>
      <title>SecureCRT安装教程</title>
      <link>http://www.jsjlt.com/thread-74935-1-1.html</link>
      <description><![CDATA[1、将SecureCRT-8文件夹放到D盘一个目录下
2、将SecureCRT+v8.x+注册机下载到任意一个目录下

3、keygen上右键使用管理员权限打开， 点击patch

会让你选择文件 ，选择SecureCRT.exe可执行文件，还会再提示LicenseHelper.exe文件。确定后都会提示成功。（ 如果此目录下 ...]]></description>
      <category>网络技术</category>
      <author>admin</author>
      <pubDate>Wed, 21 Jan 2026 08:44:40 +0000</pubDate>
    </item>
    <item>
      <title>交换机设置e-trunk的注意事项及模式选择LACP</title>
      <link>http://www.jsjlt.com/thread-74929-1-1.html</link>
      <description><![CDATA[链路聚合技术， 华为交换机叫 e-trunk 、华三交换机叫  Bridge-Aggregation,  思科交换机叫port-channel


华为 e-trunk  模式分两种 manual 和 lacp  ，其他交换机也是类似两种， 手工模式（静态模式） 或者 lacp（动态模式）
默认是手工模式， 两个模式的区别
1、 man ...]]></description>
      <category>网络技术</category>
      <author>admin</author>
      <pubDate>Sat, 15 Nov 2025 14:47:00 +0000</pubDate>
    </item>
    <item>
      <title>堆叠交换机扩展下级交换机，如何实现双网？</title>
      <link>http://www.jsjlt.com/thread-74928-1-1.html</link>
      <description><![CDATA[交换机A和交换机B  配置成堆叠模式，堆叠交换机的上连和下连设备如何实现双网呢？ 
其实可以使用e-trunk技术
例如  交换机A的1/0/4口和交换机B的2/0/4口 可以设置成 e-trunk 10 (意思就是 1/0/4和2/0/4 两个口合并成1个口） ，这两个口可以认为是一个口，这两个口可以 ...]]></description>
      <category>网络技术</category>
      <author>admin</author>
      <pubDate>Fri, 14 Nov 2025 12:29:22 +0000</pubDate>
    </item>
    <item>
      <title>h3c s5590交换机设置堆叠案例</title>
      <link>http://www.jsjlt.com/thread-74927-1-1.html</link>
      <description><![CDATA[两台同型号同系统版本的h3c s5590交换机 设置堆叠


配置第一台交换机：
[sw1]irf member 1 renumber 1    然后保存--重启。  
[sw1] 将端口 1/0/35和 1/0/36 端口 shutdown  

[sw1]irf-port 1/1     （配置堆叠逻辑端口组  1/1）[sw1-irf-port1/1]  进入堆叠组口后添 ...]]></description>
      <category>网络技术</category>
      <author>admin</author>
      <pubDate>Thu, 13 Nov 2025 09:37:43 +0000</pubDate>
    </item>
    <item>
      <title>交换机上某业务有闪断时，排查思路</title>
      <link>http://www.jsjlt.com/thread-74919-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>网络技术</category>
      <author>admin</author>
      <pubDate>Mon, 09 Jun 2025 04:46:02 +0000</pubDate>
    </item>
    <item>
      <title>stelnet server enable后提示“No source address or source interfce”的解决办法</title>
      <link>http://www.jsjlt.com/thread-74910-1-1.html</link>
      <description><![CDATA[在交换机上启用ssh：stelnet server enable后提示“No source address or source interfce is configured,which may cause security risks.”ssh


这只是一个提示，不配置 ssh source 并不影响ssh使用，如果配置上更加安全，配置方法如下：

ssh server-source -i  vla ...]]></description>
      <category>网络技术</category>
      <author>admin</author>
      <pubDate>Sat, 31 May 2025 01:58:44 +0000</pubDate>
    </item>
    <item>
      <title>交换机上配置ACL策略</title>
      <link>http://www.jsjlt.com/thread-74909-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>网络技术</category>
      <author>admin</author>
      <pubDate>Fri, 30 May 2025 13:09:26 +0000</pubDate>
    </item>
    <item>
      <title>h3c S5590基本配置案例</title>
      <link>http://www.jsjlt.com/thread-74908-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>网络技术</category>
      <author>admin</author>
      <pubDate>Fri, 30 May 2025 12:49:45 +0000</pubDate>
    </item>
    <item>
      <title>交换机IOS版本升级教程</title>
      <link>http://www.jsjlt.com/thread-74906-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>网络技术</category>
      <author>admin</author>
      <pubDate>Mon, 26 May 2025 08:59:09 +0000</pubDate>
    </item>
  </channel>
</rss>