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

Static Route Setting Procedure (ZEQUO series)

Introduction

This setting example explains Static Route Setting for ZEQUO series switches.

Applicable models

Applicable models
Product name Product number
ZEQUO 6400 PN36240E

Overview

Configure static route on ZEQUO series switches to realize communication via appropriate paths to each destination.

Configuration Example

Overall setting flow

  • 1. Set Ports 1-22 to VLAN Group10 (VID=10 VLAN NAME=Group10), IP:192.168.10.254/24.
  • 2. Set Ports 23 to VLAN Group20 (VID=20 VLAN NAME=Group20), IP:192.168.20.254/24.
  • 3. Set Ports 24 to VLAN Group30 (VID=30 VLAN NAME=Group30), IP:192.168.30.254/24.
  • 4. Set static route so that communication for 192.168.40.0/24 is transfered to L3 Ethernet Switch and communications to others (Internet) are transfered to the router.
* Static route setting is also required for router and L3 Ethernet Switch.

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.(Rlefer to Figure 1)

Step 3.

Set VLAN for ZEQUO 6400.
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, 20, and 30.
Z6400:admin#create vlan Group10 tag 10
Command:create vlan Group10 tag 10
 
Success.
 
Z6400:admin#config vlan Group10 add untagged 1-22
Command:config vlan Group10 add untagged 1-22
 
Success.
 
Z6400:admin#config port_vlan 1-22 pvid 10
Command:config port_vlan 1-22 pvid 10
 
Success.
 
Z6400:admin#create vlan Group20 tag 20
Command:create vlan Group20 tag 20
 
Success.
 
Z6400:admin#config vlan Group20 add untagged 23
Command:config vlan Group20 add untagged 23
 
Success.
 
Z6400:admin#config port_vlan 23 pvid 20
Command:config port_vlan 23 pvid 20
 
Success.
 
Z6400:admin#create vlan Group30 tag 30
Command:create vlan Group30 tag 30
 
Success.
 
Z6400:admin#config vlan Group30 add untagged 24
Command:config vlan VLAN30 add untagged 24
 
Success.
 
Z6400:admin#config port_vlan 24 pvid 30
Command:config port_vlan 24 pvid 30
 
Success.

Step 4.

Set the IP address for ZEQUO 6400.
IP interfaces for Group10 and Group20 are set to IP10 and IP20, respectively.
Z6400:admin#config ipif System ipaddress 0.0.0.0/0 vlan default
Command:config ipis System ipaddress 0.0.0.0/0 vlan default
 
Success.
 
Z6400:admin#create ipif IP10 192.168.10.254/24 Group10 state enable
Command:create ipif IP10 192.168.10.254/24 Group10 state enable
 
Success.
 
Z6400:admin#create ipif IP20 192.168.20.254/24 Group20 state enable
Command:create ipif IP20 192.168.20.254/24 Group20 state enable
 
Success.
 
Z6400:admin#create ipif IP30 192.168.30.254/24 Group30 state enable
Command:create ipif IP30 192.168.30.254/24 Group30 state enable
 
Success.

Step 5.

Set static route for ZEQUO 6400.
Set to transfer communication for 192.168.40.0/24 to L3 Ethernet Switch, and others (Internet) to the router.
Z6400:admin#create iproute 192.168.40.0/24 192.168.30.253 1
Command: create iproute 192.168.40.0/24 192.168.30.253 1
 
Success.
 
Z6400:admin#create iproute default 192.168.20.253 1
Command: create iproute default 192.168.20.253 1
 
Success.

Step 6.

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

Step 7.

Conduct appropriate settings for the router and L3 Ethernet Switch, and check if the communication between VLAN10 and VLAN40 and between VLAN10 and the Internet works properly.

 

 

Go back to the top of the page

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