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

RIP Setting Procedure (ZEQUO series)

Introduction

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

Applicable models

Applicable models
Product name Product number
ZEQUO 6400 PN36240E

Overview

Set RIP by using 3 units of ZEQUO 6400.

Configuration example (to simplify configuration, the configuration below connects 3 units of ZEQUO with HUB)

Setting content

- Set VLAN (default VLAN name of VLAN1: default).
- Set the IP address (default setting of IP interface System: 10.90.90.90)
- Set RIP.

Overall setting flow

  • 1. Set for ZEQUO 6400-1.
    • 1) Change default VLAN setting by "config vlan" command.
    • 2) Create VLAN10 by "create vlan" command.
    • 3) Set the IP address for System by "config ipif command".
    • 4) Set the IP address for VLAN10 by "create ipif" command.
    • 5) Set RIP by "config rip" command.
    (In this setting example, it is set as TX Mode:V2 Only, RX Mode:V1 or V2.)
  • 2. Similarly, set for ZEQUO 6400-2 and ZEQUO 6400-3.
  • 3. Connect ZEQUO 6400-1, ZEQUO 6400-2, and ZEQUO 6400-3 as shown in the configuration diagram.
  • 4. Connect PC to each ZEQUO 6400 and set the IP address for the PC relevant to the segment.
  • 5. Verify that the PCs can be communicated with each other.

Setting Procedure

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)


<ZEQUO 6400-1 Setting>

Step 3.

Set default VLAN for ZEQUO 6400-1.
After Z6400:admin#, enter command as shown in the following.
Z6400:admin#config vlan default delete 1-23,25-28
If the command is entered correctly, the following message will appear.
Command: config vlan default delete 1-23,25-28
 
Success.

Step 4.

Set VLAN10 for ZEQUO 6400-1.
Z6400:admin#create vlan VLAN10 tag 10
Command: create vlan VLAN10 tag 10
 
Success.
 
Z6400:admin#config vlan VLAN10 add untagged 1-23,25-28
Command: config vlan VLAN10 add untagged 1-23,25-28
 
Success.
 
Z6400:admin#config port_vlan 1-23,25-28 pvid 10
Command: config port_vlan 1-23,25-28 pvid 10
 
Success.

Step 5.

Set the IP address for ZEQUO 6400-1 System.
Z6400:admin#config ipif System ipaddress 10.10.10.1/24 vlan default
Command: config ipif System ipaddress 10.10.10.1/24 vlan default
 
Success.

Step 6.

Set the IP address of VLAN10 for ZEQUO 6400-1.(Interface name: IP10)
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.

Step 7.

Set RIP to VLAN1 and VLAN10 on ZEQUO 6400-1.
Z6400:admin#config rip ipif System tx_mode v2_only rx_mode v1_or_v2 state enable
Command: config rip ipif System tx_mode v2_only rx_mode v1_or_v2 state enable
 
Success.
 
Z6400:admin#config rip ipif IP10 tx_mode v2_only rx_mode v1_or_v2 state enable
Command: config rip ipif IP10 tx_mode v2_only rx_mode v1_or_v2 state enable
 
Success.

Step 8.

Enable RIP for ZEQUO 6400-1.
Z6400:admin#enable rip
Command: enable rip
 
Success.

Step 9.

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


<ZEQUO 6400-2 Setting>

Step 10.

Next, set ZEQUO 6400-2. Set default VLAN for ZEQUO 6400-2.
Z6400:admin#config vlan default delete 1-23,25-28
Command: config vlan default delete 1-23,25-28
 
Success.

Step 11.

Set VLAN10 for ZEQUO 6400-2.
Z6400:admin#config vlan VLAN20 add untagged 1-23,25-28
Command: config vlan VLAN20 add untagged 1-23,25-28
 
Success.
 
Z6400:admin#config port_vlan 1-23,25-28 pvid 20
Command: config port_vlan 1-23,25-28 pvid 20
 
Success.
 
Z6400:admin#config port_vlan 1-23,25-28 pvid 20
Command: config port_vlan 1-23,25-28 pvid 20
 
Success.

Step 12.

Set the IP address for ZEQUO 6400-2 System.
Z6400:admin#config ipif System ipaddress 10.10.10.2/24 vlan default
Command: config ipif System ipaddress 10.10.10.2/24 vlan default
 
Success.

Step 13.

Set the IP address of VLAN20 for ZEQUO 6400-2.(Interface name: IP20)
Z6400:admin#create ipif IP20 192.168.20.254/24 VLAN20 state enable
Command: create ipif IP20 192.168.10.254/24 VLAN20 state enable
 
Success.

Step 14.

Set RIP to VLAN1 and VLAN20 on ZEQUO 6400-2.
Z6400:admin#config rip ipif System tx_mode v2_only rx_mode v1_or_v2 state enable
Command: config rip ipif System tx_mode v2_only rx_mode v1_or_v2 state enable
 
Success.
 
Z6400:admin#config rip ipif IP20 tx_mode v2_only rx_mode v1_or_v2 state enable
Command: config rip ipif IP20 tx_mode v2_only rx_mode v1_or_v2 state enable
 
Success.

Step 15.

Enable RIP for ZEQUO 6400-2.
Z6400:admin#enable rip
Command: enable rip
 
Success.

Step 16.

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


<ZEQUO 6400-3 Setting>

Step 17.

Next, set ZEQUO 6400-3. Set default VLAN for ZEQUO 6400-3.
Z6400:admin#config vlan default delete 1-23,25-28
Command: config vlan default delete 1-23,25-28
 
Success.

Step 18.

Set VLAN30 for ZEQUO 6400-3.
Z6400:admin#create vlan VLAN30 tag 30
Command: create vlan VLAN30 tag 30
 
Success.
 
Z6400:admin#config vlan VLAN30 add untagged 1-23,25-28
Command: config vlan VLAN30 add untagged 1-23,25-28
 
Success.
 
Z6400:admin#config port_vlan 1-23,25-28 pvid 30
Command: config port_vlan 1-23,25-28 pvid 30
 
Success.

Step 19.

Set the IP address for ZEQUO 6400-3 System.
Z6400:admin#config ipif System ipaddress 10.10.10.3/24 vlan default
Command: config ipif System ipaddress 10.10.10.3/24 vlan default
 
Success.

Step 20.

Set the IP address of VLAN30 for ZEQUO 6400-3.(Interface name: IP30)
Z6400:admin#create ipif IP30 192.168.30.254/24 VLAN30 state enable
Command: create ipif IP30 192.168.30.254/24 VLAN30 state enable
 
Success.

Step 21.

Set RIP to VLAN1 and VLAN30 on ZEQUO 6400-3.
Z6400:admin#config rip ipif System tx_mode v2_only rx_mode v1_or_v2 state enable
Command: config rip ipif System tx_mode v2_only rx_mode v1_or_v2 state enable
 
Success.
 
Z6400:admin#config rip ipif IP30 tx_mode v2_only rx_mode v1_or_v2 state enable
Command: config rip ipif IP30 tx_mode v2_only rx_mode v1_or_v2 state enable
 
Success.

Step 22.

Enable RIP for ZEQUO 6400-3.
Z6400:admin#enable rip
Command: enable rip
 
Success.

Step 23.

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

Step 24.

Referring to the configuration diagram, connect ZEQUO 6400-1, ZEQUO 6400-2 and ZEQUO 6400-3, and conduct a communication test.
Check if the terminals connected to VLAN10, 20, and 30 can communicate with each other.

 

 

Go back to the top of the page

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