Jump to content

Recommended Posts

Posted

SUMMARY:

This article describes the process involved in configuring IP Monitoring on SRX-Series gateways.

 

 

PROBLEM OR GOAL:

How to configure IP Monitoring on SRX-Series gateways.

 

Supported Platforms:

SRX3400

SRX3600

SRX5600

SRX5800

SOLUTION:

Introduction:

This feature is used to track the coverage of a set of configured IP addresses.

It impacts the failover of redundancy groups based on the coverage of the IP addresses.

ICMP echo messages are sent at regular intervals to the configured addresses.

If no replies are received after a configurable interval, the IP address is marked as unreachable.

 

Configuration:

IP monitoring is configured on a per-redundancy group basis.

It can be configured either as a 'global configuration' (impacts all the IP addresses configured under the RG), or as a 'per-IP configuration' (impacts only that IP address).

[edit chassis cluster]

redundancy-group 1 {

 

interface-monitor {

ge-0/1/9 weight 100;

}

ip-monitoring {

global-weight 230;

global-threshold 70;

retry-interval 6;

retry-count 7;

family {

inet {

1.1.1.5 {

weight 30;

interface reth0.10 secondary-ip-address 1.1.1.3;

}

1.2.3.4 {

weight 100;

interface reth0.10 secondary-ip-address 1.1.1.3;

}

2.3.4.5 {

weight 10;

interface reth0.10 secondary-ip-address 1.1.1.3;

}

10.254.5.44 {

weight 30;

interface reth0.10 secondary-ip-address 1.1.1.3;

}

}

}

}

 

Troubleshooting:

 

The following command is used to view the status of all the configured IP addresses:

 

cli>show chassis cluster ip-monitoring status

 

node0:

-----------------------------------------------------

 

Redundancy group: 1

 

IP address Status Failure count Reason

10.254.5.44 reachable 1 n/a

2.2.2.1 reachable 0 n/a

1.1.1.5 reachable 0 n/a

1.1.1.4 reachable 0 n/a

1.1.1.1 reachable 1 n/a

 

node1:

--------------------------------------------------------------

 

Redundancy group: 1

 

IP address Status Failure count Reason

10.254.5.44 reachable 0 n/a

2.2.2.1 reachable 0 n/a

1.1.1.5 reachable 0 n/a

1.1.1.4 reachable 0 n/a

1.1.1.1 reachable 0 n/a

PURPOSE:

Configuration

Implementation

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...
На сайте используются файлы cookie и сервисы аналитики для корректной работы форума и улучшения качества обслуживания. Продолжая использовать сайт, вы соглашаетесь с использованием файлов cookie и с Политикой конфиденциальности.