How To: Adding Netscreen to NSRP Cluster & Interface Monitoring
Posted by Ahsan Tasneem | 2:45 AM | Juniper Networks, NSRP, ScreenOS | 2 comments »NSRP
Adding a NetScreen to an NSRP Cluster
set nsrp vsd-group id 0 monitor interface ethernet0/2
Sync Configuration
NSRP is the protocol that redundant NetScreen devices use to talk to each other when running in various HA configurations. It is the language that allows them to exchange state information and make decisions. Before we detail the specifics of what type of information is exchanged over NSRP, we need to cover a bit more theory.
One of the main goals of HA is to have multiple redundant systems, where a second system can take over in case the first one fails. This is commonly achieved by duplicating the hardware. As with the NetScreen firewalls, any HA setup that is using NSRP implies that there are at least two firewalls of the same model working together. This group of firewalls is called an NSRP cluster, or simply, a cluster (see Figure below).
Note: The sample configuration shown below is of SSG 520, for any issues related to this post please let me know @ahsantasneem
Adding a NetScreen to an NSRP Cluster
Use the following steps to configure the syslog server via the WebUI:
1. Go to Network | NSRP | Cluster.
2. Enter 1 as the Cluster ID.
3. Press OK.
It is not possible to add NSRP name through WebUI
From the CLI:
set nsrp cluster id 1
set nsrp cluster name (define name)
- Go to Network | NSRP | Monitor | Interface | VSD ID:
- Device | Edit interface.
- Select Ethernet 0/0.
- Set the Weight to 255.
- Select Ethernet 0/1.
- Set the Weight to 255.
- Select Ethernet 0/2.
- Set the Weight to 255.
- Click Apply.
From the CLI:
set nsrp vsd-group id 0 monitor interface ethernet0/0
set nsrp vsd-group id 0 monitor interface ethernet0/1
Sync Configuration
SSG520(M)-> exec nsrp sync global-config run
start to synchronize config from peer, continue? y/[n] y
SSG520(B)-> exec nsrp sync global-config check-sum
configuration in sync
Note:
SSG520(M) : Master
SSG520(B) : Backup
Subscribe to:
Post Comments (Atom)
Hi. what's the difference between
set nsrp monitor interface
and
set nsrp vsd-group id 0 monitor interface
-Scott
by default, set nsrp monitor interface were referred to vsd-group id 0