21
Dell EMC VxRail Multirack Deployment Guide
sfo01-leaf03(config)#
ip access-list permit-mgmt-access
sfo01-leaf03(config-ipv4-acl)#
seq 10 permit tcp 100.64.0.0/13 any eq 22
sfo01-leaf03(config-ipv4-acl)#
exit
sfo01-leaf03(config)#
line vty
sfo01-leaf03(config-line-vty)#
ip access-class permit-mgmt-access
sfo01-leaf03(config-line-vty)#
exit
5.2
Configure OSPF routing and upstream network-facing ports
To configure Open Shortest Path First (OSPF) routing and upstream network-facing ports, perform the
following steps:
1. Enable OSPF routing and assign a router ID.
sfo01-leaf03(config)#
router ospf 1
sfo01-leaf03(config-router-ospf-1)#
router-id 10.0.2.5
sfo01-leaf03(config-router-ospf-1)#
exit
Note:
For guidance on router ID IP addresses, see
Dell EMC Networking Layer 3 Leaf-Spine Deployment and
Best Practices with OS10EE
.
2. Configure the upstream connection to the first spine switch,
sfo-spine01
. Enter the following
commands to set a description, disable bridging, and set the MTU to the maximum size, assign an IP
address, and add the interface to OSPF area 0:
sfo01-leaf03(config)#
interface ethernet 1/1/53
sfo01-leaf03(conf-if-eth1/1/53)#
description sfo-spine01
sfo01-leaf03(conf-if-eth1/1/53)#
no shutdown
sfo01-leaf03(conf-if-eth1/1/53)#
no switchport
sfo01-leaf03(conf-if-eth1/1/53)#
mtu 9216
sfo01-leaf03(conf-if-eth1/1/53)#
ip address 192.168.1.9/31
sfo01-leaf03(conf-if-eth1/1/53)#
ip ospf network point-to-point
sfo01-leaf03(conf-if-eth1/1/53)#
ip ospf 1 area 0.0.0.0
sfo01-leaf03(conf-if-eth1/1/53)#
exit
3. Configure the upstream connection to the second spine switch,
sfo-spine02
. Enter the following
commands to set a description, disable bridging, and set the MTU to the maximum size, assign an IP
address, and add the interface to OSPF area 0:
sfo01-leaf03(config)#
interface ethernet 1/1/54
sfo01-leaf03(conf-if-eth1/1/54)#
description sfo-spine02
sfo01-leaf03(conf-if-eth1/1/54)#
no shutdown
sfo01-leaf03(conf-if-eth1/1/54)#
no switchport
sfo01-leaf03(conf-if-eth1/1/54)#
mtu 9216
sfo01-leaf03(conf-if-eth1/1/54)#
ip address 192.168.2.9/31
sfo01-leaf03(conf-if-eth1/1/54)#
ip ospf network point-to-point
sfo01-leaf03(conf-if-eth1/1/54)#
ip ospf 1 area 0.0.0.0
sfo01-leaf03(conf-if-eth1/1/54)#
exit
Note:
See
Appendix B
for information about MTU considerations.