INFO:
-pnetlab 5.3.32 on VMware Workstation 17 on Win11
-chr 7.8
-aruba cx 10
PROBLEMS:
- I can’t ping from chr to switch cx and vice versa eventhough same subnet
see attached picture
but I don’t have problem ping to vlan ip if using MT-MT or Aruba CX-CX
MIKROTIK CHR 7.8
/interface vlan
add interface=ether2 name=vlan10 vlan-id=10
add interface=ether3 name=vlan20 vlan-id=20
/ip address
add address=1.0.10.1/24 interface=vlan10 network=1.0.10.0
add address=1.0.20.1/24 interface=vlan20 network=1.0.20.0
add address=192.168.88.41/24 interface=ether1 network=192.168.88.0
/ip firewall nat
add action=masquerade chain=0 out-interface=ether1
/ip route
add dst-address=0.0.0.0/0 gateway=192.168.88.1
CX
!Version ArubaOS-CX Virtual.10.11.0001
hostname CX1
ntp enable
ssh server vrf mgmt
vlan 1,10,20
interface mgmt
no shutdown
ip dhcp
interface 1/1/2
no shutdown
no routing
vlan access 10
interface 1/1/3
no shutdown
no routing
vlan access 20
interface vlan 10
ip address 1.0.10.11/24
interface vlan 20
ip address 1.0.20.11/24
https-server vrf mgmt
?
- any missing in either part
tq
UPDATE1:
SOLVED
after changing on CX side
interface 1/1/2
no shutdown
no routing
vlan trunk native 10
vlan trunk allowed 10
interface 1/1/3
no shutdown
no routing
vlan trunk native 20
vlan trunk allowed 20
