IPv6 Configuration on Juniper

juniper-ipv6-example

Juniper IPv6 Configuration Example

In this Juniper IPv6 Configuration Example, we will configure IPv6 on Juniper Routers. For our IPv6 Configuration Example, we will use the below IPv6 Topology. In this topology, we will configure IPv6 addresses on each interface of the routers one by one.

 


juniper-ipv6-example
For our IPv6 Configuration Example, we will use the below Global Unicast IPv6 Addresses.

 


 

Router 1

Interface Ge 1/1/1 2001:aaaa::1/64 (To Router 2)
Interface Ge 1/1/2 2001:bbbb::1/64 (To Router 3)

 

Router 2

Interface Ge 1/1/1 2001:aaaa::2/64 (To Router 1)
Interface Ge 1/1/2 2001:cccc::1/64 (To Router 3)

 

Router 3

Interface Ge 1/1/1 2001:bbbb::2/64 (To Router 1)
Interface Ge 1/1/2 2001:cccc::2/64 (To Router 2)

 

Let’s configure each Router with the above Global Unicast IPv6 addresses. We will configure these addresses on each interface of the routers.

 


Juniper IPv6 Configuration

 

Below, we will configure firstly router 1 and then we will configure router 2 and router 3. We will configure the Global IPv6 Addresses of the interfaces on these Juniper Routers. After configuration the Global Unicast addresses on each interface, we will use commit check to check our confiugration and then we will use commit comment to commit our configuration.

 

Router 1

 

Router 1 > edit
[edit]
Router 1# set interfaces ge-1/1/1 unit 0 family inet6 address 2001:aaaa::2/64
[edit]
Router 1# set interfaces ge-1/1/2 unit 0 family inet6 address 2001:bbbb::1/64
[edit]
Router 1# commit check
[edit]
Router 1# commit

 


 

Router 2

 

Router 2 > edit
[edit]
Router 2 # set interfaces ge-1/1/1 unit 0 family inet6 address 2001:aaaa::2/64
[edit]
Router 2 # set interfaces ge-1/1/2 unit 0 family inet6 address 2001:cccc::1/64
[edit]
Router 2# commit check
[edit]
Router 2# commit

Lesson tags: IPv6, ip addressing, juniper ipv6
Back to: IPv6 Course > IPv6 Configuration Basics

Leave a Reply

Your email address will not be published. Required fields are marked *