Deployment Guide

22 VxFlex Network Deployment Guide using Dell EMC Networking 25GbE switches and OS9
interface GigabitEthernet 1/5
description R730xd-3_IDRAC
switchport
no shutdown
interface GigabitEthernet 1/7
description R730xd-4_IDRAC
switchport
no shutdown
VLAN ID 1630, used for iDRAC and switch management, is created and an IP address is assigned. The
downstream interfaces, to the VxFlex Ready Nodes’ iDRAC interfaces, are configured in the next set of
commands. The upstream port channel to the S5048-ON is tagged.
interface vlan 1630
description IDRAC_MGMT_IP & SW_MGMT
ip address 172.16.30.250/24
no shutdown
untagged GigabitEthernet 1/1,1/3,1/5,1/7
tagged port-channel 101
A gateway of last resort is configured pointing at the virtual IP address configured for the VLAN ID 1630 on
the S5048F-ON leaf pair (see Section 4.2). Next, a user account with privilege level 15 is created, and the
SSH daemon is enabled allowing remote login. Finally, an ACL is created to allow SSH login only from the
management subnet (see Section 2.1) and the configuration is saved.
ip route 0.0.0.0 0.0.0.0 172.16.30.254
ip ssh server enable
username admin secret 5 xxxxx privilege 15
ip access-list standard ALLOW-SSH
description Allow SSH from the management network
seq 5 permit 172.16.11.0/24
seq 20 deny any log
line vty 0 9
access-class ALLOW-SSH ipv4
Save the configuration.
end
write