Appendix C. BGP and VTEP Configurations

In the exercises in Chapter 7 and Chapter 8, we configured an IP Fabric and a basic multicast overlay network, respectively. The full switch configurations are posted in this appendix for your reference.

For more information and to download these configurations directly, please visit our GitHub repository at https://github.com/Juniper/qfx5100-book.

LEAF-03

Here is the full Junos configuration of LEAF-03:

 ## Last commit: 2014-07-28 19:28:10 PDT by root version "14.1-20140727_rt2_53_vjqfd.0 [dc-builder]"; /* * dhcpd-generated /var/etc/dhcpd.options.conf * Version: JDHCPD release 13.2X51-D20.2 built by builder on 2014-04-29 09:09:04 UTC * Written: Mon Jul 28 19:50:10 2014 */ system { host-name temp-leaf-03; time-zone America/Los_Angeles; services { ssh { root-login allow; max-sessions-per-connection 32; } netconf { ssh; } } syslog { user * { any emergency; } file messages { any notice; authorization info; } file interactive-commands { interactive-commands any; } } extensions { providers { juniper { license-type juniper deployment-scope commercial; } chef { license-type juniper deployment-scope commercial; } } } processes { dhcp-service { traceoptions { file dhcp_logfile size 10m; level all; flag all; } } app-engine-virtual-machine-management-service { traceoptions { level notice; flag all; } } } } interfaces { interface-range ALL-SERVER { member xe-0/0/*; unit 0 { family ethernet-switching { interface-mode access; vlan { members SERVER; ...

Get Juniper QFX5100 Series now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.