Configure a tunnel on both sides of the connection.
Configuration on Router 1
- [edit]
- interfaces {
-
- gr-1/0/0 {
-
- unit 0 {
-
- tunnel {
- source 10.19.2.1;
- destination 10.19.3.1;
- }
-
- family inet6 {
- address 2001:DB8:1:1/126;
- }
- }
- }
- }
Configuration on Router 2
- [edit]
- interfaces {
-
- gr-1/0/0 {
-
- unit 0 {
-
- tunnel {
- source 10.19.3.1;
- destination 10.19.2.1;
- }
-
- family inet6 {
- address 2001:DB8:2:1/126;
- }
- }
- }
- }