VIF Configuration

Embed Size (px)

DESCRIPTION

VIF Configuration

Citation preview

Create can create a virtual interface (vif) using e0a and e0b. Depending on the switch capabilities, it can be a lacp vif or a multi mode vifSingle-mode VIFs act like a fault tolerant team and will fail traffic over to a standby link when the active link goes down.Multi-mode VIFs act like a group of links providing aggregate bandwidth as well as link redundancy.1. Login to Filer RLM console IP 2. Run the following to enter the system console "system console"3. "rdfile /etc/rc" to check the current configuration.Please take the /etc/rc output for current configurations.4."rdfile /etc/hosts" to check the current configuration5. "vif status" & "ifconfig -a" to check the current VIF configuration6. "vif vif01 down" to down the vif interface7. "vif vif02 down" to down the vif interface8. "vif destroy vif01" to destroy the VIF9. "vif destroy vif02" to destroy the VIF10. "vif create single mgmt_vif e0c e0a" to create mgmt_vif with single mode11. "vif create single nas_vif e0b e0d" to create nas_vif with single mode12. wrfile /etc/hosts13. wrfile /etc/rc14. "ifconfig mgmt_vif `hostname`-mgmt_vif mediatype auto netmask IP partner mgmt_vif" run the command to bring up the interface15. "ifconfig mgmt_vif nfo" run this command to enable the NFO16 "ifconfig nas_vif `hostname`-nas_vif mediatype auto netmask IP partner nas_vif" run the command to bring up the interface17 ifconfig nas_vif nfo run this command to enable the NFO18. Run the following to add the deafult gateway "route add "19. To verify the mgmt_vif and nas_vif configuration run the following command "ifconfig -a"20. Check the reachability for the interfaces.21. "rdfile /etc/rc" to check the current configuration22. "rdfile /etc/hosts" to check the current configuration23. Run the following command to check the route detail "route -s"24. Trigger the autosupport.