We have many GWs, but this particular is an HA Cluster of 9100, R81.20 Take 84.
Our internal interface bond has multiple VLans/sub-interfaces. In the CLI, I'd like to know how to ping and internal address from the gateway address of it's own VLan.
Truncated config example:
set interface bond4.222 ipv4-address 172.16.222.2 mask-length 24
set interface bond4.223 ipv4-address 172.16.223.2 mask-length 24
set interface bond4.246 ipv4-address 172.16.246.2 mask-length 24
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I'd like to ping host 172.16.222.189 from 172.16.222.2
Or, if for some reason, I wanted to test communication from a different VLan 223
I'd like to ping host 172.16.222.189 from 172.16.246.2
Is this something that can be done?
Thank you,