ddutt / cloud-native-data-center-networking

Code repository for the O'Reilly book 'Cloud Native Data Center Networking'
GNU General Public License v2.0
168 stars 42 forks source link

chapter 13:Con€guration for Leaf-Spine in a Two-Tier Clos Topology: IP #18

Closed zhaohuabing closed 4 years ago

zhaohuabing commented 4 years ago

page 270, the vlan interface is incorrect.

!
interface vlan10
 ip address 172.16.0.1/24
!

According to figure 13-3, it should be

!
interface vlan10
 ip address 172.16.1.1/24
!

The same error also occurs in all the following examples.

ddutt commented 4 years ago

Correct.

zhaohuabing commented 4 years ago

OK, I'll change them accordingly, thanks for the confirmation.