Skip to content

Commit 455da26

Browse files
committed
Configure interfaces between routers and hdc hosts
1 parent 5a91f75 commit 455da26

File tree

6 files changed

+18
-0
lines changed

6 files changed

+18
-0
lines changed

nets/8routers/nodeconf/r2/ospf6d.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ interface r2-r3
1919
interface r2-r7
2020
ipv6 ospf6 network broadcast
2121
!
22+
interface r2-hdc1
23+
ipv6 ospf6 network broadcast
24+
!
2225
router ospf6
2326
ospf6 router-id 10.0.0.2
2427
log-adjacency-changes detail

nets/8routers/nodeconf/r2/zebra.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ interface r2-r3
1616
interface r2-r7
1717
ipv6 address fcf0:0:2:7::1/64
1818
!
19+
interface r2-hdc1
20+
ipv6 address fcff:2:1::1/48
21+
!
1922
interface lo
2023
ipv6 address fcff:2::1/128
2124
!

nets/8routers/nodeconf/r5/ospf6d.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ interface r5-r4
2525
interface r5-r6
2626
ipv6 ospf6 network broadcast
2727
!
28+
interface r5-hdc3
29+
ipv6 ospf6 network broadcast
30+
!
2831
router ospf
2932
ospf6 router-id 10.0.0.5
3033
log-adjacency-changes detail

nets/8routers/nodeconf/r5/zebra.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ interface r5-r4
2222
interface r5-r6
2323
ipv6 address fcf0:0:5:6::1/64
2424
!
25+
interface r5-hdc3
26+
ipv6 address fcff:5:1::1/48
27+
!
2528
interface lo
2629
ipv6 address fcff:5::1/128
2730
!

nets/8routers/nodeconf/r8/ospf6d.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ interface r8-r6
2525
interface r8-r7
2626
ipv6 ospf6 network broadcast
2727
!
28+
interface r8-hdc2
29+
ipv6 ospf6 network broadcast
30+
!
2831
router ospf
2932
ospf6 router-id 10.0.0.8
3033
log-adjacency-changes detail

nets/8routers/nodeconf/r8/zebra.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ interface r8-r6
2222
interface r8-r7
2323
ipv6 address fcf0:0:7:8::2/64
2424
!
25+
interface r8-hdc2
26+
ipv6 address fcff:8:1::1/48
27+
!
2528
interface lo
2629
ipv6 address fcff:8::1/128
2730
!

0 commit comments

Comments
 (0)