HP 5500 Ei 5500 Si Switch Series Configuration Guide
Here you can view all the pages of manual HP 5500 Ei 5500 Si Switch Series Configuration Guide. The HP manuals for Printer are available online for free. You can easily download all the documents as PDF.
Page 1111
422 Configuring OSPFv3 between IPv6 MCE and VPN site An OSPFv3 process belongs to the public network or a single IPv6 VPN instance. If you create an OSPFv3 process without binding it to an IPv6 VPN in stance, the process belongs to the public network. By configuring OSPFv3 process-to-IPv6 VPN instance bindings on an IPv6 MCE, you allow routes of different IPv6 VPNs to be exchanged between the IPv6 MCE and the sites through different OSPFv3 processes, ensuring the separation and security of IPv6...
Page 1112
423 Step Command Remarks 4. Enable the IPv6 capacity for the IPv6 IS-IS process. ipv6 enable Disabled by default. 5. Redistribute remote site routes advertised by the PE. ipv6 import-route protocol [ process-id ] [ allow-ibgp ] [ cost cost | [ level-1 | level-1-2 | level-2 ] | route-policy route-policy-name | tag tag ] * Optional. By default, no routes from any other routing protocol are redistributed to IPv6 IS-IS. If you do not specify the route level in the command,...
Page 1113
424 NOTE: After you configure an IPv6 BGP VPN instance, the IPv6 BGP route exchange for the IPv6 VPN instance is the same with the normal IPv6 BGP VPN route exchange. 2. Configure a VPN site: Step Command Remarks 1. Enter system view. system-view N/A 2. Enter BGP view. bgp as-number N/A 3. Enter IPv6 address family view. ipv6-family N/A 4. Configure the IPv6 MCE as the EBGP peer. peer ipv6-address as-number as-number N/A 5. Redistribute the IGP routes of the VPN....
Page 1114
425 Configuring RIPng between IPv6 MCE and PE Step Command Remarks 1. Enter system view. system-view N/A 2. Create a RIPng process for an IPv6 VPN instance and enter RIPng view. ripng [ process-id ] vpn-instance vpn-instance-name N/A 3. Redistribute the VPN routes. import-route protocol [ process-id ] [ allow-ibgp ] [ cost cost | route-policy route-policy-name ] * By default, no route of any other routing protocol is redistributed into RIPng. 4. Configure the default...
Page 1115
426 Step Command Remarks 1. Enter system view. system-view N/A 2. Create an IS-IS process for an IPv6 VPN instance and enter IS-IS view. isis [ process-id ] vpn-instance vpn-instance-name N/A 3. Configure a network entity title. network-entity net Not configured by default. 4. Enable the IPv6 capacity for the IS-IS process. ipv6 enable Disabled by default. 5. Redistribute the VPN routes. ipv6 import-route protocol [ process-id ] [ allow-ibgp ] [ cost cost | [ level-1...
Page 1116
427 NOTE: IPv6 BGP runs within a VPN in the same wa y as it runs within a public network. Resetting BGP connections When BGP configuration changes, you can use the soft reset function or reset BGP connections to make new configurations take effect. Soft reset requires that BGP peers have route refreshment capability (supporting Route-Refresh messages). Use the following commands to hard reset or soft reset BGP connections: Step Command Remarks 1. Soft reset the IPv6 BGP connections in a...
Page 1117
428 Task Command Remarks Display the BGP VPNv6 routing information of a specified RD. display bgp vpnv6 route-distinguisher route-distinguisher routing-table [ network-address prefix-length ] [ | { begin | exclude | include } regular-expression ] Available in any view Display the BGP VPNv6 routing information of a VPN instance. display bgp vpnv6 vpn-instance vpn-instance-name routing-table [ network-address prefix-length [ longer-prefixes ] | peer ipv6-address {...
Page 1118
429 Figure 131 Network diagram Configuration procedure Assume that the system name of the IPv6 MCE device is MCE, the system names of the edge devices of VPN 1 and VPN 2 are VR1 and VR2, respectively, and the system name of PE 1 is PE1. 1. Configure the VPN instances on the MCE and PE 1. # On the MCE, configure VPN instances vpn1 and vpn2, and specify a RD and route targets for each VPN instance. system-view [MCE] ip vpn-instance vpn1 [MCE-vpn-instance-vpn1] route-distinguisher 10:1...
Page 1119
430 [MCE-vlan10] quit # Bind VLAN-interface 10 with VPN instance vpn1, and configure an IPv6 address for the VLAN interface. [MCE] interface vlan-interface 10 [MCE-Vlan-interface10] ip binding vpn-instance vpn1 [MCE-Vlan-interface10] ipv6 address 2001:1::1 64 [MCE-Vlan-interface10] quit # Configure VLAN 20, add port GigabitEthernet 1/0/ 2 to VLAN 20, bind VLAN-interface 20 with VPN instance vpn2, and assign an IPv6 address to VLAN-interface 20. [MCE] vlan 20 [MCE-vlan20] port...
Page 1120
431 [MCE] interface vlan-interface 20 [MCE-Vlan-interface20] ripng 20 enable [MCE-Vlan-interface20] quit # On VR 2, assign IPv6 address 2002:1::2/64 to the interface connected to the MCE and 2012::2/64 to the interface connected to VPN 2. (Details not shown.) # Configure RIPng, and advertise subnets 2012::/64 and 2002:1::/64. system-view [VR2] ripng 20 [VR2-ripng-20] quit [VR2] interface vlan-interface 20 [VR2-Vlan-interface20] ripng 20 enable [VR2-Vlan-interface20] quit [VR2] interface...