[Contents] [Prev] [Next] [Index] [Report an Error]


Configuration Tasks

This section describes how to configure and maintain IPv6 interfaces.

Configuring IPv6 Interfaces

To configure an IPv6 interface:

  1. Configure an IPv6 license.
host1(config)#license ipv6 <license-value>
  1. Define an IPv6 address.
host1(config)#interface atm 1/0.25
host1(config-if)#ipv6 address 1::1/64
  1. (Optional) Set up an unnumbered interface.
host1(config-if)#ipv6 unnumbered ATM 1/0.25
  1. Establish an IPv6 static route.
host1(config)#ipv6 route 7fff::0/16 1::1

    ipv6 address

host1(config)#interface atm 1/0.25
host1(config-if)#ipv6 address 1::1/64



Note: You can use this command in Interface Configuration or Subinterface Configuration mode.

    ipv6 unnumbered

host1(config-if)#ipv6 unnumbered ATM 6/0.100

    ipv6 route



Note: In this release, IPv6 supports only static routes and loopback configurations.

host1(config)#ipv6 route 7fff::0/16 1::1

    license ipv6



Note: Acquire the license from Juniper Networks Customer Service or your Juniper Networks sales representative.

host1(config)#license ipv6 <license-value> 

Managing IPv6 Interfaces

You can manage IPv6 interfaces in the following ways:

host1(config-if)#no ipv6 enable
host1(config-if)#ipv6 enable
host1#clear ipv6 interface atm 2/0
host1(config-if)#ipv6 unnumbered ATM 1/0.25
host1#ping ipv6 1::1
host1#traceroute ipv6 1::1

    clear ipv6 interface

host1#clear ipv6 interface atm 2/0

    ipv6 enable



Note: By default, IPv6 is enabled when you first create an instance at the router level or add an IPv6 address to an interface or subinterface.

host1(config-if)#ipv6 enable


Note: You can use this command in Interface Configuration or Subinterface Configuration mode.

    no ipv6



Note: The ERX system automatically starts IPv6 processing when you begin configuring an IPv6 interface. However, by issuing the ipv6 command without using the no option, you can create an IPv6 processing instance with no IPv6 configuration.

host1(config)#[no] ipv6

    ping ipv6

host1#ping ipv6 1::1

    traceroute

host1#traceroute ipv6 1::1 timeout 10

[Contents] [Prev] [Next] [Index] [Report an Error]