CE12800 can't ping vlan ip

Moderator: mike

Post Reply
nbctcp
Posts: 41
Joined: Tue Apr 04, 2017 7:36 am

CE12800 can't ping vlan ip

Post by nbctcp » Sat Jan 02, 2021 1:04 am

https://forum.huawei.com/enterprise/en/ ... 861?page=3

I am using steps from that link and here my config
PROBLEMS
SW1 vlan10 can't ping SW2 vlan10 ip
Anyone encounter the same issue?
tq

SW1
sysname SW1
vlan batch 10 20 100
interface Vlanif10
ip address 10.0.0.1 255.255.255.0
interface Vlanif20
ip address 20.0.0.1 255.255.255.0
interface Vlanif100
ip address 100.0.0.1 255.255.255.0
port default vlan 10
interface GE1/0/1
undo shutdown
port default vlan 10

SW2
sysname SW2
vlan batch 10 20 100
interface Vlanif10
ip address 10.0.0.2 255.255.255.0
interface Vlanif20
ip address 20.0.0.2 255.255.255.0
interface Vlanif100
ip address 100.0.0.2 255.255.255.0
interface GE1/0/1
undo shutdown
port default vlan 10

Post Reply