首页 科技问答 起个名最难了,路由器以太网口能打环测试么?

起个名最难了,路由器以太网口能打环测试么?

科技问答 188
1686323761,CRM论坛(CRMbbs.com)——一个让用户更懂CRM的垂直性行业内容平台,CRM论坛致力于互联网、客户管理、销售管理、SCRM私域流量内容输出5年。 如果您有好的内容,欢迎向我们投稿,共建CRM多元化生态体系,创建CRM客户管理一体化生态解决方案。内容来源:知了社区起个名最难了 起个名最难了 四段 粉丝:1人 关注:0人

问题描述:

路由器以太网口接传输设备,能打环测试么?

组网及组网描述:


5小时前提问

您好,打环只能测试接口和链路

其他的不支持

5小时前回答

具体怎么操作呢?

起个名最难了

可以啊,但是必须是二层口,不能是三层口

5小时前回答

具体怎么操作呢

起个名最难了

可以

5小时前回答

具体怎么操作呢

起个名最难了

根据4楼发的进行操作

z6Kl9

1、接口不要插线

2、去掉接口所有多余配置,只保留IP地址

3、接口配置loopback internal

4、清空接口计数:<H3C> reset count interface

5、配置和接口同网段地址的ARP,举例:

interface GigabitEthernet3/0/0

 port link-mode route

 combo enable copper

 loopback internal

 ip address 10.2.1.2 255.255.255.0

arp static 10.2.1.1 0001-0001-0001 //注意MAC地址必须配置本机的G3/0/0这个接口的MAC,也就是本机上接口的MAC

6、路由器上ping 10.2.1.1

ping -t 1 -c 10 10.2.1.1

Ping 10.2.1.1 (10.2.1.1): 56 data bytes, press CTRL_C to break

Request time out

Request time out

Request time out

Request time out

Request time out

Request time out

Request time out

Request time out

Request time out

Request time out

 

--- Ping statistics for 10.2.1.1 ---

10 packet(s) transmitted, 0 packet(s) received, 100.0% packet loss

7、display interface G3/0/0,看这个接口的收发报文都是2550就是接口没有问题,这个需要多尝试几次,一般第一次可能是不对的,只要后续收发都是2550的话,就是正确的,说明接口内环没有问题:

dis int g3/0/0

GigabitEthernet3/0/0

Current state: UP

Line protocol state: UP

Input (total):  2550 packets, 260100 bytes

Output (total): 2550 packets, 260100 bytes

5小时前回答

你正在,路由器以太网口能打环测试么?