eth-group-network-monitor
This command configures the Ethernet Port Group Network Monitor table, which lets you define monitored destinations for determining port switchover for Ethernet port redundancy.
Syntax
(config-network)# eth-group-network-monitor <Index> (eth-group-network-monitor-<Index>)#
Command |
Description |
---|---|
Index |
Defines the table row index. |
dest-address |
Defines destination addresses (IP address or FQDN) of network hosts that you want monitored. |
ethernet-group |
Assigns an Ethernet Group through whose active port the device sends pings to monitor the reachability of destinations. |
ethernet-group-network-monitor-peers-status |
Displays the destinations of a selected monitored row (see ethernet-group-network-monitor-peers-status). |
network-interface |
Assigns a local IP network interface (listed in the IP Interfaces table) from where the device sends the ping requests. |
ping-count |
Defines the number of consecutive failed pings to the monitored entity, before the device considers the entity as unavailable. |
ping-timeout |
Defines the timeout (in milliseconds) for which the device waits for a reply from the monitored entity for its sent ping request. |
Command Mode
Privileged User
Note
The command is applicable only to MP-1288 and Mediant 3100.
Example
This example configures a monitored row that pings IP address destinations 10.4.4.69 and 10.4.5.60 through the port of Ethernet Group 1:
(config-network)# eth-group-network-monitor 0 (eth-group-network-monitor-0)# dest-address 10.4.4.69,10.4.5.60 (eth-group-network-monitor-0)# ethernet-group GROUP_1
(eth-group-network-monitor-0)# ping-timeout 1000 (eth-group-network-monitor-0)# ping-count 3