Skip to content

Commit 7494178

Browse files
authored
set unnumbered values lower (#191)
1 parent 858b5b1 commit 7494178

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/tutorials/l3evpn/rt5-only/underlay.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Let's got through a step by step process of an interface configuration on a `lea
7979
The prompt will indicate we entered the candidate configuration mode. In the following steps we will enter the commands to make changes to the candidate config and at the end we will commit.
8080
8181
2. As a next step, we create a subinterface with index 1 under a physical `ethernet-1/49` interface that connects leaf1 to spine.
82-
In contrast with the L2 EVPN Tutorial, we will not configure an explicit IP address, but enable IPv6 with Router Advertisement messages on it . An IPv6 Link Local Address will be automatically configured for this interface.
82+
In contrast with the L2 EVPN Tutorial, we will not configure an explicit IP address, but enable IPv6 with Router Advertisement messages for it. An IPv6 Link Local Address will be automatically configured for this interface.
8383
8484
The enablement of the `router-advertisement` on the IPv6 interface results in a router sending RA messages to directly connected peers, informing them of the interface's IP address. This will facilitate ARP/ND cache population.
8585
@@ -92,12 +92,16 @@ Let's got through a step by step process of an interface configuration on a `lea
9292
router-advertisement {
9393
router-role {
9494
admin-state enable
95+
max-advertisement-interval 10
96+
min-advertisement-interval 4
9597
}
9698
}
9799
}
98100
}
99101
```
100102
103+
Note, that the default, RFC-based values for min and max advertisement interval are quite high, so we lower them to 4 and 10 seconds respectively to have a faster unnumbered discovery.
104+
101105
3. Attach the configured subinterfaces to the default network instance (aka GRT).
102106
103107
```srl

0 commit comments

Comments
 (0)