Top Banner

of 25

04 Networking 1

Apr 14, 2018

Download

Documents

subhrajitm47
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
  • 7/29/2019 04 Networking 1

    1/25

    Networking

    Data ONTAP Fundamentals

  • 7/29/2019 04 Networking 1

    2/25

    Objectives

    Upon completion of this module you will beable to: Describe hostname resolution as it applies to

    storage appliances

    Explain the limitations of using a filer as a router

    Manage interface parameters on a storage

    appliance

    Describe the physical interfaces used by the filer

    Create virtual interfaces (VLANs and VIFs) used bythe storage appliance

  • 7/29/2019 04 Networking 1

    3/25

    Hostname Resolution

    /etc/hosts

    A DNS server

    A NIS server

  • 7/29/2019 04 Networking 1

    4/25

    Hostname Resolution

  • 7/29/2019 04 Networking 1

    5/25

    Hostname Resolution

  • 7/29/2019 04 Networking 1

    6/25

    Hostname Resolution

    Domain

    Controlleruser info

    group info

    password info

    machine info

  • 7/29/2019 04 Networking 1

    7/25

    Hostname Resolution

  • 7/29/2019 04 Networking 1

    8/25

    Storage Appliance is not a Router

    The routing table display indicates the

    available routes and their status. Each

    route consists of a destination host or

    network and a gateway to use in

    forwarding packets.

  • 7/29/2019 04 Networking 1

    9/25

    Storage Appliance is not a Router

  • 7/29/2019 04 Networking 1

    10/25

    Storage Appliance is not a Router

  • 7/29/2019 04 Networking 1

    11/25

    Interface Names

    The filer supports these network types: Ethernet 10/100BaseT

    Gigabit Jumbo Frames supported in Data ONTAP 6.x, for filers with

    Gigabit Ethernet Controller II interface FDDI

    ATM

    Interface names are based on: Network type Slot number

    Port number, with multiport interface

  • 7/29/2019 04 Networking 1

    12/25

    Interface Names

    Interface Names

  • 7/29/2019 04 Networking 1

    13/25

    Interface Names

  • 7/29/2019 04 Networking 1

    14/25

    The ifconfig Command

    Network interface configuration parameters IP address

    netmask address

    broadcast address

    mediatype, speed maximum transmission unit (MTU)

    flow control (Gigabit Ethernet II controller only)

    up or down state

    Changes are not permanent until entered into

    the /etc /r c file

  • 7/29/2019 04 Networking 1

    15/25

    Etherchannel Trunks (Virtual Interfaces)

    What is a VIF? Aggregate multiple ethernet links into a single logical channel

    between two devices

    Clients access a single virtual IP address

  • 7/29/2019 04 Networking 1

    16/25

    Single-Mode Trunk

  • 7/29/2019 04 Networking 1

    17/25

    Multi-Mode Trunk

  • 7/29/2019 04 Networking 1

    18/25

    Load Balancing

    Load Balancing is supported for multi-modeVIFs only IP-based (default)

    MAC-based

    Round-RobinNote: Load balancing assumes an even

    distribution of IP addresses:e0 e1 e2 e3

    10.10.10.1 10.10.10.2 10.10.10.3 10.10.10.4

    10.10.10.5 10.10.10.6 10.10.10.7 10.10.10.8

    10.10.10.9 10.10.10.10 10.10.10.11 10.10.10.12

    10.10.10.13 10.10.10.14 10.10.10.15 10.10.10.16

  • 7/29/2019 04 Networking 1

    19/25

    Virtual Interface Commands

    The filer supports trunking with virtualinterfacing vif create [single|multi] -b

    [rr|ip|mac] []

    vif delete [interface_list] vif destroy

    vif add

    vif [favor|nofavor]

    vif status []

    vif stat vif_name [interval]

    The named virtual interface is treated as asingle interface: ifconfig vif_name

  • 7/29/2019 04 Networking 1

    20/25

    VLAN

    (Virtual Local Area Network)

    What is a VLAN?

    What is VLAN tagging?

    VLAN tagging in Data ONTAP

    VLAN commands

  • 7/29/2019 04 Networking 1

    21/25

    VLANS

  • 7/29/2019 04 Networking 1

    22/25

    VLAN Tagging

  • 7/29/2019 04 Networking 1

    23/25

    A filer can have 128 interfaces This includes the vh, loopback, VIFs, ELAN,

    Physical interfaces and VLAN IDs

    Supported VLAN IDs are 1 - 4094 VLAN ID 1 is used by many switch vendors

    VLANs over VIFs is supported

    Commands are not persistent (need to be in

    the /etc/rc file)

    VLAN Tagging in Data ONTAP

  • 7/29/2019 04 Networking 1

    24/25

    VLAN Commands

    VLAN commands vlan create g on

    vlan delete [-q]

    vlan add

    vlan stat

    vlan modify g [on|off]

  • 7/29/2019 04 Networking 1

    25/25

    Topic Review

    How does a storage appliance resolvehostnames? /etc/hosts file, DNS, NIS

    What are the limitations of using a storage

    appliance as a router? A storage appliance is not a router

    What does the ifconfig command display? Network interface information

    What is a virtual interface? Aggregate of multiple Ethernet links

    What is a VLAN? Virtual Local Area Network