|
Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.9.0.2
|
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. | |
| OPEN_L2OL3_ACCESS_MATCH_t | matchType |
| Incoming Traffic Classifier. | |
| uint32_t | tenantId |
| Tenant Identifier. | |
| OPEN_L2OL3_TUNNEL_TYPE_t | tunnelType |
| Type of Overlay. | |
| uint32_t | vlanId |
| VLAN Identifier. | |
Access Port Entry Information.
Definition at line 100 of file openapi_l2ol3tunnel.h.
| uint32_t open_l2ol3AccessPortInfo_t::intIfNum |
ifIndex - Physical/LAG interface number.
Definition at line 121 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 105 of file openapi_l2ol3tunnel.h.
| uint32_t open_l2ol3AccessPortInfo_t::tenantId |
Tenant Identifier.
Definition at line 103 of file openapi_l2ol3tunnel.h.
| uint32_t open_l2ol3AccessPortInfo_t::vlanId |
VLAN Identifier.
Definition at line 122 of file openapi_l2ol3tunnel.h.