H3C S7500E Configuration Examples
H3C S7500E Configuration Examples

H3C S7500E Configuration Examples

Ipv6 over ipv4 manual tunneling with ospfv3 configuration examples
Hide thumbs Also See for S7500E:

Advertisement

Quick Links

H3C S7500E IPv6 over IPv4 Manual Tunneling
with OSPFv3 Configuration Examples
Copyright © 2015 Hangzhou H3C Technologies Co., Ltd. All rights reserved.
No part of this manual may be reproduced or transmitted in any form or by any means
without prior written consent of Hangzhou H3C Technologies Co., Ltd.
The information in this document is subject to change without notice.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the S7500E and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Summary of Contents for H3C S7500E

  • Page 1 H3C S7500E IPv6 over IPv4 Manual Tunneling with OSPFv3 Configuration Examples Copyright © 2015 Hangzhou H3C Technologies Co., Ltd. All rights reserved. No part of this manual may be reproduced or transmitted in any form or by any means without prior written consent of Hangzhou H3C Technologies Co., Ltd.
  • Page 2: Table Of Contents

    Contents Introduction ··································································································································································· 1 Prerequisites ·································································································································································· 1 Example: Configuring IPv6 over IPv4 manual tunneling with OSPFv3 ···································································· 1 Network requirements ······················································································································································ 1 Software version used ······················································································································································ 2 Configuration restrictions and guidelines ······················································································································· 2 Configuration procedures ················································································································································ 3 Configuring IPv6 over IPv4 manual tunnels ··········································································································· 3 Configuring OSPFv3 ················································································································································...
  • Page 3: Introduction

    When you are working on a live network, make sure you understand the potential impact of every command on your network. This document assumes that you have basic knowledge of H3C IPv6 over IPv4 manual tunneling and OSPFv3.
  • Page 4: Software Version Used

    Vlan-int10 40.1.1.1/24 Device C Vlan-int20 6001::1/64 Tunnel2 4001::2/64 Software version used This configuration example was created and verified on S7500E-CMW710-R7150. Configuration restrictions and guidelines For tunnel interfaces to send and receive packets, you must configure a tunnel-type service loopback group.
  • Page 5: Configuration Procedures

    On the device, a tunneled packet cannot be directly routed based on its destination address. It is sent to a tunnel-type service loopback group, which then delivers the packet to the forwarding module for Layer 3 forwarding. Configuration procedures Make sure the gateways can reach each other at IPv4. Configuring IPv6 over IPv4 manual tunnels Configure Device A: •...
  • Page 6 Configure Device B: • # Configure an IP address for VLAN-interface 10. <DeviceB> system-view [DeviceB] vlan 10 [DeviceB-vlan10] port GigabitEthernet 1/0/1 [DeviceB-vlan10] quit [DeviceB] interface vlan-interface 10 [DeviceB-Vlan-interface10] ip address 30.1.1.1 24 [DeviceB-Vlan-interface10] quit # Configure IP addresses for other interfaces, as shown in Figure 1.
  • Page 7: Configuring Ospfv3

    # Specify VLAN-interface 10 as the source interface of Tunnel 2. [DeviceC-Tunnel2] source vlan-interface 10 # Specify the destination address for Tunnel 2. [DeviceC-Tunnel2] destination 20.1.1.1 [DeviceC-Tunnel2] quit Configuring OSPFv3 Configure Device A: • # Specify the router ID as 1.1.1.1. [DeviceA] ospfv3 [DeviceA-ospfv3-1] router-id 1.1.1.1 [DeviceA-ospfv3-1] quit...
  • Page 8: Verifying The Configuration

    [DeviceC-Tunnel2] ospfv3 1 area 0 [DeviceC-Tunnel2] quit # Enable OSPFv3 on VLAN-interface 20. [DeviceC] interface vlan-interface 20 [DeviceC-Vlan-interface20] ospfv3 1 area 0 [DeviceC-Vlan-interface20] quit Verifying the configuration # Ping PC 1 from PC 2. D:\>ping6 -s 5001::3 2001::3 Pinging 2001::3 from 5001::3 with 32 bytes of data: Reply from 2001::3: bytes=32 time=13ms Reply from 2001::3: bytes=32 time=1ms...
  • Page 9 service-loopback group 1 type tunnel ospfv3 1 router-id 1.1.1.1 area 0.0.0.0 vlan 10 vlan 20 interface Vlan-interface10 ip address 20.1.1.1 255.255.255.0 interface Vlan-interface20 ospfv3 1 area 0.0.0.0 ipv6 address 2001::1/64 interface GigabitEthernet1/0/1 port link-mode bridge port access vlan 10 interface GigabitEthernet1/0/2 port link-mode bridge port access vlan 20 interface GigabitEthernet1/0/3...
  • Page 10 vlan 10 vlan 20 interface Vlan-interface10 ip address 30.1.1.1 255.255.255.0 interface Vlan-interface20 ospfv3 1 area 0.0.0.0 ipv6 address 5001::1/64 interface GigabitEthernet1/0/1 port link-mode bridge port access vlan 10 interface GigabitEthernet1/0/2 port link-mode bridge port access vlan 20 interface GigabitEthernet1/0/3 port link-mode bridge port service-loopback group 1 interface Tunnel1 mode ipv6-ipv4 ospfv3 1 area 0.0.0.0...
  • Page 11: Related Documentation

    1 interface Tunnel2 mode ipv6-ipv4 ospfv3 1 area 0.0.0.0 source Vlan-interface10 destination 20.1.1.1 ipv6 address 4001::2/64 Related documentation • H3C S7500E Switch Series Layer 3—IP Services Configuration Guide-Release 7150 H3C S7500E Switch Series Layer 3—IP Services Command Reference-Release 7150 •...

Table of Contents