eNSP桥接环回网卡
本文最后更新于 2024年6月12日 晚上
eNSP桥接环回网卡
在eNSP中新建拓扑,并拖入云和S5700交换机
Cloud1 配置如下
S5700启用虚拟Vlan并配置管理地址
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[Huawei]display ip inter br
Interface IP Address/Mask Physical Protocol
MEth0/0/1 unassigned down down
NULL0 unassigned up up(s)
Vlanif1 unassigned down down
Vlanif100 172.18.100.100/24 up up
[Huawei]display current-configuration inter GigabitEthernet 0/0/1
#
interface GigabitEthernet0/0/1
port link-type access
port default vlan 100
#
[Huawei]ping 172.18.100.1
PING 172.18.100.1: 56 data bytes, press CTRL_C to break
Reply from 172.18.100.1: bytes=56 Sequence=1 ttl=128 time=40 ms
Reply from 172.18.100.1: bytes=56 Sequence=2 ttl=128 time=20 ms
Reply from 172.18.100.1: bytes=56 Sequence=3 ttl=128 time=20 ms本机通信
1
2
3
4
5
6
7
8
9
10
11
12
$ ipconfig
Windows IP 配置
以太网适配器 以太网 3:
连接特定的 DNS 后缀 . . . . . . . :
IPv4 地址 . . . . . . . . . . . . : 172.18.100.1
子网掩码 . . . . . . . . . . . . : 255.255.255.0
默认网关. . . . . . . . . . . . . :
$ ping 172.18.100.100
正在 Ping 172.18.100.100 具有 32 字节的数据:
来自 172.18.100.100 的回复: 字节=32 时间=10ms TTL=255
来自 172.18.100.100 的回复: 字节=32 时间=2ms TTL=255
eNSP桥接环回网卡
https://www.kwenyan.link/post/10010.html