Chassis Cluster Interface Monitoring
Chassis Cluster Interface Monitoring
Chassis Cluster Interface Monitoring
interface monitoring
By richard_pracko
June 11, 2016 8:51 am
Combining these options is quite flexible and allows you to define the
desired circumstances that represent failure. For example: single interface
physical failure, multiple interfaces physical failure, unreachable single IP
address, unreachable multiple IP addresses, single interface physical
failure and at the same time one IP address unreachable, etc.
In our example, failure of any reth0 child interface causes the failover of
RG1.
The same approach can be used also for RG2. Because the reth1 has 4
child interfaces another option exists. The failover would be triggered
when the whole LAG fails, i.e. no active LAG links are available on the
node. In our case it requires both child interfaces on one node to fail at
the same time. To achieve it the weight of each child interface has to be
less then 255. But at the same time the cumulated weight of 2 child
interfaces needs to be 255 or more. For example: 200 and 200, 150 and
150, 200 and 100, 254 and 99, etc.
Furthermore RGs can monitor reth child interfaces from other RGs or
interfaces that do not belong to any reth/RG at all (called local interfaces).
In our example the ge-0/0/3 and ge-5/0/3 are local interfaces monitored by
RG1 as well as by RG2. Both RGs have weight of 255 associated with
those interfaces. If one uplink fails the both RG1 and RG2 will transition to
the node with the remaining one. It helps to avoid transit traffic traversing
the data link between nodes.
The cluster status below is after the previously failed interfaces (ge-5/0/5
and ge-5/0/6) are recovered. The RG1 remains primary on node0.
Now if the ge-0/0/3 interface fails the RG1 and RG2 failover to node1.
The “show chassis cluster information” command is very useful for
troubleshooting because is displays detailed information about the chassis
cluster. Multiple parameters can be defined for the command which
provide further details about the cluster. For instance the “interface-
monitor” parameter reveals the history of monitored interfaces. Please
keep in mind the command is hidden in Junos release 11.4.
Conclusion