NETGEAR-PFC-MIB

File: NETGEAR-PFC-MIB.mib (13553 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IF-MIB
QUANTA-LB6M-REF-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 RowStatus MacAddress
InterfaceIndex lb6m

Defined Types

AgentPfcEntry  
SEQUENCE    
  agentPfcIntfIndex InterfaceIndex
  agentPfcIntfAdminMode INTEGER
  agentPfcIntfPfcStatus INTEGER
  agentPfcTotalIntfPfcFramesRx Unsigned32
  agentPfcTotalIntfPfcFramesTx Unsigned32
  agentPfcIntfLinkDelayAllowance Unsigned32
  agentPfcIntfAdvWilling INTEGER
  agentPfcIntfPeerDetected INTEGER
  agentPfcIntfPeerMacAddr MacAddress
  agentPfcIntfPeerWilling INTEGER
  agentPfcIntfPeerMBCStatus INTEGER
  agentPfcIntfPeerCapability Unsigned32
  agentPfcIntfPeerCfgCompatible INTEGER
  agentPfcIntfPeerCompatibleCfgCount Unsigned32
  agentPfcIntfPeerIncompatibleCfgCount Unsigned32

AgentPfcActionEntry  
SEQUENCE    
  agentPfcPriority Unsigned32
  agentPfcAction INTEGER
  agentPfcOperAction INTEGER
  agentPfcAdvAction INTEGER
  agentPfcPeerAction INTEGER

AgentPfcIntfStatsPerPriorityEntry  
SEQUENCE    
  agentPfcIntfPfcPriorityFramesRx Unsigned32
  agentPfcIntfPfcPriorityFramesTx Unsigned32

Defined Values

fastPathPFC 1.3.6.1.4.1.4413.1.1.47
The MIB definitions Priority based Flow Control Feature.
MODULE-IDENTITY    

agentPfcCfgGroup 1.3.6.1.4.1.4413.1.1.47.1
OBJECT IDENTIFIER    

agentPfcTable 1.3.6.1.4.1.4413.1.1.47.1.1
A table providing configuration of PFC Profile per interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentPfcEntry

agentPfcEntry 1.3.6.1.4.1.4413.1.1.47.1.1.1
PFC Profile configuration for a port.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentPfcEntry  

agentPfcIntfIndex 1.3.6.1.4.1.4413.1.1.47.1.1.1.1
This is a unique index for an entry in the agentPfcTable. A non-zero value indicates the ifIndex for the corresponding interface entry in the ifTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

agentPfcIntfAdminMode 1.3.6.1.4.1.4413.1.1.47.1.1.1.2
Enables/disables PFC profile on an interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentPfcIntfPfcStatus 1.3.6.1.4.1.4413.1.1.47.1.1.1.3
Shows the operational-status of PFC on an interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(1), inactive(2)  

agentPfcTotalIntfPfcFramesRx 1.3.6.1.4.1.4413.1.1.47.1.1.1.4
Total Received PFC Frames on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentPfcTotalIntfPfcFramesTx 1.3.6.1.4.1.4413.1.1.47.1.1.1.5
Total Transmitted PFC Frames on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentPfcIntfLinkDelayAllowance 1.3.6.1.4.1.4413.1.1.47.1.1.1.6
Indicates the Link Delay Allowance on this interface, measured in bit times.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentPfcIntfAdvWilling 1.3.6.1.4.1.4413.1.1.47.1.1.1.7
Indicates if the interface is willing to accept PFC configuration via DCBX.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER willing(1), unwilling(2)  

agentPfcIntfPeerDetected 1.3.6.1.4.1.4413.1.1.47.1.1.1.8
Indicates if the peer has been detected via DCBX.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER detected(1), absent(2)  

agentPfcIntfPeerMacAddr 1.3.6.1.4.1.4413.1.1.47.1.1.1.9
MAC address of the peer detected via DCBX. If there is no peer, this will be a null MAC address.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

agentPfcIntfPeerWilling 1.3.6.1.4.1.4413.1.1.47.1.1.1.10
Indicates if the peer is willing to accept PFC configuration via DCBX.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER absent(1), willing(2), unwilling(3)  

agentPfcIntfPeerMBCStatus 1.3.6.1.4.1.4413.1.1.47.1.1.1.11
Indicates if the peer has MACSEC bypass capability.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER absent(1), true(2), false(3)  

agentPfcIntfPeerCapability 1.3.6.1.4.1.4413.1.1.47.1.1.1.12
Indicates the number of no-drop priorities supported by the peer. If there is no peer, this will be zero.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentPfcIntfPeerCfgCompatible 1.3.6.1.4.1.4413.1.1.47.1.1.1.13
Indicates if the peer's PFC configuration is compatible.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER absent(1), true(2), false(3)  

agentPfcIntfPeerCompatibleCfgCount 1.3.6.1.4.1.4413.1.1.47.1.1.1.14
Indicates the number of compatible PFC configurations received from the peer. Does not count duplicate configurations.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentPfcIntfPeerIncompatibleCfgCount 1.3.6.1.4.1.4413.1.1.47.1.1.1.15
Indicates the number of incompatible PFC configurations received from the peer.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentPfcActionTable 1.3.6.1.4.1.4413.1.1.47.1.2
A table providing priority and action mappings configuration of PFC.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentPfcActionEntry

agentPfcActionEntry 1.3.6.1.4.1.4413.1.1.47.1.2.1
PFC Action Profile configuration for a port.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentPfcActionEntry  

agentPfcPriority 1.3.6.1.4.1.4413.1.1.47.1.2.1.1
This is a unique index for an entry in the agentPfcActionTable. A non-zero value indicates the CosQueue Priority.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 0..7  

agentPfcAction 1.3.6.1.4.1.4413.1.1.47.1.2.1.2
Set Drop/No-Drop action in PFC profile for the corresponding priority.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER drop(1), nodrop(2)  

agentPfcOperAction 1.3.6.1.4.1.4413.1.1.47.1.2.1.3
The operational Drop/No-Drop action in PFC profile for the corresponding priority.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER drop(1), nodrop(2)  

agentPfcAdvAction 1.3.6.1.4.1.4413.1.1.47.1.2.1.4
The advertised Drop/No-Drop action in PFC profile for the corresponding priority.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER drop(1), nodrop(2)  

agentPfcPeerAction 1.3.6.1.4.1.4413.1.1.47.1.2.1.5
The peer's Drop/No-Drop action in PFC profile for the corresponding priority.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER absent(1), drop(2), nodrop(3)  

agentPfcIntfStatsPerPriorityTable 1.3.6.1.4.1.4413.1.1.47.1.3
A table providing statistics of PFC per interface per priority.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentPfcIntfStatsPerPriorityEntry

agentPfcIntfStatsPerPriorityEntry 1.3.6.1.4.1.4413.1.1.47.1.3.1
PFC Stats for a priority and for a port.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentPfcIntfStatsPerPriorityEntry  

agentPfcIntfPfcPriorityFramesRx 1.3.6.1.4.1.4413.1.1.47.1.3.1.1
Received PFC Frames on this interface for a priority.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentPfcIntfPfcPriorityFramesTx 1.3.6.1.4.1.4413.1.1.47.1.3.1.2
Transmitted PFC Frames on this interface for a priority.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32