IEEE 802.3 LAG MIB
Table of Contents
Expand All
|
Collapse All
Next-Generation Firewall Docs
-
PAN-OS 11.1 & Later
- PAN-OS 11.1 & Later
- PAN-OS 11.0 (EoL)
- PAN-OS 10.2
- PAN-OS 10.1
-
- Tap Interfaces
-
- Layer 2 and Layer 3 Packets over a Virtual Wire
- Port Speeds of Virtual Wire Interfaces
- LLDP over a Virtual Wire
- Aggregated Interfaces for a Virtual Wire
- Virtual Wire Support of High Availability
- Zone Protection for a Virtual Wire Interface
- VLAN-Tagged Traffic
- Virtual Wire Subinterfaces
- Configure Virtual Wires
- Configure a PPPoE Client on a Subinterface
- Configure an IPv6 PPPoE Client
- Configure an Aggregate Interface Group
- Configure Bonjour Reflector for Network Segmentation
- Use Interface Management Profiles to Restrict Access
-
- DHCP Overview
- Firewall as a DHCP Server and Client
- Firewall as a DHCPv6 Client
- DHCP Messages
- Dynamic IPv6 Addressing on the Management Interface
- Configure an Interface as a DHCP Server
- Configure an Interface as a DHCPv4 Client
- Configure an Interface as a DHCPv6 Client with Prefix Delegation
- Configure the Management Interface as a DHCP Client
- Configure the Management Interface for Dynamic IPv6 Address Assignment
- Configure an Interface as a DHCP Relay Agent
-
- DNS Overview
- DNS Proxy Object
- DNS Server Profile
- Multi-Tenant DNS Deployments
- Configure a DNS Proxy Object
- Configure a DNS Server Profile
- Use Case 1: Firewall Requires DNS Resolution
- Use Case 2: ISP Tenant Uses DNS Proxy to Handle DNS Resolution for Security Policies, Reporting, and Services within its Virtual System
- Use Case 3: Firewall Acts as DNS Proxy Between Client and Server
- DNS Proxy Rule and FQDN Matching
-
- NAT Rule Capacities
- Dynamic IP and Port NAT Oversubscription
- Dataplane NAT Memory Statistics
-
- Translate Internal Client IP Addresses to Your Public IP Address (Source DIPP NAT)
- Create a Source NAT Rule with Persistent DIPP
- PAN-OS
- Strata Cloud Manager
- Enable Clients on the Internal Network to Access your Public Servers (Destination U-Turn NAT)
- Enable Bi-Directional Address Translation for Your Public-Facing Servers (Static Source NAT)
- Configure Destination NAT with DNS Rewrite
- Configure Destination NAT Using Dynamic IP Addresses
- Modify the Oversubscription Rate for DIPP NAT
- Reserve Dynamic IP NAT Addresses
- Disable NAT for a Specific Host or Interface
-
- Network Packet Broker Overview
- How Network Packet Broker Works
- Prepare to Deploy Network Packet Broker
- Configure Transparent Bridge Security Chains
- Configure Routed Layer 3 Security Chains
- Network Packet Broker HA Support
- User Interface Changes for Network Packet Broker
- Limitations of Network Packet Broker
- Troubleshoot Network Packet Broker
-
- Enable Advanced Routing
- Logical Router Overview
- Configure a Logical Router
- Create a Static Route
- Configure BGP on an Advanced Routing Engine
- Create BGP Routing Profiles
- Create Filters for the Advanced Routing Engine
- Configure OSPFv2 on an Advanced Routing Engine
- Create OSPF Routing Profiles
- Configure OSPFv3 on an Advanced Routing Engine
- Create OSPFv3 Routing Profiles
- Configure RIPv2 on an Advanced Routing Engine
- Create RIPv2 Routing Profiles
- Create BFD Profiles
- Configure IPv4 Multicast
- Configure MSDP
- Create Multicast Routing Profiles
- Create an IPv4 MRoute
-
-
PAN-OS 11.2
- PAN-OS 11.2
- PAN-OS 11.1
- PAN-OS 11.0 (EoL)
- PAN-OS 10.2
- PAN-OS 10.1
- PAN-OS 10.0 (EoL)
- PAN-OS 9.1 (EoL)
- PAN-OS 9.0 (EoL)
- PAN-OS 8.1 (EoL)
- Cloud Management and AIOps for NGFW
Something went wrong please try again later
End-of-Life (EoL)
IEEE 802.3 LAG MIB
Use the IEEE 802.3 LAG MIB to monitor the status of
aggregate groups that have Link Aggregation Control Protocol (LACP) enabled. When
the firewall logs LACP events, it also generates traps that are
useful for troubleshooting. For example, the traps can tell you
whether traffic interruptions between the firewall and an LACP peer
resulted from lost connectivity or from mismatched interface speed
and duplex values.
PAN-OS implements the following SNMP tables for LACP.
The dot3adTablesLastChanged object indicates the time of
the most recent change to dot3adAggTable, dot3adAggPortListTable,
and dot3adAggPortTable.
Table | Description |
---|---|
Aggregator Configuration Table (dot3adAggTable) | This table contains information about every
aggregate group that is associated with a firewall. Each aggregate
group has one entry. Some table objects have restrictions,
which the dot3adAggIndex object describes. This index is the unique
identifier that the local system assigns to the aggregate group.
It identifies an aggregate group instance among the subordinate
managed objects of the containing object. The identifier is read-only. The
ifTable MIB (a list of interface entries) does not support logical
interfaces and therefore does not have an entry for the aggregate
group. |
Aggregation Port List Table (dot3adAggPortListTable) | This table lists the ports associated with
each aggregate group in a firewall. Each aggregate group has one
entry. The dot3adAggPortListPorts attribute lists the complete
set of ports associated with an aggregate group. Each bit set in
the list represents a port member. For non-chassis platforms, this
is a 64-bit value. For chassis platforms, the value is an array
of eight 64-bit entries. |
Aggregation Port Table (dot3adAggPortTable) | This table contains LACP configuration information
about every port associated with an aggregate group in a firewall.
Each port has one entry. The table has no entries for ports that
are not associated with an aggregate group. |
LACP Statistics Table (dot3adAggPortStatsTable) | This table contains link aggregation information
about every port associated with an aggregate group in a firewall.
Each port has one row. The table has no entries for ports that are
not associated with an aggregate group. |
The IEEE 802.3 LAG MIB includes the following LACP-related traps:
Trap Name | Description |
---|---|
panLACPLostConnectivityTrap | The peer lost connectivity to the firewall. |
panLACPUnresponsiveTrap | The peer does not respond to the firewall. |
panLACPNegoFailTrap | LACP negotiation with the peer failed. |
panLACPSpeedDuplexTrap | The link speed and duplex settings on the
firewall and peer do not match. |
panLACPLinkDownTrap | An interface in the aggregate group is down. |
panLACPLacpDownTrap | An interface was removed from the aggregate
group. |
panLACPLacpUpTrap | An interface was added to the aggregate
group. |
For the MIB definitions, refer to IEEE 802.3 LAG MIB.