Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   vtep    ( 5 )

схема базы данных hardware_vtep (hardware_vtep database schema)

Mcast_Macs_Local TABLE

Mapping of multicast MAC addresses to tunnels (physical
       locators). This table is written by the HSC, so it contains the
       MAC addresses that have been learned on physical ports by a VTEP.
       These may be learned by IGMP snooping, for example. This table
       also specifies how to handle unknown unicast and broadcast
       packets.

Summary: MAC string logical_switch Logical_Switch locator_set Physical_Locator_Set ipaddr string

Details: MAC: string A MAC address that has been learned by the VTEP.

The keyword unknown-dst is used as a special ``Ethernet address'' that indicates the locations to which packets in a logical switch whose destination addresses do not otherwise appear in Ucast_Macs_Local (for unicast addresses) or Mcast_Macs_Local (for multicast addresses) should be sent.

logical_switch: Logical_Switch The Logical switch to which this mapping applies.

locator_set: Physical_Locator_Set The physical locator set to be used to reach this MAC address. In this table, the physical locator set will be contain one or more tunnel IP addresses of the appropriate VTEP(s).

ipaddr: string The IP address to which this MAC corresponds. Optional field for the purpose of ARP supression.