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

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



   vtep    ( 5 )

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

Logical_Router TABLE

A logical router, or VRF. A logical router may be connected to
       one or more logical switches. Subnet addresses and interface
       addresses may be configured on the interfaces.

Summary: switch_binding map of string-Logical_Switch pairs static_routes map of string-string pairs acl_binding map of string-ACL pairs Identification: name string (must be unique within table) description string Error Notification: LR_fault_status : invalid_ACL_binding none LR_fault_status : unspecified_fault none Common Column: other_config map of string-string pairs

Details: switch_binding: map of string-Logical_Switch pairs Maps from an IPv4 or IPv6 address prefix in CIDR notation to a logical switch. Multiple prefixes may map to the same switch. By writing a 32-bit (or 128-bit for v6) address with a /N prefix length, both the router's interface address and the subnet prefix can be configured. For example, 192.68.1.1/24 creates a /24 subnet for the logical switch attached to the interface and assigns the address 192.68.1.1 to the router interface.

static_routes: map of string-string pairs One or more static routes, mapping IP prefixes to next hop IP addresses.

acl_binding: map of string-ACL pairs Maps ACLs to logical router interfaces. The router interfaces are indicated using IP address notation, and must be the same interfaces created in the switch_binding column. For example, an ACL could be associated with the logical router interface with an address of 192.68.1.1 as defined in the example above.

Identification:

name: string (must be unique within table) Symbolic name for the logical router.

description: string An extended description for the logical router.

Error Notification:

An entry in this column indicates to the NVC that the HSC has encountered a fault in configuring state related to the logical router.

LR_fault_status : invalid_ACL_binding: none Indicates that an error has occurred in associating an ACL with a logical router port.

LR_fault_status : unspecified_fault: none Indicates that an error has occurred in configuring the logical router but that no more specific information is available.

Common Column:

The overall purpose of this column is described under Common Column at the beginning of this document.

other_config: map of string-string pairs