Deployment Guide
20 VxFlex Network Deployment Guide using Dell EMC Networking 25GbE switches and OS9
interface Vlan 1631
description ESXI_MGMT_IP
ip address 172.16.31.251
tagged twentyFiveGigE 1/1,1/3,1/5,1/7
vrrp-group 1631
description ESXI_MGMT_IP
priority 254
virtual-address 172.16.31.254
no shutdown
interface Vlan 1632
description ESXI_VMOTION_IP
mtu 9216
tagged twentyFiveGigE 1/1,1/3,1/5,1/7
no shutdown
interface Vlan 1633
ip address 172.16.33.251
description SVM_MGMT_IP
tagged twentyFiveGigE 1/1,1/3,1/5,1/7
vrrp-group 1633
description SVM_MGMT_IP
priority 254
virtual-address 172.16.33.254
no shutdown
interface Vlan 1634
description Node_DATA1_IP & SVM_DATA1_IP
mtu 9216
tagged twentyFiveGigE 1/1,1/3,1/5,1/7
no shutdown
Next, a user (admin) 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 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










