Owners Manual

See github.com/opensourcerouting/quagga for complete information.
Routing using Quagga
This use case describes how to congure BGP using Quagga in a spine/leaf network. See github.com/opensourcerouting/quagga for
complete information.
Link Network Link Nodes BGP AS Number
Leaf1-to-Spine1 10.1.1.0/24 Leaf1 64501
Spine1 64555
Leaf1-to-Spine2 20.1.1.0/24 Leaf1 64501
Spine2 64555
Leaf2-to-Spine1 40.1.1.0/24 Leaf2 64502
Spine1 64555
Leaf2-to-Spine2 30.1.1.0/24 Leaf2 64502
Spine2 64555
Leaf1-to-Server1 11.1.1.0/24 Leaf1 64501
Leaf2-to-Server2 12.1.1.0/24 Leaf2 64502
1 Congure the IP addresses to Spine1, Spine2, and Server1 from Leaf1.
leaf1(config)# interface e101-049-0
leaf1(conf-if-e101-049-0)# ip address 10.1.1.1/24
leaf1(conf-if-e101-049-0)# no shutdown
leaf1(conf-if-e101-049-0)# exit
leaf1(config)# interface e101-051-0
leaf1(conf-if-e101-051-0)# ip address 20.1.1.1/24
leaf1(conf-if-e101-051-0)# no shutdown
leaf1(conf-if-e101-051-0)# exit
leaf1(config)# interface e101-001-0
leaf1(conf-if-e101-001-0)# ip address 11.1.1.1/24
leaf1(conf-if-e101-001-0)# no shutdown
2 Congure the IP addresses to Spine1, Spine2, and Server2 from Leaf2.
leaf2(config)# interface e101-032-0
leaf2(conf-if-e101-032-0)# ip address 30.1.1.1/24
leaf2(conf-if-e101-032-0)# no shutdown
leaf2(conf-if-e101-032-0)# exit
leaf2(config)# interface e101-020-0
leaf2(conf-if-e101-020-0)# ip address 40.1.1.1/24
leaf2(conf-if-e101-020-0)# no shutdown
leaf2(conf-if-e101-020-0)# exit
leaf2(config)# interface e101-001-0
Layer 3 routing
19