13 More Networking Examples; Example 1 - HP StoreOnce 2700 Installation And Configuration Manual

Backup
Table of Contents

Advertisement

13 More networking examples

This chapter contains a number of networking examples using StoreOnce CLI commands and is
for reference only. It provides the following network configuration examples:
Example 1: Two subnets created on different network interfaces. Static IPv4 address on eth0
and static IPv6 address on interface eth1.
Example 2: Two subnets created on the same network interfaces. Static IPv6 and Static IPv4
addresses on interface eth0.
Example 3: Two subnets on different network interfaces. Static IPv6 address on interface eth0
and a static IPv6 address with VLAN tag on interface eth1.

Example 1

This example describes how to create two subnets on different network interfaces. It configures
static IPv4 address on eth0 and static IPv6 address on interface eth1. It also configures Ethernet
frame sizes of 6000 bytes on the IPv4 network and of 3000 bytes on the IPv6 network.
NOTE:
The following StoreOnce CLI commands create a network configuration called
dual_Port_Set. Once activated this configuration becomes the current network configuration
but also continues to exist as a Custom network configuration.
=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2014.08.13 10:44:57 =~=~=~=~=~=~=~=~=~=~=~=
net create config dual_Port_Set dns fcda:cd45:5ab0:862::99 description "Two subnets created on different network
interfaces. Static IPv4 address on eth0 and static IPv6 address on interface eth1."
Command Successful
# net create portset dual_Port_Set Port_Set_1 ports eth0 vlansupport no framesize 6000
Command Successful
# net create portset dual_Port_Set Port_Set_2 ports eth1 vlansupport no framesize 3000
Command Successful
# net add subnet dual_Port_ Set subnet public_v4 ipaddr 16.24.173.216 netmask 255.255.240.0 gateway 16.24.1
60.1 portset Port_Set_1 domain mydomain.com default yes
Command Successful
# net add subnet dual_Port_Set subnet public_v6 ipaddr fcda:cd45:5ab0:862::92 prefix 64 gateway fcda:cd45:
5ab0:862::0 domain mydomain.com portset Port_Set_2 default yes
Command Successful
# net validate config dual_Port_Set
Command Successful
# net show config dual_Port_Set
----------------------
Network Name: dual_Port_Set
Network Description: Two subnets created on different network interfaces. Static IPv4 address on eth0 and static
IPv6 address on interface eth1.
Write Protected: no
DNS Servers: fcda:cd45:5ab0:862::99
Port Sets: Port_Set_1 Port_Set_2
----------------------
Number of Networks: 2
Number of V4 VLANs configured: 0 out of possible 128
Number of V6 VLANs configured: 0 out of possible 128
----------------------
Network: public_v4
----------------------
IP Addresses: 16.24.173.216
Netmask/Prefix: 255.255.240.0
Domain Name: mydomain.com
Gateway: 16.24.160.1
Default Network: yes
VLAN tag:
Port Set: Port_Set_1 with these interfaces: eth0, Framesize: 6000
Encryption Links:
Bonding Mode: Not applicable
----------------------
Network: public_v6
1 14
More networking examples

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Storeonce 4500Storeonce 4700Storeonce 2900

Table of Contents