ONTAP Discussions

RC File - Flow Control NONE, MTU by VLAN and FAVOR interface

clayton123
1,383 Views

Hi All,

I could use help on this config please, we have next to no maintenance window to play with it. I'm concerned about making sure flow control is off on my 10GB ports, making sure MTU9000 is only on for the iSCSI VLAN and that only one interface is favored on the ifgrps. I appreciate any help offered. My eyes are crossing 😉

Thanks,

 

hostname netappx

# set flow control to none for interfaces in the snapmirror ifgrp named ifgrp_snap before ifgrp create command as per KB Doc ID 1014437
ifconfig e1a flowcontrol none
ifconfig e4a flowcontrol none

# set flow control to none for interfaces in prd data ifgrp named ifgrp_prd before ifgrp create command as per KB Doc ID 1014437
ifconfig e1b flowcontrol none
ifconfig e4b flowcontrol none

# create a single mode ifgrp for snapmirror named ifgrp_snap and include two interfaces
ifgrp create single ifgrp_snap e1a e4a

# use e1a as the primary interface in ifgrp_snap unless it is unavailable so we know what switch will be primary
ifgrp favor e1a

# create single mode ifgrp for production data named ifgrp_prd and include two interfaces
ifgrp create single ifgrp_prd e1b e4b

# use e1b as the primary interface in ifgrp_prd unless it is unavailable so we know what switch will be primary
ifgrp favor e1b

# create a vlan for iscsi and add it to ifgrp named ifgrp_prd
vlan create ifgrp_prd 50

# configure an ip address for the snapmirror ifgrp on vlan228 and speciffy the partner interface
ifconfig ifgrp_snap 10.20.228.x netmask 255.255.255.0 partner ifgrp_snap

# configure an ip address for the production data ifgrp with an address on native vlan1 set MTU 1500 and specify the partner interface
ifconfig ifgrp_prd 10.10.1.x netmask 255.255.255.0 mtusize 1500 partner ifgrp_prd

# configure vlan50 located in ifgrp_prd with an ip address on the iscsi network with mtu9000 and specify the partner interface
ifconfig ifgrp_prd-50 10.10.5.x netmask 255.255.255.0 mtusize 9000 partner ifgrp_prd

# create vlan 227 to be used for snapmirror managment of netappdr1 on interface e0b
vlan create e0b 227

# configure a vlan 227 ip address on e0b-227 for snapmirror managment of netappdr1 and specify flow control and the partner interface
ifconfig e0b-227 10.20.227.x netmask 255.255.255.0 flowcontrol none partner e0b

route add default 10.10.1.x 1
options dns.domainname x.local
options dns.enable on
options nis.enable off
savecore

0 REPLIES 0
Public