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

OSPF Setting Procedure (ZEQUO series )

Introduction

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

Applicable models

Applicable models
Product name Product number
ZEQUO 6400 PN36240E

Overview

Set OSPF by using 3 units of ZEQUO 6400.

Configuration Example(to simplify configuration, 3 units of ZEQUO are connected with HUB in the configuration below)

Setting content

- Set VLAN (default name of VLAN1: default).
- Set the IP address (10.90.90.90 is configured on the IP interface named System by default)
- Set OSPF.

Overall setting flow

  • 1. Set 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 OSPF by "create ospf" command.
  • 2. Similarly, set 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 specify IP address on the PC relevant to each segment.
  • 5. Verify that the PCs can communicate with each other.

Setting example

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-27
 
If the command is entered correctly, the following message will appear.
Command: config vlan default delete 1-27
 
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-27
Command: config vlan VLAN10 add untagged 1-27
 
Success.
 
Z6400:admin#config port_vlan 1-27 pvid 10
Command: config port_vlan 1-27 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 OSPF to VLAN1 on ZEQUO 6400-1.
Z6400:admin#config ospf ipif System area 0.0.0.0 priority 100 state enable
Command: config ospf ipif System area 0.0.0.0 priority 100 state enable
 
Success.

Step 8.

Set OSPF to VLAN10 on ZEQUO 6400-1.
Z6400:admin#config ospf ipif IP10 area 0.0.0.0 state enable
Command: config ospf ipif IP10 area 0.0.0.0 state enable
 
Success.

Step 9.

Set OSPF Router ID for ZEQUO 6400-1.
Z6400:admin#config ospf router_id 10.10.10.1
Command: config ospf router_id 10.10.10.1
 
Success.

Step 10.

Enable OSPF for ZEQUO 6400-1.
Z6400:admin#enable ospf
Command: enable ospf
 
Success.

Step 11.

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 12.

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

Step 13.

Set VLAN20 for ZEQUO 6400-2.
Z6400:admin#create vlan VLAN20 tag 20
Command: create vlan VLAN20 tag 20
 
Success.
 
Z6400:admin#config vlan VLAN20 add untagged 1-27
Command: config vlan VLAN20 add untagged 1-27
 
Success.
 
Z6400:admin#config port_vlan 1-27 pvid 20
Command: config port_vlan 1-27 pvid 20
 
Success.

Step 14.

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 15.

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 16.

Set OSPF to VLAN1 on ZEQUO 6400-2.
Z6400:admin#config ospf ipif System area 0.0.0.0 priority 50 state enable
Command: config ospf ipif System area 0.0.0.0 priority 50 state enable
 
Success.

Step 17.

Set OSPF for VLAN20 end of ZEQUO 6400-2.
Z6400:admin#config ospf ipif IP20 area 0.0.0.0 state enable
Command: config ospf ipif IP20 area 0.0.0.0 state enable
 
Success.

Step 18.

Set Router ID of OSFP for ZEQUO 6400-2.
Z6400:admin#config ospf router_id 10.10.10.2
Command: config ospf router_id 10.10.10.2
 
Success.

Step 19.

Enable OSPF for ZEQUO 6400-2.
Z6400:admin#enable ospf
Command: enable ospf
 
Success.

Step 20.

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 21.

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

Step 22.

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-27
Command: config vlan VLAN30 add untagged 1-27
 
Success.
 
Z6400:admin#config port_vlan 1-27 pvid 30
Command: config port_vlan 1-27 pvid 30
 
Success.

Step 23.

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 24.

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 25.

Set OSPF to VLAN1 on ZEQUO 6400-3.
Z6400:admin#config ospf ipif System area 0.0.0.0 state enable
Command: config ospf ipif System area 0.0.0.0 state enable
 
Success.

Step 26.

Set OSPF for VLAN30 end of ZEQUO 6400-3.
Z6400:admin#config ospf ipif IP30 area 0.0.0.0 state enable
Command: config ospf ipif IP30 area 0.0.0.0 state enable
 
Success.

Step 27.

Set Router ID of OSFP for ZEQUO 6400-3.
Z6400:admin#config ospf router_id 10.10.10.3
Command: config ospf router_id 10.10.10.3
 
Success.

Step 28.

Enable OSPF for ZEQUO 6400-3.
Z6400:admin#enable ospf
Command: enable ospf
 
Success.

Step 29.

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

Step 30.

Referring to the configuration diagram, connect between ZEQUO 6400-1, ZEQUO 6400-2, and ZEQUO 6400-3, and conduct a communication test.
Check if terminals connected to VLAN10, 20, or 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)