- CheckMates
- :
- Products
- :
- General Topics
- :
- Ping internal host from specific internal gateway ...
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ping internal host from specific internal gateway address
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,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You'll have to craft the relevant packet with hping2, which is available from expert mode.
