Skip to content

Commit

Permalink
Update EXERCISE-6.md (#72)
Browse files Browse the repository at this point in the history
In exercise 6, it appears that IP mentioned in the text for inserting the SRv6 rules, contains the wrong IP for h4 (i.e. 2001:1:4::1 as opposed to 2001:2:4::1)
  • Loading branch information
asydney authored Mar 9, 2021
1 parent a7bb38b commit fbb8b03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EXERCISE-6.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ spine1 and leaf2, you can use the following command:

* Insert the SRv6 policy from h2 to h4 on leaf1 (through spine1 and leaf2)
```
onos> srv6-insert device:leaf1 3:201:2:: 3:102:2:: 2001:1:4::1
Installing path on device device:leaf1: 3:201:2::, 3:102:2::, 2001:1:4::1
onos> srv6-insert device:leaf1 3:201:2:: 3:102:2:: 2001:2:4::1
Installing path on device device:leaf1: 3:201:2::, 3:102:2::, 2001:2:4::1
```
* Insert the SRv6 policy from h4 to h2 on leaf2 (through spine1 and leaf1)
```
Expand Down

0 comments on commit fbb8b03

Please sign in to comment.