FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
dump details of an PPPOE session More...
Data Fields | |
u32 | context |
vl_api_interface_index_t | sw_if_index |
u16 | session_id |
vl_api_address_t | client_ip |
vl_api_interface_index_t | encap_if_index |
u32 | decap_vrf_id |
vl_api_mac_address_t | local_mac |
vl_api_mac_address_t | client_mac |
dump details of an PPPOE session
context | - sender context, to match reply w/ request |
sw_if_index | - software index of the interface |
session_id | - PPPoE session ID |
client_ip | - PPPOE session's client address. |
encap_if_index | - the index of tx interface for pppoe encaped packet |
decap_vrf_id | - the vrf index for pppoe decaped packet |
local_mac | - the local ethernet address |
client_mac | - the client ethernet address |
vl_api_mac_address_t vl_api_pppoe_session_details_t::client_mac |
vl_api_interface_index_t vl_api_pppoe_session_details_t::encap_if_index |
vl_api_mac_address_t vl_api_pppoe_session_details_t::local_mac |
vl_api_interface_index_t vl_api_pppoe_session_details_t::sw_if_index |