Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.6.0.3
|
Access Port Entry Information. More...
#include <openapi_l2ol3tunnel.h>
Data Fields | |
uint32_t | accessHandle |
Access Port Handle. | |
uint32_t | intIfNum |
ifIndex - Physical/LAG interface number. More... | |
OPEN_L2OL3_ACCESS_MATCH_t | matchType |
Incoming Traffic Classifier. More... | |
uint32_t | tenantId |
Tenant Identifier. More... | |
OPEN_L2OL3_TUNNEL_TYPE_t | tunnelType |
Type of Overlay. | |
uint32_t | vlanId |
VLAN Identifier. More... | |
Access Port Entry Information.
Definition at line 101 of file openapi_l2ol3tunnel.h.
uint32_t open_l2ol3AccessPortInfo_t::intIfNum |
ifIndex - Physical/LAG interface number.
Definition at line 122 of file openapi_l2ol3tunnel.h.
OPEN_L2OL3_ACCESS_MATCH_t open_l2ol3AccessPortInfo_t::matchType |
Incoming Traffic Classifier.
It is set to OPEN_L2OL3_ACCESS_MATCH_PORT when open_l2ol3AccessPortInfo_t::intIfNum is a member of Tenant VLAN and its PVID is set to Tenant VLAN. All incoming traffic on open_l2ol3AccessPortInfo_t::intIfNum, tagged or untagged, is classified to Tenant open_l2ol3AccessPortInfo_t::tenantId access port open_l2ol3AccessPortInfo_t::accessHandle.
It is set to OPEN_L2OL3_ACCESS_MATCH_PORT_VLAN when the open_l2ol3AccessPortInfo_t::intIfNum is a member of Tenant VLAN. Incoming traffic with open_l2ol3AccessPortInfo_t::vlanId tag on interface open_l2ol3AccessPortInfo_t::intIfNum is classified to Tenant open_l2ol3AccessPortInfo_t::tenantId access port open_l2ol3AccessPortInfo_t::accessHandle.
Definition at line 106 of file openapi_l2ol3tunnel.h.
uint32_t open_l2ol3AccessPortInfo_t::tenantId |
Tenant Identifier.
Definition at line 104 of file openapi_l2ol3tunnel.h.
uint32_t open_l2ol3AccessPortInfo_t::vlanId |
VLAN Identifier.
Definition at line 123 of file openapi_l2ol3tunnel.h.