パナソニック・ホーム Panasonic Electric Works Networks Co., Ltd. > Support > Setting Examples > VRRP Setting Procedure (ZEQUO series)

VRRP Setting Procedure (ZEQUO series)

Introduction

This setting example explains the procedure of VRRP setting for ZEQUO series switches.

Applicable models

Applicable models
Product name Product number
ZEQUO 6400 PN36240E

Overview

By configuring VRRP on ZEQUO 6400, provide redundancy for the Ethernet Switches.
Setting is conducted with an assumption that L2 Ethernet Switch is connected using RSTP.

Configuration Example

Overall setting flow

  • 1. Set VLAN, IP, and VRRP for ZEQUO 6400-1 (for VRRP master).
  • 2. Set VLAN, IP, and VRRP for ZEQUO 6400-2 (for VRRP backup).
  • 3. Interconnect the master and backup of ZEQUO 6400.
  • 4. Connect between L2 Ethernet Switch and ZEQUO 6400s.
  • * Setting for L2 Ethernet Switch is omitted.

Setting examples

Step 1.

Connect the PC and Ethernet Switch using a twisted pair cable and console cable, and display the setting screen on Hyper terminal.
(Refer to Setting Example "Ethernet Switch Connection Procedure to a Console Port" for the procedure to display the setting screen on the console port)

Step 2.

On the login screen, enter UserName and PassWord (both set as manager by default), and login to the setting screen. (Refer to Figure 1)

Step 3.

Set VLAN for ZEQUO 6400-1.
After Z6400:admin#, enter command as shown in the following.
Z6400:admin#config vlan default delete 1-28
If the command is entered correctly, the following message will appear.
Command: config vlan default delete 1-28
 
Success.
 
Then, set VLAN10 and VLAN20.
Z6400:admin#create vlan VLAN10 tag 10
Command:create vlan VLAN10 tag 10
 
Success.
 
Z6400:admin#config vlan VLAN10 add tagged 24
Command:config vlan VLAN10 add tagged 24
 
Success.
 
Z6400:admin#config vlan VLAN10 add untagged 1-11,22
Command:config vlan VLAN10 add untagged 1-11,22
 
Success.
 
Z6400:admin#config port_vlan 1-11,22 pvid 10
Command:config port_vlan 1-11,22 pvid 10
 
Success.
 
Z6400:admin#create vlan VLAN20 tag 20
Command:create vlan VLAN20 tag 20
 
Success.
 
Z6400:admin#config vlan VLAN20 add tagged 24
Command:config vlan VLAN20 add tagged 24
 
Success.
 
Z6400:admin#config vlan VLAN20 add untagged 12-21,23
Command:config vlan VLAN20 add untagged 12-21,23
 
Success.
 
Z6400:admin#config port_vlan 12-21,23 pvid 20
Command:config port_vlan 12-21,23 pvid 20
 
Success.

Step 4.

Set the IP address for ZEQUO 6400-1. IP interface for VLAN10 and VLAN20 are specified as IP10 and IP20, respectively.
Z6400:admin#config ipif System ipaddress 0.0.0.0/0 vlan default
Command:config ipif System ipaddress 0.0.0.0/0 vlan default
 
Success.
 
Z6400:admin#create ipif IP10 192.168.10.254/24 VLAN10 state enable
Command:create ipif IP10 192.168.10.254/24 VLAN10 state enable
 
Success.
 
Z6400:admin#create ipif IP20 192.168.20.254/24 VLAN20 state enable
Command:create ipif IP20 192.168.20.254/24 VLAN20 state enable
 
Success.

Step 5.

Set VRRP for ZEQUO 6400-1. Set virtual IP addresses as VLAN10=192.168.10.254 and VLAN20=192.168.20.254.
Z6400:admin#create vrrp 10 ipif IP10 ipaddress 192.168.10.254 state enable
Command:create vrrp 10 ipif IP10 ipaddress 192.168.10.254 state enable
 
Success.
 
Z6400:admin#create vrrp 20 ipif IP20 ipaddress 192.168.20.254 state enable
Command:create vrrp 20 ipif IP20 ipaddress 192.168.20.254 state enable
 
Success.
 
Z6400:admin#enable vrrp
Command:enable vrrp
 
Success.

Step 6.

Set STP(RSTP) for ZEQUO 6400-1.Bridge priority value is 4096.
Z6400:admin#config stp version rstp
Command:config stp version rstp
 
Success.
 
Z6400:admin#config stp priority 4096 instance_id 0
Command:config stp priority 4096 instance_id 0
 
Success.
 
Z6400:admin#enable stp
Command:enable stp
 
Success.

Step 7.

Set VLAN for ZEQUO 6400-2.
Z6400:admin#config vlan default delete 1-28
Command: config vlan default delete 1-28
 
Success.
 
Z6400:admin#create vlan VLAN10 tag 10
Command:create vlan VLAN10 tag 10
 
Success.
 
Z6400:admin#config vlan VLAN10 add tagged 24
Command:config vlan VLAN10 add tagged 24
 
Success.
 
Z6400:admin#config vlan VLAN10 add untagged 1-11,22
Command:config vlan VLAN10 add untagged 1-11,22
 
Success.
 
Z6400:admin#config port_vlan 1-11,22 pvid 10
Command:config port_vlan 1-11,22 pvid 10
 
Success.
 
Z6400:admin#create vlan VLAN20 tag 20
Command:create vlan VLAN20 tag 20
 
Success.
 
Z6400:admin#config vlan VLAN20 add tagged 24
Command:config vlan VLAN20 add tagged 24
 
Success.
 
Z6400:admin#config vlan VLAN20 add untagged 12-21,23
Command:config vlan VLAN20 add untagged 12-21,23
 
Success.
 
Z6400:admin#config port_vlan 12-21,23 pvid 20
Command:config port_vlan 12-21,23 pvid 20
 
Success.

Step 8.

Set the IP address for ZEQUO 6400-2. IP interface for VLAN10 and VLAN20 are specified as IP10 and IP20, respectively.
Z6400:admin#config ipif System ipaddress 0.0.0.0/0 vlan default
Command:config ipif System ipaddress 0.0.0.0/0 vlan default
 
Success.
 
Z6400:admin#create ipif IP10 192.168.10.253/24 VLAN10 state enable
Command:create ipif IP10 192.168.10.253/24 VLAN10 state enable
 
Success.
 
Z6400:admin#create ipif IP20 192.168.20.253/24 VLAN20 state enable
Command:create ipif IP20 192.168.20.253/24 VLAN20 state enable
 
Success.

Step 9.

Set VRPP for ZEQUO 6400-2. Set virtual IP addresses as VLAN10=192.168.10.254 and VLAN20=192.168.20.254.
Z6400:admin#create vrrp 10 ipif IP10 ipaddress 192.168.10.254 state enable priority 100
Command:create vrrp 10 ipif IP10 ipaddress 192.168.10.254 state enable priority 100
 
Success.
 
Z6400:admin#create vrrp 20 ipif IP20 ipaddress 192.168.20.254 state enable priority 100
Command:create vrrp 20 ipif IP20 ipaddress 192.168.20.254 state enable priority 100
 
Success.
 
Z6400:admin#enable vrrp
Command:enable vrrp
 
Success.

Step 10.

Set STP(RSTP) for ZEQUO 6400-2. Bridge priority is 8192.
Z6400:admin#config stp version rstp
Command:config stp version rstp
 
Success.
 
Z6400:admin#config stp priority 8192 instance_id 0
Command:config stp priority 8192 instance_id 0
 
Success.
 
Z6400:admin#enable stp
Command:enable stp
 
Success.

Step 11.

When all the settings are complete, save the settings.
Z6400:admin#save
Command:save
 
Saving all configurations to NV-RAM.......... Done.

Step 12.

Connect the device referring to the configuration example and check the communication.
Confirm that network communication works properly via the backup ZEQUO 6400 when the master ZEQUO 6400 is turned off.

 

 

Go back to the top of the page

パナソニック・ホーム Panasonic Electric Works Networks Co., Ltd. > Support > Setting Examples > DHCP Relay Setting Procedure (ZEQUO series)