Dell Z9100 EMC Networking with Isilon Front-End Deployment and Best Practices - Page 38

ip address 192.168.1.7/31

Page 38 highlights

S4048-ON Leaf 3 interface vlan200 no shutdown mtu 9216 ip address 172.16.2.252/24 untagged port-channel 1,3,5,101,102 vrrp-group 200 priority 150 virtual-address 172.16.2.254 S4048-ON Leaf 4 interface vlan200 no shutdown mtu 9216 ip address 172.16.2.253/24 untagged port-channel 1,3,5,101,102 vrrp-group 200 priority 100 virtual-address 172.16.2.254 The two upstream layer 3 interfaces connected to the spine switches are configured. Assign IP addresses per Table 3. Configure a loopback interface to be used as the router ID. This is used with BGP. S4048-ON Leaf 3 interface fortyGigE 1/49 description "Spine 1" no shutdown no switchport mtu 9216 ip address 192.168.1.5/31 interface fortyGigE 1/50 description "Spine 2" no shutdown no switchport mtu 9216 ip address 192.168.2.5/31 interface loopback0 description "Router ID" no shutdown ip address 10.0.2.3/32 S4048-ON Leaf 4 interface fortyGigE 1/49 description "Spine 1" no shutdown no switchport mtu 9216 ip address 192.168.1.7/31 interface fortyGigE 1/50 description "Spine 2" no shutdown no switchport mtu 9216 ip address 192.168.2.7/31 interface loopback0 description "Router ID" no shutdown ip address 10.0.2.4/32 Configure a route map and IP prefix-list to redistribute all loopback addresses and leaf networks via BGP. The command seq 10 permit 10.0.2.0/24 ge 32 includes all addresses in the 10.0.2.0/24 address range with a mask greater than or equal to 32. This includes all loopback addresses used as router IDs. The command seq 20 permit 172.16.0.0/16 ge 24 includes the 172.16.1.0/24 network used on Leafs 1 and 2 as shown in Figure 14. 38 Dell EMC Networking with Isilon Front-End Deployment and Best Practices Guide | version 1.0

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78

38
Dell EMC Networking with Isilon Front-End Deployment and Best Practices Guide | version 1.0
S4048-ON Leaf 3
S4048-ON Leaf 4
interface vlan200
no shutdown
mtu 9216
ip address 172.16.2.252/24
untagged port-channel 1,3,5,101,102
vrrp-group 200
priority 150
virtual-address 172.16.2.254
interface vlan200
no shutdown
mtu 9216
ip address 172.16.2.253/24
untagged port-channel 1,3,5,101,102
vrrp-group 200
priority 100
virtual-address 172.16.2.254
The two upstream layer 3 interfaces connected to the spine switches are configured. Assign IP addresses per
Table 3. Configure a loopback interface to be used as the router ID. This is used with BGP.
S4048-ON Leaf 3
S4048-ON Leaf 4
interface fortyGigE 1/49
description
Spine 1
no shutdown
no switchport
mtu 9216
ip address 192.168.1.5/31
interface fortyGigE 1/50
description
Spine 2
no shutdown
no switchport
mtu 9216
ip address 192.168.2.5/31
interface loopback0
description
Router ID
no shutdown
ip address 10.0.2.3/32
interface fortyGigE 1/49
description
Spine 1
no shutdown
no switchport
mtu 9216
ip address 192.168.1.7/31
interface fortyGigE 1/50
description
Spine 2
no shutdown
no switchport
mtu 9216
ip address 192.168.2.7/31
interface loopback0
description
Router ID
no shutdown
ip address 10.0.2.4/32
Configure a route map and IP prefix-list to redistribute all loopback addresses and leaf networks via BGP.
The command
seq 10 permit 10.0.2.0/24 ge 32
includes all addresses in the 10.0.2.0/24 address
range with a mask greater than or equal to 32. This includes all loopback addresses used as router IDs.
The command
seq 20 permit 172.16.0.0/16 ge 24
includes the 172.16.1.0/24 network used on
Leafs 1 and 2 as shown in Figure 14.